Uae, I have online.php as you dictated. Again, here's my relevant sections of online.php:
Quote:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
$allusers = $DB_site->query("
SELECT user.username, session.useragent, session.sessionhash, session.location, session.lastactivity, user.userid, user.options, session.host, session.badlocation, session.incalendar, user.aim, user.icq, user.msn, user.yahoo,
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
|
and, the second change:
Quote:
$guests["$count"]['username'] = $vbphrase['guest'];
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
$guests["$count"]['sessionid']= $users[sessionhash];
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.4' CHANGEID= 3 ]
$guests["$count"]['invisible'] = 0;
$guests["$count"]['displaygroupid'] = 1;
$guests["$count"]['musername'] = fetch_musername($guests["$count"]);
|
It's this file edit, that's causing the member profile from working properly. When I revert to my older online.php, member profile works, AND, the pager system seems to work too.
Also, I've noticed that the pager box stays open when you have asked for a reply. The message gets sent, and if the other person does NOT reply, they cannot get rid of the pager box. Therefore, maybe having the "add reply" box checked, unchecked as default, would solve this annoyance for some.
Hope you can figure this out. Otherwise, it seems to be working very well.
rich
http://x.russbo.com/vb/index.php