MyBB Community Forums

Full Version: Some issues with my theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello mybb.
I have an issue with a theme.

I downloaded miniMalist and start to edit.
However, i dont know why it shows me this error..and i dont know from were to fix it.

please help!

[Image: hmm.jpg]

When i post replies it shows me that margin between theme, and i dont know why..

Ow ow, when from were i edit quick reply (html page not css)
theme download link ?
and please provide this templates code
ACP>templates and style>templates>your theme>expand templates> show thread templates>show thread
regards,
there is a biggie here.

the original theme is this: http://community.mybb.com/thread-60448.html
(2012-08-16, 08:31 AM)hflorin Wrote: [ -> ]there is a biggie here.
this theme was miniMalist and i start to edit it.
i dont really know for sure how to download my edited theme from forums.
but if simple as "export theme" and create xml then i can give it to you?
no need to do that mate
just provide that template i told you about up there code
i was asking you for download link to check if the theme was already corrupted
EDIT:
i think it is global.css issue i'm afraid that i cant give you any further help
if is from css why you cant help me?


<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
	{$header}
	{$pollbox}
	<div class="float_left">
		{$multipage}

	</div>
	
	{$ratethread}
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
		<tr>
			<td class="thead" colspan="2">
				
				<div>
					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
		{$classic_header}
	</table>
	<div id="posts">
		{$posts}
	</div>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
		<tr>
			<td colspan="2" class="tfoot">
				
				<div>
					&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;
				</div>
			</td>
		</tr>
	</table>
	<div class="float_left">
		{$multipage}
	</div>
	<div class="reply">
		{$newreply}
	</div>
	<br style="clear: both;" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
		</ul>
	</div>

	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br style="clear: both;" />
	{$usersbrowsing}
	{$footer}
</body>
</html>
(2012-08-16, 08:36 AM)hflorin Wrote: [ -> ]if is from css why you cant help me?


<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1603"></script>
</head>
<body>
	{$header}
	{$pollbox}
	<div class="float_left">
		{$multipage}

	</div>
	
	{$ratethread}
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
		<tr>
			<td class="thead" colspan="2">
				
				<div>
					<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
				</div>
			</td>
		</tr>
		{$classic_header}
	</table>
	<div id="posts">
		{$posts}
	</div>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
		<tr>
			<td colspan="2" class="tfoot">
				
				<div>
					&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;
				</div>
			</td>
		</tr>
	</table>
	<div class="float_left">
		{$multipage}
	</div>
	<div class="reply">
		{$newreply}
	</div>
	<br style="clear: both;" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}&amp;my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>
		</ul>
	</div>

	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br style="clear: both;" />
	{$usersbrowsing}
	{$footer}
</body>
</html>

because i don't have enough knowledge to detect what is wrong
sometimes it is better to say "i dont know" Smile
damn it..

ok then, tell me were i found templates for quick reply.
were i found templates to change text that it shows me when i recieve a pm (that glabal warning in header)...

Please!
(2012-08-16, 08:50 AM)hflorin Wrote: [ -> ]damn it..

ok then, tell me were i found templates for quick reply.
were i found templates to change text that it shows me when i recieve a pm (that glabal warning in header)...

Please!

1-ACP>templates and style>templates>your theme>expand templates>Show Thread Templates>showthread_quickreply

2-ACP>templates and style>templates>your theme>expand templates>Global templates>global_pm_alert
Ok, thank you.
now were i find this please:

{$privatemessage_text}
(2012-08-16, 09:21 AM)hflorin Wrote: [ -> ]Ok, thank you.
now were i find this please:

{$privatemessage_text}

not sure about that mate Smile
Pages: 1 2