Search found 546 matches

by mgroeninger
Tue Jun 12, 2007 9:11 pm
Forum: General discussions
Topic: New to Serendipity - A Couple Questions
Replies: 8
Views: 4994

Hi wwday3! A developer (yazheirx) ran into the Google policy problem a while ago. You can see the thread here: http://board.s9y.org/viewtopic.php?t=1437 The short of it is: Google's AdSense Program Policy ( https://www.google.com/adsense/support/bin/answer.py?answer=48182 ) states: Any AdSense code ...
by mgroeninger
Tue Jun 12, 2007 4:11 pm
Forum: Plugins
Topic: sidebar link images
Replies: 3
Views: 2386

Garvin is right that the LinkList plugin was only designed for text links, but you might actually get it to work anyway. I actually got it to use an image relatively easily by just replacing the name of the link with an image tag, without any quotes. If you are using the link management page (and no...
by mgroeninger
Fri Jun 01, 2007 6:29 am
Forum: Development
Topic: Insert code pre and post entry data in backend preview?
Replies: 12
Views: 10530

I think the list of hooks at http://www.s9y.org/116.html is still in pretty good shape. I haven't played with most of those hooks, so I can't help you much on which ones you need, but entries_header, entries_footer, frontend_header, and frontend_footer might help you out. As for "cachable_event...
by mgroeninger
Thu May 31, 2007 11:12 pm
Forum: General discussions
Topic: Serendipity Support at Windows LIve writer.
Replies: 2
Views: 2199

Live Writer and Serendipity both support the Movable Type API. You can find some details on how to configure Live Writer here: http://www.s9y.org/210.html Basically, you need to install the "Post via XML-RPC" plugin to your blog, and then configure Live Writer. If you have any problems/fea...
by mgroeninger
Mon May 21, 2007 3:04 pm
Forum: Plugins
Topic: Gallery2
Replies: 7
Views: 5079

The plugin uses PEAR HTTP/Request. While I can't remember exactly, my gut says allow_url_fopen should not effect its calls. It might just be a simple firewall rule preventing outbound http requests if you have a firewall installed on the server. I might be wrong though. I'd hate for you to have to r...
by mgroeninger
Mon May 21, 2007 3:01 am
Forum: Plugins
Topic: Gallery2
Replies: 7
Views: 5079

I was able to get my test site to embed a random image from your server (at least, I hope it is your server *grin*) by just pointing the setting "Directory of Gallery installation" to "http://gallery.utak3r.pl" and setting it to Version 2. The text name of that setting really sho...
by mgroeninger
Mon May 21, 2007 12:58 am
Forum: Plugins
Topic: Gallery2
Replies: 7
Views: 5079

well... can't see a gallery2 here, unfortunately. But I would take a look inside, and might add this functionality. I might be confused (as I said, I don't use Gallery2) but I believe the "Menalto Gallery" support has options for both version 1 and 2. You do mean the Gallery version avail...
by mgroeninger
Sun May 20, 2007 11:35 pm
Forum: Plugins
Topic: Gallery2
Replies: 7
Views: 5079

You might take a look that "Unified Sidebar Image Display" plugin. It has the ability to connect to a Gallery install's "random" url and display the result in the sidebar. Five months back I added some display options and a caching ability to it, but it could probably use some im...
by mgroeninger
Thu May 17, 2007 6:03 am
Forum: Plugins
Topic: SmartyPants / Texturize
Replies: 9
Views: 5890

Ok, I have removed my download because Garvin has uploaded a new version of the Smart Quotes plugin (now called "Markup: Typographic Smart Quotes" to explain it a little better) that allows the user to use SmartyPants as the replacement engine. All you have to do is switch the "Use Sm...
by mgroeninger
Tue May 15, 2007 7:53 pm
Forum: Plugins
Topic: SmartyPants / Texturize
Replies: 9
Views: 5890

Glad it worked!

I will try to remember to post here again, once it is either added to spartacus or combined with another plugin.
by mgroeninger
Tue May 15, 2007 7:48 pm
Forum: Plugins
Topic: SmartyPants / Texturize
Replies: 9
Views: 5890

There the plugin "Layout-Plugin: Quote-Markup", but I have never used it.
Whoa.... I think I am way wrong on the one... I think the Quote-Markup plugin does css changes to change actual quoted text. Sorry about that.

Yeah, "Markup: Smart Quotes" is what I was looking for.
by mgroeninger
Tue May 15, 2007 7:38 pm
Forum: Plugins
Topic: SmartyPants / Texturize
Replies: 9
Views: 5890

Note, that plugin works manually... You have to click a button to add the proper typographic character. ( I prefer this because it stores the proper encoded character in the database, rather than changing it dynamically). So it is not as simple/easy as SmartyPants (I've never used Texturize, but I a...
by mgroeninger
Tue May 15, 2007 7:34 am
Forum: Plugins
Topic: Media library as gallery?
Replies: 6
Views: 4268

Wow... you have far more folders than I had ever really considered! :D Unfortunately, there isn't a way to do it with the default settings in the plugin. However, the plugin is _really_ flexible if you are willing to play with the tpl files. Basically, I would suggest that you copy the file "pl...
by mgroeninger
Mon May 14, 2007 5:11 am
Forum: Plugins
Topic: Media library as gallery?
Replies: 6
Views: 4268

Can anyone tell me where the setting is to change the title on that page? The one that has gallery written in lower case letters is the text that I want to change. That actually comes from the name of the folder you are sharing out (I think). So if you change the "Pick a default directory"...
by mgroeninger
Mon May 14, 2007 1:59 am
Forum: Plugins
Topic: Media library as gallery?
Replies: 6
Views: 4268

You should look at the "Gallery Display" event plugin (also called "serendipity_event_usergallery").

You can see a simple example at my website if you need.