(07-16-2011 08:08 AM)RateU Wrote: Argh......!!!
How stupid I'm to not thinking about using the $GLOBALS version
Yes, yes, yes. It works, Yumi!
I just need to hide some custom thread fields, and put the variable manually in my Quick Thread and newthread template.
I can design my Quick Thread templates now!
It's very rare the new thread page to be touched since I have this plugin
For the non required field, I can set it to required, and put a default value to the fields, so the fields will be displayed on the Quick Thread, but users not to be "forced" to "fill" it
Thank you very much, Yumi
Hi, can you tell me how did you add manually the variables in the QuickThread template?
I tried:
{$GLOBALS['tfinput']['test']}
{$GLOBALS['mybb']->tfinput['test']}
{$GLOBALS['extra_threadfields']}
{$extra_threadfields}
{$tfinputrow['test']}
in forumdisplay_quick_thread but input for custom thread fields don't work
Thank you!