(08-16-2012 08:23 PM)nier3 Wrote: [ -> ]But now if an user registrer/guest tries to sent message, there is an error: Invalid value supplied for "Status".
If you change the Values List, you need to edit your
contus_forumdisplay_quick_thread and
contus_newthread template.
Find:
HTML Code
<input type="hidden" name="xthreads_contus_status" value="New" />
|
Change the value there (the 'New').
For better (I think) validation, set the Editable by / Required Field? setting of the Status custom field as Everyone (required), then set the Settable Value Permissions to:
- Value: Confirmed
Editable by Groups: Specify which usergroups can set the status as Confirmed
- Value: Ignored
Editable by Groups: Specify which usergroups can set the status as Ignored
Modify it as your needs (depends on your Values List).
Update:
Use
Settings Overrides for the Force Postbit Layout settings in create/edit forum settings:
- Settings Overrides:
- Setting: Showthread Options -> Post Layout
Value: horizontal
Do I have to installed
Quick Thread plugin to operate the contact system?
It is optional. You need to use the newthread page link of the forum (newthread.php?fid=x) to lead a user to the contact form if you don't want to use the Quick Thread plugin.
for my froum don't show Captcha under the message box
How Can i fix it?
Help me
thanks
Sorry for the necrobump.
I've just implemented this using xthreads and it's fully operational. The only issue I'm having that's completely stumped me is the fact that the form duplicates itself. It shows up in regular thread format (as desired), but also as a large form directly above it (not desired). See picture below:
http://i78.photobucket.com/albums/j110/Z...http://i78.photobucket.com/albums/j110/Zarik_Sylvora/Misc/Doub
I'm betting it's something super simple that I'm overlooking after spending hours working on web stuff. But I'm quite stumped and would appreciate any ideas on how to fix it.
Disregard. I figured it out. Apparently I forgot to click on each individual custom thread field setting for the "hide on show thread" setting. Derp -.-
I am trying to move the thread fields into the post message by placing {$threadfields} into the postbit_first template, however it's not pulling {$threadfields}. Any ideas?
Use {$GLOBALS['threadfields']} instead.