Quote:
Originally Posted by Dismounted
I suggest you have a look at the Data Managers section of the manual.
You should initialise a data manager like this:
PHP Code:
$forum =& datamanager_init('Forum', $vbulletin, ERRTYPE_ARRAY);
Also, look inside the data manager file to see what is required and what is not ($validfields array).
|
Hi Dismounted,
I see there is not DMs for Groups and Albums, so I cant use DMs for my custom mod with Groups or Albums?
Thank you!