The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom post Odd Behavior
I've written an addon for vbulletin 4.0 that I'm using to accept applications to my warcraft guild. The idea is they fill out a simple form, provide answers to my questions, it validates that they provided SOME answers and then posts a new thread.
Every time I do this, or my main assistant does it, it works fine, the post is made, all is good (sample). Every time random-new-user does it, the post appears, however all the fields they fill out are empty (sample). The application form (Requires registration): http://www.botbh.com/misc.php?do=apply Attached is my code implimented as a hook/plugin. (Code block processes BBCode apparently.) |
#2
|
|||
|
|||
Is there any way that $vbulletin->input->clean_gpc would be returning null values for some users but not others?
|
#3
|
||||
|
||||
Since you are using $_REQUEST, shouldnt these be 'r' and not 'p'?
Code:
$output['Character Name'] = $vbulletin->input->clean_gpc('p','char_name',TYPE_NOHTML); |
#4
|
|||
|
|||
The data is coming from postback so I'd think I'd want those from 'p' not 'r'... if someone can clarify I'd appreciate it.
Like I said, its working for me in every way I've tried, it's working for everyone I've had try it, it's not working for people who tend to not communicate with me after the failure . |
#5
|
|||
|
|||
Any feedback on this? Should I be using R not P?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|