Jump to content

Upgrading to MYBB 1.8.18


Kit the Human
 Share

Recommended Posts

A new version of mybb was released a couple of days ago. With it comes some template changes - amongst a host of other changes. Check the full list here.

 

I've gone through and identified what I think are the changes that you might need to transfer to your custom templates.

 

edit_post

The only change is that the javascript version has been replaced with

{$post_javascript}

member_lostpw

The template has changed almost completely. Just paste this into your member_lostpw templates, deleting everything that was there before.

<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title>
{$headerinclude}
</head>
<body>
{$header}
{$errors}
<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->lost_pw_form}</strong></td>
</tr>
<tr>
<td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
<td class="trow1" width="60%"><input type="text" class="textbox" name="email" value="{$email}" /></td>
</tr>
{$captcha}
</table>
<br />
<div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div>
<input type="hidden" name="action" value="do_lostpw" />
</form>
{$footer}
</body>
</html>

I can't find any other meaningful changes.

 

If after upgrading you run into new bugs, I would love to hear about them so that we can work out the cause and update this post with the fix.

  • Thank you 1
  • Cheers 1

 

sig.png.30b42565d04d922988370bf14e1447bc.png

PSI: an Occult Investigations RP

Roleplay Architects: Grab a friend (or many friends!) and just write.

You can also find me at:

static-historicalrp.jpg  B8CB4x.png rpabutton.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.