Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Trading Forum
codegamer Offline
Junior Member
**
Posts: 11
Joined: Jul 2014
Post: #231
RE: Trading Forum
Ok, might have been something I did and not have noticed it.

Another question, Is it possible to have 2 "New Thread" pages? For example, I want "New Thread 1" to have different custom fields as "New Thread 2". So one could do something like..

"New Auction" - user would be given different custom fields that pertain to a auction only.
"New Wanted" - user can fill in fields that pertain only to wanted ads.


Just wondering if this is possible.
08-09-2014 05:36 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #232
RE: Trading Forum
Not quite sure without using a different forum.

08-10-2014 05:40 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #233
RE: Trading Forum
(08-09-2014 05:36 AM)codegamer Wrote:  Just wondering if this is possible.
Depends on how much pain you're willing to bear...

Well, theoretically you could set up two links with different params and conditionals to hide certain elements.  Up to you whether you want to bother with it though.

My Blog
08-10-2014 12:54 PM
Find all posts by this user Quote this message in a reply
codegamer Offline
Junior Member
**
Posts: 11
Joined: Jul 2014
Post: #234
RE: Trading Forum
Actaully I was able to figure out the newthread2.php and found out it could all be done. However since I had some custom fields that were REQUIRED, even though they were not being used on this newthread2.php it still wanted me to fill them in. So I ditched the idea.
08-11-2014 01:55 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #235
RE: Trading Forum
Maybe you can use the Custom Modify Error feature, then make the fields not required. Using a specified parameter for each link (maybe you only need 1 newthread.php), use conditional to check it in the Custom Modify Error.

08-11-2014 02:47 AM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #236
RE: Trading Forum
Sounds possible with one file hiding elements using conditionals, may be that is what RateU suggests Tongue

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
08-11-2014 12:17 PM
Visit this user's website Find all posts by this user Quote this message in a reply
umetkaran Offline
Member
***
Posts: 110
Joined: Aug 2014
Post: #237
RE: Trading Forum
first post for simple question Biggrin
to show price 20.000.000,-  or 20.000.000,00 not like this 20,000,000.00 (default $ ).
thanks
(This post was last modified: 08-26-2014 10:51 AM by umetkaran.)
08-26-2014 10:50 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #238
RE: Trading Forum
Change the display format for the field.  See http://php.net/manual/en/function.number-format.php

Eg

Code:
<?=number_format({VALUE},3,',','.')?>


My Blog
(This post was last modified: 08-26-2014 12:17 PM by ZiNgA BuRgA.)
08-26-2014 12:15 PM
Find all posts by this user Quote this message in a reply
umetkaran Offline
Member
***
Posts: 110
Joined: Aug 2014
Post: #239
RE: Trading Forum
yes, that way. i ever implementation on another aplication, and success.
before i posting above, also try same way, but not success. may be coding mode or placemet still wrong. Ok i will try again later

i think before, related setting "Price" custom thread field on Text Mask Filter  ^\d+(\.\d{2})?$
(This post was last modified: 08-27-2014 02:21 PM by umetkaran.)
08-27-2014 02:20 PM
Find all posts by this user Quote this message in a reply
Greig Offline
Junior Member
**
Posts: 16
Joined: Nov 2015
Post: #240
RE: Trading Forum
I love this. I am going to be using this for exchanging posts/threads in my forum. For instance, a member wants to exchange 5 posts for 5 posts. So this will be great for it.

One question, is it possible to have like a rating system? For instance, say I complete 5 exchanges on time, can you have it so the other members gives you a thumbs up or thumbs down? Kind of like reputation, but only for exchanges.

Forum Lair: http://www.forumlair.com
The exciting hybrid community!
11-19-2015 07:54 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: