Author Topic: problems with thumbnail_bit.html, any help?  (Read 3036 times)

0 Members and 1 Guest are viewing this topic.

Offline joxxxe

  • Pre-Newbie
  • Posts: 8
    • View Profile
problems with thumbnail_bit.html, any help?
« on: October 14, 2007, 02:37:54 AM »
Hello i need some help, results that in this page
http://www.bautizame.org/recursoshi5/

the thumbmails and their information are showing right but in this

http://www.bautizame.org/recursoshi5/k-comentarios-en-espanhol-3-amistad-1.htm

is not showing it right, the name of images are not showing it, only the name of the category and user who upload it are showing it, please.

i have this code on thumbnail_bit.html


---------------------------------------------------------------------------------------------------------------------------------------------------------------------
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<div  align="center" class="thumb" onmouseover="this.className='thumb2'" onmouseout="this.className='thumb'">
{thumbnail}
</div>


<div class="info">
<p class="cat" title="nombre de la imagen">{image_name}{if image_is_new}<span class="new">{lang_new}</span>{endif image_is_new}</p>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    {if categories}<td><p class="category"><a href="{cat_url}" title="categoria">{cat_name}</a></p></td>{endif categories}
    {if allow_comments}<td><p class="comment">{image_comments}</p></td>{endif allow_comments}
    <td><p class="user" title="subio la imagen">({user_name_link})</p></td>
  </tr>
</table>
</div>
---------------------------------------------------------------------------------------------------------------------------------------------------------------------

hope helps, BIG THANKS.
« Last Edit: October 16, 2007, 03:46:09 PM by KurtW »