Re:

I wish the vote down option was removable. my members don't like it. it causes upset, "hey who voted me down!"

Re:

I could add in a class so that it could be hidden via css (or is there one already?)

my mind is on a permanent tangent
byUsers forum

Re:

esupergood wrote:

I wish the vote down option was removable. my members don't like it. it causes upset, "hey who voted me down!"

Is that for the eKarma extension, If so that was my point.  And so the fact that with both options users can just play around and the karma be it + or - would mean nothing.

If they was the option to only thank members then i believe it would be used only really when thanks is deserved.

But still with the option for mods or just admins maybe to edit karma via profile or whatever.

I think hiding it in the css may not work as all you would need to do so edit the url for adding karma and replace where needed we remove or whatever.

Re:

all I can say is I'll have a think - and if I ever update the extension I'll look into it.

my mind is on a permanent tangent
byUsers forum

Re:

hey man, awesome stuff, i have some questions for you.
I'm using Forum Fixes and Images Beta, eKarma, Private Messaging, and whole bunch of other extensions. (http://www.theseabass.com/forum/)
anyways, how might i go about adding an image next to Private messages, and also add a + image and a - image to eKarma?

Re:

view the source of the page and look for a class name, and style against that.

my mind is on a permanent tangent
byUsers forum

Re:

About Gravatar:

  • dont use fn_generate_avatar_markup_end, use fn_generate_avatar_markup_start, otherwise gravatar does not work if file of avatar is loaded

  • use if ($forum_config['o_gravatar'] == '1'  && $avatar_markup=='') before $gresult=$forum_db->query

  • you are going to support caching?

Last edited by Ruzzz (2009-12-15 01:16:46)