Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - faris_idris

Pages: [1]
1
Hello and thank you for have such a great program..:)
I have been trying to put top ten viewed image links under the random image section but haven't had any success. i have tried adding

------
 
Code: [Select]
<span class="title">{lang_top_images}</span>
                  <hr size="1" />
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                          <tr>
                            <td class="head1" valign="top" colspan="5">{lang_top_image_hits}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row1" align="center"><b>1</b></td>
                            <td valign="top" class="row1">{image_hits_1}</td>
                          </tr>
                          <tr>
                            <td valign="top" class="row2" align="center"><b>2</b></td>
                            <td valign="top" class="row2">{image_hits_2}</td>
                          </tr>

and so on...
-----
under random_image.html

it gives me the listing but no link to the image.
Can someone help..?

Thanks in advance..


Faris

Pages: [1]