Shape 5

Joomla Templates => Corpway - Club => : bollinger January 04, 2016, 10:29:04 AM



: Modify Register and Login text - slightly
: bollinger January 04, 2016, 10:29:04 AM
Hi. I am working on a site (Corpway template) and I have converted both the register and login text to direct to unique links (see attached).

I would like to do two things, and I was wondering if I could ask for your help:

1. How can I direct the links/pages to pop up in a new browser window, instead of just opening in the parent window? I am not sure where to make that modification, if you could point me in the right direction. :)
2. How can I insert a vertical bar (like this... MyENMU Portal  |  Current Students) between the two items, if possible? I attached an example of what I am thinking, for your reference.

Thank you so much for your help, and happy new year!

Matthew Bollinger


: Re: Modify Register and Login text - slightly
: mikek January 04, 2016, 12:41:02 PM
Hello,

1. It is not meant to open in a new window and would require custom programming, we don't provide custom services like this. You would have to modify the links directly in the index.php file, and add your own <a href="" target="_blank"> calls:

<ul class="s5boxmenu">
                                       <li><?php echo $s5_register;?></li>
                                    </ul>

2. This also would require custom programming. Something like this in custom.css would get you close:

#s5_login {
border-right:solid 1px #CCCCCC;
padding-right:10px;
}