Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Trading Forum
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #181
RE: Trading Forum
(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):

HTML Code
<a href="{$forumurl_q}filtertf_trdfcat=Hardware"><span><strong>Hardware</strong></span></a>

Add {$filters_set['trdfstatus']['urlarga']} variable at the end of the URL, something like this:

HTML Code
<a href="{$forumurl_q}filtertf_trdfcat=Hardware{$filters_set['trdfstatus']['urlarga']}"><span><strong>Hardware</strong></span></a>


(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.

01-19-2013 06:44 AM
Find all posts by this user Quote this message in a reply
MrBrechreiz Offline
Member
***
Posts: 69
Joined: May 2012
Post: #182
RE: Trading Forum
What is your Thread Grouping in this Forum Config ?
01-23-2013 11:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
nier3 Offline
Member
***
Posts: 125
Joined: Jul 2012
Post: #183
RE: Trading Forum
Thread Grouping: 2
01-23-2013 09:22 PM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #184
RE: Trading Forum
Did you create the trdf_forumdisplay_threads_sep template?

01-24-2013 04:17 AM
Find all posts by this user Quote this message in a reply
nier3 Offline
Member
***
Posts: 125
Joined: Jul 2012
Post: #185
RE: Trading Forum
Yes, I created trdf_forumdisplay_threads_sep template but nothing.
I resolved reducing options in new thread
01-25-2013 10:23 AM
Find all posts by this user Quote this message in a reply
MiDa Offline
Junior Member
**
Posts: 4
Joined: Mar 2012
Post: #186
RE: Trading Forum
Hi there!
I got this trading forum on my page. Everything works fine this far: I can create a new article but it's not shown in the overview of all articles..non of them! Any idea what I did wrong?!

   
   
04-15-2013 08:00 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #187
RE: Trading Forum
Did you change any of the templates?  Make sure the {$threadslist} variable is in the trdf_forumdisplay template somewhere.

My Blog
04-15-2013 10:06 AM
Find all posts by this user Quote this message in a reply
MiDa Offline
Junior Member
**
Posts: 4
Joined: Mar 2012
Post: #188
RE: Trading Forum
My trdf_forumdisplay in Globale Templates

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
<style type="text/css">
.filtertf_active {
	background: #FFF6BF;
}
</style>
</head>
<body>
{$header}
{$moderatedby}
{$usersbrowsing}
{$subforums}
{$threadslist}
{$footer}
</body>
</html>

04-15-2013 05:41 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #189
RE: Trading Forum
Have you changed/used any filters?

Do changes you make to the trdf_forumdisplay template get reflected on the forumdisplay page?

My Blog
04-16-2013 09:49 AM
Find all posts by this user Quote this message in a reply
MiDa Offline
Junior Member
**
Posts: 4
Joined: Mar 2012
Post: #190
RE: Trading Forum
My mistake was that the underlined in the code was

PHP Code:
$ {filters_set ['__all'] ['visiblecss']} ">


I have removed the stressed and then it went away.

But now all the items in each group. Have an idea?

Thanks for the help and sorry for my english

(This post was last modified: 04-16-2013 08:44 PM by MiDa.)
04-16-2013 07:52 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: