MyBB Community Forums

Full Version: Forum Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
I'm on the latest and it's still incompatible. Confused
its a great plugin but sad its not compatible with 1.4.11.

mybb should make this default feature in 1.6
great plugin but its not compatible with my V. 1.4.11.
DAMMMMM

Ive followed everything and when i went to add plugin page i get in red:

This plugin is incompatible with MyBB 1.4.11



Im gutted!
Sad, this could be a very handy tool :/
Open pl9foumicons.php in an appropriate file editor and find:
		"compatibility" => "1410"

Replace with:
		"compatibility" => "14*"

Now the plugin runs with all versions of MyBB 1.4. If it's 100% compatible? Try it...
Sweet Smile
got mine working ok after altering the plugin to reflect the above change to the compatibility number. And changing the management.php as described in the install.txt for the plugin.

forumbit_depth2_forum template is now
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1">

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

</td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

then its just a matter of specifying your image adding the following code at the end.
?question=
so my entire forum icon is
../image.png?question=

this works by passing the usual image filename as a get command and so it is ignored by the forum software. Its a cheap hack to make it work with 1.4.11.
I tried that but its still not working for me.Undecided
Can this plugin be made compatible with MyBB 1.6?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12