I solved it for my issue - at least for my purposes:-
Find the file in your joomla install called components/com_login and change the line:-
| Code: |
$params->def( 'login', $mosConfig_live_site );
|
To the following <<substitute the direct link to your own fireboard between the chevrons>>
| Code: |
$params->def( 'login', '<<Your Link to Fireboard Here - don't forget single quotes>>' );
|
Now when someone logs in they go directly back to the forums main page. When they logout they go the site index page.
It works for me. Hope it helps some of you - bit of a hack I know but needs must and all that
Snads.
Post edited by: snadowitz, at: 2007/04/30 17:48
Post edited by: snadowitz, at: 2007/04/30 17:49