Linklist kills Kubricks style

Found a bug? Tell us!!
Post Reply
commanderx
Regular
Posts: 59
Joined: Mon Apr 18, 2005 8:18 am
Contact:

Linklist kills Kubricks style

Post 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...
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
commanderx
Regular
Posts: 59
Joined: Mon Apr 18, 2005 8:18 am
Contact:

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Yes, it's in CVS. But may take up to 24 hours for SourceForge.net to show the changes.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
commanderx
Regular
Posts: 59
Joined: Mon Apr 18, 2005 8:18 am
Contact:

Post by commanderx »

thx
Post Reply