PDA

View Full Version : Display members of usergroup on page


Spyike
07-19-2011, 09:20 PM
Thanks HMBeaty! Fixed

Murtific
07-19-2011, 09:41 PM
I'm not to terribly good, but i did notice a syntax error with a lack of single quotes around ur '$groupid'. that affected my scripts when i was pulling data from the db.

Spyike
07-19-2011, 10:08 PM
I'm not to terribly good, but i did notice a syntax error with a lack of single quotes around ur '$groupid'. that affected my scripts when i was pulling data from the db.

Fatal error: Call to a member function query_read() on a non-object in mban.php on line 3

I am not getting a Syntax error :/

Badshah93
07-20-2011, 09:45 AM
Fatal error: Call to a member function query_read() on a non-object in mban.php on line 3

I am not getting a Syntax error :/

add

global $vbulletin;

at top after <?php