index.php?module=pxPDFManager&type=user&private=1
Code
<!--[if $private != "1"]-->
Content1
<!--[else]-->
Content2
<!--[/if]-->
Content1
<!--[else]-->
Content2
<!--[/if]-->
Was working fine, but then all of a sudden it stopped working. (im talking about a 5 min period while i was making the template). So basically its showing Content1 all the time now. It worked perfect, then not.
Its not being cached as i have $pnRender->caching = false; in the pnuser.php file.
Also, on a side note. I was trying out for another situation within the template.
Code
<!--[foreach from=$link_listing item=links]-->
<!--[if $links.category_name != "Track Record"]-->
blah blah blah
<!--[/if]-->
<!--[/foreach]-->
<!--[if $links.category_name != "Track Record"]-->
blah blah blah
<!--[/if]-->
<!--[/foreach]-->
And it works fine, but I would like to be able to list more than one category to not show. I have tried it using Smarty logic in pnuser.php and the actual template and still have not been able to use an array that lists multiple categories. Any tips on this too?
