Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[FREE PLUGIN] AJAXRate

(Page 3 of 4)
> > > >
Quote Reply
Re: [DeadMan] [FREE PLUGIN] AJAXRate In reply to
DeadMan wrote:
Also, when I want to rate and have mouseover 6th star, it's looks like shadow :) (till 5th star, it looks ok)

Ok, this is not such big problem, but just want to let you know ;)


Regards.

Where are you seeing this? Looks fine to me here:

http://www.unreal.hr/...?g=Detailed/3916.php

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
I've sent you email.

Regards.

UnReal Network
Quote Reply
Re: [DeadMan] [FREE PLUGIN] AJAXRate In reply to
Ok, I think I've finally fixed up the last issue with this plugin (man its been a bit of a sod :/)

Turned out I was using "" instead of // for a regex in the JS code (not sure hiw I missed it - but after a few hours rest from the plugin, I spotted it almost instantly when got back Tongue)

Anyway, the new version can be downloaded from our site (link in the first post of this thread)

Enjoy! (and please, no more bugs ;))

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
It is really working ok now :)

Hope, there will be no more bugs. I'll try not to found any more :)


Regards.

P.S. I still need to test whole AjaxReview plugin :))

UnReal Network
Quote Reply
Re: [DeadMan] [FREE PLUGIN] AJAXRate In reply to
Phew Angelic

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
Nice idea for a plugin, hope to give it a try soon but it's not working for me in IE7.

Getting a JS error on Line 288, an Object expected error.

Code:
<li class="three"><a href='javascript: void(0);' onclick="javascript: do_confirm_advanced_category(6,3,277);" title='Rate this 3 stars out of 5' class='ten-stars'>3</a></li>

Working well in FF and Google chrome Smile



Comedy Quotes - Glinks 3.3.0, PageBuilder, StaticURLtr, CAPTCHA, User_Edit_Profile

Quote Reply
Re: [Chas-a] [FREE PLUGIN] AJAXRate In reply to
Got an example I can see the error? Just checked, and all the known bugs are fixed up (and I've had it working fine in IE 6 and 7)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
It's on your example page.

I'm seeing it with IE7 on Vista Pro and XP Pro.

The exact error from XP Pro is:

Line: 107
Char: 6
Error: 'style' is null or not an object
Code: 0
URL: http://www.ultranerds.com/Products/Plugins/Gossamer_Links_Plugins/Free_Plugins/GLinks_3_0_x/AJAXRate_L279/



Comedy Quotes - Glinks 3.3.0, PageBuilder, StaticURLtr, CAPTCHA, User_Edit_Profile

Quote Reply
Re: [Chas-a] [FREE PLUGIN] AJAXRate In reply to
Ah ok - that looks like its just cos I wasn't using the latest version :)

There was a bug where we had:

Code:
jQuery.post("/cgi-bin/rate.cgi", {
rate: Rating,
ID: LID,
}, function(response){

...instead of :

Code:
jQuery.post("/cgi-bin/rate.cgi", {
rate: Rating,
ID: LID
}, function(response){

Notice the comma after LID in the broken example.

This only seems to affect IE 6 and 7 for some reason (its fine in IE 8, FF and Chrome)

I've fixed it up now manually, so should work ok Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
Looking good.

But why does it show "sdfsdf"?
Also, no messages. What am I missing?
Refresh of count is not a feature, right? (would be nice though :-)
Quote Reply
Re: [gotze] [FREE PLUGIN] AJAXRate In reply to
Hi,

Got an example where I ca see the "sdfsdf" showing?

Quote:
Also, no messages. What am I missing?

Mmmm, which one are you doing? (which star system) ... maybe a bug (shouldn't be, but you never know)

Quote:
Refresh of count is not a feature, right? (would be nice though :-)

A refresh of the count of ratings? Not sure how easy that would be, cos it would have to interact with the DB to get the new rating.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
Yes, there was a link in my post to my implementation, showing the "sdfsdf". I found the code in your plugin, just wasn't sure if it had a purpose ...
Quote Reply
Re: [gotze] [FREE PLUGIN] AJAXRate In reply to
Ah I see now - you can just remove that from the <div> code that you put in your link.html (must have been in the documentation for some reason - will have to get rid of it =))

Doing another job atm - but will have a look at the confirmation message once I get a bit of time =)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [gotze] [FREE PLUGIN] AJAXRate In reply to
Hi,

Ok, have worked out where that error is coming from.

In /static/ajax_rate.js, please find:

Code:
var regextest1 = "You must first login before you can access that.";

..and change to:

Code:
var regextest1 = /You must first login before you can access that./;

That should sort it :)

Will release a fix with it in a min.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
Version 1.4 is now available from our page:

http://www.ultranerds.com/...3_0_x/AJAXRate_L279/

This has the JS fix, as well as the "asafd" thing sorted in the documentation :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
Hi Andy, since I did the update to 1.4 my thumb images lightbox does not work anymore.
Could there be an javascript conflict???

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [FREE PLUGIN] AJAXRate In reply to
Mmm since you updated the AJAXRate plugin to the latest one???

Shoot me over an example URL, and I'll see if I can spot anything.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
Hi Andy,
I've updated from 1.1 to 1.4
Here is the working category part with Lightbox and without Ajax Rate
http://www.gpaed.de/Bilder/Kunstwerke/index.html

And here is the non working Lightbox comibined with Ajax Rate
http://www.gpaed.de/Seminar/Bilder/3/153-eiskunst.jpg

Matthias

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [FREE PLUGIN] AJAXRate In reply to
Hi,

The 2nd link just looks like an image, not a category page? Tongue

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Matthias70] [FREE PLUGIN] AJAXRate In reply to
At the top of /static.ajax_rate.js, can you try adding this line:

Code:
jQuery.noConflict();

..and see if that helps?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [FREE PLUGIN] AJAXRate In reply to
Ups sorry,
this should be the second link with the conflict

http://www.gpaed.de/Detailed/14902.html

I added
Code:
jQuery.noConflict();
but there is no change...

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [FREE PLUGIN] AJAXRate In reply to
Stop it Andy, just tried it again and now it's working.
I changed the path to the javascript files
and
put in the
Code:
jQuery.noConflict();

Now I have to check what solved the problem...

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [FREE PLUGIN] AJAXRate In reply to
Hi Andy,
I rechecked it and it's really the
Code:
jQuery.noConflict();
that helps.

Is that a problem. Do I have to change something. Or is this just a normal workaround?

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [FREE PLUGIN] AJAXRate In reply to
Mmmm, weird

How about trying this

Code:
var $j = jQuery.noConflict();

..and then replace all occurences below that, of:

Code:
jQuery(

..with:

Code:
$j(

Is that any help?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Matthias70] [FREE PLUGIN] AJAXRate In reply to
Hi,

Ok cool

The problem is related to this:

http://www.honeytechblog.com/...prototype-libraries/

I'll have to get the JS file fixed up (The noConflict() stuff should have already been in there - not sure why it wasn't, and even more unsure as to why it worked - as it shouldn't have LOL)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
> > > >