MyBB Community Forums

Full Version: add things to footer task bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello mybb. i just need help with one small thing i want to add things to the footer task bar
like this
[Image: c5d9f03703e58a6513d5c85fa24b428c.png]
i just want to add things on it so if you know how please tell me that would be very helpful thanks!!!Big Grin
Edit the footer template.
Yeah, it's in the footer template under the class "bottommenu".
ok how do i add a link down there because i want to make a new bottom link
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Footer Templates > footer.

2. Find:

<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>

3. Add a new link like so:

| <a href="{$mybb->settings['bburl']}">Example</a>
ok i did that but when i click on it, it goes to the home page and when im done with that where do i add things to it?
Erm, you're supposed to edit the link. That was just an example...
ok which one is that the example one?
The one you just added.
yea i know that but what part of the link this one >Example</a> ?
Pages: 1 2