The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#392
|
||||
|
||||
ermmmmm wot does all this mean :ermm:
|
#393
|
||||
|
||||
I had this working minus the fact dial up users were getting klined from my server until i installed this version. I don't really see why it changed anything, but now I'm getting connection: null errors. Anyone else? I was able to login ONCE, but after that I get all nul errors. Same as everyone who attemps.
hIBEES, all of my dial up users were getting the same error on DALnet. Broadband users had no problems, but dial up users were getting klined for a week when using the script. Not sure why. |
#394
|
|||
|
|||
This is what I get...
Connecting... Logging in... -- *** Looking up your hostname -- *** Checking Ident -- *** Found your hostname Your username is invalid. Connect with your real username, in lowercase. If your mail address were foo@bar.com, your username would be foo. Error : Closing Link: oRElGuapo by Lausanne.CH.EU.GameSurge.net (USER: Bad username) Disconnected from irc.gamesurge.net ...BUT, if I log out of my forums, I get right in. I also get this on Zachery's site.. ??? Why? |
#395
|
||||
|
||||
Probaly your server not liking your username, not the hacks problem
|
#396
|
|||
|
|||
Zach:
How do You enable the use of the [ ] and other special chars? As I understand, Quakenet supports special chars, but the chat allways writes my name as gEPHIONBAD and not gEPHION[BAD] ? Other than that, sweet hack |
#397
|
|||
|
|||
I'm using Guest??? and it always works if I'm not logged into the forums. Can ANYONE help?
|
#398
|
||||
|
||||
Quote:
|
#399
|
||||
|
||||
Quote:
|
#400
|
|||
|
|||
I fixed it...
Goto ACP>Styles & Templates > Style Manager > YOURSTYLE <<>> vbxirc templates >> vbxirc_index template find: Code:
<if condition="$bbuserinfo[userid] == 0"> <param name="nick" value="$vboptions[ircguest]"> <else /> <param name="nick" value="$chatname"> </if> Code:
<!-- <if condition="$bbuserinfo[userid] == 0"> <param name="nick" value="$vboptions[ircguest]"> <else /> <param name="nick" value="$chatname"> </if> //--> <param name="nick" value="$vboptions[ircguest]"> Goto ACP>Styles & Templates > Style Manager > YOURSTYLE <<>> navigation / breadcrumb templates > navbar find: Code:
<td id="chat" class="vbmenu_control"><a href="#chat">Chat</a> <script type="text/javascript"> vbmenu_register("chat"); </script></td> Code:
<td id="Chat" class="vbmenu_control"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td> Code:
<!-- chat links --> <div class="vbmenu_popup" id="chat_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Chat</td> </tr> <tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td> </tr> <tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td> </tr> </table> </div> <!-- end chat links --> Code:
<!-- chat links --> <!-- <div class="vbmenu_popup" id="chat_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Chat</td> </tr> <tr> <td class="vbmenu_option"><a href="$vboptions[bburl]/chat/index.php?$session[sessionurl]">Chat</a></td> </tr> <tr> <td class="vbmenu_option"><a href="#" onClick="window.open('$vboptions[bburl]/chat/index.php?do=small','key','WIDTH=750,HEIGHT=500,scrollbars=no,left=50,top=50,screenX=50,screenY=50');return false">Chat(Popup)</a></td> </tr> </table> </div> //--> <!-- end chat links --> |
#401
|
|||
|
|||
Ok, I found the code to change the popup I think inside the vbxirc_small template. It's the same as the code find/replace as the vbxirc_index template.
I have a question now though. I want my navbar to look like the navbar on the rest of the site, with the BBtitle/link small, and where I'm at larger in bold beneath it unlinked. Like on the Arcade, or the Members List, the Calendar, etc, etc... How do I do that? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|