MyBB Community Forums

Full Version: Vienna 1.8.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
Thanks for  your hard work and a great theme, I am loving this theme  Cool

Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

When I try logging in using this theme I get this message ? any ideas why this is happening ?
(2018-10-18, 03:51 PM)Gregsta Wrote: [ -> ]Thanks for  your hard work and a great theme, I am loving this theme  Cool

Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

When I try logging in using this theme I get this message ? any ideas why this is happening ?

Because it hasn't been updated since 1.8.7.

Open Templates > Vienna > Header Templates > header_welcomeblock_guest

Find.
<form method="post" action="{$mybb->settings['bburl']}/member.php">
<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />

Replace with.
<form method="post" action="{$mybb->settings['bburl']}/member.php">
<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />
<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />


Open Templates > Vienna > Ungrouped Templates > headerinclude

Change the version numbers for these.
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1817"></script>
(2018-10-18, 05:34 PM)iAndrew Wrote: [ -> ]
(2018-10-18, 03:51 PM)Gregsta Wrote: [ -> ]Thanks for  your hard work and a great theme, I am loving this theme  Cool

Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

When I try logging in using this theme I get this message ? any ideas why this is happening ?

Because it hasn't been updated since 1.8.7.

Open Templates > Vienna > Header Templates > header_welcomeblock_guest

Find.
<form method="post" action="{$mybb->settings['bburl']}/member.php">
<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />

Replace with.
<form method="post" action="{$mybb->settings['bburl']}/member.php">
<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />
<input name="my_post_key" type="hidden" value="{$mybb->post_code}" />


Open Templates > Vienna > Ungrouped Templates > headerinclude

Change the version numbers for these.
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1817"></script>

Thanks that worked perfectly Smile
Any tips for quick fix for this and also btw tbg.png not include

https://i.imgur.com/QwofqwF.png
Any idea why this is displaying like this? Haven't touched member_profile. Tried restoring XML file. Same thing.

Running on latest version of MyBB. Any quick fix?

https://imgur.com/a/hS8KcCp

Users are unable to PM each other as there is no link to do so and the tabbed part of member_profile appears to be broken.

Is the developer still active?

Thanks in advance.
The username on the profile is a drop down with links to private message.

What is your forum url?
Could this be update sir for 18.20
I dont think he did cause he always updated on the pay theme
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35