|
|
horizontal login and PMS notice
|
|
Date: 2007/07/19 09:55
|
By: okstated
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
Hi,
I am wanting to use the login module horizontally. I gave the module its own line to ensure that the text wouldn't wrap.
Before logging in there is no problem and when logged in there is not a problem until you get a private message notice and then the text wraps or at least it takes up two lines thus undermining the whole point of using the horizontal style.
I've attached a picture to show. It creates a gap in my template and, basically it takes up two lines instead of one.
How and/or where can I fix this. I've look all throughout the module, css, template file, etc. and can't seem to find anything that works.
thanks in advance.
|
|
The administrator has disabled public write access. |
|
|
|
Re:horizontal login and PMS notice
|
|
Date: 2007/07/25 00:03
|
By: nado_anro
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 5 |   | |
|
Open the file mod_cblogin.php in your editor of choice and search for the file mail.gif.
$pmsMsg .= '<img border="0" src="'.$urlImgPath.'mail.gif" width="14" height="15" alt="NEW" class="mod_login'.$class_sfx.'" id="mod_login_messagesimg'.$class_sfx.'" /></a><br />'."n";
In this line remove <br />.
save and upload.
TIP ! Always make a backup of the original file, just in case
|
|
The administrator has disabled public write access. |
|
|
|
Re:horizontal login and PMS notice
|
|
Date: 2007/07/29 02:52
|
By: okstated
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
Thanks.
That worked.
I need to brush up more on basic html I guess.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:horizontal login and PMS notice
|
|
Date: 2007/08/14 05:32
|
By: roshan2007
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 12 |   | |
|
Hi
I am interested in setting up the CB login Horizontally. I read this, Can you please tell me how to configure the CB login on the top menu? If provide what u have done that would be great. Thank you
|
|
The administrator has disabled public write access. |
|
|
|
Re:horizontal login and PMS notice
|
|
Date: 2008/03/17 03:45
|
By: okstated
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
I just now saw this so thought I'd reply, though it's been quite a while.
Simply select the module position you want (top - in this case) and then go to modules and go to the cblogin module and set the display type to horizontal from the dropdown box.
the last step is to be sure to give the module a class suffix that you have defined in your main css file to have an inline display format.
display: inline;
Then you should get a nice horizontal login with the cb_login.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:horizontal login and PMS notice
|
|
Date: 2008/07/10 16:28
|
By: piersol
|
Status:
|
|
|
Karma: 2  
|
|
Senior Joomlapolitan  | Posts: 65 |   | |
|
Any idea why the pms notification would not display in explorer, but it does in Firefox? This is only for the horizontal layout. Im also using compact layout.
I use Uddeim
Any ideas?
|
|
The administrator has disabled public write access. |
|
|