[SOLVED] PenGuin Mail: How do i change login/logout URL
- GK User
- Fri Jan 14, 2011 6:05 pm
Hi All!
i would like to use the penguin template with JomSocial and change the landing urls when pressing the button in topnav. I did not find the file to hack
Thanks for your help
i would like to use the penguin template with JomSocial and change the landing urls when pressing the button in topnav. I did not find the file to hack
Thanks for your help
-
- Fresh Boarder
- GK User
- Mon Jan 17, 2011 12:24 am
Hi wadzaloo
I've changed the url for the login/logout button on my own site, if you look in gk_penguinmail/layouts/blocks/nav.php
for the following code (should be on line 16:)
You can change index.php?option=com_user&view=login to whatever URL you need it to go to.
Hope that helps.
I've changed the url for the login/logout button on my own site, if you look in gk_penguinmail/layouts/blocks/nav.php
for the following code (should be on line 16:)
- Code: Select all
<a href="<?php echo $this->baseurl(); ?>index.php?option=com_user&view=login" id="buttonLogin"><?php echo $btn_login_text; ?></a>
You can change index.php?option=com_user&view=login to whatever URL you need it to go to.
Hope that helps.
-
- Fresh Boarder
- GK User
- Mon Jan 17, 2011 9:19 pm
For sure that helps!:cheer:
That was exactly my need - Thanks!
That was exactly my need - Thanks!
-
- Fresh Boarder
- GK User
- Tue Mar 15, 2011 6:54 am
Thanks for the question and the answer!
-
- Fresh Boarder
4 posts
• Page 1 of 1