|
| User: eehono |
 |
| Posts: 2 |
| Joined: 2009-03-20 18:07:15 |
|
|
|
 |
Topic |
|
Help with the menus
Hello i am new to HonoCMS i am heaving some problem in menusystem can u please tall me how to setup different menus. Also please guide me to get dropdown menus coz i am not getting them.
thanks in advance please |
|
| User:juice |
 |
| Posts: 5 |
| Joined: 2008-12-23 20:21:45 |
|
|
|
 |
1 |
|
1.you can go to the modules->top->top.php modify or change the top menus
2.modules->menu modify menu module |
|
| User:frank |
 |
| Posts: 2 |
| Joined: 2008-12-23 20:30:55 |
|
|
|
 |
2 |
|
modules->top->top.php change the top menus modules->top->css->style.css change dropdown menu style.
or you can create you own menu replace it also.
good luck |
|
| User:juice |
 |
| Posts: 5 |
| Joined: 2008-12-23 20:21:45 |
|
|
|
 |
3 |
|
http://www.honoweb.net/bbs/answer.php?bcatid=17&scatid=20&cid=36
or
below code is two level dropdown menu replace modules->top->top.php
<? defined("_ACCESS_") or die('Restricted access'); ?> <? /** * @version 1.0 * @package HonoWeb->HonoCMS * @copyright Copyright (C) HonoWeb. All rights reserved. * @Website www.honoweb.net. */ ?> <link href="<?=$SETUPFOLDER?>/modules/top/css/style.css" rel="stylesheet" type="text/css"> <div class="top_container"> <div id="ddtopmenubar" class="mattblackmenu"> <ul> <li >menu</li> </ul> </div> <script type="text/javascript"> ddlevelsmenu.setup("ddtopmenubar", "topbar") </script>
//sub menu nest
<ul id='ddsubmenu1' class='ddsubmenustyle'> <li>submenu</li> </ul> </div> |
|
| User:admin |
 |
| Posts: 3 |
| Joined: 2008-10-16 08:41:18 |
|
|
|
 |
4 |
|
1. login to admin panel.
2. left menu ->Menu->Menu Item and then click add button to add page , enter some information
select Parent MenuItem and click add sub button . finally open font index page submenu is ok.
it's easy. thanks have a nice day |
|
| User:aaaaaa |
 |
| Posts: 2 |
| Joined: 2009-10-12 19:15:18 |
|
|
| User:aaaaaa |
 |
| Posts: 2 |
| Joined: 2009-10-12 19:15:18 |
|
|
|
 |
6 |
|

|
|