Quote:
Originally Posted by nhawk
There is a way to install multiple copies of many mods. I know I've done it in the past. But at this moment it slips my mind how I did it. I'll look into it and post instructions when I can.
|
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.
Quote:
Would a Modcp version work for this? I don't think you want regular members posting forms to be filled out by other members do you?
|
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.