SMF Support > SMF 2.0.x Support

SMF 1.1.14 To SMF 2 Gold Upgrade Issue

<< < (3/8) > >>

SugarD-x:

--- Quote from: Krash. on July 04, 2011, 12:39:15 AM ---
If uploading the files doesn't work, try commenting out the line that displays the buttons, and see if it cleans up the garbage.  It's in PersonalMessage.template.php -


--- Code: ---
// Send, Preview, spellcheck buttons.
echo '
<p><label for="outbox"><input type="checkbox" name="outbox" id="outbox" value="1" tabindex="', $context['tabindex']++, '"', $context['copy_to_outbox'] ? ' checked="checked"' : '', ' class="input_check" /> ', $txt['pm_save_outbox'], '</label></p>
<p id="shortcuts" class="smalltext">
', $context['browser']['is_firefox'] ? $txt['shortcuts_firefox'] : $txt['shortcuts'], '
</p>
<!--p id="post_confirm_strip" class="righttext">
', template_control_richedit_buttons($context['post_box_name']), '
</p-->
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />


--- End code ---

--- End quote ---
I'll try that before I reupload everything. One of the things I tried, as previously suggested, was reuploading the 2.0 Gold version of that file altogether, which did nothing. I then later discovered that the normal post reply was broken too.

Krash.:

Both the post and pm templates use the same template_control_richedit_buttons function, so that may be causing the problem.  Haven't found it yet.


Ok, it's in /Themes/Default/GenericControls.template.php.  That should be what's causing the problem.


SugarD-x:
Replaced the file with a brand new one from a SMF 2.0 full installer package and it didn't change anything :P

Krash.:

Which browser are you using?  Have you tried it in another browser?

SugarD-x:

--- Quote from: Krash. on July 04, 2011, 09:28:12 PM ---
Which browser are you using?  Have you tried it in another browser?

--- End quote ---
Google Chrome, but I've tested it in all of them, cache-clearing included in both the browser and the board. This one still confuses me because the board had no mods or custom themes installed prior to the actual upgrade process, so I don't get how things got corrupted. :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version