View Single Post
Old August 24th, 2010, 01:18 PM   #22 (permalink)
Badger
Member
 
Join Date: Jun 2007
Posts: 316
Quote:
Originally Posted by Chuck S View Post
commentspal template maybe or the index.php file
Yup... would have wandered around all day looking for it in a PHP file...

You were right, I found it in template "commentspal" ..

I changed:

Code:
Content visible to verified customers only.
to

Code:
Content visible to verified customers only.
It generates this code with the correct user number....

http://www.xxxxx.com/member.php?uid=1591

... but, I get an error from vBulletin when I click on it saying:

Quote:
This user has not registered and therefore does not have a profile to view.
I think I'm missing the user name in the code and maybe need to change the variable to a vBulletin username variable?

Regards,
Doug

Edit: Never mind .. got it figured out.. had to change uid={$compal['userid'] to u={$compal['userid'] and it loaded up the vBulletin profile for the user ... thanks Chuck ..

Last edited by Badger; August 24th, 2010 at 01:33 PM.
Badger is offline   Reply With Quote