MyBB Community Forums

Full Version: Marke all forums as read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello evryone ,
i'm using VBnav Bar since Mybb1.4 every thing i update it . but this time i get this error :

in header_welcomeblock_member there is a change for latest Mybb realsed so you need to fix this : Mark all forum as Read

i make this modefication :

i changed :
<a href="misc.php?action=markread">
to this :
<a href="misc.php?action=markread{$post_code_string}">
but stelle get the error .
[Image: marked.png]

anny idea plz ?

best regards Haytoch
this variabl {$post_code_string} not working !!!
It should be:

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