Search found 546 matches

by mgroeninger
Wed Dec 22, 2004 6:46 pm
Forum: General discussions
Topic: Amazon media grabber
Replies: 2
Views: 2476

Created a plugin.

You can find the thread here:http://www.s9y.info/forums/viewtopic.php?t=753..

Thanks Garvin!
by mgroeninger
Wed Dec 22, 2004 5:36 pm
Forum: Plugins
Topic: Amazon Chooser Plugin
Replies: 18
Views: 16577

Amazon Chooser Plugin

So, with Garvin's help, I put together an Amazon Chooser plugin.. This adds a button to the text editor toolbar which allows searches of the amazon website and inputs the information into the editor automagically (exactly like the media link does).. It's in CVS additional_plugins as serendipity_even...
by mgroeninger
Wed Dec 22, 2004 9:21 am
Forum: Installation
Topic: Windows install problems with 0.8
Replies: 2
Views: 3773

I played with stat a little.... Honestly, it seems like (on windows) both stat and file_perms return executable if the file suffix is "exe", regardless of permissions. :roll: What is the point of asking if its a file or if its an executable? Should those be ands? (&& rather then ||...
by mgroeninger
Tue Dec 21, 2004 9:42 pm
Forum: General discussions
Topic: I'm running IIS, what are my options?
Replies: 4
Views: 4138

Doh.. that Guest was me....
raitchison, if you need anything, feel free to PM me..
by mgroeninger
Tue Dec 21, 2004 8:59 pm
Forum: Installation
Topic: Windows install problems with 0.8
Replies: 2
Views: 3773

Windows install problems with 0.8

Ok, so the new installer looks great, but it uses is_executable, which is not available on Windows when php < 5 By changeing: foreach ($path as $dir) { if (@is_executable($dir . '/convert') || @is_file($dir . '/convert')) { return $dir . '/convert'; } } To: foreach ($path as $dir) { if (@is_file($di...
by mgroeninger
Tue Dec 21, 2004 12:11 am
Forum: General discussions
Topic: Amazon media grabber
Replies: 2
Views: 2476

Amazon media grabber

Ok, this is a little strange.... For personal reasons I have built an amazon media button for the new/edit entries page... So, it allows a simple search of amazon and allows the user the ability to put a table of info into a post. It is just a massive hack of serendipity_admin_image_selector.php... ...