06-29-2015, 03:42 PM
07-14-2015, 08:42 AM
I'm looking for a code in the Quick Thread php file where I can add/edit the condition about custom fields required/not required..some input?
Where did you add the code for only custom fields required?
07-14-2015, 03:11 PM
(06-29-2015 03:42 PM)Sama34 Wrote: [ -> ]Note than in MyBB 1.8 a prefix may be required by forum but this plugin doesn't build the prefix selecion at all.Thanks for the note. Updated to 1.4, which adds in the prefix selector.
(07-14-2015 08:42 AM)nier3 Wrote: [ -> ]I'm looking for a code in the Quick Thread php file where I can add/edit the condition about custom fields required/not required..some input?inc/xthreads/xt_forumdhooks.php
Where did you add the code for only custom fields required?
PHP Code:
|
07-14-2015, 09:37 PM
Thank youuuu!
in inc/xthreads/xt_forumdhooks.php edited:
in inc/xthreads/xt_forumdhooks.php edited:
PHP Code:
|
and in forumdisplay_quick_thread template used {$GLOBALS['tfinput']['test']} to show custom fields (with Hide input field on New/edit thread checked).
Now it seems to work with all: required, not required, hide input field etc.
Thank you
11-24-2015, 12:02 AM
Hi, how can I add editor in quickthread? :x
(don't kill me )
(don't kill me )
11-24-2015, 12:55 AM
Add this:
PHP Code:
|
before:
PHP Code:
|
Add codebuttons to the templatelist:
PHP Code:
|
Add {$codebuttons} after the textarea tags inside the forumdisplay_quick_thread template.
11-24-2015, 09:14 AM
Thank you very much RateU! It work perfectly Thank you
06-20-2016, 02:26 PM
is there anyway to place this quick new thread in INDEX page?
06-22-2016, 05:41 PM
You could probably do it but you'd need to think of which forum it should map to.
If you want the forum to be selectable, you'd likely need some other custom plugin though.
If you want the forum to be selectable, you'd likely need some other custom plugin though.