PDA


View Full Version : Problem with Moderation module


Mad_Griffith
02-08-2006, 12:31 PM
Hi, I have a problem with the Moderation module. I recently upgraded to vBa 2.1.0, and since then I can't use any of the links since they show

forums//moderate.php?do=XXXX

(where XXXX is "posts" or each other moderation action)

THis is the original code...

<tr>
<td class="$bgclass">
<if condition="$show['threads']">
<div><phrase 1="$threads[count]" 2="$vboptions[bburl]/$modcpdir/moderate.php?do=posts">$vbphrase[x_threads]</phrase></div>
</if>
<if condition="$show['posts']">
<div><phrase 1="$posts[count]" 2="$vboptions[bburl]/$modcpdir/moderate.php?do=posts#postlist">$vbphrase[x_posts]</phrase></div>
</if>
<if condition="$show['events']">
<div><phrase 1="$events[count]" 2="$vboptions[bburl]/$modcpdir/moderate.php?do=events">$vbphrase[x_events]</phrase></div>
</if>
<if condition="$show['attachments']">
<div><phrase 1="$attachments[count]" 2="$vboptions[bburl]/$modcpdir/moderate.php?do=attachments">$vbphrase[x_attachment]</phrase></div>
</if>
<div><phrase 1="$users[count]" 2="$vboptions[bburl]/$admincpdir/user.php?do=moderate">$vbphrase[x_users]</phrase></div>
</td>
</tr>

Mad_Griffith
02-08-2006, 12:57 PM
Nevermind, I've just watched this topic:

http://www.vbadvanced.com/forum/archive/index.php/small-problem-t14324p1.html