MyBB Community Forums

Full Version: Quick Theme OnChange
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
how to remove Board Style:
If you want to remove that text, find in quickthemeoc.php:
$list_label = $lang->style;

And change to:
$list_label = '';
I want to move it at the right of footer :


here is my footer code:

<div>
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}

		</div>




			<div class="bottommenu">
				<div class="float_left">{$lang_select}</div>
				<div>
					<span class="smalltext">
<center><a href="http://irangeotechnic.com/contact/">{$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>
<center>
</span>
<quickthemeoc>
				</div>
			</div>
			</div>
		<hr class="hidden" />
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- 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://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a><br />
Theme Design By <a href="http://www.bracket.ir/" title="Mehdi Namaki" target="_blank">Mehdi Namaki</a>
<br>Edit By <a href="http://www.IranGeotechnic.com/" title="IranGeotechnic" target="_blank">IranGeotechnic</a>
<br>
<b>کليه حقوق اين سايت متعلق به شرکت آماتيس پی سازه می باشد</b><b>.
<br />

استفاده از تمامی مطالب و منابع اين سايت تنها در صورت درج نام و آدرس منبع آزاد است.
</b>

Heart
Placing the theme selector is up to you and out of the scope of the support than can be provided in this thread.

Nevertheless, some tips:

- Check your code. You seem to have an open "center" tag and many other nonsense (e.g. where's the closing tag for <div id="copyright">?). Looks like you weren't careful when you edited the footer template.
- Take into account that if your screen is too small to fit all the elements, it may show somewhere else even if the code is correct.
- Try looking at the default footer template and look for the "quick language select". I think it's placed where you want to show the theme selector so all you would have to do is replace it. Maybe you have to make sure the div is set to style="float: right;"

Hope you can figure it out.

PS: Yor screenshot is too big. Leave just the link instead of using the [IMG] tags.
There is an issue,but I am not saying this because it will make some problem.
Send the problem to the plugin author
Edit : Fixed by Author
Thanks for the report, JauharMI.

v2.1 is out with the fix. Details in the first post.
Great plugin, definitely will be utilized.
Thanks for solving that,good work.
Edit : found issue with update,pm sent to you.
/forum/admin/index.php?module=config-plugins
is not loading completely
Edit : Not plugin problem,updated wrongly
Well, it's working fine for me. Would you mind sharing a screenshot?
Thanks bro,I had found that it was happened because I just updated the plugin file without deactivating old 2.0,now I deactivated and uploaded new version and activated that plugin,working fine.
Pages: 1 2 3 4 5 6