I'm using Pligg 9.9.5, this problem lies with Yget template.
While surfing the pligg site,
when it comes to 'Upcoming' tab, and if you click a category, you could see the category name exists in navigation bar, something like ' sort 'category name' by: newest | oldest ...
but when looking at 'Published' tab, if clicking a category, the category name won't shown up in the navigation bar. something like ' sort (missing category name) by: recent | today | yesterday ...
while looking at the concerned template file in yget: header.tpl, it seems both navigations shares the same code:
<strong>
{if !isset($templatelite.get.category)}
{#PLIGG_Visual_Pligg_Sort_News_By#}:
{else}
{#PLIGG_Visual_Pligg_Queued_Sort#} {$category} {#PLIGG_Visual_Pligg_Queued_Sort_By#}:
{/if}
</strong>
so why the category name {$category} didn't show up in Published new's navigation?





Linear Mode




