Author Topic: Image Height And Width On Details Page  (Read 4713 times)

0 Members and 1 Guest are viewing this topic.

Offline RatedRWHC

  • Newbie
  • *
  • Posts: 22
    • View Profile
Image Height And Width On Details Page
« on: September 02, 2008, 09:10:25 AM »
i have seen it on other sites that use 4images
so can someone plz tell me how to do it:D
thanks

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: Image Height And Width On Details Page
« Reply #1 on: September 02, 2008, 03:06:14 PM »
Sorry, it must be too early for me, but do what? ;)
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 RatedRWHC

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Image Height And Width On Details Page
« Reply #2 on: September 02, 2008, 05:02:42 PM »
http://strangebuttrue.st.funpic.de/4images/details.php?image_id=8317&sessionid=4c0ec4a66621d134c53bb1aecd5c16a7&l=english

on the description on there it show the height and width of the image how to i get that on my site? lol

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Image Height And Width On Details Page
« Reply #3 on: September 02, 2008, 06:11:44 PM »
... in details.html add this...

Code: [Select]
Width / Height : {width} x {height} Pixel

... or this (also for other files than images) ...

Code: [Select]
Width / Height : {if width}{width} x {height} Pixel{endif width}{ifno width}not avaiable{endifno width}


Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline RatedRWHC

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: Image Height And Width On Details Page
« Reply #4 on: September 02, 2008, 07:27:54 PM »
cheerz :)