How to redirect a user to the current topic after posting a reply
5 posters
Page 1 of 1
How to redirect a user to the current topic after posting a reply
How to redirect a user to the current topic after posting a reply
Any help here?
Any help here?
Re: How to redirect a user to the current topic after posting a reply
Hi,
It automatically redirects the user to the currect topic after he/she reply, Could you explain more about your problem. Thanks!
It automatically redirects the user to the currect topic after he/she reply, Could you explain more about your problem. Thanks!
Stephen-- Hyperactive
- Posts : 2542
Reputation : 326
Language :
Re: How to redirect a user to the current topic after posting a reply
what i meant is, i will not click anymore the "Click here to view message"
Re: How to redirect a user to the current topic after posting a reply
@rockzkie If you are trying to bypass the "Information" screen, try this code.
This will make it so after a post the user will go right back to their post.
Administration Panel/Modules/JavaScript Management/Create New JavaScript/
Name: As you please
Mark: In all pages
Hope this helps.
Regards
FrOsTyXi
This will make it so after a post the user will go right back to their post.
Administration Panel/Modules/JavaScript Management/Create New JavaScript/
Name: As you please
Mark: In all pages
- Code:
;$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
Hope this helps.
Regards
FrOsTyXi
Re: How to redirect a user to the current topic after posting a reply
i have tried it but it's not working...FrOsTyXi wrote:@rockzkie If you are trying to bypass the "Information" screen, try this code.
This will make it so after a post the user will go right back to their post.
Administration Panel/Modules/JavaScript Management/Create New JavaScript/
Name: As you please
Mark: In all pages
- Code:
;$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
Hope this helps.
Regards
FrOsTyXi
Re: How to redirect a user to the current topic after posting a reply
yes, it worked.. thank you very much!
Re: How to redirect a user to the current topic after posting a reply
Yes it worked, but is there anyway to speed it up?
it loads first before redirecting...
it loads first before redirecting...
Re: How to redirect a user to the current topic after posting a reply
This is exactly what I needed as well. Thanks for the code.
Re: How to redirect a user to the current topic after posting a reply
@rockzkie : I think that wouldn't be possible, It is depending on your Internet connection, that would be load fast or slow... I suggest to check your connection then try it again..
Similar topics
» Reply to topic redirect
» Watched topic becomes unwatched after posting a reply
» If I change my domian name will it redirect my current users
» How to remove information after reply posting and new posting?
» Display current user's username
» Watched topic becomes unwatched after posting a reply
» If I change my domian name will it redirect my current users
» How to remove information after reply posting and new posting?
» Display current user's username
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum