MyBB Community Forums

Full Version: Change font style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
<div class="navigation">
<i style="color: #646464; font-size: 16px;" class="fa fa-home fa-fw"></i>{$nav}{$activesep}{$activebit}


<div style="margin-top: 0px;" class="float_right">

</div>
</div>

You have right sir ,

i just modified the nav to:
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>

, and the news bar is down , under the navigation zone
Does that theme use tables or divs? Can you post the contents of forumbit_depth1_cat?
Sir i have a question 

its possible to add (Find All Threads — Find All Posts) in the profile , because its missed from this theme 
[Image: nn2smw.png]
thanks sir
You should ask these questions in the theme support thread.

Look in member_profile and compare it to the default theme which has there:

<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->total_threads}</strong></td>
<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a>)</span></td>
</tr>
thanks sir , solved ,
best regards

Hello sir
also the (Last Visitor ) plugin is is not working
it should show the lastest visitor in profile but nothing appear
any idea ?
thanks for your time
Pages: 1 2