Search found 91 matches

by gregman
Fri Jan 04, 2008 5:01 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi, I'd still love to see the functionality merged into the current karmaplugin, so that users can choose if they want to use your terminology, or the old one. I had some time these days, so I tried to merge the code. I put a new option in the karma plugin where you can choose weather to use the tex...
by gregman
Wed Jan 02, 2008 12:18 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi again and a happy new year to everyone!

I updated the plugin, because I experienced two bugs. One was related to the calculation of the points and the other to the animated diamonds. I put the updated files on my blog.

Best regards
Greg
by gregman
Fri Dec 21, 2007 8:59 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

However, instead you should define all images globalles in the CSS, and add a special CSS class to the image links: <img src="bla.gif" class="glowing" /> <img src="bla.gif" class="nonglowing" /> ... Instead of adjusting the CSS for each element. Then you don'...
by gregman
Fri Dec 21, 2007 4:10 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi, many thanks for your suggestions. 1. - 3. done 4. Can you tell me, how to get the entryid in the css event hook? $serendipity['GET']['id'] seems not to be set in there. 5. done 6. Sorry, I tried to lessen the code, but it did not work, i.e. it didn't show the same glowing effect. To me putting t...
by gregman
Fri Dec 14, 2007 11:50 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

UPDATE: I did some minor changes. Especially the loading time of the green diamond when "hovering" the diamonds for the fist time was a thorn in my side. Therefore the green diamond is loaded in in the background of an empty div container when loading the entry site. Sorry for this hack, b...
by gregman
Fri Dec 14, 2007 5:08 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Great job. What is the javascript for? Thanks for the compliment. Actually the karma plugin already contained javascript (in the plugin itself, not in an external file) and I thought it would be better for future improvements (e.g. ajax). Sorry, I had no time to test the plugin substantially. But i...
by gregman
Fri Dec 14, 2007 4:58 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi,

I posted the zip file (serendipity-event_karma_ds.zip) on my blog http://www.boerse-aktien-geld.de. I also created a payppal account (paypal (at) boerse-aktien-geld (dot) de).

Best regards
Greg
by gregman
Fri Dec 14, 2007 3:41 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi, na, you missunderstood me. I will contribute the plugin to s9y being rewarded or not (this is, what makes it open source, right?). On the other hand: "Christmas presents" are always welcome! I don't have a paypal account, but set up an amazon wishlist (see the signature). best regards ...
by gregman
Fri Dec 14, 2007 2:13 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi, sure, where shall I put it? Finishing the plugin kept me from falling asleep the last view nights. It shouldn't be for nothing. I won't be able to show you every line of code I modified or added, because my discipline in commenting my code is not very well grown. But I can tell you what I did: 1...
by gregman
Fri Dec 14, 2007 12:15 am
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi again, I think, I'm done. You can have a look at the new karma_plugin diamond style at http://www.boerse-aktien-geld.de . It's far from being perfect, but it's works. Changing the images is possible, but related to some work (creating the images, renaming the images (adding the score into the fil...
by gregman
Wed Dec 12, 2007 10:37 pm
Forum: Plugins
Topic: I need a voting plugin, will pay
Replies: 103
Views: 58323

Hi there, I'm actually working on a modification of the karma plugin, because I need a rating plugin too. My graphical skills are not very good (as my programming skills are ;-) ) but I think, I'm nearly done. The modification will show diamonds instead of text. The score is from 1 to 5 (half points...
by gregman
Wed Dec 12, 2007 8:15 pm
Forum: Bugs
Topic: Permalink "bug" workaround
Replies: 15
Views: 16801

Hi, no, removing the first rewrite rule doesn't change anything. Neither does removing all of them. Pretty confusing for me, because I dont really understand why they are needed. As far as I can see I would expect the line ErrorDocument 404 /index.php to be the reason for the missbehaviour. Somethin...
by gregman
Wed Dec 12, 2007 5:55 pm
Forum: Bugs
Topic: Permalink "bug" workaround
Replies: 15
Views: 16801

Hi Garvin, of course. The blog I'm working on, is not ready to be published, but I found out that the same "bug" appeared on another blog of mine. Here's the code: # BEGIN s9y ErrorDocument 404 /index.php DirectoryIndex /index.php php_value session.use_trans_sid 0 php_value register_global...
by gregman
Wed Dec 12, 2007 12:23 am
Forum: Bugs
Topic: Permalink "bug" workaround
Replies: 15
Views: 16801

Permalink "bug" workaround

Hi Folks, when setting up my new blog, I experienced a strange behaviour of s9y when I changed the permalink structure for the articles from ..."%id%-%title%.html" to ..."%title%.html" (just removing the "%id%-" tag for seo reasons). When I entered a new article with a ...
by gregman
Fri Aug 17, 2007 3:01 pm
Forum: Plugins
Topic: text-highlightning for wikipedia-links
Replies: 6
Views: 3694

Hi there, I added this feature as "external wiki source" in the free wiki-links plugin. You can mark the tags with "{[" . I don't know the Markup Plugin but i guess the advantage in the wiki-links plugin ist that you can configure the url and set a specific style in your template...