Can I remove the Information after posting? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Can I remove the Information after posting?

    avatar
    Alex_Eror
    Forumember


    Posts : 116
    Reputation : 4
    Language : English

    Solved Can I remove the Information after posting?

    Post by Alex_Eror March 30th 2012, 5:06 pm

    Is there a way to remove the 'Information, you have posted, click here to return to message' page whenever a person posts something?
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1508
    Reputation : 144
    Language : Spanish & English
    Location : Mexico

    Solved Re: Can I remove the Information after posting?

    Post by YoshiGM April 1st 2012, 3:59 am

    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
    avatar
    Alex_Eror
    Forumember


    Posts : 116
    Reputation : 4
    Language : English

    Solved Re: Can I remove the Information after posting?

    Post by Alex_Eror April 3rd 2012, 2:09 pm

    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
    Jophy
    ForumGuru


    Male Posts : 17924
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Can I remove the Information after posting?

    Post by Jophy April 3rd 2012, 2:54 pm

    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.