bbPress Plugin Browser »

bbPress Topic Icons (0.61)

Download

Version: 0.61

Last Updated: 2010-1-20

Requires bbPress Version: 1.0.2 or higher

Compatible up to: 1.0.2

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(7)

Your Rating

Author: Paul Hawke


  1. Okay, I have just tried this plugin - and I'm over the moon with it so far. :)

    Is it possible at all to also take over the rendering of the "resolved" and "not resolved" icons? At the moment, it still displays two icons if a topic belongs in a support forum. You can see an example at http://www.inniosoft.co.cc/devstation/page/2 . If this can't be done, then I will simply change the icons for "reolved" and "not resolved" in the support forum directory, and have them next to each other.

    Furthermore, I had to disable the icons for sticky and closed topics in the Support Forum admin panel - as it was displaying both your icons, and the support forum icons. You mentioned that it takes over the job, but it doesn't seem to.

    Last thing, is it not possible to have icons that represent two or more states? For example, a topics may be a sticky and closed - it should have one icon to represent both statuses.

    Thanks again, this plugin is great. :)

    Posted: 2 years ago #
  2. @Michael888 - if you have Version 0.6 installed, then you should see a "Topic Icons / Support forum connector" plugin in addition to the main "Topic Icons" plugin. The connector is the guy who works the magic to take over from the support forum. If you enable the connector, it gives the basic topic icons plugin the knowledge of the "resolved / not resolved" statuses, and also stops the support forum from putting out any icons of its own.

    As for multiple status values, that sounds like a perfect plugin - in the same way that the support forum connector extends the basic status rules - feel like writing it and coming up with the icon-set to support multiples states in a single image? :-)

    Posted: 2 years ago #
  3. Paul, I feel ever so stupid. Did not realize there was an extra plugin (even though it's right underneath it). Silly me...

    I would love to make an icon set for it (if not more than one), but I will not be able to do it very soon as I'm running Linux (my hdd crashed) off an external drive; so I don't have access to Photoshop. I will try and make a plan with it though. :)

    As for the coding, I wouldn't be able to do that - need more experience.

    Posted: 2 years ago #
  4. Paul, is there any way to make the topic icon show on the topic page itself, to the left of the title? I have a feeling that this was implemented before; but I may be wrong. If I'm not wrong, was it removed because of theme inconsistency?

    Posted: 2 years ago #
  5. small bug

    When the support forum plug-in is enabled but no individual forums 'checked' for support, this error occurs:

    Warning: in_array() [function.in-array]: Wrong datatype for second argument in /<snip!>/my-plugins/bb-topic-icons/class.support-forum-status-interpreter.php on line 32

    Posted: 2 years ago #
  6. @nuprn1 - thanks for the bug report. Expect a 0.61 result this weekend to fix the issue.

    Posted: 2 years ago #
  7. NiksE

    Member

    Fatal error: Call to undefined function topic_icons_register_status_interpreter() in /home/copespri/public_html/bbpress/my-plugins/bb-topic-icons/bb-topic-icons-support-forum-connector.php on line 28

    How can I fixed it?

    Posted: 2 years ago #
  8. Wow. You guys are great - thanks for the bug reports (@NiksE, @nuprn1 and @Tomcraft1980). Changes have been made and version 0.61 ought to fix all three bugs.

    Posted: 2 years ago #
  9. Tomcraft1980

    Member

    No, we have to thank ya for this great plugin! :D
    0.61 is great!

    Kind regards

    Tom

    Posted: 2 years ago #
  10. Hybrian

    Member

    Hi
    Reading all the comments make me feel happy to use your plugin, but when i'm trying to activated it, he produce the following fatal error : " Parse error: syntax error, unexpected T_OBJECT_OPERATOR in *********/my-plugins/topic-icons/bb-topic-icons.php on line 56 " T_T

    I've put the bb-topic-icon folder into my my-plugin folder, and i'm using v1.0.2

    Maybe the reason is some kind of conflict with my other plugins (Allow Images, Approve User Registration, BB-Ads, bbPress moderation suite, Hidden Forums, Project Honey Pot for bbPress) or because i've hidden everything related to tags in my theme css (adding display:none; on the appropriated places).

    I also use a french language pack, but i don't think it cause any trouble.

    Thank you for your plugin and for helping me with my problem

    Ps : excuse my poor english skill (remember : I'm French ^^)

    Posted: 2 years ago #
  11. jtrory

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    This just doesn't seem to work for me. All that happens is that the "closed" or "sticky" text gets shoved up right against the topic title, creating an overlap that makes both of them unreadable. I see no icons anywhere. Not sure what I could be doing wrong, I have downloaded both the newest version of this plugin and am running the latest build of bbPress. Tried activating the Support Forum Connector (not that I'm running Support Forum) but that made no difference either.

    Posted: 1 year ago #
  12. mr_pelle

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Thank you for your great plugin!

    Just a detail: in class.support-forum-status-interpreter.php the statuses are listed in different order than in class.default-status-interpreter.php so if I have a closed and sticked topic, it will end up having a different icon depending on the theme I apply. I solved this just changing the order of the two "return" in class.support-forum-status-interpreter.php around line 31 to:

    if ($this->is_sticky_topic($location, $topic)) {
        return "sticky";
    }
    
    if ($this->is_closed_topic($topic)) {
        return "closed";
    }

    It would be also nice to display both icons in case, for example, of closed and sticked topics. =)

    Posted: 1 year ago #
  13. ioloman

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Paul Hawke THANK you so much :)
    Excellent plugin!

    Posted: 1 year ago #
  14. Tomcraft1980

    Member

    What about updating the "bb Topic Icons/Support Forum Connector" to the newer "Support FOrums" Plugin? -> http://bbpress.org/plugins/topic/support-forums

    Posted: 1 year ago #
  15. Is there a way to display two or more (multiple) status icons in the topic title? For example not-resolved, sticky, locked? I really need this but I cannot seem to work this out...

    Posted: 7 months ago #

RSS feed for this topic

Add a Comment

You must log in to post.