Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: Gossamer Mail + VBulletin

Quote Reply
Re: Gossamer Mail + VBulletin In reply to
Oh, whoops. To actually get the messages, you would want:

Code:
SELECT *
FROM msgtrack, msgs, auth_vb
WHERE gmail_userid = msgtrack_userid AND
msgtrack_mid = msgs_mid AND
msgtrack_status = 'New' AND
msgtrack_fid = 1 AND
vb_user = 'YOURVBUSERNAME'
This would give you all the new messages in the users inbox.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Gossamer Mail + VBulletin pcmania 2848 Jun 7, 2001, 7:55 AM
Post Re: Gossamer Mail + VBulletin
Alex 2724 Jun 7, 2001, 10:21 AM
Post Re: Gossamer Mail + VBulletin
Alex 2722 Jun 7, 2001, 10:23 AM
Thread Re: Gossamer Mail + VBulletin
pcmania 2704 Jun 8, 2001, 8:37 AM
Post Re: Gossamer Mail + VBulletin
Alex 2694 Jun 8, 2001, 10:48 AM