The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
i want to integrate CGI:IRC into my Forums. In the CGI i have following code : Code:
%items = (
Nickname => $ENV{REMOTE_USER} || $config->{default_nick},
Code:
# default nickname, a ? is replaced with a random number default_nick = user??? th@nks und gr33tz |
|
#2
|
|||
|
|||
|
You can try the following things:
Replace Code:
%items = (
Nickname => $ENV{REMOTE_USER} || $config->{default_nick},
Code:
%items = (
Nickname => $bbuserinfo[username],
Replace Code:
# default nickname, a ? is replaced with a random number default_nick = user??? Code:
# default nickname, a ? is replaced with a random number default_nick = $bbuserinfo[username] In both cases you would need to add this near the top of the document (where the vars are set) PHP Code:
PHP Code:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|