How do I remove the message after I make a topic or reply?
4 posters
Remove Confirmation Message PHPBB3
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°1
Remove Confirmation Message PHPBB3
Ikerepc- Active Poster
- Posts : 1187
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed
- Post n°2
Re: Remove Confirmation Message PHPBB3
You can't remove that.
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°3
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=/,"")});
JAN2XONLINE- Forumember
- Posts : 943
Reputation : 32
Language : Tagalog, English
Location : Alberta, Canada
- Post n°4
Re: Remove Confirmation Message PHPBB3
Thanks Ape. Works perfect.
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°5
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.