Author Topic: view the enlarged thubnail image in details page  (Read 8659 times)

0 Members and 1 Guest are viewing this topic.

Offline lijogk

  • Pre-Newbie
  • Posts: 6
    • View Profile
view the enlarged thubnail image in details page
« on: July 05, 2010, 08:04:35 PM »
Hi friends,

I am using 4images in pspthemesonline.com. I use the main image file to upload theme. and thubnail to show the preview of theme (used batch image thumbnail to resize) .

check the image details page

xxx: pspthemesonlinexxx: /details. php?image_id=4

here i want to display the image (full image)  above the download link .

Anyone,please help me


thanks in advance
lijo




Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: view the enlarged thubnail image in details page
« Reply #1 on: July 05, 2010, 08:40:10 PM »
Welcome to 4images forum.

What you need to do is upload full image instead of .ptf file and set download to link to your .ptf file instead.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline lijogk

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: view the enlarged thubnail image in details page
« Reply #2 on: July 05, 2010, 08:54:45 PM »
thanks : V@no


i tried uploading ptf in thubnail . and it worked

see

http://pspthemesonline.com/details.php?image_id=5

still the image is not showing in the details page. Please help


I just want to show like in this site               psp-themes.net




« Last Edit: July 05, 2010, 09:32:04 PM by lijogk »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: view the enlarged thubnail image in details page
« Reply #3 on: July 05, 2010, 10:01:52 PM »
No, you misunderstood.
If you are using members upload forum, upload the image you want to show (large image), then edit that image and in the download url field enter path to your .ptf file.
Or if you upload via ACP (Admin Control Panel) -> Add images, then you can enter download url right there.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline lijogk

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: view the enlarged thubnail image in details page
« Reply #4 on: July 05, 2010, 10:13:17 PM »
hi,
thanks a lot for the help
now thubnail is displaying on the details page by using {thumbnail}  instead of image . but how can i chage the image html code to display like

<img src="thunail locaton"  width="300" height="300" >

there is no option in the {thumbnail} . please help
« Last Edit: July 06, 2010, 05:30:29 PM by lijogk »

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Re: view the enlarged thubnail image in details page
« Reply #5 on: July 06, 2010, 06:12:17 PM »
 :D 1st , A Customize Size thumbnail can be added as you wish , or else if you want 4image to generate it for a custom size like in http://xxx.psp-themes.xxx

you can use the thumb rebuilder pluggin to do it

http://www.4homepages.de/forum/index.php?topic=7059.0

 or else ajust the settiings from SETTINGS page in admin panel  ;)

and if you want to display the image in the details page to 300*300 ..

simple.. just paste this code in

Code: [Select]
<img src="{image}" alt="" width="300" height="300" />
or else use this pluggin

http://www.4homepages.de/forum/index.php?topic=7700.0

Hope this helps .. !
I'm Back :)

Offline lijogk

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: view the enlarged thubnail image in details page
« Reply #6 on: July 06, 2010, 07:24:21 PM »
hi GaYan,

thanks for the reply .

I want to disply the enlarged thumbnail ( 300x300) , because i use image upload part to upload PTF filr(psp theme file) .

i tried

<img src="{thumbnail}" alt="" width="300"  height="300" />

but check , its not displaying http://pspthemesonline.com/details.php?image_id=6


Also I want to reduce the size of the thumbnail show in the home page . how can i do that ?

Offline lijogk

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: view the enlarged thubnail image in details page
« Reply #7 on: July 08, 2010, 09:27:37 PM »
tried many mathods.. but still no luck  :(

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
I'm Back :)