Quote:
Originally Posted by Phalynx
How can I edit the text that appears in in "links_main" below <if condition="$viewcattext or $viewcatextra">? As the mainpage is not a cat I cannot find the description for that.
|
You mean this section of the template?
PHP Code:
<if condition="$viewcattext or $viewcatextra">
<tr>
<td class="alt1">
$viewcattext
$viewcatextra
</td>
</tr>
</if>
$viewcattext contains the parsed version of the extended category description (i.e. with bbcodes filled in, etc.)
$viewcatextra contains the contents of the links_catbit_extras template, and is used to hold information on synchronisation, user allowances, etc.
If you want to modify either of these, you could write a plugin that is hooked on ldm_maindisplay_end, e.g. you can append to $viewcatextra