As posted on phpnuke.org comments under
JacoBuddy v 3.0 release announcement:
Floyd1022 said:
"You need to edit buddy.php
On about line 595 you will see a section of it that
states.
user.php?op=userinfo&uname=
You need to change that to
modules.php?
name=Your_Account&op=userinfo&uname=
Also you need to modify
Modules/NS-Buddy/index.php on or about line 87
Same issue here replace
user.php?op=userinfo&uname=
With
modules.php?
name=Your_Account&op=userinfo&uname=
"
-----
I add to that list that you need to do the same with
block-Buddy.php at around line 236 or so
-----