MyBB Community Forums

Full Version: Mybb problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm sorry to yet open another support thread, but a couple of additional problems have been pointed out, although they are nothing critical they set the forum look/theme off a bit.

First problem is there is a bracket next to the quick reply box I am unsure how to remove.

Also a problem exists with the Game Section. In the User CP under Warning Level for the game section "Game Settings" --> "Your Settings" are listed twice and both go to the same exact page. Is there anyway to edit this so it's only listed once.

Sorry for being a bit of a mybb n00b, I would do it myself if I could. Thats why I'm asking for help, so I can learn how to do it myself.Smile

I have attached screenshots of both problems below to point out the exact problem with my forum.

[attachment=8095][attachment=8096]
Can anyone help me with the problems I am having above?

Thank You.

Btw, if this is in the wrong forum feel free to move it. I thought this may be a template/theme problem rather than a problem with a plugin.Wink

Also when a user registers they have the PHP logo as an avatar, anyway to assign no avatar by default and let the user choose an avatar?
Xtreme2damax Wrote:Can anyone help me with the problems I am having above?

Thank You.

Btw, if this is in the wrong forum feel free to move it. I thought this may be a template/theme problem rather than a problem with a plugin.Wink

Also when a user registers they have the PHP logo as an avatar, anyway to assign no avatar by default and let the user choose an avatar?

You have the Default Profile Plugin by DennisTT ? Else a user has no avatar when they register. When using that plugin, you need to edit the settings for the 'avatar'.
Thank You Paretje, for my other problem:

Is there anyway to get rid of that bracket next to the quick reply box as outlined in my screen shot?

LeX Wrote:You have the Default Profile Plugin by DennisTT ? Else a user has no avatar when they register. When using that plugin, you need to edit the settings for the 'avatar'.

I forgot to mention that I've already solved that one problem. I didn't realize thats what the default profile plugin did.

I have since deleted the path to the PHP logo in the settings of Default Profile Plugin.Wink

However the problem with the bracket around the quick reply box I' unsure how to get rid of, I don't even know how it got there to begin with.
Xtreme2damax Wrote:Thank You Paretje, for my other problem:

Is there anyway to get rid of that bracket next to the quick reply box as outlined in my screen shot?

That's a template issue, can you post your 'showthread_quickreply' template of that Theme ?
Can you show me the contents of your "showthread_quickreply" template?
Jag100 Wrote:Can you show me the contents of your "showthread_quickreply" template?

Sure thing:


<br />
<form method="post" action="newreply.php" name="input">
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="quoted_ids" value="" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
    <tr>
        <tbody>
<tr>
<td align="left"><img src="{$theme['imgdir']}/cat_l.gif" alt="" border="0"></td>
<td style="background: url({$theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]"/></div>
<span class="thead"><div style="text-align: left;"><strong>{$lang->quick_reply}</strong></span>
<td align="right"><img src="{$theme['imgdir']}/cat_r.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;" >
<tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
<tr>
<td class="trow1" valign="top" width="22%">
<strong>{$lang->message}</strong><br />
<span class="smalltext">{$lang->message_note}<br /><br />
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="yes" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[emailnotify]" value="yes" {$postoptionschecked['emailnotify']} />&nbsp;<strong>{$lang->email_notify}</strong></label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
</td>
<td class="trow1">
	<div>
		<style type="text/css">textarea {  background-image : url(images/type.gif); 
 background-repeat : no-repeat; 
  background-position :center 
}
-->
</style>	<textarea style="width: 90%; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>)
	</div>
	<script type="text/javascript">document.write('<div class="editor_control_bar" style="width: 90%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote"><span class="smalltext">{$lang->quickreply_multiquote_selected} <a href="javascript:Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}<\/a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}<\/a>.<\/span><\/div>');</script>
</td>
</tr>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
    <tr>
        <tbody>
<tr>
<td align="left"><img src="{$theme['imgdir']}/cat_lb.gif" alt="" border="0"></td>
<td style="background: url({$theme['imgdir']}/cat_tbgb.gif) repeat-x" align="center" width="100%"><span class="tfoot"><div style="text-align: center;"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td></div></span>
<td align="right"><img src="{$theme['imgdir']}/cat_rb.gif" alt="" border="0"></td>
</tr>
</tbody>
</table>
</form>

Find
<textarea style="width: 90%; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>)

And remove the )
LeX- Wrote:Find
<textarea style="width: 90%; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>)

And remove the )

Thank you, that worked perfectly. I appreciate you taken the time to help me. Soon enough I won't depend on help anymore once I learn.

Note to Moderator or Administrator, any thread of mine which has been solved may be closed now.Wink