2012-03-04, 12:45 PM
2012-03-04, 12:54 PM
on index_boardstats template
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a>
2012-03-04, 07:07 PM
Authorization code mismatch... I believe there is newer code for this link
2012-03-04, 07:14 PM
^ No. checked it twice .. would you like to provide temporary admin panel access thru PM ... { however its late midnight for me .. }
2012-03-04, 07:29 PM
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}">
2012-03-08, 03:30 PM
If I want mark one forum only?
This code resolve for all foruns
but for only one?
In forumbit_depth2_forum i have:
But the classes don't work.
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.
2012-03-08, 03:50 PM
^ 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']}" />
2012-03-08, 04:03 PM
Sorry my code is:
I cuted the image link.
Now I put the complete code.
But don't work.
PS: MyBB 1.6.6
<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