| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
(#2)
|
| Senior Member Posts: 5,326 Join Date: Jun 2005 Location: Cumbria, UK |
15-06-2008, 04:42 PM
Not having vBulletin and not having used it for about 3 years, I will just guide you vauigly through this and hopefully you can work the rest out. Using phpMyAdmin, go and get into the users table and find the field that gives the group id. Also find the group id you want to restrict to. Make a note of both of these. Open /includes/LoginShare/vb.php with a text editor or similar. Find :- Code: "SELECT * FROM `user` WHERE `username` = '". $dbCore->escape($username) ."';" Code: "SELECT * FROM `user` WHERE `group` = "2" AND `username` = '". $dbCore->escape($username) ."';" Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#3)
|
(#4)
|
| Senior Member Posts: 5,326 Join Date: Jun 2005 Location: Cumbria, UK |
18-06-2008, 06:55 PM
Odd, making that change *shouldn't* develop a blank page. Are you sure you put the field name in correctly for the group? Icon Headquarters - Its Elixir - Web2Messenger |
| | |
(#5)
|
(#6)
|
| Senior Member Posts: 5,326 Join Date: Jun 2005 Location: Cumbria, UK |
19-06-2008, 06:05 AM
It looks fine to me. If you could email me the LoginShare file and a database dump of your vBulletin installation, I'll take a look at it for you if you like. I'll PM you my email address. Icon Headquarters - Its Elixir - Web2Messenger |
| | |
![]() |
| Tags |
| access, mapping, support, usergroup, vbulletin |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with index.php and swift.php | Paul Westhead | Technical Chat | 14 | 13-08-2008 09:49 AM |
| A complaint about Kayako Support | oliverm | Comments, Questions & Feedback | 2 | 02-08-2007 09:46 AM |