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.

Removing the refresh on the like button

+2
Sir Chivas™
Ape
6 posters

Go down

Solved Removing the refresh on the like button

Post by Ape March 18th 2013, 05:19

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 Wink

Thanks so much for any help gave Wink

Ape


Last edited by APE on March 21st 2013, 01:21; edited 1 time in total
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Sir Chivas™ March 18th 2013, 05:25

Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 18th 2013, 06:01

Sir 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
No them codes are no good for me as I'm not using [phpBB2] I'm on phpBB3 (prosilver) forums
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by SLGray March 18th 2013, 06:04



Removing the refresh on the like button Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 18th 2013, 06:08

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.
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.
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by SLGray March 18th 2013, 06:13

Ok. The code that is used on the support forum can not be given out.


Removing the refresh on the like button Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 18th 2013, 06:24

SLGray wrote:Ok. The code that is used on the support forum can not be given out.
Sad oh well i will see if any one has the same thing please keep this thread open
Thanks anyway Sad
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by SLGray March 18th 2013, 06:26

It will be left open until you say it is solved.


Removing the refresh on the like button Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 18th 2013, 06:28

Thank you Wink


Removing the refresh on the like button Left1212Removing the refresh on the like button Center11Removing the refresh on the like button Right112
Removing the refresh on the like button Ape_b110
Removing the refresh on the like button Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by LGforum March 18th 2013, 11:52

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
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Macca_96 March 18th 2013, 12:00

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?
avatar
Macca_96
Forumember

Posts : 232
Reputation : 0
Language : English

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 19th 2013, 00:20

LGforum 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(); });
    });
});
Hi lg buddy No that code did not work Sad i know you have no internet right now so thats cool
@ 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 Wink
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by zenzo March 19th 2013, 00:34

use dion thank system
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 19th 2013, 02:55

zenzo wrote:use dion thank system
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,

Ape

all i need is the code to remove the info page the rest of the thanks system works fine
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by zenzo March 19th 2013, 03:46

APE wrote:
zenzo wrote:use dion thank system
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,

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
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 20th 2013, 02:41

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.....Sad 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


Removing the refresh on the like button Left1212Removing the refresh on the like button Center11Removing the refresh on the like button Right112
Removing the refresh on the like button Ape_b110
Removing the refresh on the like button Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by zenzo March 20th 2013, 05:31

"your vote has been cast" this one you want to remove?

Code:
if (/&p_vote=\d+/.test(window.location)) history.back()

try this one
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 20th 2013, 06:27

That sort of works but it gives me a white screen for about 3 sec's Sad


Removing the refresh on the like button Left1212Removing the refresh on the like button Center11Removing the refresh on the like button Right112
Removing the refresh on the like button Ape_b110
Removing the refresh on the like button Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by LGforum March 20th 2013, 22:46

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
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by zenzo March 21st 2013, 00:59

APE wrote:That sort of works but it gives me a white screen for about 3 sec's Sad

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
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by Ape March 21st 2013, 01:20

it's ok i have sorted it thanks Wink


Removing the refresh on the like button Left1212Removing the refresh on the like button Center11Removing the refresh on the like button Right112
Removing the refresh on the like button Ape_b110
Removing the refresh on the like button Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Removing the refresh on the like button

Post by SLGray March 21st 2013, 01:44

Topic Solved & Locked


Removing the refresh on the like button Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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