Search found 9 matches

by bahwi
Fri Sep 03, 2004 5:04 am
Forum: General discussions
Topic: Centering Headers
Replies: 1
Views: 3277

There should be a CSS file for the template you've chosen. Check under the templates/ directory.
by bahwi
Wed Aug 25, 2004 6:31 am
Forum: Plugins
Topic: Counter
Replies: 3
Views: 7134

Here is a quick hack to let you embed it in a sidebar. http://josephguhlin.com/s9y/serendipity_plugin_php_nugget.txt Change it to .php and put it in plugins/serendipity_plugin_php_nugget/ and it will work. No need to put php opening/closing tags either. It can be very dangerous though! It's a quick ...
by bahwi
Fri Aug 20, 2004 4:57 pm
Forum: Plugins
Topic: New Plugin Advice
Replies: 6
Views: 9873

Yeah, I know it shouldn't be hardcoded. I just wanted advice on the best way to do it. =) Hmm, is there a way to do a more advanced configuration area than the propbag currently allows? I know it handles pretty much everything currently, but is there a list type of thing? -- When I get a chance I wi...
by bahwi
Fri Aug 20, 2004 7:45 am
Forum: Plugins
Topic: New Plugin Advice
Replies: 6
Views: 9873

Postgresql Problems

Most of the postgresql problems were not honoring the prefix (I went with s9y_ instead of serendipity_ ) and not updating the database properly. I will try a fresh install when I get a chance and post the errors to the Bugs forum. I am also having a problem now about it not recording the category wh...
by bahwi
Fri Aug 20, 2004 7:43 am
Forum: Plugins
Topic: New Plugin Advice
Replies: 6
Views: 9873

No problem. The XML file coming in will only sometimes have an image location(it automatically generates Amazon links to the image of the album cover). However, when it does not, I prefer to override it and display another image. Here are some snippets of what is hardcoded: $translate = array ( 'Wig...
by bahwi
Fri Aug 20, 2004 7:37 am
Forum: Plugins
Topic: Modified REMOTERSS plugin
Replies: 3
Views: 6924

Ok, _finally_ updated. =)

Ok, finally got around to fixing the patch up. Sorry, work has been crazy lately! Take a look at it here: http://josephguhlin.com/s9y/remoterss.patch It is still all three combined: * display date toggle * bullet image * skip headlines that are blank(I've had this happen on a few I've tested) I made...
by bahwi
Thu Aug 12, 2004 6:40 am
Forum: Bugs
Topic: PDF plugin in CVS
Replies: 1
Views: 3511

PDF plugin in CVS

Using today's CVS (Aug 11). Need to add

Code: Select all

header('Content-type: application/pdf');
to line 238 and other places(I didn't find any) as appropriate so garbage doesn't show on the screen. Tested in Firefox only.

Works great other than that. =)
by bahwi
Wed Aug 11, 2004 11:06 pm
Forum: Plugins
Topic: New Plugin Advice
Replies: 6
Views: 9873

New Plugin Advice

I've been working on a plugin that displays the data from an XML file for my "What I'm Listening To" section of my site at http://ynko.com/ . Unfortunately, a lot of stuff is hard coded. It uses the plugin from http://brandon.fuller.name/archives/hacks/nowplaying/ with iTunes. That plugin ...
by bahwi
Wed Aug 11, 2004 11:01 pm
Forum: Plugins
Topic: Modified REMOTERSS plugin
Replies: 3
Views: 6924

Modified REMOTERSS plugin

Hey, I just upgraded to the most recent CVS(Today, Aug. 11th) and had trouble getting the db updates to work(I'm postgresql). Got those working though and I think everything is great! I added some new features to the remoterss plugin, thought you might want to incorporate it into the main CVS. I add...