 [Fixed] Fireboard integration plugin readme  (1 viewing) (1) Guest
 | | |
|
TOPIC: [Fixed] Fireboard integration plugin readme
|
|
[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');
|
|
|
|
|
|
|
 | | | 
|