restless
11-09-2004, 05:26 PM
i'm trying to add a link to the Moderation module to moderate v3Articles pending moderation.
i can get the link there with no problem, but i'm wondering if it's possible to show the number of pending articles, like it shows for threads, posts, users, etc.
i added a new phrase "x_articles" <a href="{2}" target="_blank">Articles</a> ({1})
i can't figure out how to get the $articles[count] part working.
<div><phrase 1="$articles[count]" 2="$vboptions[bburl]/$admincpdir/article.php?do=modarticles">$vbphrase[x_articles]</phrase></div>
i can get the link there with no problem, but i'm wondering if it's possible to show the number of pending articles, like it shows for threads, posts, users, etc.
i added a new phrase "x_articles" <a href="{2}" target="_blank">Articles</a> ({1})
i can't figure out how to get the $articles[count] part working.
<div><phrase 1="$articles[count]" 2="$vboptions[bburl]/$admincpdir/article.php?do=modarticles">$vbphrase[x_articles]</phrase></div>