Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Add custom thread field to thread's subject
xthreads_fan Offline
Junior Member
**
Posts: 3
Joined: Dec 2013
Post: #3
RE: Add custom thread field to thread's subject
Hi ZingaBurga,

thanks for your fast reply! :-)

That's kind of a possibility, but it is more of a workaround :-/
It would mean that I would have to change lots of templates, like forumdisplay_threadlist_thread, and the navigation_bit_active and forumdisplay itself and and...

What I'm looking for is a way to actually ADD some custom field input to the REAL thread subject, so that the subject that's being saved in the database really involves the custom field text.

Is that possible or just too much work?
I thought I just have to add at the end of my template newthread:

Code:
<input type="hidden" name="subject" value="{$GLOBALS['threadfields']['singer']} - {$GLOBALS['threadfields']['songname']}" />

or

Code:
<input type="hidden" name="subject" value="{$tfinput['singer']} - {$tfinput['songname']}" />

...but both don't work...

(This post was last modified: 12-24-2013 01:30 AM by xthreads_fan.)
12-24-2013 01:01 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Add custom thread field to thread's subject - xthreads_fan - 12-24-2013 01:01 AM

 Standard Tools
Forum Jump: