MyBB Community Forums

Full Version: Mark All Forums Read Javascript Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<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>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
	<td class="tfoot" style="text-align: right">
		<span class="smalltext">
			{$logoutlink}
			<a href="misc.php?action=markread">{$lang->markread}</a> |
			<a href="showteam.php">{$lang->forumteam}</a> |
			<a href="stats.php">{$lang->forumstats}</a>
		</span>
	</td>
</tr>
</tbody>
</table>
<br />
Replace the line near the bottom

Quote:<a href="misc.php?action=markread">{$lang->markread}</a> |

with.

Quote:<a href="misc.php?action=markread&my_post_key={$mybb->post_code}">{$lang->markread}</a> |
Thanks!!!
Brother,

Remmember this issue? It's happening again.

I am trying to fix it, already got the forumbt dept cath 2 edited, but still have to edit the general.js but forgot where it's located! Where do I find general.js?
general.js is in the ./jscripts/ folder.
Pages: 1 2