Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Login redirection to the forum home page (1 viewing) (1) Guest
TOPIC: Login redirection to the forum home page
#16334
Login redirection to the forum home page 1 Year, 5 Months ago  
A little attentiveness would be for the user when he/she logs in via the forum login module would be to redirect him/her to the forum home page instead of the site home page.
LocaLiceR (User)
FB Translation Team
"Do It Now!"
Moderator
Posts: 335
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Joomla.org.hu Location: Hungary Birthdate: 1958-10-14
Logged Logged
 
Do not give fish to the hungry man teach him how to fish instead
 
 
#16957
Re:Login redirection to the forum home page 1 Year, 5 Months ago  
did you ever get this issue resolved? I'm having the same thing.
gaorenst (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#16976
Re:Login redirection to the forum home page 1 Year, 5 Months ago  
I have a small modification for login Box:
luyenkim.net/home9/index.php?option=com_...&Itemid=88889095

Do you need it?
Here is my modification:

luyenkim.net/home9/images/fbfiles/files/profilebox.zip

viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
 
#16986
Re:Login redirection to the forum home page 1 Year, 5 Months ago  
Quite good, viet4777! Thanks.
LocaLiceR (User)
FB Translation Team
"Do It Now!"
Moderator
Posts: 335
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Joomla.org.hu Location: Hungary Birthdate: 1958-10-14
Logged Logged
 
Do not give fish to the hungry man teach him how to fish instead
 
 
#16995
Re:Login redirection to the forum home page 1 Year, 5 Months ago  
Thanks!

1. You should change lin 193:
$loginlink = sefRelToAbs( 'index.php?option=com_fireboard&Itemid=88889095' );

you change '88889095' by your Itemid!

2. Copy code css.txt to your default CSS in Backend. This code is used for format the login form. You can change it for your website.
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
 
#17240
Re:Login redirection to the forum home page 1 Year, 5 Months ago  
Here is new modification for login/logout in profile.php, the page will remains:

Visit here to Download.

Demo.

UN : PWD = avim:123456
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Last Edit: 2007/08/07 09:36 By viet4777.
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
 
#17755
Re:Login redirection to the forum home page 1 Year, 5 Months ago  
I am having the same problem as the original poster, however, I cannot understand how to fix it from these replies. I'm not too good with code.
amnion (User)
Junior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Yeah, but it\'s a sweet car bed. | www.fatalfitness.com
 
 
#17831
Re:Login redirection to the forum home page 1 Year, 4 Months ago  
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 */
slhawk98 (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#17901
Re:Login redirection to the forum home page 1 Year, 4 Months ago  
Hey, thanks a TON!
amnion (User)
Junior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Yeah, but it\'s a sweet car bed. | www.fatalfitness.com
 
 
#26233
Re:Login redirection to the forum home page 1 Year, 3 Months ago  
Okay, this works great and everything--I love this add-on--but I'm experiencing one small problem. Whenever I log in, it shows something called _ANN_ANNOUNCEMENTS right there. How can I edit that or take it out? Here's a screenshot...

Also, is there a way to get it so you stay in the forum upon logout?
amnion (User)
Junior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Last Edit: 2007/10/05 06:09 By amnion.
 
Yeah, but it\'s a sweet car bed. | www.fatalfitness.com
 
 
Go to top