MyBB Community Forums

Full Version: Unique Category On/Off/Locked Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
1. Admin CP > Templates & Style > Templates > Forum Bit Templates > forumbit_depth1_cat.

2. Find:

<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

3. Replace with:

<div><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

Be sure to thank Yaldaram and not me though, it is his solution. Toungue I just compiled things for you.
(2011-05-07, 12:18 PM)faviouz Wrote: [ -> ]1. Admin CP > Templates & Style > Templates > Forum Bit Templates > forumbit_depth1_cat.

2. Find:

<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

3. Replace with:

<div><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>

Be sure to thank Yaldaram and not me though, it is his solution. Toungue I just compiled things for you.

Thanks for simplifying, I appreciate it. Smile And yes, obviously Yaldaram deserves all the credit, and I shall thank him once I get this done. Will update when I do. ^^
I finally got this sorted out by the amazing Yaldaram who took his time to custom make a code edit that achieved just what I wanted! I love you man, thanks so much! And thanks to Faviouz for all the help as well!
Thanks Deadmano for your compliments Smile

Best of luck with your forum =)
(2011-05-10, 03:34 PM)Yaldaram Wrote: [ -> ]Thanks Deadmano for your compliments Smile

Best of luck with your forum =)

Thank you! And like I said before in private, if you ever need me for anything, just let me know and I'd be glad to help! Big Grin I wish you all of the best with your community and your awesome additions to MyBB! Take care and all of the best! Wink
Pages: 1 2