![]() |
If someone could help me out with this, I would really appreciate it. I want to track user title in the sessions table. Now I know I need to add a column in the sessions table called usertitle, but how would I go about updating that table with the usertitle everytime the sessions table is updated?
Thanks Alot, Josh |
Anyone have a clue?
Thanks, Josh |
Why do you need to track user titles? If you use a query like this:
Quote:
|
I want to try and lessen the amount of queries that I'm running. it's something that's going to run right by the Who's online, so I figure if it's already in the table then I will save a qeury and not slow things down.
Thanks, Josh |
If you were to change this line
Code:
SELECT DISTINCT session.userid,username,invisible Code:
SELECT DISTINCT session.userid,username,invisible,usertitle |
All times are GMT. The time now is 11:37 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|