MyBB Community Forums

Full Version: The Discussion Zone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(2010-10-19, 07:56 PM)Anurag Wrote: [ -> ]theme width is big, I see navigation part can't be seen properly as it is covered by welcomeblock..
menu part has a bug too. Try adding some more contents.
Good luck with your forum Smile

Thanks, I'm having trouble sorting the navigation welcome block out, could you help me please?
(2010-10-22, 09:59 AM)iGeorge Wrote: [ -> ]
(2010-10-19, 07:56 PM)Anurag Wrote: [ -> ]theme width is big, I see navigation part can't be seen properly as it is covered by welcomeblock..
menu part has a bug too. Try adding some more contents.
Good luck with your forum Smile

Thanks, I'm having trouble sorting the navigation welcome block out, could you help me please?

Maybe a <br /> would work...?
Here's my code:

<div id="container">
        <a name="top" id="top"></a>
        <div id="header">

<div class="menu">
                <ul>
<li><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['imgdir']}/toplinks/home.gif" alt="" title="" />Home</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />Search</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />Members</a></li>                    
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />Help</a></li>
                </ul>
            </div>
            
<br>
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
                        <hr class="hidden" />
<br>

            <div id="panel">

                {$welcomeblock}

            </div>
        </div>


        <hr class="hidden" />
        <br class="clear" />
        <div id="content">
            {$pm_notice}
            {$bannedwarning}
            {$bbclosedwarning}
            {$unreadreports}
            {$pending_joinrequests}
            <navigation>
            <br />


How can I sort that problem?

just put a <br/> before of <div id="content"> or <navigation>
Looks cool, not too keen on the theme though.
Updated and improved a few things, any feedback please?

http://thediscussionzone.com
Please leave a review and all sugestions please!!

Feel free to join if you wish.

I would like to bump this to get some feedback.
I still wont join, not even with 2 threads.
Pages: 1 2 3 4