Quote:
Originally Posted by ritunb
Hi Andrew,
I've installed Version: 2.2.9-RC2. Everything is fine but I do not wish to display list of Moderator Names in the Category Description. Is there a way to disable that? I can't find the option to disable that. Please advice.
Regards,
Ritun
|
The feature to show this list of moderators in the category description was requested/added in this version and you are correct - I forgot to provide the option to disable it. It is a straightforward change to the code, so I will add the option as soon as possible. In the meatime, you can remove this list by editing the links_catbit_extras template (vb/admincp/styles and templates). The template contains this sequence of lines:
Code:
<if condition="$moderatorlistbit">
$vbphrase[moderators]: $moderatorlistbit<br />
</if>
Just delete those lines.
Bear in mind that you have made this edit, because you will need to revert the template in future to take advantage of any changes that are offered in subsequent releases.