Removing the refresh on the like button
+2
Sir Chivas™
Ape
6 posters
Page 1 of 1
Removing the refresh on the like button
Hi all i have sort of been gave a code to speed the refresh page up when you post to remove the info page when you make a post or thread.
Now i would like to remove the page info from the like button like here on FM
I don't want any refresh at all if i can help it
Can some one help me out
Thanks so much for any help gave
Ape
Now i would like to remove the page info from the like button like here on FM
I don't want any refresh at all if i can help it
Can some one help me out
Thanks so much for any help gave
Ape
Last edited by APE on March 21st 2013, 12:21 am; edited 1 time in total
Re: Removing the refresh on the like button
Hey Buddy,
I think that it'll work the same way as the voting cast..
https://help.forumotion.com/t120586-remove-change-your-vote-has-been-cast-page-phpbb2?highlight=remove+your+vote+has+cast
I think that it'll work the same way as the voting cast..
https://help.forumotion.com/t120586-remove-change-your-vote-has-been-cast-page-phpbb2?highlight=remove+your+vote+has+cast
Re: Removing the refresh on the like button
No them codes are no good for me as I'm not using [phpBB2] I'm on phpBB3 (prosilver) forumsSir Chivas™ wrote:Hey Buddy,
I think that it'll work the same way as the voting cast..
https://help.forumotion.com/t120586-remove-change-your-vote-has-been-cast-page-phpbb2?highlight=remove+your+vote+has+cast
Re: Removing the refresh on the like button
How abut using this - https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision#709635 ?
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.
Re: Removing the refresh on the like button
i had that one way back but i had problems with it SLGray i spoke to LG about it on he's forum thats why i moved back to the one like on FM i liked it better.SLGray wrote:How abut using this - https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision#709635 ?
Don't get me wrong i love all the work LG is doing but just found it to mess up on my forum on the 2nd and 3rd page and some times did not work how i liked.
Re: Removing the refresh on the like button
Ok. The code that is used on the support forum can not be given out.
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.
Re: Removing the refresh on the like button
oh well i will see if any one has the same thing please keep this thread openSLGray wrote:Ok. The code that is used on the support forum can not be given out.
Thanks anyway
Re: Removing the refresh on the like button
It will be left open until you say it is solved.
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.
Re: Removing the refresh on the like button
Im on my phone so this may not work but try this:
- Code:
$(function() {
$('.vote a').click(function(e) {
e.preventDefault();
$.get(this.href, function() { window.location.refresh(); });
});
});
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Removing the refresh on the like button
To the OP. Are you referring to the page that returns for a few seconds after a post is submitted? Then returns to the thread? I would also like to do away with that.
While in the subject of refreshing, how can I make it not refresh when we click on back in the browser, so it will just go back a page without refreshing?
While in the subject of refreshing, how can I make it not refresh when we click on back in the browser, so it will just go back a page without refreshing?
Macca_96- Forumember
- Posts : 232
Reputation : 0
Language : English
Re: Removing the refresh on the like button
Hi lg buddy No that code did not work i know you have no internet right now so thats coolLGforum wrote:Im on my phone so this may not work but try this:
- Code:
$(function() {
$('.vote a').click(function(e) {
e.preventDefault();
$.get(this.href, function() { window.location.refresh(); });
});
});
@ Macca_96 yes this will remove that information screen well just stop it from coming up but the code my buddy LG has not worked but im sure he will get it to work in time
Re: Removing the refresh on the like button
use dion thank system
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: Removing the refresh on the like button
I am using it but it's not removing the page refresh and now i don't have he's link to the old forum where the codes are,zenzo wrote:use dion thank system
Ape
all i need is the code to remove the info page the rest of the thanks system works fine
Re: Removing the refresh on the like button
APE wrote:I am using it but it's not removing the page refresh and now i don't have he's link to the old forum where the codes are,zenzo wrote:use dion thank system
Ape
all i need is the code to remove the info page the rest of the thanks system works fine
so you want thank system like avacweb thanks
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: Removing the refresh on the like button
No i had that one.
I have the one a little like the one on this forum but i just want the code it's self that stops the refresh page coming up when you make a thanks and like ..like on here on the support forum..... if i wanted LG's one i would have asked for it ..sorry if that sounds rude its not meant that way i know the links to all them sites and the link here for that system Thank you i want the one i have now just need one simple code that lots of sites use right now
And thats the refresh page removed or blanked out ..
Ape
I have the one a little like the one on this forum but i just want the code it's self that stops the refresh page coming up when you make a thanks and like ..like on here on the support forum..... if i wanted LG's one i would have asked for it ..sorry if that sounds rude its not meant that way i know the links to all them sites and the link here for that system Thank you i want the one i have now just need one simple code that lots of sites use right now
And thats the refresh page removed or blanked out ..
Ape
Re: Removing the refresh on the like button
"your vote has been cast" this one you want to remove?
try this one
- Code:
if (/&p_vote=\d+/.test(window.location)) history.back()
try this one
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: Removing the refresh on the like button
That sort of works but it gives me a white screen for about 3 sec's
Re: Removing the refresh on the like button
I assumed you were using the default system. The code I provided should remove the page for the default vote system. There is no code that can be given to remove that page then. The only way to remove it would be to make the necessary edits to the existing code you're using.
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Removing the refresh on the like button
APE wrote:That sort of works but it gives me a white screen for about 3 sec's
you were referring a vbulletin thank system,. cause it does not refreshing
think it can like LGForum thanks system,. that code i give can help but need a little improvement,.
zenzo- Forumember
- Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines
Re: Removing the refresh on the like button
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
» A Refresh Page Button
» Click like button have to refresh forum page
» removing the search button
» Refresh
» How do you refresh?
» Click like button have to refresh forum page
» removing the search button
» Refresh
» How do you refresh?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum