2 Javascript Codes on same post Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    2 Javascript Codes on same post

    avatar
    Zork22
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    Solved 2 Javascript Codes on same post

    Post by Zork22 March 30th 2013, 1:58 am

    Hi guys Very Happy I just filled in all the required javascript for a "like post" option, checked the 'post only' box and went to a post to see if it worked, it did. I went back, made a new javascript code for dislikes, checked the required boxes, and went to a post to see if it worked, it did, but it replaced my 'like' option? How can I have a like and dislike option both at the same time.
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: 2 Javascript Codes on same post

    Post by E-Mark March 30th 2013, 4:04 am

    Can you provide your forum URL? And the 2 codes you use.
    avatar
    Zork22
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    Solved Re: 2 Javascript Codes on same post

    Post by Zork22 March 30th 2013, 4:24 am

    blackgaardscastle.forumotion.com

    I used the codes

    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');


    and


    Code:
    var dislike_version = 'phpbb3';
    var DOM_IS_READY = false;
    $(function(){DOM_IS_READY=true;});
    var vote_singular = 'Dislike';
    var vote_plural = 'Dislikes';
    $.getScript('http://www.avacweb.net/dislike');


    Last edited by Sir Chivas™ on March 30th 2013, 4:39 am; edited 1 time in total (Reason for editing : Added code tags)
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: 2 Javascript Codes on same post

    Post by Sir Chivas™ March 30th 2013, 4:41 am

    The like should work, but I don't know if the dislike would work because his codes run on a server, I believe. I don't think that will work. Have you tried getting help from avacweb?
    E-Mark
    E-Mark
    Active Poster


    Male Posts : 1411
    Reputation : 169
    Language : English
    Location : Bitcoin

    Solved Re: 2 Javascript Codes on same post

    Post by E-Mark March 30th 2013, 4:43 am

    Agree with Chivas.
    The dislike will most likely not work, because the dislike server of AW: http://www.avacweb.net/dislike is not working. The code written in the dislike show that it gets the script from its server, but as you can see, it's not available. So, it will not work.
    avatar
    Zork22
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    Solved Re: 2 Javascript Codes on same post

    Post by Zork22 March 30th 2013, 4:54 am

    Oh, ok, thanks Very Happy
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: 2 Javascript Codes on same post

    Post by Sir Chivas™ March 30th 2013, 5:09 am

    Is this solved?
    avatar
    Zork22
    New Member


    Posts : 13
    Reputation : 1
    Language : English

    Solved Re: 2 Javascript Codes on same post

    Post by Zork22 March 30th 2013, 5:13 am

    Yup
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


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

    Solved Re: 2 Javascript Codes on same post

    Post by Sir Chivas™ March 30th 2013, 5:48 am

    Topic Solved & Locked