Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Login redirection to the forum home page (1 viewing) (1) Guest
Go to bottom Favoured: 3
TOPIC: Re:Login redirection to the forum home page
#29346
Re:Login redirection to the forum home page 11 Months, 2 Weeks ago  
Sorry. Meant profilebox.php.
grumblemarc (User)
Platinum Boarder
Posts: 3557
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#29360
Re:Login redirection to the forum home page 11 Months, 2 Weeks ago  
grumblemarc wrote:
Sorry. Meant profilebox.php.

Thank you, now I get it!
percapita (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#33692
Re:Login redirection to the forum home page 10 Months, 1 Week ago  
so obviously, noone who clicks login on the forums page wants to be sent back to the homepage of the site.

the fix that's proposed in this thread seems like it has some folks thinking it worked and others who still get errors.

what is the final fix? and will it be inserted into the core code?

thanks much!
cra2
cra2 (User)
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#34335
Re:Login redirection to the forum home page 10 Months ago  
I have make the changed, but when I wil login the page redirect to the root with no content. Its like the root dousnt exist. When I refresh the page I see the normal root. But I have seo friendly link names like www.mydomain.com/index.php/music-forum.html. So I have make it like this:

$loginlink = "index.php/music-forum.html";
$loginlink = sefRelToAbs( 'index.php/music-forum.html' );

Dous somebody know what's the problem?
khalid (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#35957
Re:Login redirection to the forum home page 9 Months, 2 Weeks ago  
Okay what if we don't have a file that is profilebox.php ... and none of our css files contains anything about login.

I have registered a fake user, to do post testing, and I can't login. I can't even login in as the admin. What the flip do I do?

I want to change this so that I can start making the forums into more of a community, but if I can't get people to login, I don't know which forums to add with children.

I have Fireboard 1.0 and I have it installed on Legacy 1.0/1.5 everything seems correct. Just don't ... seem to be getting anything from searching these boards that answer clearly.

If you can't even click the login to get a login what to do. I don't even have a login box. I would want that also. But I'm generally new to this, and I tried hard enough to figure it out.

So in summary, this is useful, if you had the profilebox.php, but I don't even have that file. So what do I do?
Chad (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#45643
Re:Login redirection to the forum home page 7 Months, 2 Weeks ago  
Okay, I have the same problem as a couple of people --the login form appears but it doesn't work. When I try logging in through it nothing happens.

Also it has underscores in front of all the fields. Like this:
_USERNAME _PASSWORD _LOST_PASSWORD etc.

It seems like there are one or two final steps missing in these instructions. I feel like I'm close but not being a programmer I don't know what to do. Can anyone fill in the gaps for me? I'm running J1.5 so maybe that has something to do with it?

thanks so much!
lividsnails (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#46230
Re:Login redirection to the forum home page 7 Months, 1 Week ago  
Download link for this fix is broken...
ausnets (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54582
Re:Login redirection to the forum home page 2 Months, 2 Weeks ago  
Thank you done a great work. I have other issue, how about "Logout". Because when I click on logout it is redirect back to forum home page.
kaitech (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#56909
Re:Login redirection to the forum home page 1 Month, 2 Weeks ago  
Oh my,

I donīt understand a word of all this but I do have that problem I have the nightlybuilt I would have thought that would be fixed in there.

Is there no easy solutiion, I just been looking at my profilebox.php
and this looks like chinese to me I understand as much chinese as what I been able to read in that file
I downloaded that zipfile, what am I suppose to do with it ? This discussion is allready a little older, is that zipfile allready for 1.0.5
do i just use the joomla installer to upload it and make the changes afterwoods ?

sorry about all this stupid questions, but I used to be a chef and no computer whizkid
Telar (User)
Absolute Beginner in Webcreation and design
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Mind Body Spirit Board Location: Bonn , Germany Birthdate: 1966-02-11
Logged Logged
 
The administrator has disabled public write access.  
#57966
Re:Login redirection to the forum home page 1 Month ago  
Ok what I did for good redirection of Joomla 1.5 and FB 1.0.4 it is very simple.
I didn't install anything. I only opened the file
/components/com_user/views/login/view.html.php and in lines 54-56 is a code:
Code:

$params->def( 'pageclass_sfx', '' );
$params->def( 'login', 'index.php' );
$params->def( 'logout', 'index.php' );



I changed one of those lines to

Code:

$params->def( 'pageclass_sfx', '' );
$params->def( 'login', 'index.php?option=com_fireboard&Itemid=53&func=listcat' );
$params->def( 'logout', 'index.php' );



the string index.php?option=com_fireboard&Itemid=53&func=listcat is the page to which I want to redirect users after login. It works
enjoy7777 (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/07 04:24 By enjoy7777.
 
The administrator has disabled public write access.  
Go to top