Is there a way to remove the 'Information, you have posted, click here to return to message' page whenever a person posts something?
3 posters
Can I remove the Information after posting?
Alex_Eror- Forumember
- Posts : 116
Reputation : 4
Language : English
YoshiGM- Active Poster
- Posts : 1562
Reputation : 146
Language : Spanish & English
Location : Mexico
Of course!
Just create a new javascript in all pages and paste:
Save changes.
Regards,
Yoshi
Just create a new javascript in all pages and paste:
- Code:
$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
Save changes.
Regards,
Yoshi
Alex_Eror- Forumember
- Posts : 116
Reputation : 4
Language : English
YoshiGM wrote:Of course!
Just create a new javascript in all pages and paste:
- Code:
$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
Save changes.
Regards,
Yoshi
Thanks a million.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Since this thread appears to be solved, I will mark this thread as Solved and move it now. Note: You can also help the staff member's work by EDITING your topic and marking it as Solved. |
» How to remove information after reply posting and new posting?
» how to remove message information after posting new topic
» [phpbb3] Removing the Information after posting/moderating etc.
» posting inaccurate information, how to stop it? Can it be stopped?
» How do I report a forum that reveals my personal information, posting lies about me, and violates the most of your rules?
» how to remove message information after posting new topic
» [phpbb3] Removing the Information after posting/moderating etc.
» posting inaccurate information, how to stop it? Can it be stopped?
» How do I report a forum that reveals my personal information, posting lies about me, and violates the most of your rules?