Good morning!
I am trying to make a "My RSVPs" page, that uses a WT query to pull in someone's RSVPs from Farcaster's modification.
I have the query working when I hard-code the username into the WT Query, but I can't seem to get it to automatically pass the currently-logg-in username to the query.
I attempted to use the private messages sample to get it to pass it via a form, but it isn't working for me.
Is there a way to pass a vBulletin variable (like $bbuserinfo[username]) to a query without using a form?
If a form (like the private message sample) is the only way to do it, does anyone know the "must have" parts of the template and query to make it work?
Edit: I answered my own question! You can use $user_username, so I was using the wrong variable. All is well!