MyBB Community Forums

Full Version: How to transfer it.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: viga.JPG]

Please help, How to transfer board name .
In header template move <navigation> below the shoutbox.
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div class="menu">
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
</ul>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$headerannounce}
{$pending_joinrequests}
<navigation>
<br />
URL??
lvrp.eu
In header template change the order of these:


{$headerannounce}
{$pending_joinrequests}
<navigation>


TO:


<navigation>
{$pending_joinrequests}
{$headerannounce}



EDIT: I don't know what I was thinking. I just noticed that the order was already correct in what you posted. Maybe something else is causing this order to mess up. Give me a few minutes let me have a better look.
From the looks of it you may not be able to move that unless you want to show the shoutbox on all pages. Right now its defined only on the index page after the header has already been defined. Initially I assumed the shoutbox was on all pages which is why I was pointing you to the header template.

If the shoutbox code is moved to the header then it will end up on all pages but because it will be in the header and there you can move it up or down.


I'm not familiar with the shoutbox plugin you're using so try and get a hold of the plugin author to see if there might be an easier way to do it.
ok, I have another question, where I can acess this:

http://www.upload.ee/image/1170937/viga.JPG

warning picture wont show, but the picture is there authorinfo_warningpoints.png
all the others show exept this.
what template to use
(2011-03-05, 11:15 AM)dragggon Wrote: [ -> ]ok, I have another question, where I can acess this:

http://www.upload.ee/image/1170937/viga.JPG

warning picture wont show, but the picture is there authorinfo_warningpoints.png
all the others show exept this.
what template to use

You already have a thread about that where I've given you an answer. Undecided
AJS already gave you an answer to that here:
http://community.mybb.com/thread-89635-p...#pid654515

No point bringing up the same discussion multiple times in different threads

EDIT: Too late :p
Pages: 1 2