Quote:
Originally Posted by rainyleaves
Hi,
I get this VBmessage with VB3.7.0 B4 when I clicked my group title on USERCP page.
"This user has not registered and therefore does not have a profile to view."
How can I fix?
|
I think...Maybe I fixed.
The problem disappeared when I edit some code from PLUG-IN:GRPS: Group Activity In User CP (15 Newest).
Find and delete
RED code.
Code:
$mygroups .= "
<li id=\"grpsgroupsbullets\">
<a href=\"" . $baselocation . "/groups/groups.php?" . $vbulletin->session->vars['sessionurl'] . "g=" . $grps_mygroupsinfo['groupid'] . "\" title=\"" . $grps_mygroupsinfo['title'] . "\"><b>" . fetch_trimmed_title($grps_mygroupsinfo['title'], 15) . "</b></a><br />
Is this correct?
Anyway the problem disappeared.......