Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
**need delegate**
y2kbg
New
in categories.php themefile, right afterthe discussion name for each and one before and other description.
i tried this but the delegate gets rendered otside of the categories list--item. as does a couple discription things also.
maybe i am not using the code in my delegate fnction right, all i have is an echo and i thout it should be placed where i pt the delegate, or is there more to it?
<li class="CategoryName">
<span>'.$this->Context->GetDefinition('Category').'</span> <a href="'.GetUrl($this->Context->Configuration, 'index.php', '', 'CategoryID', $Category->CategoryID).'">'.$Category->Name.'</a>
';
$this->CallDelegate('PostCatNameRender');
echo '</li>
<li class="CategoryDescription">
i tried this but the delegate gets rendered otside of the categories list--item. as does a couple discription things also.
maybe i am not using the code in my delegate fnction right, all i have is an echo and i thout it should be placed where i pt the delegate, or is there more to it?
0
This discussion has been closed.