View Full Version : Random User Generator
ChrisBaktis
11-30-2005, 06:29 AM
This simple item was made for 3.0
https://vborg.vbsupport.ru/showthread.php?t=73617&highlight=random+user
I really need this ported to 3.5.1 - can anyone help out?
Seek permission from Dean first, and if he is agreeable, I can help.
Chris M
11-30-2005, 08:10 AM
As far as I can see (not tested or looked thoroughly though :p), if you change:
$ruser = $DB_site->query_first("
to
$ruser = $db->query_first("
and
' . $vboptions['bburl'] . '
to
' . $vbulletin->options['bburl'] . '
it should work :)
Chris
ChrisBaktis
11-30-2005, 11:44 AM
As far as I can see (not tested or looked thoroughly though :p), if you change:
$ruser = $DB_site->query_first("
to
$ruser = $db->query_first("
and
' . $vboptions['bburl'] . '
to
' . $vbulletin->options['bburl'] . '
it should work :)
Chris
I can change the .php file with the above info but I dont know how to get the option in the AdminCP area. The coding is different from 3.0.
Chris M
11-30-2005, 12:59 PM
Create a .xml file for cp navigation :)
Chris
ChrisBaktis
11-30-2005, 01:09 PM
Im lost - Im new to 3.5.1 and I have no idea how to do that.
I figured it out - thanks for the info!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.