Posted by Citizen on July 24, 2010 at 9:58pm
Could somebody please inform me on how I can remove the login and registration links from the top of the front page in OpenPublish? I am using OP v2.0.
Could somebody please inform me on how I can remove the login and registration links from the top of the front page in OpenPublish? I am using OP v2.0.
Comments
Delete
in the page-header.tpl delete lines 43-51
<?phpif (user_is_logged_in()) :
?>
<?phpprint t('Hello');
?>
<?phpprint l($GLOBALS['user']->name, 'user')
?>
<?phpprint l('Logout', 'logout')
?>
<?phpelse :
?>
<?phpprint l('Log In', 'user')
?>
<?phpprint l('Register','user/register')
?>
<?phpendif;
?>
or in components.css?Line 101 use display:none;
@nigel - re: Delete
Thank you so much for your help ... it worked like a charm! We're hoping to take our new newspaper's site live today!
Thanks
@nigel - re: Delete
Thank you so much for your help ... it worked like a charm! We're hoping to take our new newspaper's site live today!
Thanks
Don't forget to share us your
Don't forget to share us your site's URL.
sTattler.com
@stattler - re: Don't forget to share us your
We'll definitely make sure to do that, stattler. Your advice re: migrating our site was very helpful to us. It was a daunting task. It's just been me and one other person working on this project and both of us had an extremely steep learning curve to overcome (and still do).
Again, thanks for the help. We'll keep you posted.
user login issue
Hi,
Can users not necessary to login at http://d23medianet.datgmedia.com/to access directly into my page?
Thanks alot
Beckmann