CreateMyBB Support Forums
Authorization code mismatch - Printable Version

+- CreateMyBB Support Forums (https://support.createmybb.com)
+-- Forum: CreateMyBB Support (https://support.createmybb.com/forumdisplay.php?fid=5)
+--- Forum: General Support (https://support.createmybb.com/forumdisplay.php?fid=6)
+--- Thread: Authorization code mismatch (/showthread.php?tid=2820)

Pages: 1 2


Authorization code mismatch - Smartboy - 10-27-2018

I need help

when i try to login, it sends this message

how to fix it? 

[Image: 0Fjk57K.png]


RE: Authorization code mismatch - liondog72 - 10-27-2018

See this thread:

https://support.createmybb.com/showthread.php?tid=2794


RE: Authorization code mismatch - Smartboy - 10-27-2018

I tried this but didn't work or maybe i did something wrong. is not any video tutorial?


RE: Authorization code mismatch - liondog72 - 10-28-2018

All you should need to do is add the following code after the "form" line in each of the following templates.

Templates:
  • error_nopermission
  • header_welcomeblock_guest
  • member_login
  • portal_welcome_guesttext
Code to add:


Code:
<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />



RE: Authorization code mismatch - Smartboy - 10-28-2018

omg thats worked now, thank you so much Smile

but i got new problem

[Image: 73qCCkJ.png]
it's removed from theme and also reply box is removed, is there any chance to add this again?
I tried to change it from Editor Style but didn't work, also i tried disable and enable from settings but nothing, another way to fix it?


RE: Authorization code mismatch - liondog72 - 10-28-2018

Check your account settings under users and groups in the admin CP. Seems that adjusting the time settings in the user CP resets a users account settings for some reason.


RE: Authorization code mismatch - Smartboy - 10-28-2018

Fixed thank you so much again Smile


RE: Authorization code mismatch - Smartboy - 10-29-2018

how to fix font colors? I mean when I'm making thread and when i want to change font color, it doesn't change. for example: if i choose red color for font it changes to white, all colors are white. i hope you understand what i want to say, how can i fix it?


RE: Authorization code mismatch - liondog72 - 10-29-2018

Possibly a theme issue. Check to see if the same thing happens when using the default theme.


RE: Authorization code mismatch - Smartboy - 10-29-2018

Yes it's working on default theme, is there any chance to fix it on current theme?