Quote:
Originally Posted by FractalizeR
Yea, thanks. Just on my version of VB, I can't edit mobile style templates because of some error. VB always says, that some bracket is missing and refuses to save template. So, I am just waiting for fixed xml style file.
|
Found the issue, when editing forum home, also search for
Code:
<div class="navbar">{vb:rawphrase todays_events</div>
and replace with
Code:
<div class="navbar">{vb:rawphrase todays_events}</div>
then search for
Code:
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread">{vb:rawphrase mark_forums_read}</a>
and replace with
Code:
<a href="forumdisplay.php?{vb:raw session.sessionurl}do=markread&markreadhash={vb:raw bbuserinfo.securitytoken}" rel="nofollow">{vb:rawphrase mark_forums_read}</a>