简体   繁体   中英

Tabular Joomla Menu

I am trying to convert the default menu created in Joomla, with UL-LI, to a tabular menu, ie table-tr-td-a, any help on how to extend the default behavior.

Sorry if this sounds noob, but I am one on for Joomla!

To do this you'd need to edit the default.php file in the ftp by going to modules/mod_menu/tmpl/default.php in the ftp. You'll see they echo the ul,li etc elements. You'd just need to replace these with the table codes.

Alternatively you can download something from the JED with a table structure. However most people find ul/li elements much better so you might struggle.

On a side note tables are much slower than ul,li etc elements for menus so I really wouldn't advice it. But whatever floats your boat!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM