This is a great solution. What it does is:
1. Replaces the Login Link with login boxes
2. Result is you are able to login at the message board.
I strongly sugest this feature is implemented in the next version of Fireboard!
Detailed Instructions
1. Download and edit
viet4777 files at
http://luyenkim.net/home9/images/fbfiles/files/profilebox.zip
2. Change Itemid on line 190 to match the Itemid for your site:
$loginlink = "index.php?option=com_fireboard&Itemid=88889095";
3. Change Itemid on line 193 to match the Itemid for your site:
$loginlink = sefRelToAbs( 'index.php?option=com_fireboard&Itemid=88889095' );
In my case my Fireboard Forum is at :
www.basicwebs.net/tigertech/joomla1013/i...eboard&Itemid=12
So I changed 88889095 to 12.
Once these changes are complete, FTP the new file to the following location. Be sure to rename the original file just in case:
components/com_fireboard/template/default/plugin/profilebox/profilebox.php
The following makes the format of the new login feature match the existing layout.
Copy the following text to the top of the CSS file for you sites default template. This is the same code form
viet4777 css.txt files, but I changed the comment line.
In your joomla admin backend, go to Site/Template Manager/Site Templates, click the radio button by your default template, click Edit CSS, paste the following text at the top and you should be set.
/* Fireboard Fix - MOD Login */
.loggin_fb_modul
{
color: #685A37;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}
div.loggin_fb_modul .inputbox_login
{
border-color: #9D9D9D;
border-style: solid;
border-width: 1px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-left: 5px;
margin-right: 5px;
width: 80px;
padding: 2px 2px 2px 2px;
}
div.loggin_fb_modul .button_login
{
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 10px;
height: 22px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
margin-left: 0px !important;
margin-left: -10px;
}
/* Fireboard Fix - MOD Login */