Up/Down voiting not working.
VladSavitsky - November 20, 2007 - 07:46
| Project: | Simple Karma |
| Version: | 5.x-1.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | VladSavitsky |
| Status: | closed |
Description
Up/Down voiting is not dispayed. Nor in comments nor in nodes.
Also in 1.7 was a background image for karma amount in best karmic users block. Now it's gone.
Very good module. Thanks a lot.

#1
Hi,
One note: please open one issue per problem...
So, for problem 1)
"Up/Down voiting is not dispayed. Nor in comments nor in nodes."
What do you mean? Which method are you using? Displaying it in links? Or by placing the code in node.tpl.php?
Can you please try the latest version, or (better) the CVS version, from CVS or from the "Expres way" in Drigg?
For problem 2):
"Also in 1.7 was a background image for karma amount in best karmic users block. Now it's gone."
The "best karma users" block is currently broken... sorry, I hadnt noticed :(
If you switch off the "Show avatars" in the block's conf, things should get better. Please let me know if you have a better fix for the JS...
Bye,
Merc.
#2
Hi,
Just to make sure... can you please make 1000% sure you have this around your "head" tag:
[...]
<?php if(module_exists('simple_karma')){ ?>
<?print simple_karma_insert_js_css(); ?>
<?php } ?>
</head>
<?php if(module_exists('simple_karma')){ ?>
<?php print simple_karma_template_forms(); ?>
<?php } ?>
[...]
...?
Please let me know!
Merc.
#3
No, I don't have this code:
<?php if(module_exists('simple_karma')){ ?><?print simple_karma_insert_js_css(); ?>
<?php } ?>
But when I'm inserting this code nothing happens exept a links style changing...
I'll try from CVS and step-by-step instructions from Install.txt
#4
Hi,
Please do and report back!
The CVS version is what's running http://www.drigg.org, and it's the best one to use.
Please let me know ASAP...
Bye,
Merc.
#5
Hi, I have installed a CVS-version of SK and:
1) when JS is anabled I don't see an arrows for UP/DOWN voting
2) without JS I see a radio buttons UP and DOWN.
See a screenshots.
#6
Hi,
I cannot replicate this problem...
Can you please give me an online URL where I can see a site of yours with this problem?
Which browser are you using?
Merc.
#7
Hi,
Also, what happens if you have "select" forms as voting forms with JS enabled?
Bye,
Merc.
#8
Hi,
Closed.
The bug to follow for this issue is now:
http://drupal.org/node/194355
Merc.