The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I just purchase a tagbox/shoutbox. the instruction to integrate to VB is below.
Code:
if you host your own website with its own userbase, it is quite easy to integrate Cbox so that it automatically assigns the correct names to users logged in to your website. If your site is PHP-based (e.g. phpNuke, vBulletin, phpB Help |
#2
|
||||
|
||||
![]()
$vbulletin->userinfo['username']
|
#3
|
|||
|
|||
![]()
$vbulletin->userinfo['username'] = does vbulletin = i use vb3_ ?
Code:
<!-- BEGIN CBOX - http://www.cbox.ws --> <div align="center" id="cboxdiv"> <iframe frameborder="0" width="720" height="305" src="http://www2.cbox.ws/box/?boxid=xxxxxxx&boxtag=2379&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#000000 1px solid;" id="cboxmain"></iframe><br/> <iframe frameborder="0" width="720" height="75" src="http://www2.cbox.ws/box/?boxid=1482560&boxtag=2379&sec=form&nme=<?=urlencode($vbulletin->userinfo['username'])?>&nmekey=<?=md5('21aj9i97519l2mgo'.$vbulletin->userinfo['username'])?>" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#000000 1px solid;border-top:0px" id="cboxform"></iframe> </div> <!-- END CBOX --> this is the code it wont work ![]() Help pls ![]() |
#4
|
|||
|
|||
![]()
bump pls. anyone can help?
|
#5
|
||||
|
||||
![]()
Where is this loaded?
|
#6
|
|||
|
|||
![]()
$bbuserinfo[username]
|
#7
|
|||
|
|||
![]() Forumhome just below the whats going on? I tried it but wont work. |
#8
|
||||
|
||||
![]()
Use this:
HTML Code:
<!-- BEGIN CBOX - http://www.cbox.ws --> <div align="center" id="cboxdiv"> <iframe frameborder="0" width="720" height="305" src="http://www2.cbox.ws/box/?boxid=1482560&boxtag=2379&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#000000 1px solid;" id="cboxmain"></iframe><br/> <iframe frameborder="0" width="720" height="75" src="http://www2.cbox.ws/box/?boxid=1482560&boxtag=2379&sec=form&nme=$bbuserinfo[username]&nmekey=<if condition="$nme = md5('21aj9i97519l2mgo' . $bbuserinfo[username])">$nme</if>" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#000000 1px solid;border-top:0px" id="cboxform"></iframe> </div> <!-- END CBOX --> |
#9
|
|||
|
|||
![]()
I got this error
![]() Code:
vBulletin Message The following template conditional expression contains function calls: <if condition="$nme = md5('21aj9i97519l2mgo' . $bbuserinfo[username])"> md5 md5(\'21aj9i97519l2mgo\' . $bbuserinfo[username]) With a few exceptions, function calls are not permitted in template conditional expressions. Please go back and re-write this expression. The following functions are allowed in template conditional expressions: in_array() is_array() is_numeric() isset() empty() defined() array() can_moderate() can_moderate_calendar() exec_switch_bg() is_browser() is_member_of() The site : http://www.talkjesus.com/ |
#10
|
||||
|
||||
![]()
Create a plugin at 'forumhome_complete' and insert this:
PHP Code:
HTML Code:
<!-- BEGIN CBOX - http://www.cbox.ws --> <div align="center" id="cboxdiv"> <iframe frameborder="0" width="720" height="305" src="http://www2.cbox.ws/box/?boxid=1482560&boxtag=2379&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#000000 1px solid;" id="cboxmain"></iframe><br/> <iframe frameborder="0" width="720" height="75" src="http://www2.cbox.ws/box/?boxid=1482560&boxtag=2379&sec=form&nme=$bbuserinfo[username]&nmekey=$nme" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#000000 1px solid;border-top:0px" id="cboxform"></iframe> </div> <!-- END CBOX --> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|