Forums

Join
bbPress Support ForumsPluginsPlugin: Forum Icons

Info

Plugin: Forum Icons

  1. Very early version - I just got this working on my own forums and I'm sure there's room for improvement, in both features and coding practicies.

    It allows you to assign an icon to each of your subforums and display it via a template tag.

    The plugin page is at:
    http://outletzine.org/forums/topic.php?id=563

    you can see it in action at:
    http://outletzine.org/forums

  2. I'm not proficient at php but finally figured out I needed to add these bits to front-page.php in my template to create a new column and make the icons show up. Might want to add a tiny bit of instruction for us neophytes.

    <th><?php _e('Forum Icons'); ?></th>
    <td class="num"><?php forum_icon(); ?></td>

    Great plugin, didn't even realize how useful visual pointers would be to my increasing number of new visitors - the little pics help direct those who don't seem to be able to read and just post on whichever forum their mouse lands on first.

    Also, any idea how to make it work with the Forum Restriction plugin so I've got an image instead of an ugly text link?

  3. Scratch that last bit, when I finished tweaking the Forum Restriction plugin to work with 0.8.1.2 the icons showed up on my restricted forums.

  4. You must log in to post.