(01-19-2013 06:19 AM)bigvin Wrote: The default thread filter works with "open" as a value on the status field when the forum is initially displayed ( it also bypasses the forum rules and goes directly to displaying "open" trades) but then if you choose any other option in that side navigation , it still shows "closed" threads which is what I want to eliminate from all of the navigation unless the "closed" option button is chosen.
The side navigation is designed for a single filter. If you want the other filters appended to the side navigation, you can add
{$filters_set['trdfstatus']['urlarga']} variable after the each of filter url on the side navigation (you can find the codes in your
trdf_forumdisplay_threadlist template.
For example (for Hardware filter URL, you'll find this code):
Add {$filters_set['trdfstatus']['urlarga']} variable at the end of the URL, something like this:
(01-19-2013 03:16 AM)bigvin Wrote: This is what I was referring too, the "Buy or Sell in our classified section, currently we have 3 transactions" that pops up ...now mind you, I am the one that probably made a mistake and that's why it's displaying this way....I assume it's suppose to be displaying above the list of trades am I correct?
It is suppose to be displaying like your screenshot. If you want to display the num of trades, you can use
{$GLOBALS['threadcount']} variable in your
trdf_forumdisplay_threadlist template.