05-23-2013, 01:21 PM
Pages: 1 2
05-23-2013, 04:39 PM
Sounds right but nothing.
05-09-2014, 03:42 AM
this plugin simply very usable,
and I add some message on top of search result,
So, user know whether there is a setting to exclude forum search.
just add:
and I add some message on top of search result,
So, user know whether there is a setting to exclude forum search.
just add:
PHP Code:
|
and function
PHP Code:
|
and add this after {$header} in search_results_threads TEMPLATES
Code:
|
It will display additional message alert with directive link to usercp like this screenshot
[attachment=1003]
Too lazy to edit/modifying? Here the attachment plugin
07-16-2014, 12:18 PM
Thanks FBI. very useful.
Also ZiNgA BuRgA you may want to know this works in 1.8 beta 2 also
Also ZiNgA BuRgA you may want to know this works in 1.8 beta 2 also
07-17-2014, 01:01 PM
Will also work with the View Unread Posts plugin.
Just replace this code in line 127
Just replace this code in line 127
Quote:if($mybb->input['action'] != 'getnew' && $mybb->input['action'] != 'getdaily') return;with this
Quote:if($mybb->input['action'] != 'getnew' && $mybb->input['action'] != 'getdaily' && $mybb->input['action'] != 'unread') return;
11-23-2014, 08:01 PM
v1.1: update compatibility string for MyBB 1.8
Pages: 1 2