We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12987
    • 1 Posts
    Hello All,

    Is it possible to use AnythingRating with Revolution 2.0.8 ?

    Thanks
      • 5811
      • 1,717 Posts
      Is it possible to use AnythingRating with Revolution 2.0.8 ?
      No, it runs only for Evo.

      Nevertheless I plan to port this addon to Revo. But I can’t take commitments on a delivery date for the moment.
        • 21524
        • 90 Posts
        Hi, my AnythingRating works funny. It does the actual voting with Ajax, it doesn’t show the loading bar though, it doesn’t block stars after I voted, sometimes it doesn’t allow to vote at all.

        Firebug says:
        msg is null msg.innerHTML = ’<img src="’+ _a...ating_loading.gif" alt="loading" />’; anythingRating.js (line 95)
        msg is null msg.innerHTML = ’<img src="’+ _a...ating_loading.gif" alt="loading" />’; anythingRating.js (line 95)
        msg is null msg.style.display = ’block’;

        the snippet calls are correct, I’m running MySQL 5.x, MODx Evo 1.0.4
          • 17412
          • 270 Posts
          Hi. I’ve been looking for the tutorial on how to integrate with Jot. Can’t seem to track it down on http://www.evo.wangba.fr/ - can only see the MaxiGallery example.
          Can anyone point me in the right direction to set this up?

          Thanks!
            • 19741
            • 90 Posts
            uh oh, i just got a virus warning on http://www.evo.wangba.fr/ (seems to be an included iframe). But now it’s gone (file is in NOD32’s quarantine).
              Bye,
              Mithrandir
              • 5811
              • 1,717 Posts
              I doesn’t see any included iframe and Avast doesn’t detect any virus on the home page (www.evo.wangba.fr)

              On which page did you get this alarm ?
                • 5811
                • 1,717 Posts
                @lokust

                As I remenber you can’t use anythingRating to rate a comment. The main reason is that anything need an id and when the user write a comment, the comment doesn’t still exist (no id available).
                This is the reason why you don’t find any example on the demo site. EDIT: And I started to set up new demos but I never found the time to finalize them. May be later.

                If somebody has found a workaround to use AR with Jot, I am interested.
                  • 19741
                  • 90 Posts
                  i saw the warning on your homepage evo.wangba.fr - maybe i will see it tomorrow again. i heard that this code will show again, if you get a new ip by your isp.

                  Please check your manager/includes/document.parser.class.inc.php and have a look at http://modxcms.com/forums/index.php/topic,52543.msg307161.html#msg307161
                    Bye,
                    Mithrandir
                    • 5811
                    • 1,717 Posts
                    You are right Mithrandir, manager/includes/document.parser.class.inc.php has an eval(base_64()) code at the end of the file undecided

                    Now removed. Thanks for the alarm.

                    After a double decoding (base_64) of the code, as I understand, the source comes from a site which is already declared as malicious by google

                    EDIT: www.evo.wangba.fr is still under Evo 1.0.2. I will update it to 1.0.5. Done. The site is now under Evo 1.0.5.
                    AjaxSearch is under 1.9.2b. version
                      • 19579
                      • 51 Posts
                      I installed everything correctly but I get this error:

                      « MODx Parse Error »
                      MODx encountered the following error while attempting to parse the requested resource:
                      « Execution of a query to the database failed - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'testvideo WHERE id = '1'' at line 1 »
                            SQL: SELECT rating_id as 'params', rating as 'nbStars', lastIP as 'atrTpl', nbIP, voteDate as 'endDate' FROM modx_atRating_testvideo WHERE id = '1'
                            [Copy SQL to ClipBoard]
                       
                      Parser timing
                        MySQL: 	0.0123 s	(4 Requests)
                        PHP: 	0.0311 s	 
                        Total: 	0.0433 s


                      I have the following server configuration:

                      PHP: 5.2.17
                      MySQL: 5.0.67

                      Thank you for your help!