Quote:
Originally Posted by Alan_SP
Yes, we can change name of mod and variables, so it would appear as another mod. It's a way to use it as two (or more) different mods.
But what I had in mind was ability to have completely different sets of questions for different positions out of the box. If one applies for moderator, we need different set of questions and if we wanting someone to write articles for our forums, we need different sets of skills.
Of course not, but you can make that only members of certain usergroups could use this ability even if it's available in forum. Just use conditionals. If someone is a member of allowed usergroup, he would see part where he can edit questions.
You can use this conditional:
HTML Code:
<vb:if condition="is_member_of($bbuserinfo,x,y,z)">
x,y,z are allowed usergroups.
|
I understand what you want for the individual positions, and I'll see what I can do.
But that's not going to be a quick fix.