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
[solved] Forum reloads twice issue (1 viewing) (1) Guest
TOPIC: [solved] Forum reloads twice issue
#23412
[solved] Forum reloads twice issue 1 Year, 3 Months ago  
I found the following page explaining how you can get rid of the forum reloads twice issue:
..com_fireboard/Itemid,38/func,view/id,8718/catid,66/

Which worked fine so far but then I got new issue. Where you get redirected to joomla's frontpage but only the very first time that you click on the forum. When you click it a second time it does work.

Real solution can be found here:
...com_fireboard/Itemid,38/func,view/id,8718/catid,66/limit,10/limitstart,30/#23582
techlab (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Robotech Genesis
Logged Logged
 
Last Edit: 2007/09/20 10:45 By techlab. Reason: Better fix available, so follow second link!
 
 
 
#23419
Re:[workaround] Forum reloads twice issue 1 Year, 3 Months ago  
and doest it work?
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
 
#23427
Re:[workaround] Forum reloads twice issue 1 Year, 3 Months ago  
Changed this post because I found a complete solution.
techlab (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Robotech Genesis
Logged Logged
 
Last Edit: 2007/09/19 10:32 By techlab.
 
 
 
#23533
Re:[solved] Forum reloads twice issue 1 Year, 3 Months ago  
So yes it works completely now.
See resubmitted code on first post above!
techlab (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Robotech Genesis
Logged Logged
 
Last Edit: 2007/09/19 10:50 By techlab.
 
 
 
#23581
Re:[solved] Forum reloads twice issue 1 Year, 3 Months ago  
still doesn't work for me completely, if i login and click on the forum link, it redirects me to the frontpage (which is missing due to the hosting company's configuration or maybe Jomla 1.5)

on the second try it works but that's not the point i assume
pedrohsi (User)
Junior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#23590
Re:[solved] Forum reloads twice issue 1 Year, 3 Months ago  
I did not test it out on Joomla 1.5 yet.

Are you perhaps still using Joomla 1.5 RC1?
If that is the case then you might want to upgrade to RC2.

As I noticed sefRelToAbs() function does not seem to work properly in RC1, see:
joomlacode.org/gf/project/joomla/tracker...tracker_item_id=6159

Michel
techlab (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Robotech Genesis
Logged Logged
 
 
 
#23596
Re:[solved] Forum reloads twice issue 1 Year, 3 Months ago  
nah, it's RC2
pedrohsi (User)
Junior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#23604
Re:[solved] Forum reloads twice issue 1 Year, 3 Months ago  
Ok try replacing it with the following code instead:
global $mosConfig_live_site;
$database->setQuery("UPDATE #__fb_sessions SET lasttime=$systime where userid=$my->id";
$database->query();
if ($_ENV["REQUEST_URI"] != "" mosRedirect($mosConfig_live_site.$_ENV["REQUEST_URI"]);
else mosRedirect( $mosConfig_live_site."/index.php?option=com_fireboard&Itemid=".FB_FB_ITEMID );


So the only change now is that the sefRelToAbs() function is no longer being used.
techlab (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Robotech Genesis
Logged Logged
 
 
 
#23607
Re:[solved] Forum reloads twice issue 1 Year, 3 Months ago  
same result - doesn't matter, i'll wait for the official fix
pedrohsi (User)
Junior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#23614
Re:[solved] Forum reloads twice issue 1 Year, 3 Months ago  
I already posted the new file in another topic. please try that file and let me know if it works.
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
 
Go to top