![]() |
Well it's either that or pretend their search failed to find a member. I think it should list them as offline or a third category, invisible.
|
To have it ignore "invisible" users change the code on line 80 from:
Code:
SELECT username FROM user WHERE userid = .... Code:
SELECT username FROM user WHERE invisible = 0 AND userid = .... That should make it not display users who are invisible. |
I keep getting alot of emails like this:
Code:
404 Error Report btw I have set up my site to email me when 404's occur. |
We installed the blist and poll hack without any trouble at all, seemed very smooth ... UNTIL I looked around and noticed that it has done something (or I have done something which is likely) to cause the "Logout" to error and my stars Hack just went "poof" ... gone .... anyone else seen anything like this?
Here is the error I get now When I try to logout .... Parse error: parse error in /home/httpd/html/scubaboard.com/member.php on line 306 Any ideas? |
As far as I can tell, neither of those two hacks would cause either of the problems which you're having. Did you edit member.php at all?
|
Heya Stallion,
No, that's the odd thing ... but I guess that leaves me back at what I am afraid of ... I had to have accidentally edited something without realizing I wasnt where I thought I was ... sigh ... Now I am really looking for a needle in a hay stack. =-) |
Send your member.php to me at webmaster@hedgehogwheels.com
|
Thanks rangersfan,
It's on its way. I'm just waiting to hear you say its something really stupid that I did, although at this point I will gladly get my big bowl of humility to get this figured out ... Everything else has and is still working like a charm ... I havent had a single problem. =-) |
Well EF line 306 falls in the code that executes when a new member registers. I registered on your forum and I logged in and out several times with no errors.
Yours stars hack would have nothing to do with member.php, you may have lost it when you installed the PM hack and modified showthread.php. |
I couldn't get the the private areas to display the "Thread Not Viewable" message. So I played around with the code and changed this:
$getperms = getpermissions($bbuserid,$bbusergroupid,$post[4]); if ($getperms[canview]==0) { ////// HTML ////// $postz .= "<tr><td width=\"100%\"><smallfont> <i>Thread Not Viewable</i></smallfont></td></tr>\n"; ////// END ////// to this: $gettperms = getpermissions($bbuserid, $bbusergroupid,$post[3]); if ($getperms[canview]==0) { ////// HTML ////// $postz .= ""; ////// END ////// I had the change the $post[4] to $post[3] and now instead of a message then don't see anything and don't know what they are missing. :) Parker [Edited by Parker Clack on 09-03-2000 at 04:25 PM] |
All times are GMT. The time now is 07:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|