From e23f86faa91f6b12ad499d27d3a06a6873230714 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 30 Aug 2015 22:39:33 -0700 Subject: more work on doco search --- doc/Widgets.md | 3 +++ include/widgets.php | 12 ++++++++++++ mod/help.php | 5 ++++- view/pdl/mod_help.pdl | 3 +++ view/theme/redbasic/css/style.css | 8 ++++++++ 5 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 view/pdl/mod_help.pdl diff --git a/doc/Widgets.md b/doc/Widgets.md index 5cc7eab2f..a225f5ef3 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -104,6 +104,9 @@ Some/many of these widgets have restrictions which may restrict the type of page * all - display completed tasks if all is non-zero.
 
+* forums - provide a list of connected public forums with unseen counts for the current logged-in channel. +
 
+ Creating New Widgets ==================== diff --git a/include/widgets.php b/include/widgets.php index 5e70730a3..96727cf0a 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1063,3 +1063,15 @@ function widget_tasklist($arr) { } + +function widget_helpindex($arr) { + $o .= '
' . '

' . t('Documentation') . '

'; + $o .= '
'; + return $o; + +} \ No newline at end of file diff --git a/mod/help.php b/mod/help.php index dd1dc9cd8..16ec069a7 100644 --- a/mod/help.php +++ b/mod/help.php @@ -143,9 +143,12 @@ function help_content(&$a) { nav_set_selected('help'); if($_REQUEST['search']) { + + $o .= '

' . t('Documentation Search') . ' - ' . htmlspecialchars($_REQUEST['search']) . '

'; + $r = search_doc_files($_REQUEST['search']); if($r) { - $o .= '