How to “JOIN NOW” & “MEMBERS LOGIN” to dif. page

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

Quote · 28 Dec 2008

sure

where would you wanna move it

Quote · 28 Dec 2008

Well I suppose I can just create regular links that point to the respective files/pages right?...

…/join.php    and   …/member.php

I want those links on a separate external HTML page that I will create, which again I can just create the links to join.php and member.php, but then how would I remove the “Join Now” and “Members Login” from the top header?  Sorry the question changed a little bit.

Great Thanks,
-Zehn-

Quote · 28 Dec 2008

/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>


Quote · 28 Dec 2008

Very good indeed.  Thanks alot Prolaznik.

Quote · 28 Dec 2008

welcome :)

if you change your mind and decide to use imgs... i can help you with that to

Quote · 28 Dec 2008

Hello, how can I change the color or the police of the Join Now and Members Login ?

 

Thank you

Quote · 6 Jan 2009

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....

Smile

Quote · 1 Feb 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.