Is there a way to move the “Join Now” and “Members Login” links in the very top header to a separate blank page? If so how?
Thanks,
Zehn
Is there a way to move the “Join Now” and “Members Login” links in the very top header to a separate blank page? If so how? |
sure where would you wanna move it |
Well I suppose I can just create regular links that point to the respective files/pages right?... |
/templates/tmpl_uni/scripts functions.php and remove this two lines <a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a> <a href="<?= $site['url'] ?>member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( '<?= $site['url'] ?>member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location ) );return false;"><?= _t( '_Member Login' ) ?></a> |
Very good indeed. Thanks alot Prolaznik. |
welcome :) if you change your mind and decide to use imgs... i can help you with that to |
Hello, how can I change the color or the police of the Join Now and Members Login ?
Thank you |
Hello ... after removing the join now and members login pages to different ... how to redirect the registered member to the home page.... Please anybody help.... |