Page 1 of 1
Double header with Category Tree Menu plugin
Posted: Thu Mar 06, 2008 6:23 am
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
Re: Double header with Category Tree Menu plugin
Posted: Thu Mar 06, 2008 11:15 am
by garvinhicking
Hi!
I thought this was fixed in recent versions of that plugin -- which version are you using?
Regards,
Garvin
Re: Double header with Category Tree Menu plugin
Posted: Thu Mar 06, 2008 2:28 pm
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
Re: Double header with Category Tree Menu plugin
Posted: Thu Mar 06, 2008 2:44 pm
by garvinhicking
Hi!
Can you tell me your URL so that I can look at it?
Regards,
Garvin
Re: Double header with Category Tree Menu plugin
Posted: Thu Mar 06, 2008 3:04 pm
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
Re: Double header with Category Tree Menu plugin
Posted: Thu Mar 06, 2008 3:22 pm
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
Re: Double header with Category Tree Menu plugin
Posted: Thu Mar 06, 2008 3:29 pm
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!