Hi everyone, I've just installed the Atom Feed plugin and I'm having a strange problem: I've set: $default_author = 'Miss K'; The feed is available but the...
... Hmmm. The actual author for each entry is set by the following line in the story subroutine in the atomfeed plugin: $author = $whoami::fullname ||...
This isn't technically a question about Blosxom, but maybe people here have some suggestions... I'm running a group Blosxom blog/photo blog combo. Everything...
I am certain this has been asked before, but given how crappy Y!'s search is, I couldn't find it... I am trying to switch from dynamic to static rendering....
Plugins you mention work correctly with static rendering... May be you have a permissions issue which prevent blosxom to read the plugin dir when lauched from...
... Well, it's on a box that I control completely, but just to be certain, I just ran the static render as root, and got exactly the same results. -- When the...
I was afraid that I might not have caught all the bugs in my calendar plugin and today Peter Richards found a small but significant bug in the logic that...
Hi all, I know its only an alpha but has anyone had a chance to knock together a simple Blosxom 3 Starter Kit ? I had a bit of a hack around with a recent B3...
I think I have found the cause of my error 500 when accessing blosxom.cgi through a symlink. My provider's Apache web server has the suEXEC feature activated,...
I tried hacking better_title plugin since it gave full path information. I only need to strip the last information (containing story file name). 1. Find out...
... You're welcome; I'm glad I could help. However note that your Atom feed still doesn't validate at feedvalidator.org; I'm not really sure why. It complains...
Greetings, Ive just tried Bernie Simon's patches to Blosxom 3 and noticed it seems to have a couple of issues with the default data as contained in the...
Hi, I've confirmed that this is also a problem in the unmodified version. The only reason you can get away with it is that the changes are in handlers.flow...
Mostly Jason Clark's storystate plugin has been working very well for me, allowing me to use the anypermalink variable to put writeback forms on individual...
Dear group, I have a blosxom configuration question that has been driving me up the wall. I have blosxom installed and functioning, but for some reason, the...
Hi If you still want to be able to add white space and mid-line comments to handler.flow and handlers.entry files then change sub handlers_handlers in the...
... Yes, I know the problems you describe are not fixed by my patch, but since the problems aren't fatal and can be worked around, I decided to leave them be. ...
You have to become a master of esoterica to be a good regexxer. I'm just an amateur. No matter what I did I couldn't get the rexex to swallow the linefeed and...
I´ve installed sort_reverse and it works well: everything is presented in chronological order. but i want to show the contents in reverse_chronological_order...
... Well, what would you want that plugin to do exactly? Pick a random entry from the archives and provide a link to it? I don't know of an existing plugin to...
I was annoyed at this earlier too, and checked the code. basically, it is due to how blosxom parses the URL to determine what you want to access - a file...
I've updated my patch to the Blosxom 3 flow bug so that it removes comments and blanks from the end of lines in the handlers file. If you're curious, here are...
im having a problem with my new theme(using the theme plugin). im am trying to keep my site xhtml complient in conjuction with css 1.0 for the style. the...
Hi all, Been digging around, found this in the archives, courtesy of a google search: <begin quoted> I've modified the writeback plugin (hasn't everyone?) so...
... Beau, It is pretty easy. I stole my code from Doug Alcorn's version of the writeback plugin. Download my refererblock plugin - my whole plugin distills...
I am transferring my blosxom blog to another server. When I do this the files are all changed to todays date and thus mess up the order I had. Is there a way...
Hi, I had to do this about a year ago. I used the entries_cache (http://fletcher.freeshell.org/downloads/entriescache) plugin to synch the dates from server to...