Nov 30, 2011, 07:03 PM
License is attached inside extras folder by using this software you agree to the terms of that license.
Plugin Name: Ficons (Forum Icons)
Plugin Author: Jesse Labrocca
Plugin Website: http://www.MybbCentral.com
Plugin Version: 3.0
Plugin Mybb Compatibility: 1.6x
Plugin File Edits: None
Plugin File Uploads: 3
Plugin Description: This plugin will add forum icons to your index page and subforum index pages.
Installation
1. Upload the files from the zip
2. Chmod the uploads/ficons folder 777.
3. Login to your admincp and INSTALL & ACTIVATE the plugin (Ficons) in the plugin manager.
4. You will see a new option in the admin under "Forum Management" for "Ficons". The rest is self explanatory.
--
DEACTIVATE will remove all visual changes on forums but will keep settings. ACTIVATE will restore visual changes to the forum. UNINSTALL will completely remove all changes made from the plugin.
--
Screenshots are all available inside the extras folder.
This plugin offers language support.
Template Troubleshooting:
There are 4 total template edits.
forumbit_depth1_cat
Find <td class="thead" colspan="5">
Change to <td class="thead" colspan="6">
Find <td class="tcat" colspan="2">
Change to <td class="tcat" colspan="3">
forumbit_depth2_forum
Find <td class="{$bgcolor}" valign="top">
Before it add
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
forumdisplay_subforums
Find colspan="5"
Change to colspan="6"
Find <td class="tcat" width="2%"> </td>
After add <td class="tcat" width="2%"> </td> (yes it's twice)
forumbit_depth2_cat
Find <td class="{$bgcolor}" valign="top">
Before it add
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
Change Log
All change logs will be available in the readme.txt file.
Ficons_V3.0
-Added Install/Uninstall functions.
-Offers language support.
To upgrade, simply overwrite existing files with the new ones.
Enjoy.
Plugin Name: Ficons (Forum Icons)
Plugin Author: Jesse Labrocca
Plugin Website: http://www.MybbCentral.com
Plugin Version: 3.0
Plugin Mybb Compatibility: 1.6x
Plugin File Edits: None
Plugin File Uploads: 3
Plugin Description: This plugin will add forum icons to your index page and subforum index pages.
Installation
1. Upload the files from the zip
2. Chmod the uploads/ficons folder 777.
3. Login to your admincp and INSTALL & ACTIVATE the plugin (Ficons) in the plugin manager.
4. You will see a new option in the admin under "Forum Management" for "Ficons". The rest is self explanatory.
--
DEACTIVATE will remove all visual changes on forums but will keep settings. ACTIVATE will restore visual changes to the forum. UNINSTALL will completely remove all changes made from the plugin.
--
Screenshots are all available inside the extras folder.
This plugin offers language support.
Template Troubleshooting:
There are 4 total template edits.
forumbit_depth1_cat
Find <td class="thead" colspan="5">
Change to <td class="thead" colspan="6">
Find <td class="tcat" colspan="2">
Change to <td class="tcat" colspan="3">
forumbit_depth2_forum
Find <td class="{$bgcolor}" valign="top">
Before it add
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
forumdisplay_subforums
Find colspan="5"
Change to colspan="6"
Find <td class="tcat" width="2%"> </td>
After add <td class="tcat" width="2%"> </td> (yes it's twice)
forumbit_depth2_cat
Find <td class="{$bgcolor}" valign="top">
Before it add
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
Change Log
All change logs will be available in the readme.txt file.
Ficons_V3.0
-Added Install/Uninstall functions.
-Offers language support.
To upgrade, simply overwrite existing files with the new ones.
Enjoy.