(03-09-2012 05:14 AM)akm Wrote: (03-09-2012 04:01 AM)RateU Wrote: You can find it in the XThreads package, inside the Documentation folder.
Thanks for the info !
Looks like new learning curve. ![Smile Smile](http://mybbhacks.zingaburga.com/images/smilies/smile.gif)
Read the 'Undocumented Features' (attached), and am thinking this is way over my head in code etc.
But, have tried to layout below what seems to be the basic considerations for link up what needs to be entered where.
The first paragraph/s of the UF...
Quote:"XThreads offers a {$filters_set} array variable on the forumdisplay page when thread filters are used. This section
describes this array.
The general format to use in templates is something like this: {$filters_set['key']['var']}. key refers to the filter; for
example, if you've enabled filtering on a thread field named "myfield", the corresponding key is myfield. As for var, the
following are available:"
...refers to 'thread field named'.
In this case, per custom field setup (in code box below, couldnt figure out a better way do display), the Title 'name', displayed beside the textbox at the thread, is "Custom Thread:"
So is the 'filtering on the thread field named 'Custom Thread:', or is there some other 'name' needed to setup ?
And is the 'key' still ct_ ?
Or, is there some other direction should be taking ?
Start with...
Then modify the thread displays at ct_forumdisplay_thread...
...for display the 'custom thread' field name instead of the 'author' ?
Then modify for sorting at ct_forumdisplay_threadlist ...
...for sort by the 'custom name' field instead of the 'author' ?