MyBB Community Forums

Full Version: Custom Forum Icons ~ A Unique icon for Each Forum
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 13 14 15 16
hmm Hi Yaldaram can you help me i cannot find <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td> in my forumbit_depth1_cat

by the way this is my forumbit_depth1_cat
Quote:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />
[/php]

my forumbit_depth2_cat
Quote:<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$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']}{$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>

and my forumdisplay_subforums
Quote:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />

hope you will help me soon BTW nice TUTSmile Keep Up GoodWorkBig Grin
(2011-10-08, 08:42 AM)Djmobo Wrote: [ -> ]hmm Hi Yaldaram can you help me i cannot find <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td> in my forumbit_depth1_cat




by the way this is my forumbit_depth1_cat
Quote:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />

tnx nadlerz, i will test it now
...I wish to ask if this can be used for Threads instead of the Forum? ...I am still in the process of reading though the posts in here and it doesn't seem to tell if this can be used for the Threads...I am looking to change only the Thread Icons and not have any change in the Forums...thanks sirs
(2011-11-04, 09:34 AM)ollie Wrote: [ -> ]...I wish to ask if this can be used for Threads instead of the Forum? ...I am still in the process of reading though the posts in here and it doesn't seem to tell if this can be used for the Threads...I am looking to change only the Thread Icons and not have any change in the Forums...thanks sirs

You mean to set a new icon for each thread ? It could be done but not with this tutorial.
...yes sir Yaldaram, I also want to take away the Icon control away from my members and make it only available for the admins...I wish there was a tut for this
Hello I have a question!

Nice it works great but I have a question, now if I repace and add the codes on every forum is now this icon:

[Image: seexi.png]

So if you can see by Galaxy S I set a icon, but is it possible to delete all the icons you see wich I have make a circle and only shows the icons that I have uploaded and if I not have upload a image forum a forum it will shows nothing, because I don't want to have on all forums a icon..


Thanks helping me!!!!
Thanks Yaldaram for the icon tutorials. Are there any free icons that are available to download?
^ @beagle , see Free icon sets

@GalaxyFreak , responded at your related thread .. however, there appears to be a bug in Chrome browser !!
suggestion is to add alt attribute text for image code to replace the image , if image does not exist ...

<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="." title="" class="" id="" /></td>
Thanks ranjani.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16