MyBB Community Forums

Full Version: Focus Theme - Clean and Elegent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
(2016-05-19, 06:39 AM)palhanow Wrote: [ -> ]So, if you asking...

Suggesting a Responsive Focus Theme is too much for a free Theme?

Nopes, certainly not.
Though i will create a completely new theme which will be an better task.
Sorry this has been asked about a million times, but I need some help with advertising.  I go into the footer Templates section of the template sets and kilck on footer, but the code is different to the others I have seen here.  

<debugstuff>
	</div>
</div>
<div id="footer">
	<div class="upper">
		<div class="wrapper">
			{$lang_select}
			{$theme_select}
			<ul class="menu bottom_links">
				{$contact_us}
				<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
				<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
				<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
			</ul>
		</div>
	</div>
	<div class="lower">
		<div class="wrapper">
			<span id="current_time">{$lang->welcome_current_time}</span>
			<span id="copyright">
				<!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.

					This is free software, support us and we'll support you. -->
				{$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
				<!-- End powered by -->
			</span>
		</div>
	</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
^ you want to add advt codes ? if so, you can add above <div id="footer">
(2016-05-27, 01:40 PM)goliath Wrote: [ -> ]Sorry this has been asked about a million times, but I need some help with advertising.  I go into the footer Templates section of the template sets and kilck on footer, but the code is different to the others I have seen here.  

<debugstuff>
	</div>
</div>
<div id="footer">
	<div class="upper">
		<div class="wrapper">
			{$lang_select}
			{$theme_select}
			<ul class="menu bottom_links">
				{$contact_us}
				<li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li>
				<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
				<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
			</ul>
		</div>
	</div>
	<div class="lower">
		<div class="wrapper">
			<span id="current_time">{$lang->welcome_current_time}</span>
			<span id="copyright">
				<!-- MyBB is free software developed and maintained by a volunteer community.
					It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
					to show your support for MyBB.  If you choose to remove or modify the copyright below,
					you may be refused support on the MyBB Community Forums.

					This is free software, support us and we'll support you. -->
				{$lang->powered_by} <a href="http://www.mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://www.mybb.com" target="_blank">MyBB Group</a>.
				<!-- End powered by -->
			</span>
		</div>
	</div>
</div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>

You can add it above footer div element.

(2016-05-27, 01:54 PM).m. Wrote: [ -> ]^ you want to add advt codes ? if so, you can add above <div id="footer">
Exactly, thanks for helping user out .m. Smile
Can i also install this theme on 1.6 mybb ?
(2016-06-01, 05:03 PM)Puzzlemaster Wrote: [ -> ]Can i also install this theme on 1.6 mybb ?

You can install it but i have not tested it.
It may work but that i can't guarantee.
Good work on the theme! Mind giving me a hand and making a custom theme for me? Smile
(2016-06-21, 01:45 AM)KaruleanX Wrote: [ -> ]Good work on the theme! Mind giving me a hand and making a custom theme for me? Smile

Sure, let me know via contact page on WallBB
http://wallbb.co.uk/custom-theme/
i removed the sidebar but is there anyway to make the forums section bigger to expand to where the sidebar was?
This theme, is seriously amazing. Would fit greatly with my Forum, if one change is made. Is it possible to turn everything blue, to red instead?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45