MyBB Community Forums

Full Version: Help with header format please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Its this simple; I have two images (logo_1 and logo_2) in my header, and I want one to justify left and the other to go right. I have tried it a bunch of ways, but nothing has worked.

Quote:<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div id="logo">
<div class="wrapper">
<div style=".float_left"><a href="http://azbird.net/sightings/"><img src="/images/azbird_logo_1.png"
alt="AZ Bird Net Sightings" title="AZ Bird Forums" /></a>
<a href="http://azbird.net/sightings/portal.php/"><img src="/images/azbird_logo_2.png"
alt="AZ Bird Sightings" title="Home" /></a>
</div>
</div>
</div>
<div id="panel">
<div class="upper"><!-- This div(class="upper") is closed in the header_welcomeblock_member and header_welcomeblock_guest templates -->
<div class="wrapper">
<ul class="menu top_links">
<li><a href="portal.php" class="forums">Home</a></li>
<li><a href="index.php" class="forums">Forums</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>
</ul>
{$welcomeblock}
</div>
</div>
<div id="content">

Any help greatly appreciated.
Replace

<a href="http://azbird.net/sightings/portal.php/"><img src="/images/azbird_logo_2.png"
alt="AZ Bird Sightings" title="Home" /></a>

With

<span style="logoright"<a href="http://azbird.net/sightings/portal.php/"><img src="/images/azbird_logo_2.png"
alt="AZ Bird Sightings" title="Home" /></a></span>

Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css>Advanced Mode

Add the following at the very bottom:

.logoright {
text-align: right;
}
just change this....
<a href="http://azbird.net/sightings/portal.php/"><img src="/images/azbird_logo_2.png" 
alt="AZ Bird Sightings" title="Home" /></a>

as this.....
<a style="float:right" href="http://azbird.net/sightings/portal.php/"><img src="/images/azbird_logo_2.png" 
alt="AZ Bird Sightings" title="Home" /></a>


and also add this to global.css, to make the entire forum properly aligned to the center.....

.wrapper {
margin: auto !important;
}
I want to place a vertical navigation bar on the left of my forum and videos, pictures on the right.

How to do this?

What templates or is it a plug in thing or html?
This is how I want my forum to look. See pictures;
http://naturaleyesightimprovement-batesm...ead-2.html

I downloaded MyBBB and there is no way I see to open the forum pages or threads in my computer.

Is this to all be done in html on some strange page I am not aware of? Why can't I download the pages, format and use dreamweaver to add pictures, tables to the main page and each child forum, then re-upload?

Where to go to learn this?
(2014-04-13, 04:44 PM)ClarkNight Wrote: [ -> ]This is how I want my forum to look. See pictures;
http://naturaleyesightimprovement-batesm...ead-2.html

I downloaded MyBBB and there is no way I see to open the forum pages or threads in my computer.

Is this to all be done in html on some strange page I am not aware of? Why can't I download the pages, format and use dreamweaver to add pictures, tables to the main page and each child forum, then re-upload?

Where to go to learn this?

you need to edit the templates ... which are basically html .... never tried it but try cutting the template code ... paste into dreamweaver etc edit it and paste it back .... be mind full of the variables in templates they look like {$forums} or <navigtion>.

better still edit the html in the templates after a short while of learning html you can do most things with out using an html editor
Thanks.

Edit the templates in my computer or on the internet some how in the forum administration or both?

What's name of the file to click in the computer to open the template and try the html in dreamweaver?
(2014-04-13, 04:57 PM)ClarkNight Wrote: [ -> ]Thanks.

Edit the templates in my computer or on the internet some how in the forum administration or both?

What's name of the file to click in the computer to open the template and try the html in dreamweaver?

there are no files !!!! you need to log into your admin cp
click templates & style
click templates (on the left side bar)
click default and choose the template you want to edit as I said before cut the code from there and paste it into dream weaver ... after edit paste it back
Is there a book or page that give complete directions with pictures for altering my theme with cells, tables pictures...? Please do not PM me offering paid services.

Does My BB sell a booklet?
(2014-04-14, 07:22 PM)ClarkNight Wrote: [ -> ]Is there a book or page that give complete directions with pictures for altering my theme with cells, tables pictures...? Please do not PM me offering paid services.

Does My BB sell a booklet?

what are you on about !!!!! the word pay was not used
I offered services for free ....
have a good life

fyi
the PM was
site
To: ClarkNight
Hi
if you want a hand with this I will help you out .... it appears you need to learn the basics of how mybb works

Regards Jim