The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#162
|
|||
|
|||
Quote:
|
#163
|
|||
|
|||
was easy to install, thanks. my first mod
There isnt a way to retain forum usernames and passwords when you log in? my friend has that option on his vbulletin site, using mibbit to connect. |
#164
|
|||
|
|||
You can use your username when you login, but this modification allows users to use their own nicknames. When you click on the Live Chat or IRC Chat tab (I forget which is default) there is another option under neath of it (when you're on the page) that says IRC Options. This allows users to specify a nickname of their choice, which is autoformatted to fit IRC standards.
|
#165
|
|||
|
|||
Hi. is it possible to get the Chat as a single one, own Window, not integrated in the Forum?
|
#166
|
|||
|
|||
It is possible, but is currently not built in. I'll do that for the next release.
|
#167
|
|||
|
|||
Thank u very much
|
#168
|
|||
|
|||
toonysnn, is there any way you can alter this?
Quote:
I also found an issue with this plugin.. At the GameSurge server, using the channel name in the AdminCP: #ESF gives me the error for mibbit: Quote:
|
#169
|
|||
|
|||
Hello,
in the 3.7 version of this Mod, it was possible to use the Membername for the Chat. I want ask if it will be planned to implement this again? Maybe it would be also a nice idea to give the User the Possibility to set his Username and (if used) Nickserv password by itself into his own settings. Thnx for the answer. Greetings Hans |
#170
|
|||
|
|||
I've found a few bugs.
vboptions.ezircvb4_templatefriendlychan Does not exist. It's on line 67, 204, 217, 284, 328. Bug #1 Manual connection rules, displays .. instead of the channel. Find: (Line 67) Code:
To connect to IRC manually, open your favorite irc client and type: <strong>/server {vb:raw vboptions.ezircvb4_server}</strong> .. and once that's completed, type <strong>/join {vb:raw vboptions.ezircvb4_templatefriendlychan}</strong> .. or click <a href='irc://{vb:raw vboptions.ezircvb4_server}/{vb:raw vboptions.ezircvb4_chan}'>here</a>. </div><br /> Code:
To connect to IRC manually, open your favorite irc client and type: <strong>/server {vb:raw vboptions.ezircvb4_server}</strong> .. and once that's completed, type <strong>/join {vb:raw vboptions.ezircvb4_chan}</strong> .. or click <a href='irc://{vb:raw vboptions.ezircvb4_server}/{vb:raw vboptions.ezircvb4_chan}'>here</a>. </div><br /> Bug #2 When you try and join a channel via PJIRC you get "JOIN not enough parameters". FIND: (Line 217) Code:
<param name="command1" value="join {vb:raw vboptions.ezircvb4_templatefriendlychan}"> Code:
<param name="command1" value="join {vb:raw vboptions.ezircvb4_chan}"> Bug #3 Username isn't forum username when using PJIRC. FIND: (Line 211) Code:
<param name="nick" value="{vb:raw bbuserinfo.ezircvb4_username}"> Code:
<param name="nick" value="{vb:raw bbuserinfo.username}"> Code:
<param name="alternatenick" value="{vb:raw bbuserinfo.ezircvb4_username}???"> Feature #1 Unable to select own codebase path. FIND: (Line 209) Code:
<applet codebase="./pjirc/" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400> Code:
<applet codebase="{vb:raw vboptions.ezircvb4_pjirccodebase}" code="IRCApplet.class" archive="irc.jar,pixx.jar" width=640 height=400> Code:
<setting varname="ezircvb4_pjirccodebase" displayorder="20"> <datatype>free</datatype> <defaultvalue>./pjirc</defaultvalue> </setting> Code:
<phrase name="setting_ezircvb4_pjirccodebase_desc" date="1262982807" username="William E." version="2.0.1"><![CDATA[Where are your PJIRC files located? Use: http://www.yourdomain.com/path/to/pjirc]]></phrase> <phrase name="setting_ezircvb4_pjirccodebase_title" date="1262982807" username="William E." version="2.0.1"><![CDATA[PJIRC Codebase Path]]></phrase> |
#171
|
|||
|
|||
Quote:
can you tell me where to replace it exactly? Thank you for the Answer Greetings Hans |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|