View Single Post
Old August 2nd, 2012, 03:42 PM   #3 (permalink)
iguanairs
Member
Verified Customer
 
Join Date: Mar 2004
Location: MA
Posts: 170
I know you don't typically help with mods Chuck but I was hoping you would be able to see what I am doing wrong since I simply can't figure it out and have been working on it since I posted this. lol

I was able to grab the membergrouid from vbulletin easily on the showproduct template since the posters userid doesn't change using this query:

Code:
Content visible to verified customers only.
I am attempting to do the same thing on the showcat page where the list of ads are found. i am finding that it is not as easy as the showproduct page.

Fetching the users ID for an posted is very easy using either {$gallery['userid']} or $tuserid.

This doesn't produce a result though:

Code:
Content visible to verified customers only.
I am thinking I have to loop it to the product array somehow but I am ignorant with mysql queries and can't figure it out. if you could give me some guidance or direction I could at least research how to do it knowing I am heading in the right direction.
iguanairs is offline   Reply With Quote