MyBB Community Forums

Full Version: adding new
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hy, i have some trouble with my forum. i would like to change some things.

[attachment=26949]

What the images show is that i need to get that part of the header and add it just bellow the logo. cause i have many troubles.

[attachment=26948]

the other thing i want to add is that ribbon that says "nuevo" to my forum icons.

and the last thing i want to do is change category bar colour
For 1 thing you need to modify the welcomeblock_member and if you want change the design edit the selector #panel in global.css
2 thing add this code in forumbit forum_depht_2_forum
<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> 
For 3 thing you need to go to the admincp-->Forum Bit Templates -> forumbit_depth1_cat find
<td class="thead" colspan="5"> 
and replace with
<td class="thead_{$forum['fid']}" colspan="5"> 
So new you need to add a new selector in global.css and namedit
.thead_IDCATEGORY
where the id is the last numer of the link of the category when you click on a category