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
Re:0 seconds redirect (1 viewing) (1) Guest
TOPIC: Re:0 seconds redirect
#54707
0 seconds redirect 5 Months, 1 Week ago  
Can i do that?

0 seconds to redirect after a post!
iochrist (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54709
Re:0 seconds redirect 5 Months, 1 Week ago  
Nope.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54710
Re:0 seconds redirect 5 Months, 1 Week ago  
But why the redirect is 3 seconds, why not 1 second?
iochrist (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54758
Re:0 seconds redirect 5 Months, 1 Week ago  
Have no idea. But you cannot set it to zero. NO FORUM ON THE PLANET recommends or implements it. There are processes going on that need to take place.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54769
Re:0 seconds redirect 5 Months, 1 Week ago  
this is possible

redirect prosess made with js code

Code:

setTimeout("location='http://www.bestofjoomla.com/component/option,com_fireboard/Itemid,38/func,view/catid,75/id,54768/#54768'", 3500);



sth like this and 3500 is waiting time in milisecond (at least i think like that).

I open all php files in com_fireboard directory and with searh and replace menu of my editor

i seek 3500 and replace them with value "1" then taa.. taaa.

it redirect to message immediately.

try this
toofunal (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54770
Re:0 seconds redirect 5 Months, 1 Week ago  
I said it cannot be done because it is NOT RECOMMENDED!!! Anyone doing this know you are solely responsible if your forum breaks.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54777
Re:0 seconds redirect 5 Months, 1 Week ago  
if this is dangerous for the system there shoul not be link that you can click and rediret it before time elapse.

I mean some one click the link immediately and your system should in danger by this way.

Could you explain.
toofunal (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54780
Re:0 seconds redirect 5 Months, 1 Week ago  
The link itself is not immediate either. By the time you click it it's been about 3 seconds anyway. It is to be used of you are NOT being redirected. If it IS safe why do you need a redirect page in the first place?
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54785
Re:0 seconds redirect 5 Months, 1 Week ago  
i don have enough php&mysql knowledge to examine why redirect page there is,

but sth i know every coder use own style while coding for example there must be a reason for the default value of code which is 150, coder gave it this value while coding.
For exaple I need 475 value for that and i chaged it,

And coders prepared a redirect page while coding function of posting a message to forum, there must be a reason to maybe coder want to give an opportunity to turn forum index and give second link may be it is an arbitrary decision.
An the person who had asked this may be need the value zero for this redirect page and so hi did ask it.

I seek and could not find any comment line from coder in source.

Besides all someone ask a question and i answered his question,

You have chosed to give him an answer that is not possible and i give him a solution to do what he want.

If i know there is a risk making this value 0 i chose to answer like "you can change value to zero but it causes risk for entire forum, it is highly recommended not to do this"

Yoo dont need to fool anyone.

I request an answer from coders for this case. You are the only one claim this a risk.

Kind Regrads
toofunal (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54787
Re:0 seconds redirect 5 Months, 1 Week ago  
Since you know better than every forum developer on the planet go ahead and set it to zero.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top