Scarface
Member
this tutorial is awesome ive done my style with this guide but now im trying to make it better such as modifying moderator bar so if i go to modify a line and create mystyle_moderator_bar how would i go to overwrite the part of the code?
example
or should i just edit the xenforo moderator bar instead of creating my own?
or if i do create template modification will it export it?
example
Code:
moderator_bar
Replace the following:
<xen:hook name="moderator_bar" />
With:
<xen:if is="{$visitor.user_id}">
<xen:include template="navigation_visitor_tab" />
</xen:if>
<xen:hook name="moderator_bar" />
or should i just edit the xenforo moderator bar instead of creating my own?
or if i do create template modification will it export it?