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.


Messages - Wistom

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [Mod] Photo Of The Day
« on: January 23, 2006, 11:44:57 PM »
V@no

I double checked every thing. I am not missing anything..

By ur little correction, I am now shoing POTD using "hits" and manually adding Text in potd_image.html.

{lang_potd_title} is not important but to use "random" {lang_potd_type} must be working. And i cant use it with what ever i tried. 


hi,
try this :

add directly the code in the page (ex. home.html of your template dir.) where you want it to be displayed (after random image for ex.):
Code: [Select]
<table width="150" border="0" cellspacing="0" cellpadding="0">
  <tr><td class="head2" height="20" align="left"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />{lang_potd_title}</td></tr>
  <tr><td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td></tr>
  <tr><td align="center" class="row1">{potd_image}</td></tr>
  <tr><td align="center" class="row1">{lang_potd_type}<br /><br /></td></tr>
  <tr><td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td></tr>
</table>

and then modifie the potd_image.html in your template dir.
it shoud look like
Code: [Select]
<br />{thumbnail}<br /><b>{image_name}</b><br />

tell me if that works for you :)


Pages: [1]