Double header with Category Tree Menu plugin

Creating and modifying plugins.
Post Reply
tombriggs
Regular
Posts: 24
Joined: Thu Aug 09, 2007 3:54 pm

Double header with Category Tree Menu plugin

Post by tombriggs »

When using the Category Tree menu plugin, I get the plug-in title listed twice before the tree list. The problem appears to stem from this line:

Code: Select all

$output = '<h2 class="serendipitySideBarTitle" style="font-weight: bold;">'.$title.'</h2><br />';
Nothing like that appears in any of the other plugins as far as I can see, and removing it eliminates the problem.

Is this somehow related to the theme that I'm using? Or is this a clear bug in the plugin? If so, who do I have to contact to get it fixed so that I don't have to maintain a hacked copy of the plugin?

Thanks
-Tom
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Double header with Category Tree Menu plugin

Post by garvinhicking »

Hi!

I thought this was fixed in recent versions of that plugin -- which version are you using?

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/
tombriggs
Regular
Posts: 24
Joined: Thu Aug 09, 2007 3:54 pm

Re: Double header with Category Tree Menu plugin

Post by tombriggs »

garvinhicking wrote:Hi!

I thought this was fixed in recent versions of that plugin -- which version are you using?

Regards,
Garvin
Looks like I'm using 1.10. I thought that was the latest, as I've checked for updated plugins (using the links on the Configure Plugin page) numerous times lately.

I'm using S9Y 1.2, BTW... is the update available for S9Y 1.3 only, maybe?

Thanks
-Tom
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Double header with Category Tree Menu plugin

Post by garvinhicking »

Hi!

Can you tell me your URL so that I can look at it?

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/
tombriggs
Regular
Posts: 24
Joined: Thu Aug 09, 2007 3:54 pm

Re: Double header with Category Tree Menu plugin

Post by tombriggs »

garvinhicking wrote:Hi!

Can you tell me your URL so that I can look at it?

Regards,
Garvin
See http://www.rinature.com/

The category list you see at the top of the sidebar is a hacked copy of the category_dhtml plugin I created to remove the offending line. The actual release version, with the double header, is at the bottom of the sidebar (I just put it back so you could see it).

Thanks
-Tom
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Double header with Category Tree Menu plugin

Post by garvinhicking »

Hi!

Ah, perfect. Now I see it. Your patch suggestion looks fine to me, so I just committed that to version 1.11 of the plugin :)

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/
tombriggs
Regular
Posts: 24
Joined: Thu Aug 09, 2007 3:54 pm

Re: Double header with Category Tree Menu plugin

Post by tombriggs »

garvinhicking wrote:
Ah, perfect. Now I see it. Your patch suggestion looks fine to me, so I just committed that to version 1.11 of the plugin :)
Thank you very much!
Post Reply