If anyone else have the same problem and want the memberlist link shown up on the UBB page, I think I solved the problem, here is what I did
![[Linked Image]](http://ubbcodehacking.com/ubb/biggrin.gif)
Open Ultimate.cgi
Search for string
TITLE="Click here to edit your profile.">profile |
register |);
}
Replace it with
TITLE="Click here to edit your profile.">profile |
register |
memberlist |);
}
save and close Ultimate.cgi
open forumdisplay.cgi
and do the same thing in there
Hope this works