MyBB Community Forums

Full Version: Rush Theme shows error login message Authorization code mismatch.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I am using Rush theme by @iAndrew and I get this error when I try to login.  Also the theme keeps going back to default when I reload the site. 
Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.
Authorization code mismatch? PLEASE READ (FIX INCLUDED)
https://community.mybb.com/thread-218862.html
Thanks that worked. Also is there a way I can view my group image in threads/posts. As I can see it only when I view my profile

Examples

Profile
https://i.imgur.com/FrjzsUF.png


Threads/posts
https://i.imgur.com/ExhwpxT.png
Make sure you have the code below in Templates > Rush > Post Bit Templates > Postbit_Classic + Postbit

	<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
(2019-07-11, 01:32 AM)iAndrew Wrote: [ -> ]Make sure you have the code below in  Templates > Rush > Post Bit Templates > Postbit_Classic + Postbit

	<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
Thanks again  Smile