Page 1 of 1
Linklist kills Kubricks style
Posted: Wed Apr 20, 2005 8:44 am
by commanderx
Hi,
im using the serendipity_event_linklist Plugin with serendipity_plugin_eventwrapper to display some links in s9y.
Im using the Kubrick theme.
When i enable sort by category, the sidebar is messed up

.
Screenshot:
http://www.bobbes.de/serendipity/upload ... tegory.jpg
When i sort alphabetical, its fine.
Screenshot:
http://www.bobbes.de/serendipity/upload ... tegory.jpg
But it only happens when using the Kubrick theme.
Its s9y 0.8-beta6
Greetings...
Posted: Thu Apr 21, 2005 7:27 am
by mgroeninger
I apologize for this...
I have no solution at this time, and won't for probably several weeks (my time is very limited right now).
I have been told it is caused by an extra </div> tag in the category views, but I have not looked into why....
I have a new version of the code which should remove the problem, but it is not ready to be released yet (it seems to have other bugs with are generally worse).
I will probably be able to release the new version in May sometime.
Sorry again,
Matt
Posted: Thu Apr 21, 2005 10:30 am
by garvinhicking
Matt,
your work is greatly appreciated, thanks
I just took a few minutes to commit minor changes to the linklist plugin. One of which I think may be the cause of the problem - there was a "<br \>" inside the code instead of "<br />" which may confuse a tag parser. I fixed this, and optimized the code to use str_replace instead of preg_replace because of performance reasons.
I also bumped toe version number to 0.42 so that people can upgrade the plugin.
Maybe you can incorporate the changes into your reworked plugin, once you have the time.
Thanks,
Garvin
Posted: Thu Apr 21, 2005 11:09 am
by commanderx
Thanks for your replies.
I have no solution at this time, and won't for probably several weeks (my time is very limited right now).
Well, there are more important things in life than a linklist
@garvin
Is your update to the Plugin in the CVS?
Posted: Thu Apr 21, 2005 12:03 pm
by garvinhicking
Yes, it's in CVS. But may take up to 24 hours for SourceForge.net to show the changes.
Regards,
Garvin
Posted: Thu Apr 21, 2005 12:12 pm
by commanderx
thx