Staff link in members tab drop-down list [Deleted]

Deceptive

Active member
Demon submitted a new resource:

Staff list in member's tab drop-down list - Staff list in member's tab drop-down list

This resource is by me. I made the template modification add-on.

Go to the navigation template and search for the following:
Code:
<li><a href="{xen:link members}">{xen:phrase notable_members}</a></li>
             <xen:if is="{$xenOptions.enableMemberList}"><li><a href="{xen:link members/list}">{xen:phrase registered_members}</a></li></xen:if>
             <li><a href="{xen:link online}">{xen:phrase current_visitors}</a></li>...

Read more about this resource...
 
As this is an installable add-on, it would be better if the template edits were done by the add-on itself rather than the user having to manually edit the templates.
 
As this is an installable add-on, it would be better if the template edits were done by the add-on itself rather than the user having to manually edit the templates.
I provided the add-on encase people didn't want to manually edit the template.
 
I provided the add-on encase people didn't want to manually edit the template.
If the add-on does the template edits, you need to clearly state this in the resource. It currently looks like you have to install the add-on and edit the templates.
 
Top Bottom