Author Topic: Is this possible using 4images?  (Read 4405 times)

0 Members and 1 Guest are viewing this topic.

Offline uny

  • Newbie
  • *
  • Posts: 46
    • View Profile
Is this possible using 4images?
« on: February 10, 2003, 04:32:23 PM »
I have some of the following questions, appreicate if anyone could help:

1. Could I add Some random images right next to the New Images?
for example: there are 3 new images on the home.html, I would like to add another 3 in the next row(which is random images)

2. I see the photo of the day,
http://www.4homepages.de/forum/viewtopic.php?t=3529
 but where do I add the code to? i know is to the 4 files, but is that mean replace all of them? or just add the code to wherever I want in those 4 files.

3. I have some description of the Catagory, however it showed at the Catogory list too, can I remove it? if yes, how?

4. when user click on TOP image, it will not only show the text, but it will have small thumbnail for all the top images.

Thanks in advance for any help!

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
Is this possible using 4images?
« Reply #1 on: February 10, 2003, 05:51:23 PM »
The answers and solutions for all your four questions are here, in the forum already. Please read again before asking...

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
Is this possible using 4images?
« Reply #2 on: February 10, 2003, 06:08:19 PM »
First check out those two links:
http://www.4homepages.de/forum/viewforum.php?f=14
http://www.4homepages.de/forum/viewtopic.php?t=3919

1. open /templates/<yourtemplate>/home.html
and add this tag to whereever u want display random image
Code: [Select]
{random_image}

2. if it says "find"/"add"/"replace", that means u need do that action inside the file it sais to open.

3. open /templates/<yourtemplate>/categories_bit.html
and delete
Code: [Select]
{if cat_description}
<TR>
<TD width="100%" valign="bottom"> <SPAN class="smalltext">{cat_description}</SPAN><BR /></TD>
</TR>
{endif cat_description}
*U might have something little bit different, but the main point is delete those {...} tags.

4. yes, u can do that, go to MOD forum, it's there ([Mod] Toplist altered
).
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 uny

  • Newbie
  • *
  • Posts: 46
    • View Profile
Is this possible using 4images?
« Reply #3 on: February 10, 2003, 06:26:38 PM »
Thank you for your reply V@no

But for the 1st question, yes I'm able to add Ramdom images under the New Image. however, it has the exact same random images as on the left side. What do I need to change to make 3 different random images under the new image other than the one at left.

thank you so much for your help V@no.

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
Is this possible using 4images?
« Reply #4 on: February 10, 2003, 06:34:24 PM »
try those two:

http://www.4homepages.de/forum/viewtopic.php?t=1968
http://www.4homepages.de/forum/viewtopic.php?t=4010

P.S. and search on the forum. there are alot of things were discused/fixed/solved. many mods where published. u might find something usefull. ;)
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)