Remove Confirmation Message PHPBB3
4 posters
Page 1 of 1
Re: Remove Confirmation Message PHPBB3
Give this a try
put this in your Javascript Code
ACP >> Modules tab >> HTML & JAVASCRIPT >> Javascript Codes >>
Title * : No refresh page
Placement : In all the pages
Save
This should also remove the refresh from the votes aswell.
put this in your Javascript Code
ACP >> Modules tab >> HTML & JAVASCRIPT >> Javascript Codes >>
Title * : No refresh page
Placement : In all the pages
Save
This should also remove the refresh from the votes aswell.
- Code:
if (/&p_vote=/.test(window.location)) history.go(-1);
;$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
Re: Remove Confirmation Message PHPBB3
Topic Solved & Locked
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
» Remove confirmation message.
» Remove, "The author of this message was banned from the forum - See the message"
» How to add a global message in phpbb3
» Remove "Last Edited By" in phpbb3
» What happens when you remove private message rights?
» Remove, "The author of this message was banned from the forum - See the message"
» How to add a global message in phpbb3
» Remove "Last Edited By" in phpbb3
» What happens when you remove private message rights?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum