MyBB Community Forums

Full Version: Side Navigation?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hi, is it possable to have a side navigation in mybb?

Example http://www.webdevboards.com/

It will be used for links and adsense, would this be easy to do?

If anyone can point me in the right direction id appreceite that.

Tony
take a look at

http://ursite.com/forums/portal.php , does something like that fits u ?

http://community.mybboard.net/portal.php

u can make ur own boxes too

regards
yes thats the type of box's i need, can it be shown on the forum not just portal? and where can i download that?

Thanks for your help

Tony
portal comes by default with mybb!!

however i'll try to test it it works on the forum home it self, and revert back

regards
Thankyou zaher1988 for your time

Tony
heloo there

pls go to admin cp > templates > modify / delete > expand > index templates > index

find $forums

replace it with

<table width="100%"  border="0">
  <tr>
    <td width="70%">$forums </td>
    <td width="30%">
      <table width="100%"  valign="top" border="0" class="tborder">
        <thead>
          <td valign="top" class="thead">LINKS</td>
        </thead>
        <tr class="trow1">
          <td valign="top"><p>1 here</p>
            <p>2 here</p>
            <p>4 here</p>
            <p>4 here</p>
            <p>5 here     </p></td>
        </tr>
    </table>    </td>
  </tr>
</table>


umm i think u know how to modify the new table right ?

regards
Brilliant thanks zaher1988 i will give that a go, and yes i no how to add content Wink

Thanks again

Tony
Just one question how can i make the forum level with the block

http://talkcerts.com/

Thanks again

Tony
heloo there,

umm i'm not gonna ask u to find and replace!!

so just replace the whole thing, it's easier with this

<table width="100%"  border="0">
  <tr>
    <td width="70%" valign="bottom">$forums </td>
    <td width="30%" valign="top">
      <table width="100%"  valign="top" border="0" class="tborder">
        <thead>
        <td colspan="2" valign="top" class="thead">LINKS</td>
        <tr class="trow1">
          <td valign="top"><p>1 here</p>
            <p>2 here</p>
            <p>4 here</p>
            <p>4 here</p>
            <p>5 here     </p></td>
        </tr>
    </table>    </td>
  </tr>
</table>

it was just a matter of aligning

regards
Thats the one thanks zaher1988

Tony
Pages: 1 2 3