1
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: April 29, 2006, 03:06:46 PM »
Просмотрел содержимое вывода первой страницы, и такое впечатление что не находит путь к изображениям, а только к директории, вот что внутри страницы где должна быть картинка:
<a href="./categories.php?cat_id=5&sessionid=839f0c48e738da9e3ffc97405c294cff"><img src="" width="40" border="1" heigh="30" /></a>
а вот содержимое category_bit.html
-----------------------
<table border="0" cellspacing="0" cellpadding="0">
<tr> <td valign="top">
<!-- <img src="{template_url}/images/folder.gif" width="20" height="13" alt="">!-->
{if cat_image}<img src="{cat_image}" width="40" height="30" border="1" hspace="3" align="left">{endif cat_image}
{if random_cat_image_file}<a href="{cat_url}"><img src="{random_cat_image_file}" border="1" width="40" heigh="30"></a> {endif random_cat_image_file}
</td>
<td>
<a href="{cat_url}" class="maincat">{cat_name}</a> ({num_images})
{if cat_is_new}<sup class="new">{lang_new}</sup>{endif cat_is_new}
</td>
</tr>
</table>
{if cat_description}
<span class="smalltext">{cat_description}</span><br />{endif cat_description}
{if sub_cats}{sub_cats}{endif sub_cats}
----------------------------------------
<a href="./categories.php?cat_id=5&sessionid=839f0c48e738da9e3ffc97405c294cff"><img src="" width="40" border="1" heigh="30" /></a>
а вот содержимое category_bit.html
-----------------------
<table border="0" cellspacing="0" cellpadding="0">
<tr> <td valign="top">
<!-- <img src="{template_url}/images/folder.gif" width="20" height="13" alt="">!-->
{if cat_image}<img src="{cat_image}" width="40" height="30" border="1" hspace="3" align="left">{endif cat_image}
{if random_cat_image_file}<a href="{cat_url}"><img src="{random_cat_image_file}" border="1" width="40" heigh="30"></a> {endif random_cat_image_file}
</td>
<td>
<a href="{cat_url}" class="maincat">{cat_name}</a> ({num_images})
{if cat_is_new}<sup class="new">{lang_new}</sup>{endif cat_is_new}
</td>
</tr>
</table>
{if cat_description}
<span class="smalltext">{cat_description}</span><br />{endif cat_description}
{if sub_cats}{sub_cats}{endif sub_cats}
----------------------------------------