|
Ficons v2.1 (forum icons)
|
|
Mar 30, 2009, 06:49 PM
(This post was last modified: Nov 08, 2009 07:57 PM by labrocca.)
Post: #1
|
|||
|
|||
|
Ficons v2.1 (forum icons)
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: 2.1 Plugin Mybb Compatibility: 1.4x Plugin File Edits: None Plugin File Uploads: 2 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 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. Screenshots are all available inside the extras folder. This plugin currently offers no 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> Enjoy. |
|||
|
Mar 30, 2009, 06:49 PM
(This post was last modified: Mar 30, 2009 06:52 PM by labrocca.)
Post: #2
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
New update for Ficons. I have closed the old thread as it was too large to actually be helpful. I have added troubleshooting tips, updated a template that needed to also be changed, altered description for title to be the forum name instead, and changed the admincp list to not include categories.
Those with previous versions are not required to update there are no actual security fixes and if ficons is working for you no need to update. If you do want to update just overwrite the ficons plugin file and that's it. Enjoy version 2.1. |
|||
|
Mar 31, 2009, 11:19 AM
Post: #3
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
Nice . I`ve been waited for this plugin
|
|||
|
Apr 03, 2009, 11:35 PM
(This post was last modified: Apr 04, 2009 10:54 AM by Psinetic.)
Post: #4
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
Omni,
Hey, I put this on my christian forums (http://www.psinetic.org/christian/) and it made the forums look kinda funny. Any ideas? i'm trying to attach some photos to this for better assistance, hang on a few. EDIT: Change that link, it's now (i used the same theme on all three and got the same problem on all three): I'll just give you one link though, since they all have the same problem: http://www.christianityforums.net |
|||
|
Apr 04, 2009, 02:37 PM
Post: #5
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
The troubleshooting guide should help you. If you are using custom templates you may need to make more alterations to your templates for this to work Play with your colspan and make sure that the ficons td actually was placed.
|
|||
|
Apr 04, 2009, 08:07 PM
Post: #6
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
alright, in editing, i found this problem:
Code: forumbit_depth2_forumNeither of those two codes exists in my version of ficons.php. Seems as though you've already editing the .php to reflect this. It also seems you've posted this twice, the same troubleshooting code is at the end as well. and, unfortunately, none of these troubleshooting guides did anything at all to it. Interesting...all those changes, i figured something would've happened. |
|||
|
Apr 04, 2009, 08:23 PM
Post: #7
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
Ugh..you don't edit ficons.php. In admincp you edit the named templates.
|
|||
|
Apr 04, 2009, 09:22 PM
(This post was last modified: Apr 04, 2009 09:56 PM by Psinetic.)
Post: #8
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
son of a....*beats head on table very hard*
ok, so from further investigation, i see this as my problem: Codes (Click to View) That's all the codes you said to edit. I got this theme from here (mybbcentral) so if u want to take a look at it. |
|||
|
Apr 04, 2009, 10:01 PM
(This post was last modified: Apr 04, 2009 10:02 PM by labrocca.)
Post: #9
|
|||
|
|||
|
RE: Ficons v2.1 (forum icons)
Add the td line for the ficon..it goes after the tr
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td> That's ficon table data...you don't know any html? You are just adding a column..it's very basic. |
|||
|
Apr 04, 2009, 10:08 PM
(This post was last modified: Apr 04, 2009 11:06 PM by Psinetic.)
Post: #10
|
|||
|
|||
RE: Ficons v2.1 (forum icons)
apparently i don't know. I learn by troubleshooting, asking alot of dumb questions, and doing it myself. I can't learn from a book, i actually have to do it. After a bit of application, i've learned ALOT about mybb forums and how to edit them and lots of stuff just in two weeks simply from jumping into a project without knowing what's gonna happen or where to go and just doing alot of searching and asking questions. thanks for the help, i'm gonna go put this in there and see how it turns out.Ok, so I edited around and did like you said, looked here and there, and for the most part, it's working. HOWEVER, there is one thing that's bothering me. (btw i'm editing at http://www.scientificforums.net) at the far left side of the main page of the forum, the black category part does absolutely fine now, and i got the right hand side of the blue background image to go across as it's supposed to, but now i'm having issues with the left hand side of the blue background image. It's not going over on the last cell of the table. I've edited what I can find that would do this, but, as i already said, i'm not good at html at all and i bet it's right under my nose. http://www.scientificforums.net |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Ficons 2.0 [DEPRECATED] | labrocca | 182 | 36,664 |
Mar 26, 2009 04:23 AM Last Post: labrocca |
|
User(s) browsing this thread: 1 Guest(s)

Upgrade
Search
Member List
Calendar
Contact
Help
Tagpad



apparently i don't know. I learn by troubleshooting, asking alot of dumb questions, and doing it myself. I can't learn from a book, i actually have to do it. After a bit of application, i've learned ALOT about mybb forums and how to edit them and lots of stuff just in two weeks simply from jumping into a project without knowing what's gonna happen or where to go and just doing alot of searching and asking questions.