doco updates

This commit is contained in:
redmatrix 2015-11-22 18:20:19 -08:00
parent a7e4553ea7
commit ae1103c5a3
2 changed files with 29 additions and 1 deletions

View File

@ -152,7 +152,8 @@ This document assumes you're an administrator.
Spam prevention. Limits the number of tagged forums which are recognised in any post. Default is 2. Only the first 'n' tags will be delivered as forums, the others will not cause any delivery.
[b]system > openssl_conf_file[/b]
Needed in some Windows installations to locate the openssl configuration file on the system.
[b]system > hide_help[/b]
Don't display help documentation link in nav bar
[b]Directory config[/b]
[b]Directory search defaults[/b]

View File

@ -1 +1,28 @@
[h2]nav[/h2]
Called when generating the main navigation bar and menu for a page
Hook data:
array(
'usermenu' => array( 'icon' => photo URL, 'name' => channel name )
'nav' => array(
'usermenu' => usermenu (photo menu) link array
(channel home, profiles, photos, cloud, chats, webapges ...)
'loginmenu' => login menu link array
'network' => grid link and grid-notify
'home' => home link and home-notify
'intros' => intros link and intros-notify
'notifications' => notifications link and notifications-notify
'messages' => PM link and PM-notify
'all_events' => events link and events notfiy
'manage' => manage channels link
'settings' => settings link
'register' => registration link
'help' => help/doc link
'apps' => apps link
'search' => search link and form
'directory' => directory link
)