MyBB Community Forums

Full Version: Changing themes. Wrong forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have tried everything for hours and hours. Youtube, mybb, etc. Cant seem to get it to work. I can get the xml part to show up but not the images. I use hostgator. Mybb is the hardest forum software I have ever used. You guys must be computer Gods. I have never tried so hard at something and not succeeded. I am really trying to make MYbb work for me but its really getting to me.

I put this in the wrong forum.
If the images aren't showing up, it means you haven't uploaded them correctly.

What's your forum URL?
(2013-08-17, 02:27 AM)Nathan Malcolm Wrote: [ -> ]If the images aren't showing up, it means you haven't uploaded them correctly. Thats what I cant figure out.

What's your forum URL?

www.horsepowerx.com
(2013-08-17, 06:40 AM).m. Wrote: [ -> ]^ you can follow this theme installation guidance

Ive downloaded Filezilla so l'll see if that helps .

Ive got the theme to work but I cant get the banner off no matter what I do. It just stays there.

Here is what I have.

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
</td>
<td class="h-banner"><a href="#"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/body/header_banner.gif" alt="" /></a></td>
</tr>
</table>

www.horsepowerx.com
Remove the following to remove the logo

<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Thanks guys. Got the banner removed.

How can I center the buttons below the logo? www.horsepowerx.com

</div>
<div class="menu">
<ul>

<li id="tl-portal"><a href="{$mybb->settings['bburl']}/portal.php"><span><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/portal.gif" alt="Portal" title="" /></span></a></li>
<li id="tl-forum"><a href="{$mybb->settings['bburl']}/index.php"><span><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/forum.gif" alt="Forum" title="" /></span></a></li>
<li id="tl-search"><a href="{$mybb->settings['bburl']}/search.php"><span><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="{$lang->toplinks_search}" title="" /></span></a></li>
<li id="tl-members"><a href="{$mybb->settings['bburl']}/memberlist.php"><span><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/members.gif" alt="{$lang->toplinks_memberlist}" title="" /></span></a></li>
<li id="tl-calendar"><a href="{$mybb->settings['bburl']}/calendar.php"><span><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="{$lang->toplinks_calendar}" title="" /></span></a></li>
<li id="tl-help"><a href="{$mybb->settings['bburl']}/misc.php?action=help"><span><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="{$lang->toplinks_help}" title="" /></span></a></li>

</ul>
</div>
Go to ACP>Templates & Styles>Themes>YOUR THEME>Global.css>.menu_ul

In the extra attributes textarea, you should have the following code:

text-align: right;

Change it to

text-align: center;
No luck on the centering yet
^ you can try adding margin: 0 10px; for .menu li in the global.css of the theme
remember hard refreshing your browser (eg. press CTRL + F5) after saving the changes in the stylesheets
Pages: 1 2