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
#57972
Re:Login redirection to the forum home page 4 Months ago  
thanks for the answer. Only two questions
how do I find out the ID of my forum ( as I said IŽm a noob)

and second, wouldŽnt that mean if I do it your way people who lock into my mainpage will end up in the forum ?. the forum is part of my main page www.loosenyourmind.com and www.loosenyourmind.com/esoterikforum.html.
I think this is what this zipfile is suppose to do. If I understand this right (user viet4777 ) wrote a seperate login.php just for the fireboard component, and If i would understand how to implement it I would have allready

By the way the same thing is anoying in this forum also you lock into the forum and endup on your mainpage.

and by the way, how do I get those advertisement banners insertet
Telar (User)
Absolute Beginner in Webcreation and design
Junior Boarder
Posts: 45
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
 
Last Edit: 2008/09/07 05:22 By Telar.
 
 
#61655
Re:Login redirection to the forum home page 1 Month, 3 Weeks ago  
soo...

I added this to my 1.0.5RC2 install and it destroyed the layout.

I was unable to view anything upon click of the forum button
just white page with some basic links on it

I am using joomla 1.0.15

so I had to change it back

is this file available for the 1.05rc2 version of FB and the J 1.0.15 ?

please assist because the login feature that redirects back to the home page is annoying is annoying, users are getting lost and distracted.

Thanks in advance
jakobe75 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62335
Re:Login redirection to the forum home page 1 Month, 1 Week ago  
I have exactly the same problem.
Joomla 1.5.8 & Fireboard 1.0.5 RC2 has installed.
Problem is Fireboard login redirects the user to frontpage.
I have added profilebox.php hack and utilized right instruction steps but the same blank layout page published. I have attached the screenshot. Acording to last 2 reply this is a general mistake for 1.0.5 RC2 Thanks in Advance.
ilkrgz (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/11/27 23:48 By ilkrgz.
 
 
#62336
Re:Login redirection to the forum home page 1 Month, 1 Week ago  
thank you enjoy7777 for sharing.

i did what you say and it worked as you had described. Thank you very much. Meanwhile i had downgraded from 1.0.5 RC2 to 1.0.4 stable


/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' );


my site's frontpage login works perfect: Hosting Paketleri
and the forum page login works at properly: Hosting Paketleri Forum

Thank you.
ilkrgz (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/12/01 15:35 By ilkrgz.
 
 
#62729
Re:Login redirection to the forum home page 4 Weeks ago  
I SOLVED THIS ISSUE OF LOGIN..BUT
I WANT TO RE-DIRECT USERS TO FORUM PAGE AFTER THEY REGISTER ???
IS IT POSSIBLE ?


smak786110 (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#63118
Re:Login redirection to the forum home page 2 Weeks, 2 Days ago  
To redirect user to forum page after they register,
go to site module through the backend of joomla.
open the login module and look at the details.
there will be a place to redirect after login.
pintobuck (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top