Move the "Sign up now!" button to the header [Deleted]

Dylan V

Well-known member
Dylan V submitted a new resource:

Move the "Sign up now!" button to the header - Move the "Sign up now!" button to the header and remove it in the sidebar.

This template modification will allow you to move the "Sign up now!" button to the header.

Firstly it is necessary to increase the height of the header to put the button. To do this go to "Style Properties", "Header and Navigation" and in "Height of Header Logo" put 60px instead of 50px.

Now go to the templates of your style and search for "ad_header". Replace its content with this:
Code:
<xen:hook name="ad_header" />

<xen:if is="{$visitor.user_id}">...

Read more about this resource...
 
Top Bottom