I setup TIKI13.0 on ubuntu12.04, it works for me, however what make me crazy is that my custom menu seem no any CSS applied.
My menu has been assigned to a custom module 'Document',
{menu id=43 type=horiz}
and my module is positioned at pagetop, just as below image
you can see, my menu 'User Manual' has no any CSS applied, no background color. In my understanding, TIKI will make it ready for use out of box, however the menu in my environment make it hard to use, I have googled and tried many configurations in TIKI, however just can't figure it out.
pls help.
This is because Tiki 13 changed to Bootstrap and Suckerfish CSS menus are no longer the default and there is no CSS for them anymore.
If you just want nice looking (Bootstrap styled) menu just go to Admin > Modules and assign the Menu module (instead of your custom menu module) with the following parameters:
After you save the module you should see in the parameters:
id=43
type=horiz
nobox=y
If you want to use the Suckerfish menus (you still need to give them the CSS styling from Tiki 12):