azarl
05-15-2008, 05:40 AM
Hi
VB 3.7 & VBA 3.0.1
The Quick Moderation > User Messages appears to have an issue in the template. The link takes you to a blank page instead of moderation.
I've edited the template adv_portal_moderation
and changed:
<div<if condition="$moditems[visitormessage]"> style="font-weight: bold"</if>><a href="$vboptions/moderation.php?$session[sessionurl]do=[B]viewmessages&type=moderated">$vbphrase[visitor_messages]</a> ($moditems[visitormessage])</div>
To
<div<if condition="$moditems[visitormessage]"> style="font-weight: bold"</if>><a href="$vboptions/moderation.php?$session[sessionurl]do=[B]viewvms&type=moderated">$vbphrase[visitor_messages]</a> ($moditems[visitormessage])</div>
Now working OK
VB 3.7 & VBA 3.0.1
The Quick Moderation > User Messages appears to have an issue in the template. The link takes you to a blank page instead of moderation.
I've edited the template adv_portal_moderation
and changed:
<div<if condition="$moditems[visitormessage]"> style="font-weight: bold"</if>><a href="$vboptions/moderation.php?$session[sessionurl]do=[B]viewmessages&type=moderated">$vbphrase[visitor_messages]</a> ($moditems[visitormessage])</div>
To
<div<if condition="$moditems[visitormessage]"> style="font-weight: bold"</if>><a href="$vboptions/moderation.php?$session[sessionurl]do=[B]viewvms&type=moderated">$vbphrase[visitor_messages]</a> ($moditems[visitormessage])</div>
Now working OK