- Compatible XF Versions
- 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
This tutorial will show you how to put a bar ('Not Member yet?') on xenforo.
Go on your admincp > styles > your style > templates and search header
Inside put this :
Go on your admincp > styles > your style > templates and search header
Inside put this :
Code:
<xen:if is="!{$visitor.user_id}">
<div...
You do not have permission to view the full content of this resource.
Log in or register now.