Search found 36 matches

by Tys
Sun Apr 24, 2005 8:37 pm
Forum: Plugins
Topic: SideBar Hiding Plugin
Replies: 16
Views: 15291

Thanks for the feedback. Can you give anymore details on the errors, they might not affect anything but it would be nice to squash them none the less. Yes hiding the whole sidebar would be nice addition. Unfortunately I'm leaving the country in a week for 8 months and am really short in time to impl...
by Tys
Wed Apr 06, 2005 2:37 am
Forum: Plugins
Topic: Random image w/ gradient.
Replies: 0
Views: 3127

Random image w/ gradient.

Not really a plugin, but others may be interested. I whipped up a little script that takes a side (left or right) and chooses a random image from a directory with a matching name then overlays it with a gradient fading to the color of your choosing. Great for title bars and lot easier then manually ...
by Tys
Mon Apr 04, 2005 8:03 am
Forum: General discussions
Topic: Posting comments w/o page refresh
Replies: 0
Views: 2447

Posting comments w/o page refresh

I know the s9y developers want to limit JavaScript use, but I couldn't help but share Typo's (Ruby on Rails based blog software) ajax comment implementation. Give the comment posting a whirl on this post:

http://blog.leetsoft.com/articles/2005/04/02/ajax-rocks
by Tys
Thu Mar 24, 2005 1:46 am
Forum: Plugins
Topic: SideBar Hiding Plugin
Replies: 16
Views: 15291

Here is an image of the extra config settings. I've only tested them with my theme so hopefully it loads up other themes correctly as well. If you run into problems, or something doesn't look right, let me know.
Image
by Tys
Wed Mar 23, 2005 11:13 pm
Forum: Bugs
Topic: Plugin version numbers?
Replies: 1
Views: 2217

Plugin version numbers?

It seems that Spartacus checks version information just on a string comparision. Any chance of trying to convert the versions to numbers (and if it fails, then just do a string match), or splitting on the . and comparing per level (ie 1.1 < 1.3, 1.1.1 < 1.1.3, 1.1 < 1.1.1)? Sidebar Hider Upgrade Shr...
by Tys
Wed Mar 23, 2005 9:25 am
Forum: Plugins
Topic: Plugin: Phpbox.
Replies: 19
Views: 18063

You could try deleting that row from the serendipity_plugins table.
by Tys
Wed Mar 23, 2005 9:22 am
Forum: Plugins
Topic: Music of the Moment - Real time music progress bar plugin
Replies: 2
Views: 3437

Committed to CVS
by Tys
Wed Mar 23, 2005 9:21 am
Forum: Plugins
Topic: SideBar Hiding Plugin
Replies: 16
Views: 15291

Committed to CVS.
by Tys
Mon Mar 21, 2005 6:41 pm
Forum: Bugs
Topic: Using $this->get_config() in configuration seg faults apa
Replies: 2
Views: 2817

It seems to work when I use a default for some reason. Was a definately weird bug to debug as it crashed before it even outputted the statement above it, guess cause output was buffered.
by Tys
Mon Mar 21, 2005 6:27 pm
Forum: Plugins
Topic: SideBar Hiding Plugin
Replies: 16
Views: 15291

Will do, just used to using tabs at work, here everyone has different taste on tab width which is configurable in most editors. Plus I find it much easier to move around code. But I understand you want to keep everything consistent. As for indenting, do you mean the outputted html? Or just the code ...
by Tys
Mon Mar 21, 2005 6:00 am
Forum: Plugins
Topic: Music of the Moment - Real time music progress bar plugin
Replies: 2
Views: 3437

Music of the Moment - Real time music progress bar plugin

I've cleaned up and packaged up my music plugin. Feel free to give it a shot and tell me what you think. It currently works with iTunes through a program called iTunesBlogger , but in theory could support any media program if you can find a similar plugin for it. Download it here: http://tvg.ca/file...
by Tys
Sun Mar 20, 2005 11:56 pm
Forum: Bugs
Topic: Using $this->get_config() in configuration seg faults apa
Replies: 2
Views: 2817

Using $this->get_config() in configuration seg faults apa

In my installation, $this->get_config('key') with no default set (or if the default is set to NULL) seg faults apache when used in the function introspect_config_item($name, &$propbag). Example: case 'secret_key': $propbag->add('type', 'string'); $propbag->add('name', PLUGIN_SIDEBAR_MOTM_KEY); $...
by Tys
Sun Mar 20, 2005 11:53 pm
Forum: Plugins
Topic: Event-Output wrapper should be stackable.
Replies: 1
Views: 3370

Event-Output wrapper should be stackable.

No reason for it not to be.
by Tys
Sun Mar 20, 2005 10:58 pm
Forum: Plugins
Topic: SideBar Hiding Plugin
Replies: 16
Views: 15291

Version one done, feed back appreciated.

http://tvg.ca/serendipity_event_sidebarhider.tar.gz
by Tys
Thu Mar 17, 2005 11:01 pm
Forum: Plugins
Topic: SideBar Hiding Plugin
Replies: 16
Views: 15291

document.getElementByClassname doesn't exsist, I got a solution that should work fine though on any elements. Things are looking promising as the trickest part is now done. A CVS account for the plugin repository would be nice, you can e-mail me at tys@tvg.ca if the offer is still open. Also working...