The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search by time zone
Is there any way to perform a search by the time zone the user has selected?
|
#2
|
|||
|
|||
Probably have to go to the database to get it. The registration logs the time zone offset but you can figure out what timezone they are in from that ... An SQL query in phpmyadmin would look like:
Code:
SELECT `username`, `timezoneoffset` FROM `user` WHERE `timezoneoffset`='-12' You could leave off the where clause and it would dump out all your members and the timezoneoffset they used to register. You can get the actual time zones listing from timeanddate HTH |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|