Search found 14 matches

by kodewulf
Wed Aug 30, 2006 4:07 pm
Forum: General discussions
Topic: Digg, Delicious, etc Plugin problem
Replies: 5
Views: 3999

TKS: Have you tried the new version of the plugin? I've added an option to display the Digg stuff before the findmore icons. Let me know if that solved it for you. I'm also working on a new version that actually uses a .tpl file to draw the Digg info, but at the moment you it only shows information ...
by kodewulf
Tue Aug 15, 2006 3:44 pm
Forum: Showcase (old)
Topic: My personal blog
Replies: 4
Views: 7370

Don't understand a word on there... :) But the site looks very nice.
Good luck.
by kodewulf
Sun Aug 13, 2006 2:37 pm
Forum: General discussions
Topic: Digg, Delicious, etc Plugin problem
Replies: 5
Views: 3999

I also ran into this. I'm still trying to fix it. It only happens on some themes. I think it's got something to do with the fact that the Digg counter gets displayed in an iframe.
by kodewulf
Fri Jul 28, 2006 12:12 pm
Forum: Development
Topic: Digg API
Replies: 1
Views: 3514

Digg API

Hi, I've started to create a Digg class using the UNOFFICIAL Digg API found here . The idea I came up with is to run a function that will check the Digg site for new diggs when you save your entry. The list of new diggs will be added to a table in the database and all the links used in an entry will...
by kodewulf
Tue Jul 25, 2006 4:08 pm
Forum: General discussions
Topic: Serendipity group on Ma.gnolia
Replies: 1
Views: 1904

Serendipity group on Ma.gnolia

There's a s9y group on ma.gnolia for Serendipity related links.

s9y group

--Kodewulf
by kodewulf
Fri Jul 21, 2006 5:46 pm
Forum: Plugins
Topic: ma.gnolia plugin
Replies: 16
Views: 15637

No problem.

Let me know when you have a new version for download. I'll put it through it's paces for you. :) It's amazing how easily you can miss the small things. :)

It's a great plugin, keep it up.

Kodewulf
by kodewulf
Fri Jul 21, 2006 5:24 pm
Forum: Plugins
Topic: ma.gnolia plugin
Replies: 16
Views: 15637

Hi, I hope you don't mind. I had a look at your plugin. I tried to use it with all three services (magnolia, furl, delicious). Although it installed properly, all three instances should me the same data. I've included the fixes I've made to the generate_content() function. $socialbookmarksID = $this...
by kodewulf
Fri Jul 21, 2006 2:29 pm
Forum: Plugins
Topic: [NEW] Digg Count
Replies: 9
Views: 5922

Hi,

Thanx. Sorry about the TABs. I think I've fixed my editor. :)

I'm working on creating a better layout if you have more than one Digg link in the post. My CSS sucks tho, so it might take a while... :)

Thank you for committing it.
by kodewulf
Tue Jul 18, 2006 6:00 pm
Forum: Plugins
Topic: [NEW] Digg Count
Replies: 9
Views: 5922

That sounds good, howevr I still have two minor suggestions to make *g* Always welcome... :) 1: How about if your plugin could automatically check for <a href="http://www.digg.com/">... links and then also emit the count for those links? Then nobody would have to lear that new [digcount] ...
by kodewulf
Tue Jul 18, 2006 1:03 pm
Forum: Plugins
Topic: [NEW] Digg Count
Replies: 9
Views: 5922

Hi, Thanks for the quick input. I've thrown the DiggCount and Findmore plugin together. You can download it here. I've also changed the way it works. You can now get the DiggCount to display by entering the following in your post [diggcount]http://www.digg.com/digg_article_url[/diggcount] Please dow...
by kodewulf
Tue Jul 18, 2006 7:14 am
Forum: Plugins
Topic: [NEW] Digg Count
Replies: 9
Views: 5922

Thank you for the feedback. I'll have a look at trying to combine the two. I do have a question or two if you don't mind. :) Is it possible to set another plugin as a dependency? For DiggCount I use a custom field to determine to show the count. If the custom field contains the Digg article url, the...
by kodewulf
Sat Jul 15, 2006 7:18 pm
Forum: Plugins
Topic: [NEW] Digg Count
Replies: 9
Views: 5922

[NEW] Digg Count

This is my first try at creating a S9Y plugin. I probably broke all the rules and did everything wrong, but it seems to work for me. :) The guys at Digg released an api to use the Dugg button. I fiddled a bit with the plugin api from Serendipity and came up with DiggCount . I couldn't get Spartacus ...
by kodewulf
Sun Jun 18, 2006 11:41 am
Forum: Bugs
Topic: foreach errors
Replies: 4
Views: 3196

I had this happen with the Karma plugin. Once the author had karma, the error disappeared. I suspect it might be that the array / table that is being iterated using the foreach loop is empty or null. ;)
by kodewulf
Sun Jun 18, 2006 11:40 am
Forum: General discussions
Topic: How To Use Your Serendepity Blog With Flock
Replies: 3
Views: 2843

There's a problem with the XML-RPC library that Serendipity uses. Until it gets fixed by either the PEAR team or the Serendipity team you won't have much luck... :(

If anyone has a workaround for this I would love to know. ;)