The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
Anyone have a clue?
Thanks, Josh |
#3
|
||||
|
||||
Why do you need to track user titles? If you use a query like this:
Quote:
|
#4
|
|||
|
|||
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 |
#5
|
||||
|
||||
If you were to change this line
Code:
SELECT DISTINCT session.userid,username,invisible Code:
SELECT DISTINCT session.userid,username,invisible,usertitle |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|