Quote:
Originally Posted by MarcoH64
but since you didn't answer what you want to achieve
|
Its a very simple thing I wanted and I thought the question was straightforward. I did answer your query when I asked "If a registered user has to create a Forum Topic"
Here are the details:
I was trying to figure out how I can allow a registered user to add a new "Forum Topic" in my implementation of vBulletin.
What I saw was one can add Forums through the Admin Control Panel and mark them either as Categories or Forums.
My requirement was, under special situations, I would like registered users to add a Forum Topic, and the admin will then approve the forum to be active.
After some study of the documentation and admin code, i was able to figure out how to achieve that using "Datamanager". The code I have posted earlier does what I wanted.
Is this the correct approach? This is similar to adding a User using "Datamanager" as given in one of the examples. I was worried when you mentioned
Quote:
Originally Posted by MarcoH64
This sounds like it is getting very close to the borders of the license agreement.
|