Top bar - replace login with links

Permalink Browser Info Environment
Hi there.

My question is in regards to a the previous thread with instructions on removing the log-in link from the top bar. Is there a way to make that top bar a sitewide element? I'd like to have a Contact us link instead of the Log in link.

Thanks very much,
Allison

Type: Discussion
Status: New
riskykabob
View Replies:
formigo replied on at Permalink Reply
formigo
Hi Allison,

Any area can be made sitewide (global) by altering the code slightly:

<?php
$a = new Area('Top Bar Full');
$a->display($c);
?>

to...
<?php
$a = new GlobalArea('Top Bar Full');
$a->display();
?>

You would do this on the area you wanted to make global. Please notice that you add Global before Area (case sensitive) and remove $c also.

Thanks

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.