MyBB Community Forums

Full Version: How can I add a "Design by X" at the bottom of the page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is a pic.
edit your footer template only!
Admin CP >> templates > *your template* > footer templates > footer
(2012-08-24, 01:31 PM)M.Abbasi Wrote: [ -> ]edit your footer template only!
Admin CP >> templates > *your template* > footer templates > footer

Can you give me the exact code I would need to have the following with a link: Designed by Captiva Web Design (link)

I am new to php
Its just simple HTML mate. Just put this right after <div id="copyright">:

<div class="float_right"><a href="URL"><strong>Designed by Captiva Web Design</a></div>

That should work. Smile
Thanks. It works. Can you tell me how to add a site description for search engines?
add it to headerinclude template from Ungrouped Templates

Admin CP >> templates > *your template* > Ungrouped Templates >headerinclude

<meta name="description" content="add here" />
<meta name="keywords" content="add , here" />

edit:
add codes after
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />