01-04-2011, 07:44 AM
01-04-2011, 08:32 AM
Do you add/change some custom thread fields in your Contact Us form?
If you've changed the key of the custom thread fields, you need to change it in your template (eg: contus_postbit_first) too.
For example (not for file input type field):
We have a custom thread fields with key = my_key
Then we need to put {$GLOBALS['threadfields']['my_key']} variable in template to display it.
If you've changed the key of the custom thread fields, you need to change it in your template (eg: contus_postbit_first) too.
For example (not for file input type field):
We have a custom thread fields with key = my_key
Then we need to put {$GLOBALS['threadfields']['my_key']} variable in template to display it.
01-04-2011, 10:52 AM
Yeah, Im gonna have to go through it again....lol....I changed quite a few of them.
01-04-2011, 11:32 AM
This is what I have for custom thread fields (image attached)
Im not sure where to make the changes to reflect what I changed, thanks for the help
[attachment=341]
Im not sure where to make the changes to reflect what I changed, thanks for the help
[attachment=341]
01-04-2011, 11:51 AM
Mostly in contus_postbit_first (start from line #15):
HTML Code
|
Try to change it in that template first.
For example:
HTML Code
|
Later, we will try to change it in other template too.
01-04-2011, 04:09 PM
Ok...that's done. And also just to throw this out there...the captcha is not working either
01-04-2011, 05:43 PM
On new thread or forum display?
The board doesn't seem to allow guest posting, so I can't test it. Obviously, non-guests don't need to enter a captcha, so ensure you're testing as guest.
The board doesn't seem to allow guest posting, so I can't test it. Obviously, non-guests don't need to enter a captcha, so ensure you're testing as guest.
01-05-2011, 12:46 AM
Ok...fixed the captcha, permissions problem. I'm always logged in as admin so I have to juggle browsers to see it as guest...D'oh.
On forum display it does not show (image attached)
[attachment=343]
On forum display it does not show (image attached)
[attachment=343]
01-05-2011, 02:55 AM
(01-05-2011 12:46 AM)Vapor Wrote: [ -> ]On forum display it does not show (image attached)
Do you mean showthread?
If so, could you post your contus_postbit_first template here, Vapor?
01-05-2011, 03:07 AM
Sure...here ya go:
Code:
|