Obtaining automatic return to topic after voting or +ing / -ing a post
3 posters
Page 1 of 1
Obtaining automatic return to topic after voting or +ing / -ing a post
Version: phpBB3
After voting in a poll or giving a +/- to a posted message, the user is taken to a static display which reads:
"Your vote has been cast.
Click here to return to the topic
Click here to return to the forum"
I would like there to be an automatic return to topic in such situations. Is this possible?
After voting in a poll or giving a +/- to a posted message, the user is taken to a static display which reads:
"Your vote has been cast.
Click here to return to the topic
Click here to return to the forum"
I would like there to be an automatic return to topic in such situations. Is this possible?
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
I'm not sure I understood what you want. After the user is redirected to the page displaying "Your vote has...", you want the user to be redirected back to the topic without pressing anything?
Guest- Guest
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
Yes, exactly.Wolfuryo wrote:I'm not sure I understood what you want. After the user is redirected to the page displaying "Your vote has...", you want the user to be redirected back to the topic without pressing anything?
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
Do you mean this: https://help.forumotion.com/t144929-immediate-redirection#990872 ?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
SLGray wrote:Do you mean this: https://help.forumotion.com/t144929-immediate-redirection#990872 ?
There is already automatic redirection for the things mentioned there, but I'll try it. Thanks.
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
Automatic redirection now happens with polls, but not with +ing or -ing a posted message.
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
Hello
you can use this code to remove it
ACP >> Modules >> HTML & JAVASCRIPT >> Javascript codes management >> Create A new JavaScript
Settings:
Name - Remove Vote made code
set as - In the topics "Only"
copy the code and save
EDIT: This will only remove the poll one thou. if you use this code made by @Ange Tuteur
then you will not have a problem with the likes system.
you can use this code to remove it
ACP >> Modules >> HTML & JAVASCRIPT >> Javascript codes management >> Create A new JavaScript
Settings:
Name - Remove Vote made code
set as - In the topics "Only"
copy the code and save
- Code:
/\/post/.test(window.location.pathname) === true && $("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
EDIT: This will only remove the poll one thou. if you use this code made by @Ange Tuteur
then you will not have a problem with the likes system.
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
APE wrote:Hello
you can use this code to remove it
ACP >> Modules >> HTML & JAVASCRIPT >> Javascript codes management >> Create A new JavaScript
Settings:
Name - Remove Vote made code
set as - In the topics "Only"
copy the code and save
- Code:
/\/post/.test(window.location.pathname) === true && $("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
EDIT: This will only remove the poll one thou. if you use this code made by @Ange Tuteur
then you will not have a problem with the likes system.
Thanks APE. I have used Ange Tuteur's program which works, so the problem is effectively . . . SOLVED.
Re: Obtaining automatic return to topic after voting or +ing / -ing a post
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Automatic topic split?
» Automatic Reply to post
» Automatic topic split?
» Automatic Topic Watching
» Automatic Post Title when posting a reply.
» Automatic Reply to post
» Automatic topic split?
» Automatic Topic Watching
» Automatic Post Title when posting a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum