![]() |
Custom Forum Icons ~ A Unique icon for Each Forum - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: Custom Forum Icons ~ A Unique icon for Each Forum (/thread-92128.html) |
RE: Custom Forum Icons ~ A Unique icon for Each Forum - yasser1997 - 2012-07-18 (2012-07-18, 10:25 AM)Yaldaram Wrote: English is not my first language but I'll try to explain in another way. hmmm ![]() http://d0pe.site.nfoservers.com/Forums/index.php and my main language is arabic . RE: Custom Forum Icons ~ A Unique icon for Each Forum - Yaldaram - 2012-07-18 Actually it has to do yourself since you've to decide the icons to use for particular forum. RE: Custom Forum Icons ~ A Unique icon for Each Forum - yasser1997 - 2012-07-18 and to be honest u guyz should make videos for each tutorial (2012-07-18, 05:37 PM)Yaldaram Wrote: Actually it has to do yourself since you've to decide the icons to use for particular forum. well i can upload for the photo that i want for each section okay? RE: Custom Forum Icons ~ A Unique icon for Each Forum - Yaldaram - 2012-07-18 Does it really difficult to understand ? I don't know how could I more simplify it. (2012-07-18, 05:44 PM)yasser1997 Wrote: well i can upload for the photo that i want for each section okay?Yes, then follow the points I posted previously in above and in the first post. Please read the posts couple more times inorder to understand it better. RE: Custom Forum Icons ~ A Unique icon for Each Forum - Adil TÜRK - 2012-07-31 Yaldaram Thank you ![]() RE: Custom Forum Icons ~ A Unique icon for Each Forum - Yaldaram - 2012-07-31 You're most welcome ![]() RE: Custom Forum Icons ~ A Unique icon for Each Forum - Vernier - 2012-08-01 Great tutorial, Yaldaram! ![]() RE: Custom Forum Icons ~ A Unique icon for Each Forum - Yaldaram - 2012-08-01 Thanks ![]() RE: Custom Forum Icons ~ A Unique icon for Each Forum - lordcedrich - 2012-08-14 how to align center the circle icon thanks RE: Custom Forum Icons ~ A Unique icon for Each Forum - znightmare - 2012-08-20 Hi, I would really like some help with my code because I have a custom template, I would be very grateful if someone could tell me which codes I need to enter to make the custom forum icons. This code below is my entire forumbit_depth1_cat template Thanks <div class="forum_wrap"> <div class="thead_main"><div class="thead_left"><div class="thead_right"><div class="thead_wrap"> <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> <div class="float_left"><strong><a href="{$forum_url}" title="{$forum['description']}" class="tip">{$forum['name']}</a></strong></div> <div class="clear"></div> </div></div></div></div> <table border="0" cellspacing="0" cellpadding="8" class="tborder"> <tbody class="forums" style="{$expdisplay}" id="cat_{$forum['fid']}_e"> <tr> <td class="tcat_main" colspan="3"><div class="float_right" style="margin-right: 208px"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></div><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td> </tr> {$sub_forums} </tbody> </table> </div> |