MyBB Community Forums

Full Version: Authorization Code Mismatch An Mark Forum Read help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I feel really bad posting another thread but I promise I put hours of effort in looking through the multiple threads and the sticky and I just don't know what else to do at this point.

Initially the error message was popping up then I came here followed the instructions and then the "Mark all forums read button" vanished and I can't get it back.

I changed the markread code in display and index as instructed

here is the code for each, as well as a bit of surrounding code in case I am really lame.

Forumdisplay threadlist.
<div class="float_left">
	{$multipage}
</div>
<div class="float_right">
	{$newthread}
</div>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">
	<tr>
		<td class="thead" colspan="9">
			<div style="float: right;">
				<span class="smalltext"><strong><a href="misc.php?action=markread&my_post_key={$mybb->post_code}">{$lang->markforum_read}</a>&middot; <a href="usercp2.php?action={$add_remove_subscription}subscription&amp;type=forum&amp;fid={$fid}">{$add_remove_subscription_text}</a>{$clearstoredpass}</strong></span>
Index boardstats. I swear from the looks of this the button should be generated.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tr><td class="tcat" align="right" colspan="2">
		<span class="smalltext">
			<b>{$logoutlink}</b>
			<b><a href="misc.php?action=markread&my_post_key={$mybb->post_code}">{$lang->markforum_read}</a></b> &middot;
			<b><a href="showteam.php">{$lang->forumteam}</a></b> &middot;
			<b><a href="stats.php">{$lang->forumstats}</a></b>
		</span>

Please help, sorry to be a pain.Sad
What's your forum's URL ??
(2012-05-30, 06:38 AM)Yaldaram Wrote: [ -> ]What's your forum's URL ??

Can I PM you? Thank you for answering.
Sure.

Thank You very much for the URL. Its working absolutely fine. Try to clear your browser's cache and delete its cookies. Make a hard refresh by clicking pressing CTRL + F5

See if it resolves the issue at your end ?
(2012-05-30, 07:07 AM)Yaldaram Wrote: [ -> ]Sure.

Thank You very much for the URL. Its working absolutely fine. Try to clear your browser's cache and delete its cookies. Make a hard refresh by clicking pressing CTRL + F5

See if it resolves the issue at your end ?

I tried two different browsers and the button is still gone.

It is supposed to be bottom right of page by "forum team" and "forum statistics"
So no one sees anything on my code up there that would cause my issue?