4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: uny on February 10, 2003, 04:32:23 PM

Title: Is this possible using 4images?
Post by: uny 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!
Title: Is this possible using 4images?
Post by: SLL 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...
Title: Is this possible using 4images?
Post by: V@no 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
).
Title: Is this possible using 4images?
Post by: uny 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.
Title: Is this possible using 4images?
Post by: V@no 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. ;)