Search found 91 matches

by gregman
Fri Feb 15, 2008 9:44 am
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

AWESOME, GUYS! I just installed the new plugin and I am speechless! Just some few suggestions: @define('PLUGIN_KARMA_IMAGE_NONE_RATING', 'keine'); @define('PLUGIN_KARMA_TAB_OPTIONS', 'Optionen'); @define('PLUGIN_KARMA_TAB_APPEARANCE', 'Aussehen'); @define('PLUGIN_KARMA_TAB_TEXT', 'Text'); was missin...
by gregman
Sun Jan 27, 2008 12:36 pm
Forum: Bugs
Topic: Permalink "bug" workaround
Replies: 15
Views: 16642

Hi, no the suggested code doesn't change anything. I'm still designing the blog local, so it isn't online yet. Besides: I also want/have to change the permalinks to parentcategory/category/title.html, so I have to rewrite the .htaccess completely and may get rid of the "bug" then. Regards ...
by gregman
Mon Jan 21, 2008 9:00 am
Forum: Bugs
Topic: Permalink "bug" workaround
Replies: 15
Views: 16642

Did s9y update the .htaccess for you (have a look at the modification date). Yes, sure: the modification date is 2008-01-20. When I ment, I updated the software, I made myself not clear enough. Actually, I did a complete and whole new installation. I can't imagine that I'm the only one with this pr...
by gregman
Sun Jan 20, 2008 1:41 pm
Forum: Bugs
Topic: Permalink "bug" workaround
Replies: 15
Views: 16642

Hi, so I updated the blog to the 1.3 alpha1 version, but it didn't change a lot. Now, after removing the %id%- from the permalinks configuration option, titles which contain only one word are still not clickable. A page appears, that shows any entry starting with the second last. Renaming the "...
by gregman
Wed Jan 16, 2008 8:41 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

I totally agree.

1) to align right ;-) I just missed kicking it out again
2) I'm not sure, if I understand... but I removed it anyway.

Greg
by gregman
Wed Jan 16, 2008 10:45 am
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

Hi Don, in deed it was the z-index: 7 . I added it to get the plugin work in IE 5.0. I fixed it now to also support IE 6. As you can see, the css code works (even better) without the <ul>/<li> tags. You can keep it much more simple and that should be a main effort (and besides it should keep compati...
by gregman
Wed Jan 16, 2008 1:14 am
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

No, I didn't. I made some explorations by myself and tried to get rid of the unnecessary code in the css. The worst IMHO is the use of the ul and li tag for aligning purposes (at least you can call it a hack). And I absolutely disagree with Judebert: Making your site interactive is a core discipline...
by gregman
Wed Jan 16, 2008 12:26 am
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

Hi Don,

your images are awesome. Will you share them? I made the necessary changes to the plugin. Maybe someone has time to test it. As mentioned before, compatibility is the main problem. IE 7, Firefox 2.x and Opera 9.x are supported. Probably IE 6 won't cooperate. Can someone test it?

Greg
by gregman
Tue Jan 15, 2008 5:06 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

Hi, very good news. Actually, I was searching for a sole css method too, but couldn't find some. The only problem I see, is compatibility (looking at the comments on the komomedia blog). Also aligning it right is pretty complicated. IMHO it might be better to use the DOM level 2 API for changing the...
by gregman
Sun Jan 13, 2008 1:03 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

Hi, ok, I eliminated the division by zero bug. The scores are now identical, which means the voting always ranges from -2 to 2 and is stored in the database this way. In order to get the right amount of stars on a relatively scale from 1 to 5, the score has to be calculated as follows: a "3&quo...
by gregman
Sat Jan 12, 2008 3:44 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

When I said it should remain unchanged, I meant the graphical version should calculate exactly the same as the text version. Ok I fixed this. I thought it would be complicated to get the text based score calculated the right way. Now I know it wasn't. I just had to "add" 3 points. perhaps...
by gregman
Fri Jan 11, 2008 7:33 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

I think the scale needs to remain unchanged. Me too, that's why I didn't change it. Lacks a lot of code, or contains too much code? I didn't quite understand you. ... contains very much code: not very good from a seo point of view! Are you considering some method to detect/display the images availa...
by gregman
Wed Jan 09, 2008 10:47 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

Well, I corrected the english language file and the class name. The scales are not compatible because the text based voting ranges from -2 to 2 whereas the image based voting ranges from 1 to 5 (relatively to the amount of votes). For example: If an entry gets 10 times best vote text based (= 2), it...
by gregman
Sun Jan 06, 2008 1:39 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

Hi, 1) I changed the class name as suggested. 2) The text based voting does support this feature. Implementing this feature for the image based voting is more difficult, because the html code is created before the current rating of each entry is retrieved from the database. But surely it would be po...
by gregman
Sat Jan 05, 2008 1:44 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 57045

Hi Don, thanks for having a look at the plugin. First of all I'm very sorry for the bugs (and feel like Mic**s**t, bothering you with uncomplete code). I changed the plugin as recommended. The image-based voting now fully supports english and german, but I don't know what to do with the other langua...