Anonymous |
Quote: Allright and how
can i re-enable the search? I deleted it from the menu.
In v0.4.5 when you attempt to create a new
menu item of type "Search" you will not succeed because
there is no "Search" component available. This has been
fixed in v0.4.6 which has not yet been released.
Meanwhile, you can fix the trouble accessing System ->
Database -> Query and executing the following SQL code
(ONCE): Code: INSERT
INTO dk_menu
(menutype,name,link,link_type,parent,componentid,sublevel,orderin
g,browsernav,access,params)
VALUES ('hiddenmenu','Hidden
Search','index.php?option=search','component',0,10,0,17,0,0,'show
_count=10 ');
|