MyBB Community Forums

Full Version: Square theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2014-10-14, 07:30 AM)shamzblueworld Wrote: [ -> ]I have an issue with the New Thread, here is what I see when opening a New Thread 
There is no place to write the topic, how do I fix that?
Thank you

In theme 'settings', acp → themes → your theme → Editor Style * change to MyBB (?).
Thank you Snake_ that solved it.
But is there a way to fix Square editor?
(2014-10-14, 11:25 AM)shamzblueworld Wrote: [ -> ]Thank you Snake_ that solved it.
But is there a way to fix Square editor?

This is my own picture of square theme:

[Image: 0BXbyHu.png]

A plugin or a "Magic hand" broke the style of the MyBB editor, try disabling all the plugins or ask for support to the guys of MyBB (Square theme doesn't even touch the style of the editor).
I dont know if you can help me .
My website runs on Mybb 1.8 and i installed this theme ,it looks very good but i have a problem.
I have installed the Inferno Shoutbox (1.3.1), the fact is that the chatbox it's shown and work with other themes , but with Square it doesn't show up.

If you know a way to fix that , help me Big Grin
Well... I don't give support for plugins... but if you can show me your forum url or if you know where is the template and/or the variable for the Inferno Shoutbox maybe I can help you =)
Hi eNvy, thanks for nice theme i've installed.
However,when i try to reach my forum with a different screen resolution, i can't click dropdown menu which is
<i class="fa fa-angle-down fa-lg"></i>
http://gildaincarnati.comyr.com/ .

ENvy thanks for the support , that's the forum . How you can see the chat it's visible with the default theme and the other , but if you choose your theme it doesn't show up xd
(2014-10-18, 11:01 AM)grateful_dead Wrote: [ -> ]Hi eNvy, thanks for nice theme i've installed.
However,when i try to reach my forum with a different screen resolution, i can't click dropdown menu which is
<i class="fa fa-angle-down fa-lg"></i>

Which resolution? The theme is fixed to 1024px.

(2014-10-18, 11:42 AM)cispi Wrote: [ -> ]http://gildaincarnati.comyr.com/ .

ENvy thanks for the support , that's the forum . How you can see the chat it's visible with the default theme and the other , but if you choose your theme it doesn't show up xd

Search in the header template, I'm sure the variable it's there (Search in the default theme), then put here the variable or the code if you can find it.
The header template  code it's the same for all.
This is the template of the chatbox:
<script id="inferno_js" type="text/javascript" src="{$mybb->settings['bburl']}/inc/plugins/inferno/inferno.js.php"></script>

<!-- Inferno Shoutbox Lite: Version {inferno_version} Created by: Mattbox Solutions -->
<table class="tborder inferno_table" cellspacing="1" cellpadding="4" border="0">
	<thead>
		<tr>
		<td class="thead" colspan="5">
			<div class="expcolimage">
				<img id="inferno_img" class="expander" title="[-]" alt="[-]" src="images/collapse.png" style="cursor: pointer;">
			</div>
			<div style="text-align:center;">
				<strong>
					<a href="{$mybb->settings['bburl']}/infernoshout.php?action=archive" title="{inferno_shoutbox_title} Archive">{inferno_shoutbox_title}</a>
				</strong>
			</div>
			</td>
		</tr>
	</thead>
	<tbody id="inferno_e" style="">
		<tr>
			<td class="trow1">
				<div class="inferno_shoutbox">

					<div id="inferno_smilies" align="center"></div>

					<div id="inferno_edit_shout" style="display: none;">
						<form name="updateshout" autocomplete="off" id="newquery">
							<table class="inputTable">
								<tr>
									<td width="100%">
										<input type="text" style="{inferno_user_css}" id="inferno_update_shout" class="inferno_text" name="updateshout"></input>
									</td>
									<td width="1%" style="white-space:nowrap">
										<input type="submit" id="postshout" class="button" name="updateshout" onclick="javascript: inferno.update_shout(); return false;" class="submitShout" value="Update"/>
										<input type="button" class="button" name="btnDelete" onclick="javascript: inferno.delete_shout(); return false;" value="Delete"/>
										<input type="button" class="button" name="btnCancel" onclick="javascript: inferno.cancel(); return false;" value="Cancel" />
									</td>
								</tr>
							</table>
						</form>
					</div>

					<!-- Text Entry Table -->
					<div class="newquery">
						<form name="newshout" autocomplete="off" id="newquery">
							<table class="inputTable">
								<tr>
									<td width="100%">
										<input type="text" style="{inferno_user_css}" id="inferno_shout_entry" class="inferno_text" name="newshout"></input>
									</td>
									<td width="1%" style="white-space:nowrap">
										<input type="submit" id="postshout" class="button" name="postshout" onclick="javascript: inferno.submit_shout(); return false;" class="submitShout" value="{$lang->isb_btn_shout}"/>
										<input type="button" class="button" name="btnClear" onclick="javascript: inferno.clear_shout(); return false;" value="{$lang->isb_btn_clear}"/>
										{inferno_button_smilies}
										{inferno_button_bold}
										{inferno_button_underline}
										{inferno_button_italic}
										{inferno_button_colors}
										{inferno_button_fonts}
									</td>
								</tr>
							</table>
						</form>
					</div>
					<!-- End Text Entry -->

					<div id="inferno_links" class="inferno_links">
						<div><a href="#" onclick="javascript: inferno.init(); return false;">{$lang->isb_shoutboxtab}</a></div>
						<div><a href="#" onclick="javascript: inferno.load_active_users(); return false;">{$lang->isb_activetab}</a>: <span id="inferno_active_users">{inferno_active_users}</span></div>
					</div>

					<div id="inferno_alert" class="inferno_alert_inactive"></div>

					<!-- Shoutbox Content -->
					<div class="inferno_content" id="inferno_content" style="height:{inferno_css_height}px;">Loading...</div>
					<!-- End Shoutbox Content -->

				</div>
			</td>
		</tr>
	</body>
</table>
<br />
Now, into header of square theme, look if that code is in it.