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.

Like system problem

+2
Sir. Mayo
TheShaka
6 posters

Go down

Solved Like system problem

Post by TheShaka March 5th 2014, 5:23 pm

Hi i have problem with the like system, the like system does not work for me and i don't know why.
forum link: click here
Like system guide:

https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision#709635

any suggestions?


Last edited by TheShaka on March 6th 2014, 6:25 pm; edited 1 time in total
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

Solved Re: Like system problem

Post by Sir. Mayo March 5th 2014, 5:49 pm

The reason that it is not working is that your forum type is phbb2 and it does not work for that forum type.
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 980
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

Solved Re: Like system problem

Post by TheShaka March 5th 2014, 6:03 pm

Sir. Mayo wrote:The reason that it is not working is that your forum type is phbb2 and it does not work for that forum type.
This one is phpbb3
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

Solved Re: Like system problem

Post by Sir. Mayo March 5th 2014, 6:06 pm

Humm then can you please past the codes you used not the ONES from the post but the ones you added to your forum maybe something went wrong there. Smile
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 980
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

Solved Re: Like system problem

Post by TheShaka March 5th 2014, 6:11 pm

Java
Like system problem Befdu10

CSS:
Code:
    .LGlike {
      background: #105289;
      padding: 3px;
      border-radius: 4px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      text-shadow: -1px 0.5px #888;
      box-shadow: 1px 1px 1px #888;
      cursor: pointer;
      margin-right: 4px;
    }
    .LGvote { margin: 0 5px; }
    .LGnovote {
      filter:Alpha(opacity=50);
      opacity: 0.5;
      cursor: default;
      box-shadow: none;
      text-shadow: none;
    }
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

Solved Re: Like system problem

Post by Sir. Mayo March 5th 2014, 7:50 pm

Can you copy and paste the javascript code as compared to a screen shot. Smile
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 980
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

Solved Re: Like system problem

Post by TheShaka March 5th 2014, 7:54 pm

Sir. Mayo wrote:Can you copy and paste the javascript code as compared to a screen shot. Smile

Java:
Code:
var like_version = 'phpbb3';
var DOM_IS_READY = false;
$(function(){DOM_IS_READY=true;});
var vote_singular = 'Like';
var vote_plural = 'Likes';
$.getScript('http://www.avacweb.net/like');
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

Solved Re: Like system problem

Post by masesm March 6th 2014, 12:57 am

masesm
masesm
Forumember

Male Posts : 75
Reputation : 7
Language : Java, C++, C#, Python, JavaScript, PHP, MySQL, AWS
Location : United States

http://sicktier.forumotion.com/

Back to top Go down

Solved Re: Like system problem

Post by Shadow March 6th 2014, 11:03 am

Hi

This forum http://seiya.forumpl.net/ is a prosilver forum (PhpBB2)
This tutorial works only for PhpBB3 & Invision Forum


Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Solved Re: Like system problem

Post by Sir. Mayo March 6th 2014, 4:10 pm

TheShaka wrote:
Sir. Mayo wrote:Can you copy and paste the javascript code as compared to a screen shot. Smile

Java:
Code:
var like_version = 'phpbb3';
var DOM_IS_READY = false;
$(function(){DOM_IS_READY=true;});
var vote_singular = 'Like';
var vote_plural = 'Likes';
$.getScript('http://www.avacweb.net/like');
Yes as buttercup said your forum is a phbb2 forum and this tut Does NOT work on Phbb2
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 980
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

Solved Re: Like system problem

Post by Ange Tuteur March 6th 2014, 4:10 pm

Are you sure ? I've detected selectors present in version phpbb3. In particular : #wrap which contains the body content and .forabg for categorized forums.

TheShaka,

Do you have the reputation system activated ?
Administration panel > Modules > points and reputation > Reputation

Tick 'yes' for 'Activate reputation system' and save.

Like system problem Captu374
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Like system problem

Post by Sir. Mayo March 6th 2014, 4:18 pm

As far as i know its not able to work on phbb2, i have tried it on a phbb2 forum with the rep system  is actvaited?
Sir. Mayo
Sir. Mayo
Forumember

Male Posts : 980
Reputation : 90
Language : English, Some french.
Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

http://sir-mayo.forumotion.com/

Back to top Go down

Solved Re: Like system problem

Post by Ange Tuteur March 6th 2014, 4:29 pm

First post :
TheShaka wrote:Hi i have problem with the like system, the like system does not work for me and i don't know why.
forum link: click here
Like system guide:

https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision#709635

any suggestions?

Sir. Mayo wrote:As far as i know its not able to work on phbb2, i have tried it on a phbb2 forum with the rep system  is actvaited?

Foru provided is phpbb3, unless is phpbb2 with phpbb3 template ^^
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Like system problem

Post by TheShaka March 6th 2014, 6:23 pm

Buttercup wrote:Hi

This forum http://seiya.forumpl.net/ is a prosilver forum (PhpBB2)
This tutorial works only for PhpBB3 & Invision Forum


Like system problem Dsf10
@Ange Tuteur
thanks work
TheShaka
TheShaka
Forumember

Male Posts : 413
Reputation : 6
Language : polish

http://seiya.forumotion.com

Back to top Go down

Solved Re: Like system problem

Post by SLGray March 6th 2014, 7:35 pm

Problem solved & topic archived.


Like system problem 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 : 51482
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