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.

How to remove information after reply posting and new posting?

4 posters

Go down

Solved How to remove information after reply posting and new posting?

Post by erchima November 20th 2013, 12:00 pm

screenshot:

My forum version: Phpbb2
My Forum link: http://erchima.4ulike.com

Guest I Love U, So help me Razz


Last edited by erchima on November 21st 2013, 10:28 am; edited 1 time in total
erchima
erchima
Forumember

Female Posts : 627
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by Ikerepc November 20th 2013, 1:30 pm

Hello

You can't remove it. You can, but you will get blank page between posts, I'm sorry.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by Guest November 20th 2013, 4:25 pm

try it code Smile
Code:
$(function(){
$.post('/post',function() {
$('.panel').hide();
window.location.reload;
});
});
avatar
Guest
Guest


Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by erchima November 20th 2013, 11:35 pm

cloner wrote:try it code Smile
Code:
$(function(){
$.post('/post',function() {
$('.panel').hide();
window.location.reload;
});
});
CSS?
erchima
erchima
Forumember

Female Posts : 627
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by ddoesmc November 20th 2013, 11:42 pm

Yes I believe that is Java

EDIT:Sorry about that


Last edited by ddoesmc on November 21st 2013, 1:11 pm; edited 1 time in total
ddoesmc
ddoesmc
Forumember

Male Posts : 278
Reputation : 11
Language : Mainly english
Location : New Jersey

http://www.officialmc.forumotion.com

Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by erchima November 20th 2013, 11:48 pm

on CSS not work, i after try to html, javasript, and css using this code, dosnt work xD
erchima
erchima
Forumember

Female Posts : 627
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by Ange Tuteur November 21st 2013, 12:08 am

ddoesmc,

That is JavaScript. If you're not sure of something please refrain from guessing, otherwise you could mislead people. 

erchima,

Try this:

Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management

Create a new script, name what you wish, tick 'in all the pages', paste the code below and save.
Code:
;$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by erchima November 21st 2013, 10:25 am

SethC1995 wrote:ddoesmc,

That is JavaScript. If you're not sure of something please refrain from guessing, otherwise you could mislead people. 

erchima,

Try this:

Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management

Create a new script, name what you wish, tick 'in all the pages', paste the code below and save.
Code:
;$("meta[http-equiv='refresh'][content]:first").each(function(){window.location.href=$(this).attr("content").replace(/^.*;url=/,"")});
wowwwwwwwwwwwwwwww :wouhou:
its work!
thank you very very much, solved :wouhou:  :wouhou:  :wouhou:
erchima
erchima
Forumember

Female Posts : 627
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

Solved Re: How to remove information after reply posting and new posting?

Post by Ange Tuteur November 21st 2013, 5:37 pm

You're welcome I love you

Topic Solved and Archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum