Welcome, Guest
Please Login or Register.    Lost Password?
Pre-RC Confirmed Bugs
Go to bottomPage: 1
TOPIC: [Fixed] Fireboard integration plugin readme
#6331
[Fixed] Fireboard integration plugin readme 3 Years ago Karma: 7
Although the readme was updated in the component, we somehow missed the same readme in the fireboard plugin. Nothing was changed in the download except the readme, so previous downloaders of gjplugin_integration_fireboard_v1.7e1 do not need to download the file again. The corrected file should read:
+----------------------------------------------------+
| EDIT fireboard.php |
|----------------------------------------------------|
| open /components/com_kunena/fireboard.php |
| |
| somewhere after |
| the FireBoard configuration params comment |
| which looks like |

// get fireboards configuration params in

ADD THESE TWO LINES

// this line integrates GroupJive
include_once ($mainframe->getCfg('absolute_path') . '/components/com_comprofiler/plugin/user/plug_gjfireboard/showgroup.php');

change file fb_pathway.php in the templatefolder
normally com_kunena/template/default/fb_pathway.php
line 46
$query = "select * from #__fb_categories where id=$catids and published=1";
to
$query = "select * from #__fb_categories where id=$catids";


| |
|----------------------------------------------------|
| Save fireboard.php |
+----------------------------------------------------+

The highlighted text is the only thing that needs to be changed:
// this line integrates GroupJive
include_once ($mainframe->getCfg('absolute_path') . '/components/com_comprofiler/plugin/user/plug_gjfireboard/showgroup.php');
Rapunzl
Admin
Posts: 225
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
Go to topPage: 1
Moderators: Braineater
RocketTheme Joomla Templates