I installed, but when you click a members name in the list it would take me to this page.
This happened before and the fix was to find and replace in the templates. .php - .phtml as on my server vbulletin is installed with the phtml extensions.
Anyone know how I might beable to fix this. It showed up and worked nicely, just the clicking on member names didn't work as planned.
[b]Disregard, I got it fixed. I had to edit index.phtml as there was one piece of code in there directing to
PHP Code:
<a href='member.php?u=$today[userid]' title='$wrdate' >
so I just changed it to member.phtml.