Quote:
Originally Posted by Chuck S 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 ..