Thanks, Rolf. I always love your clear instructions. I wish all were as clear.
I did as you suggested, but the default, and only, template is entitled "default". I do not see the one that is called "default_category". Therefore, "default" is active by default.
So I viewed the one named default. It contains:
Code: Select all
<div class="linkmgr">
<ul>
{foreach from=$items item="item"}
<li><a href="{$item.link_url}" target="_blank">{$item.link_name}</a> - {$item.link_desc}</li>
{/foreach}
</ul>
</div>
So I created a new one named default_category, and then pasted in your suggested code. After submitting that one and then reloading the web page, it displayed as it should.
Woo hoo!!! You, sir, are awesome! Thank you so much for that solution.
Too bad the LinkManager module does not work as it states. Everyone needs to note that just using one of the smarty tags they give in the instructions will do nothing without creating the necessary code, as well as the associated template, which one needs to figure out one's self.
Thanks again, Rolf!