The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Heh, that was quick.
Here it is: Integrated vBulletin Buddy List, v1.0 Originally coded by Stallion, edited and cleaned up by me. Download buddy.php here: http://www.enter.net/~rmsullivan/buddy.txt and stick it in your main vB directory. Make a file (temp.php) in your main vB directory, and put this in it: Code:
<?php require("global.php"); $DB_site->query("ALTER TABLE user ADD buddylist TEXT not null"); echo "done"; ?> Add this to your <head> tag in the forumhome template: Code:
<SCRIPT LANGUAGE="JavaScript"> <!-- function popup (addy) { var popup = window.open("buddy.php","_new","height=460,location=no,menubar=no,resizable=no,scrollbars=auto,status=no,toolbar=no,width=310" ); } // --> </SCRIPT> Code:
(<a href="javascript:popup()"><b>Launch Buddy List!</b></a>) Oh, and I almost forgot to mention - set $pmintegrate to your liking. I have a check there incase anyway. LOL Demos: http://www.magic-singles.com/cpa/forums/ and http://forums.planetunreal.com/ [Edited by Ed Sullivan on 12-09-2000 at 11:53 AM] Show Your Support
|
Comments |
#62
|
|||
|
|||
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.
|
#63
|
|||
|
|||
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. |
#64
|
|||
|
|||
I keep getting alot of emails like this:
Code:
404 Error Report A 404 error was encountered by 24.40.48.30 on 8/30/2000 at 22:22. The URI which generated the error is: http://www.hedgehogwheels.com/404.php The referring page was: http://www.hedgehogwheels.com/forums/buddy.php btw I have set up my site to email me when 404's occur. |
#65
|
|||
|
|||
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? |
#66
|
|||
|
|||
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?
|
#67
|
|||
|
|||
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. =-) |
#68
|
|||
|
|||
Send your member.php to me at webmaster@hedgehogwheels.com
|
#69
|
|||
|
|||
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. =-) |
#70
|
|||
|
|||
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. |
#71
|
|||
|
|||
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] |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|