MyForumIcons

Custom forum icons for your forums...
Version: 1.1
Autor: Steve Moore
Deutsche Übersetzung: noch nicht übersetzt
Hochgeladen: 22.07.2009
Letzte Aktualisierung: 28.07.2012
Support: https://www.mybb.de/forum/thread-21565.html (0 Beiträge)
Kompatibilität: MyBB 1.6.x
Bisherige Downloads: 162
Vorschau
Vorschau
Vorschau
Vorschau
Vorschau
This will allow you to add custom images as forum icons for each one of your forums.

This mod currently has 1 setting to turn it off at any time. You can edit each one of your forums and add the image, as well you can add an image when you create a new forum.

Future Release:
All automated

Currently you have to edit 1 file and activate and install the included plugin.

NOTE: As I do these mods during my free time, I ask that if you enjoy my mods you give a small donation to show your appreciation. If you need my donation email for paypal, please do not hesitate to PM.

Template Troubleshooting:
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_MyForumIcons'] 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_MyForumIcons] 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>

If that does not work please report your parse error in the support/release thread: *New thread coming*

Vorschau:
http://mybb.mythotical.com

Quelle: MyForumIcons bei MyBB.com

Ähnliche Erweiterungen

Goog V.1.1 1.1 von Imad Jomaa für MyBB 1.2.x
Allow Users to see the google video embedder in the posting toolbar.

147 Downloads
Geburtstags Mailer 1.1 1.1 von Martin M. für MyBB 1.4.x
Sendet eine E-Mail an einen User, der Geburtstag hat! :) Den zu sendenden Text kann man im Admin-CP wählen.Lest bitte die Readme! :)

72 Downloads
Verde 1.1
Verde 1.1 1.1 von FirefoxWiz für MyBB 1.2.x
Verde (Green in Spanish) Made to look like a WordPress theme

17 Downloads
MyGreen 1.1 von Alan S. für MyBB 1.6.x
Simple fixed-width bold green theme with rounded corners.

15 Downloads
MyFieldset
MyFieldset 1.1 von SoporteMyBB für MyBB 1.6.x
It allows to insert the fieldset tag in messages.

393 Downloads