Page 1 of 1

Menu Manager 1.1. Released!

Posted: Tue Mar 14, 2006 6:03 pm
by Ted
This fixes a few bugs in the 1.0 release bundled with CMSMS 0.12. The target parameter in the Link content type is now used, and also fixes a few depth issues when using the items and start_element parameters.

These fixes will also be in 0.12.1 when it's released.

Re: Menu Manager 1.1. Released!

Posted: Tue Mar 14, 2006 6:38 pm
by Piratos
Links works (target), separator and Section Header has no function.

Re: Menu Manager 1.1. Released!

Posted: Tue Mar 14, 2006 8:00 pm
by Ted
Did you clear the cache?  Are you still using the default templates as they are on the file system?

On my test site, my newly created link displays:

Code: Select all

<li><a href="http://test.com" target="_blank">Test Link</a>
</li>
Section Header and Separators work as well.

Code: Select all

<li style="list-style-type: none;"><hr class="separator" />
</li>

<li><span class="bullet_sectionheader">Test Header</span>
</li>
I'm not doing anything special.    This is just the default bulletmenu.tpl template (the one that is used when template= isn't defined).

Re: Menu Manager 1.1. Released!

Posted: Wed Mar 15, 2006 9:45 am
by Piratos
Did you clear the cache?  Are you still using the default templates as they are on the file system?
Yes and yes , the same result links Ok, no separator, no section header.

Re: Menu Manager 1.1. Released!

Posted: Wed Mar 15, 2006 10:02 am
by Piratos
Correction:

if a delete the cache twice Section Header is ok, but no separator.