07-16-2013, 11:55 AM
07-21-2013, 02:03 PM
No problem. The thing is reCaptcha has always (AFAIK) been "2" so "$mybb->settings['captchaimage'] == 1" doesn't work. I just tested in 1.6.10 though.
11-24-2014, 10:03 PM
v1.3: Mark as MyBB 1.8 compatible
01-10-2015, 05:44 PM
eh yumi is their a way to make it like
have one page where people can go to create a thread and there they can select forum where they want to create the thread
have one page where people can go to create a thread and there they can select forum where they want to create the thread
01-11-2015, 09:39 PM
You'll need another plugin for that.
01-12-2015, 07:38 PM
actually i don't know where i saw that plugin few months ago and i when started to find it again thought its quick thread.
will find it on mybb.com
although it would be a nice plugin and create thread will work like wordpress add new post
will find it on mybb.com
although it would be a nice plugin and create thread will work like wordpress add new post
06-27-2015, 09:23 AM
(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!
06-28-2015, 03:04 PM
^ Be aware that it won't work for fields that aren't set to 'required'.
06-29-2015, 10:40 AM
Thank you very much!
But why only custom fields required? : (((
But why only custom fields required? : (((
06-29-2015, 12:27 PM
That's just how it is. The idea of Quick Thread is to only ask for stuff that's actually required - if you need the full set of options, the Post Thread page handles all that.