PDA

View Full Version : vB function to get socialgroup info


pein87
08-15-2009, 06:46 PM
I was wondering how I could get the info from a socialgroup(s) using a vbulletin function or class call?

Lynne
08-15-2009, 07:06 PM
Have you looked through the group.php page? I'm not really sure what you want here, but there is the file functions_socialgroup.php that you can look through for a bunch of functions.

pein87
08-15-2009, 07:45 PM
Ok I'll check also if I wanted to include info based off a template into a new page would I use that templates name as a param for the array for cached templates?

Lynne
08-15-2009, 08:00 PM
If you add a template to the cached templates hook location, that will allow you to use the template itself, but it doesn't guarantee that those variables in the template are available since it doesn't include your code also, only the html in the template.