But if I use own article format to display articles k2 with the same settings of module it is not properly formed URL of articles and categories.
Instead of referring to an article issued by reference to a category, and instead link to a category - all empty.
Not the correct formation of the reference to Article seen on the site - http://hc.esy.es/.
Own article format:
- Code: Select all
<div class="item post">
<div class="post-inner">
<div class="news-image">
<img src="{IMAGE_SRC}" alt="{TITLE}" />
<div class="image-overlay">
<div class="hover-links clearfix">
<a class="hover-zoom" data-rel="prettyPhoto" title="{TITLE}" href="{IMAGE_SRC}"><i class="icon-external-link"></i></a>
<a class="hover-link" href="{URL}" title="{TITLE}"><i class="icon-plus"></i></a>
</div>
</div>
</div>
<h2 class="news-wrap">
<i class="icon-add"></i>
<a title="{TITLE}" href="{URL}">{TITLE}</a>
</h2>
</div>
</div>
Module generates only not correct variables {URL} and {CATEGORY_URL}. Other variables like {TITLE}, {IMAGE_SRC} and other are formed correctly.
Initially, I faced this problem on the site http://test.haircolor.org.ua/. There with the same native file format is not correctly displayed articles module - Последние ингредиенты. It uses the same configuration of the site joomla 2.5 + k2 + News Show Pro GK5 the same versions. All links lead to articles instead of categories. However, on this site in this module I use more complex internal settings of the module. To eliminate the influence of the settings on the map I created a new site ( http://hc.esy.es/) they wrote at the beginning and it just manifested this error.
Sorry for my english.