Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
731 views
in Q2A Core by
This really is great, the category system works brilliantly.

However the menu needs tweaking.
I suggest :

Based off the Menu a nested category menu be deployed.
<ul>
<li>menulink.foo</li>
<li>nextmenulink.foo</li>
</ul>

These could auto propogate upon category creation.
by
[This is a question about a non-public release.]

Can you clarify what you mean in a bit more detail?
by
Hi Gid, yes.

When a new category is created, you can append this to a Top Menu Tab.
Top Menu Tab, called Category ( example )
Its child links are the categorys.

Similar to this mock up I have just made.

http://www.sporttipsworld.com/tips/images/category_menu.png

1 Answer

0 votes
by
Understood. I don't think that will make it into this release, but I'll consider it in future. In the meantime this could also be done through an advanced theme - both the top tabs and categories are output by navigation().
by
I think thats where we have got confused in reading stuff on here.
A theme to me, is a proprietary set of templates that form a overall theme which when styled with css gives you representative website look etc.

Do you mean , and when I have read other Q&A by theme, an "include" of sorts?
similar to dynamic inc: such as :$footer etc ?

Will have a nosey round, am presuming then all we would need to do, is create our own "menu" and remove the call function for existing nav ?
by
Question2Answer uses an object-oriented theme system which makes it easy to override small parts of the HTML output, while maintaining compatibility with future versions. Please see here: http://www.question2answer.org/advanced.php#theme-advanced
...