Well, on the arabic forum, I was able to make the check mark, but on his english forum, I do all my possible but cannot make the check. I really dont understand how it works.
Now I had released Thanks MOD 1.50.1 ,
There was a bug flying in the Mod and i cought it finally
When someone click over a star it return error, but now its ok
I also make the Mod available for subsilver
Please try it and tell me if its working fine
demo here
Ok, when I click on the stars, the post gets ticked and the thanks counter increases by one. However, it does not seem to show how many stars I clicked on, like in your topic starting post. I'm using safari 3.0 if that helps.
hi
you could say thanks before pointing to bugs,
its thanks mod lol
anyway
from your description , it seems everything is fine, may be your mouse still over star of keep moving over it
so the script will think you are trying to click again
i am going to try for safari and tell you
thanks for reporting the issue
regards
function Thanks(s,post_id)
{
star_id = "p" + post_id + "star";
for (i = 0 ; i <= s ; i++)
{
document.images.item(star_id,i).src="images/thanks_images/thanks_one.gif";
}
for (i = s + 1 ; i <= 4 ; i++)
{
document.images.item(star_id,i).src="images/thanks_images/thanks_zero.gif";
}
well......
its still no working in Firefox for me. even when i click on the stars NOTHING happens.
safari works a bit better but shows no filled stars after "thanking".
grover66 wrote:well......
its still no working in Firefox for me. even when i click on the stars NOTHING happens.
safari works a bit better but shows no filled stars after "thanking".
Got the same problem with Firefox still not working
grover66 wrote:well......
its still no working in Firefox for me. even when i click on the stars NOTHING happens.
safari works a bit better but shows no filled stars after "thanking".
Got the same problem with Firefox still not working