Search

bbPress Showcase » Plugins by _ck_

"Topic Icons" Question

RSS
  1. r-a-y
    User has not uploaded an avatar

    junior member
    Joined: Jul '09
    Posts: 7

    offline

    Hey _ck_,

    I'm using your "Topic Icons" plugin and I'm wondering how I can I mass-icon a bunch of forum IDs?

    Right now, there's this array:
    $topic_icons['forums']=array("1" => "default", "2" => "default");

    Is there a way to set a default icon for all forums?

    Thanks for reading!

    Posted 2 years ago #
  2. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 884

    offline

    If they are consecutive you could do it in a loop.
    How many forums are you talking about?

    This is a demo of the bbPress Signatures plugin!
    If you use my plugins, please considering donating to help continue their development.
    Posted 2 years ago #
  3. r-a-y
    User has not uploaded an avatar

    junior member
    Joined: Jul '09
    Posts: 7

    offline

    Not many at the moment.

    But when new forums are created, they do not have an icon.

    Rather than having to go in and editing the plugin source, it would be better if I could set a default, forum icon.

    Would using a loop set an icon for newly-created forums?

    Posted 2 years ago #
  4. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 884

    offline

    You could hack the plugin a make a default icon.
    Put a default icon into the list with the name "default"

    Then modify this function

    function forum_icon($automatic=false,$id=0) {

    at the very end it says:
    else {return false;} // nope, nothing found

    change that to

    else {echo topic_icons_graphic("default");}

    Posted 2 years ago #
  5. r-a-y
    User has not uploaded an avatar

    junior member
    Joined: Jul '09
    Posts: 7

    offline

    Thanks _ck_!
    That did the trick!

    Posted 2 years ago #

RSS feed for this topic

Post a reply to “"Topic Icons" Question”

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
40 users online from in the past 30 minutes. 17 bots 23 guests
1,535 views today 8,665 yesterday 14,010 peak. Most at once 42 today 48 yesterday 131 peak. Visited today: Dickinsonjohn9, shairah27, xiaotian
2,245 posts in 385 topics over 63 months by 426 of 1,989 members. Latest: dxdiag02, Pablo01, Dickinsonjohn9