The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I've written a little plugin that snags a userfield for the postbit. It worked fine on my test server, but it is dead on my real server. I've dumbed the plugin down for troubleshooting purposes. Is there any reason that this would work on test server but not on a live server...? PHP Code:
PHP Code:
Any thoughts? Solution It turns out that my server prefers $post[field11] instead of $vbulletin->userinfo['field11']. Ridiculous. Brandon |
#2
|
||||
|
||||
![]()
Hi Brandon,
$post contains information about the user posting. $vbulletin->userinfo contain information about the user visiting the page. Hopefully this helps clear it up for you. ![]() Cheers |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|