Thread Rating:
  • 8 Vote(s) - 3.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forum Icons
#1
As promised, I have now released my first mod for MyBB.

PL9 Forum Icons is just that, a means to add custom forum icons for your forums while still holding the main forum icons in place if you did not input a custom icon.

This thread I intend to use for suggestions and feedback. You will find that I have given the link to download and a couple of the screenshots.

Features:
- Enable/Disable Setting
- Extra forum option to add location of your custom icon
- If no icon was designated, default forum icon is used

More details and download can be found here: http://mods.mybboard.net/view/pl9-forum-icons

Template Troubles:
Open forumbit_depth2_forum template

Find:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

Replace with:
<if $mybb->settings['enable_pl9ForumIcons'] then>
<if $forum['forum_icon'] then>
<img src="{$forum['forum_icon']}" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
<else />
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
</if>
<else />
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
</if>

Parse Error:
Replace the above code with:
<if $mybb->settings[enable_pl9ForumIcons] then>
<if $forum[forum_icon] then>
<img src="{$forum['forum_icon']}" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
<else />
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
</if>
<else />
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
</if>


Attached Files Thumbnail(s)
       
Official Site: http://mochacoder.com
Coming Soon: http://wowgnerd.com & http://generalrides.com

Follow me on twitter: @MochaCoder
Reply


Messages In This Thread
Forum Icons - by Steve Moore - 2009-07-22, 08:11 PM
RE: Forum Icons - by HarryWx - 2009-07-22, 10:08 PM
RE: Forum Icons - by Steve Moore - 2009-07-23, 12:08 AM
RE: Forum Icons - by HarryWx - 2009-07-23, 05:49 PM
RE: Forum Icons - by Lo. - 2009-07-23, 12:54 AM
RE: Forum Icons - by Hyde - 2009-07-23, 01:13 AM
RE: Forum Icons - by Steve Moore - 2009-07-23, 01:14 AM
RE: Forum Icons - by Hyde - 2009-07-23, 01:29 AM
RE: Forum Icons - by VAPOR - 2009-07-23, 01:44 AM
RE: Forum Icons - by Hyde - 2009-07-23, 02:29 AM
RE: Forum Icons - by ghazal - 2009-07-23, 03:57 AM
RE: Forum Icons - by Steve Moore - 2009-07-23, 05:03 AM
RE: Forum Icons - by Hyde - 2009-07-23, 12:37 PM
RE: Forum Icons - by Azagthoth - 2009-07-23, 08:02 AM
RE: Forum Icons - by Steve Moore - 2009-07-23, 08:42 AM
RE: Forum Icons - by Murloc - 2009-07-23, 08:46 AM
RE: Forum Icons - by Steve Moore - 2009-07-23, 08:54 AM
RE: Forum Icons - by Lo. - 2009-07-23, 02:40 PM
RE: Forum Icons - by AndrewPH - 2009-07-23, 09:35 AM
RE: Forum Icons - by faviouz - 2009-07-23, 01:19 PM
RE: Forum Icons - by Hyde - 2009-07-23, 02:05 PM
RE: Forum Icons - by Rafael - 2009-07-23, 02:07 PM
RE: Forum Icons - by Hyde - 2009-07-23, 02:36 PM
RE: Forum Icons - by rockyy - 2009-07-23, 03:19 PM
RE: Forum Icons - by Hyde - 2009-07-23, 03:56 PM
RE: Forum Icons - by babjusi - 2009-07-23, 05:02 PM
RE: Forum Icons - by Steve Moore - 2009-07-23, 05:12 PM
RE: Forum Icons - by Hyde - 2009-07-23, 05:29 PM
RE: Forum Icons - by aglioeolio - 2009-07-23, 05:38 PM
RE: Forum Icons - by rockyy - 2009-07-23, 06:15 PM
RE: Forum Icons - by Josh G - 2009-07-23, 06:32 PM
RE: Forum Icons - by Steve Moore - 2009-07-23, 06:43 PM
RE: Forum Icons - by HarryWx - 2009-07-23, 11:18 PM
RE: Forum Icons - by Hyde - 2009-07-23, 08:01 PM
RE: Forum Icons - by faviouz - 2009-07-23, 08:05 PM
RE: Forum Icons - by Hyde - 2009-07-23, 08:43 PM
RE: Forum Icons - by José F. - 2009-07-23, 09:49 PM
RE: Forum Icons - by faviouz - 2009-07-23, 10:09 PM
RE: Forum Icons - by Hyde - 2009-07-24, 12:08 AM
RE: Forum Icons - by Steve Moore - 2009-07-24, 02:48 AM
RE: Forum Icons - by Hyde - 2009-07-24, 02:55 AM
RE: Forum Icons - by Steve Moore - 2009-07-24, 02:56 AM
RE: Forum Icons - by Hyde - 2009-07-24, 03:37 AM
RE: Forum Icons - by apa - 2009-07-24, 03:57 AM
RE: Forum Icons - by Steve Moore - 2009-07-24, 04:15 AM
RE: Forum Icons - by Murloc - 2009-07-24, 07:39 AM
RE: Forum Icons - by Hyde - 2009-07-24, 04:00 PM
RE: Forum Icons - by Steve Moore - 2009-07-24, 07:32 PM
RE: Forum Icons - by Murloc - 2009-07-24, 07:35 PM
RE: Forum Icons - by Steve Moore - 2009-07-24, 10:09 PM
RE: Forum Icons - by duyen - 2009-07-25, 01:17 AM
RE: Forum Icons - by SeNCeR - 2009-07-27, 11:45 AM
RE: Forum Icons - by Steve Moore - 2009-07-25, 06:25 AM
RE: Forum Icons - by duyen - 2009-07-25, 11:14 AM
RE: Forum Icons - by Steve Moore - 2009-07-26, 12:11 AM
RE: Forum Icons - by TStarGermany - 2009-07-26, 02:15 PM
RE: Forum Icons - by duyen - 2009-07-27, 12:30 PM
RE: Forum Icons - by SeNCeR - 2009-07-27, 12:53 PM
RE: Forum Icons - by duyen - 2009-07-27, 01:50 PM
RE: Forum Icons - by User 1428 - 2009-07-27, 03:12 PM
RE: Forum Icons - by duyen - 2009-07-27, 09:52 PM
RE: Forum Icons - by Steve Moore - 2009-07-27, 11:27 PM
RE: Forum Icons - by alsofts - 2009-07-28, 10:03 AM
RE: Forum Icons - by Steve Moore - 2009-07-28, 04:59 PM
RE: Forum Icons - by Steve Moore - 2009-09-06, 07:38 AM
RE: Forum Icons - by TStarGermany - 2009-09-06, 01:18 PM
RE: Forum Icons - by Steve Moore - 2009-09-06, 03:55 PM
RE: Forum Icons - by PorkoWog - 2009-09-20, 03:05 AM
RE: Forum Icons - by Orbital Shark - 2009-09-23, 07:20 PM
RE: Forum Icons - by zeepedia - 2009-10-07, 06:10 PM
RE: Forum Icons - by SeNCeR - 2009-10-07, 06:22 PM
RE: Forum Icons - by silentflesh - 2009-10-08, 11:47 AM
RE: Forum Icons - by daxil - 2009-10-09, 01:55 PM
RE: Forum Icons - by SeNCeR - 2009-10-08, 12:45 PM
RE: Forum Icons - by silentflesh - 2009-10-09, 01:09 PM
RE: Forum Icons - by arineod - 2009-10-08, 10:04 PM
RE: Forum Icons - by Angelbg - 2009-10-09, 09:05 PM
RE: Forum Icons - by alsofts - 2009-10-16, 08:10 PM
RE: Forum Icons - by Lo. - 2009-10-23, 07:46 PM
RE: Forum Icons - by Steve Moore - 2009-11-10, 07:02 PM
RE: Forum Icons - by Steve Moore - 2009-11-13, 04:15 AM
RE: Forum Icons - by nero - 2009-12-05, 12:51 PM
RE: Forum Icons - by Steve Moore - 2009-12-07, 01:14 AM
RE: Forum Icons - by Lo. - 2009-12-09, 06:00 PM
RE: Forum Icons - by Ramseize - 2009-12-09, 12:06 PM
RE: Forum Icons - by Steve Moore - 2009-12-10, 05:33 PM
RE: Forum Icons - by Evoke - 2009-12-10, 09:09 PM
RE: Forum Icons - by Lo. - 2009-12-10, 09:19 PM
RE: Forum Icons - by Evoke - 2009-12-10, 09:41 PM
RE: Forum Icons - by Ramseize - 2009-12-12, 08:56 PM
RE: Forum Icons - by Steve Moore - 2009-12-13, 10:48 PM
RE: Forum Icons - by handyman - 2009-12-19, 01:42 PM
RE: Forum Icons - by Shawn Gossman - 2009-12-21, 07:20 AM
RE: Forum Icons - by saintsinner - 2010-01-29, 03:01 AM
RE: Forum Icons - by Dillon - 2010-01-29, 07:10 AM
RE: Forum Icons - by akka - 2010-02-02, 10:28 PM
RE: Forum Icons - by akka - 2010-02-04, 09:34 PM
RE: Forum Icons - by ArtonBej - 2010-02-04, 09:42 PM
RE: Forum Icons - by Joey_Pham423 - 2010-02-05, 01:01 AM
RE: Forum Icons - by Lo. - 2010-02-05, 02:19 AM
RE: Forum Icons - by Winford F. - 2010-02-05, 02:49 AM
RE: Forum Icons - by saintsinner - 2010-02-05, 11:36 PM
RE: Forum Icons - by egyseed - 2010-02-13, 02:16 PM
RE: Forum Icons - by doddsyy2k - 2010-02-13, 07:20 PM
RE: Forum Icons - by ink - 2010-02-15, 11:44 AM
RE: Forum Icons - by querschlaeger - 2010-02-15, 11:51 AM
RE: Forum Icons - by ink - 2010-02-15, 12:05 PM
RE: Forum Icons - by Sir Spankalot - 2010-03-03, 03:13 PM
RE: Forum Icons - by Mokeli - 2010-09-05, 09:03 PM
RE: Forum Icons - by Praveer - 2010-09-06, 12:24 AM
RE: Forum Icons - by Janota - 2010-09-06, 01:45 AM
RE: Forum Icons - by Praveer - 2010-09-06, 07:58 AM
RE: Forum Icons - by Azagthoth - 2011-01-25, 09:25 PM
RE: Forum Icons - by Barathrum - 2011-02-19, 11:44 PM
RE: Forum Icons - by Steve Moore - 2011-04-03, 10:46 PM
RE: Forum Icons - by Yaldaram - 2011-04-03, 10:47 PM
RE: Forum Icons - by Steve Moore - 2011-04-03, 10:48 PM
RE: Forum Icons - by morpia - 2011-08-03, 09:57 PM
RE: Forum Icons - by Steve Moore - 2011-08-04, 01:11 AM

Forum Jump:


Users browsing this thread: 18 Guest(s)