hi again, thanks so so much for updating the files, its works great in the garland theme.

I'm having trouble setting it up in the zen theme. I put it exactly where the new readme document says in the page.tpl.php but all I see is the "0" and no up or down arrows.

this is what I have in the zen page.tpl.php


print $head_title;
print $head;
print $styles;
print $scripts;
<?print simple_karma_insert_js_css(); ?>

/* different classes allow for separate theming of the home page */
print $body_classes; ">
if(module_exists('simple_karma')){ print simple_karma_template_forms();}

thanks!

Comments

mercmobily’s picture

Hi,

Can I ask you a favour?
Can you install drigg the "express" way, and tell me if the problem persists?
I am 99.999% sure it won't - if it doesn't, can you please let me know what I got wrong in the installation instructions?

Thanks for your help!

Merc.

guppydrupal’s picture

whats drigg? I installed simple_karma using your instructions and it worked beautifully in garland theme.

Also, anyway we can set this up to rearrange comments so ppl w/ good karma's comments will float up above ppl with lower karma?

thanks!

Sam

mercmobily’s picture

Hi,

Apologies for my references to Drigg - I thought I was talking to VladSavitsky!

The "no arrows" is a symptom that you forgot this in your page.tpl.php file:

  <?php if(module_exists('simple_karma')){ ?>
  <?print simple_karma_insert_js_css(); ?>
  <?php }  ?>

I re-installed simple_karma following the instructions and it worked... please confirm if the problem persists, and if possible give me a URL where I can have a look.

About this:

"Also, anyway we can set this up to rearrange comments so ppl w/ good karma's comments will float up above ppl with lower karma"

This is a feature request, not a bug report... please use the appropriate form!
But, I must say that doing this would be really hard from a Drupal point of view. AND... it would make the discussion hard to follow to say the least...

Bye,

Merc.

mercmobily’s picture

Hi,

Any news on this one...?
I am actively working on this module right now (pretty much fill time).
I don't mean to be pushy, but the quicker you let me know, the quicker things will be fixed.

Bye,

Merc.

vladsavitsky’s picture

Hi, I'm also using a zen-theme and have a problems with UP/DOWN-style voting.
The same in a garland theme.
used a CVS-version of SK...

mercmobily’s picture

Hi,

As I wrote somewhere else, I can't seem to be able to reproduce this.
Please send me an online URL so that I can have a look...

Merc.

mercmobily’s picture

Hi,

Closed.
The bug to follow for this issue is now:

http://drupal.org/node/194355

Merc.

mercmobily’s picture

Status: Active » Closed (fixed)