vbFreelancers |
01-15-2008 07:15 AM |
Quote:
Originally Posted by adiboy.net
(Post 1421761)
Just checking. In the screenshot above, 'Breaking News' is actually 'Latest News'? Am I right?
|
There is seperate block "Newest News". Breaking News and Important News, are articles marked as "Breaking" or "Importants", from those who have permissions to Moderate.
Quote:
Originally Posted by adiboy.net
(Post 1421761)
And can the 'Member Menu' be invisible to registered user? I only want Moderators and Admins to be able to post something.
|
Each menu option is visible only to those who have permissions for that action. If all options are "Off" for the current user, then the whole block is invisible. This is the way that as I remember it works. But even if it's not, you can easily do it as you like by adding in the template:
Code:
<if condition="$permissions[vbjournal] & $vbulletin->bf_ugp[vbjournal][canmod]">
....
</if>
|