PDA

View Full Version : Quick Moderation Module - Visitor Messages Link


azarl
05-15-2008, 04: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&amp;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&amp;type=moderated">$vbphrase[visitor_messages]</a> ($moditems[visitormessage])</div>

Now working OK

Brian
05-15-2008, 01:38 PM
Thank you for pointing this out. I'm guessing vB changed it at some point during the beta or RC versions. I've went ahead and updated the download package here though so that new installs will not have this problem.