Author Topic: How to change the details.php just to show the larger image like lindsay-images.  (Read 4375 times)

0 Members and 1 Guest are viewing this topic.

Offline yersey

  • Pre-Newbie
  • Posts: 2
    • View Profile
Hey.

If you take a look on lindsay-images.net you can see the site only shows the images with the download button above without any random pics on the left site and so on.

So, my question is, how to change the details.php code to have the same like this?


Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
... you only need to edit your details.html ... remove all unnecessary tags, tables, images, html-code ... :wink:
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) ...

manurom

  • Guest
Hello;
just create a file called "details.html", in your template folder.
Paste this code:
Code: [Select]
<center> {download_button}<BR><BR><a href="javascript:history.go(-1)">Back Gallery</a><BR><BR>
    {image}
and save.
Replace "Back to Gallery" as you like.
That's all.