MyBB Community Forums

Full Version: [F]Where are my bbcodes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After modify the template, and install some plugins i have a little problem.

http://www.fotostarter.nl/v2/testtopic-t-19.html (testtopic)

When i start a new discussion, there are no bbcodes anymore.
Even when i reply to a discussion i can't find them lol!

Login with username marian pssw 10101010


Who would like to help me?

Yesterday i try to install hoteditor, but i don't like it, so i uninstall hoteditor.
Put my backup back, but no effect Undecided
Check that your newreply and newthread templates have {$codebuttons} code in template. If not, revert templates to original or update templates.
Hi draganfever.
man, you are fast... Big Grin

Look at this, this is my "New reply"

<html>
<head>
<title>{$lang->post_reply_to}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1212"></script>
</head>
<body>
{$header}
{$preview}
{$maximageserror}
{$attacherror}
{$reply_errors}
<form action="newreply.php" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_new_reply}</strong></td>
</tr>
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->reply_to}</strong></span></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong><br /><div style="margin:auto">{$smilieinserter}</div></td>
<td class="trow2">
<textarea id="message" name="message" rows="20" cols="70" tabindex="2" >{$message}</textarea>
{$codebuttons}
{$multiquote_external}
</td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="yes" tabindex="6" {$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />
<label><input type="checkbox" class="checkbox" name="postoptions[emailnotify]" value="yes" tabindex="7" {$postoptionschecked['emailnotify']} /> {$lang->options_emailnotify}</label>
{$disablesmilies}
</span></td>
</tr>
{$attachbox}
{$modoptions}
{$captcha}
</table>
<br />
<div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="replyto" value="{$replyto}" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
{$editdraftpid}
</form>
{$forumrules}
{$threadreview}
{$footer}
</body>
</html>


So you can see, {$codebuttons} is in it... Huh

Revert it to original, but no effect.
Yeah, i can see. Try uploading fresh newreply.php and newthread.php files.
Did it, but no effect.
or if you use some kind of .js file for exam: dropdown menu or fisheye nav bar kind. that .js file can do this. if you tried something like this before check header and headerinclude templates.
You said:
(2008-07-06, 10:52 AM)lifeguard Wrote: [ -> ]Yesterday i try to install hoteditor, but i don't like it, so i uninstall hoteditor.
Put my backup back, but no effect Undecided

I realized that hoteditor changes class_parser.php, thread.js and post.js. Did u upload fresh one's of them when you uninstalled hoteditor?
Hi Dared.

Delete my jscript folder from ftp, upload a new one.
Problem solved!

Dragonfever and Dared, thanks for helping me!
You're welcomeWink
its a pleasure for me.. have a nice day