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.

A New Like/Dislike System Tutorial not working?

+2
Kite Trojan
masesm
6 posters

Go down

Solved A New Like/Dislike System Tutorial not working?

Post by masesm February 26th 2014, 2:05 am

I have been trying all day to make this tutorial work on my phpbb3 forum: A New Like/Dislike System

I tried playing with the script, but came to the conclusion that the source of the code, http://www.avacweb.net/like, is the provider of the system. My question is this system working for other people, is the source provider down, or am I doing something wrong?


Last edited by masesm on March 6th 2014, 9:26 pm; edited 1 time in total
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: A New Like/Dislike System Tutorial not working?

Post by Kite Trojan February 26th 2014, 2:19 am

Let me help you:

To install it, you'll need to visit ACP > Modules > Javascript Management. Make a new Javascript, and tick 'In the topics' only.
And, make sure you get the right JS for your board:
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');

Save. Then CSS Stylesheet:
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;
    }


Just add the Script and add css then your good Smile
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: A New Like/Dislike System Tutorial not working?

Post by masesm February 26th 2014, 2:25 am

That is not working. I did everything in the tutorial  Wink
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: A New Like/Dislike System Tutorial not working?

Post by Kite Trojan February 26th 2014, 2:25 am

Could you provided your forum url please?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: A New Like/Dislike System Tutorial not working?

Post by masesm February 26th 2014, 2:33 am

No, I cannot share it in public (as it has not launched yet on our domain). I will, however, PM it to you.
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: A New Like/Dislike System Tutorial not working?

Post by Kite Trojan February 26th 2014, 3:01 am

it seems like the code has some issues now. i am sorry, but i can not help you.
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: A New Like/Dislike System Tutorial not working?

Post by masesm February 26th 2014, 3:03 am

That's what I thought. It must be from the provider http://www.avacweb.net/like, as the scripts make sense but they don't work properly.
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: A New Like/Dislike System Tutorial not working?

Post by masesm February 26th 2014, 3:06 am

Can someone download the files from the link and interpret it into the original scripts?
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: A New Like/Dislike System Tutorial not working?

Post by angel_of_night February 26th 2014, 9:59 am

Why not ask to avacweb itself?
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: A New Like/Dislike System Tutorial not working?

Post by SLGray February 26th 2014, 10:02 am

Do you have other JavaScripts? Remove them and see if the code works.


 A New Like/Dislike System Tutorial not working? 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: A New Like/Dislike System Tutorial not working?

Post by Pizza Boi February 26th 2014, 2:53 pm

Hi Very Happy

Ask Medusa/Melissa (Forgot which one). I saw in her post when I helped her that her forum contained a Like System. That can help you, most probably.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: A New Like/Dislike System Tutorial not working?

Post by masesm February 27th 2014, 8:21 am

@angel_of_night, avacweb is down, I guess that explains why this is not working.
@SLGray, my forum was HTML, CSS, and Java free when I tried this.
@Pizza Boi, Medusa forum contains a virus (hint hint for the admins and managers), and Melissa does not have a forum on her profile.
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: A New Like/Dislike System Tutorial not working?

Post by Ange Tuteur February 27th 2014, 11:51 am

Hello masesm,

Have you activated the reputation system ?
Administration Panel > Modules > Points and reputation > Reputation

Check 'Activate reputation system' and tick 'yes' if it is set to no, then save.
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: A New Like/Dislike System Tutorial not working?

Post by angel_of_night February 27th 2014, 1:20 pm

masesm wrote:@angel_of_night, avacweb is down, I guess that explains why this is not working.
@SLGray, my forum was HTML, CSS, and Java free when I tried this.
@Pizza Boi, Medusa forum contains a virus (hint hint for the admins and managers), and Melissa does not have a forum on her profile.
http://www.avacweb.com/ is up, the .net is down due to his thanks system being offline.
I also wanted the thanks system, but seems like it's not going to be up anymore.
The only way it's to use the reputation system.
angel_of_night
angel_of_night
Forumember

Female Posts : 565
Reputation : 10
Language : portuguese

Back to top Go down

Solved Re: A New Like/Dislike System Tutorial not working?

Post by masesm March 2nd 2014, 7:32 am

Hey Ange, glad to see you here. Unfortunately, I haven't been able to modify the reputation arrows recently. Any script for that?'
@angel_of_night, yeah, hence avacweb.net/like is where the jscript is coming from  Wink 
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: A New Like/Dislike System Tutorial not working?

Post by masesm March 6th 2014, 9:25 pm

Created my own like system Wink. Solved.
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: A New Like/Dislike System Tutorial not working?

Post by Ange Tuteur March 6th 2014, 9:30 pm

Since no solution was given => Garbaged
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
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