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 - andrey_fix

Pages: [1]
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&amp;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>&nbsp;&nbsp;{endif random_cat_image_file}



    </td>
    <td>
          <a href="{cat_url}" class="maincat">{cat_name}</a>&nbsp;({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}
----------------------------------------

2
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: April 26, 2006, 03:46:16 PM »
Надеюсь есть кому прочитать и ответить?

Установил мод Category Image v1.0.1, сделал все как написано.
Если в Админ панели устанавливаем картинку для  категории, она показывается на первой странице, если убираем и делаем, чтобы показывались выборочно, то на первой странице не показывает картинки, заходишь в подраздел, там показывает ;(

В чем может быть проблема??

Pages: [1]