MyBB Community Forums

Full Version: How to: Mark all forums read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Somewhere along the way. I lose the "Mark forums read" link. What is the complete code for this link?

Running 1.6.6

thanks!
on index_boardstats template
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a>
Authorization code mismatch... I believe there is newer code for this link
^ No. checked it twice .. would you like to provide temporary admin panel access thru PM ... { however its late midnight for me .. }
OK, the fix from the sticky worked for this... This is the proper code below...

<a href="misc.php?action=markread&my_post_key={$mybb->post_code}">
If I want mark one forum only?

This code resolve for all foruns

<a href="misc.php?action=markread&my_post_key={$mybb->post_code}">

but for only one?


In forumbit_depth2_forum i have:

<img src="link" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

But the classes don't work.
^ it is like this :
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
Sorry my code is:

<img src="http://s46.photobucket.com/albums/f126/rui2108/orange/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />

I cuted the image link.
Now I put the complete code.

But don't work.


PS: MyBB 1.6.6