Referral for Referral Trading Forum

Live forum: http://forum.freeipodguide.com/viewtopic.php?t=58959

good2speed

06-04-2007 13:08:18

Im sure I as many others have a difficult time filtering through the trade proposals for willing trade participants. I know this idea has been suggested before but I think it will help clarify everyones trading needs.

If you are just looking for trades then this would be a greeat feature.

Vote yes if you feel this will help the site.

dupebag

06-04-2007 13:12:33

I say yes

CollidgeGraduit

06-04-2007 13:27:47

Good idea, but it would mean an additional forum for us to moderate, as well as the added work of having to watch for people offering the wrong trades in each of the separate trading forums.

manOFice

06-04-2007 13:36:33

I think we need to make it mandatory to have the "trade" icon for referral 4 referral and the "cash" for cash trades...It used to be mandatory I thought.

zr2152

06-04-2007 14:21:46

I dont want to be like A4F

good2speed

06-04-2007 14:47:14

[quote1c034e7601="O4F-Manofice"]I think we need to make it mandatory to have the "trade" icon for referral 4 referral and the "cash" for cash trades...It used to be mandatory I thought.[/quote1c034e7601]

anyway to embed the code so that whenever a post is created on the trading forum the user would have to select either a cash button or a trade button. If nothing is entered an error message is displayed and the post is not created.


I see the icons listed as they are right now. Seems like way too many too choose from for the trading forum. Anyway to restrict the number of icons displayed to just the 2 most relevant icons mentioned above whenever a post is created in the trading forum.

Even give a third option of cash/trade implying that user is availbe for both.

jasper

06-04-2007 15:13:48

I say hooah

patrick_7412

06-04-2007 15:27:06

Yes for sure. It can get annoying looking through topics and finding people putting "PayPal cash offer", only to see they only do trade-for-trade =/

reggaeton

06-04-2007 16:18:56

I voted yes.

jy3

06-04-2007 19:38:31

i can moderate it ;)
i think this is a good idea with the huge influx of users but if it too much work we can keep things how they are. our mods and coders donate tons of time to this site

Bhall3

06-04-2007 22:22:45

I think its a good idea...Yes

theysayjump

06-04-2007 22:43:41

[quotec9b928d732="good2speed"][quotec9b928d732="O4F-Manofice"]I think we need to make it mandatory to have the "trade" icon for referral 4 referral and the "cash" for cash trades...It used to be mandatory I thought.[/quotec9b928d732]

anyway to embed the code so that whenever a post is created on the trading forum the user would have to select either a cash button or a trade button. If nothing is entered an error message is displayed and the post is not created.


I see the icons listed as they are right now. Seems like way too many too choose from for the trading forum. Anyway to restrict the number of icons displayed to just the 2 most relevant icons mentioned above whenever a post is created in the trading forum.

Even give a third option of cash/trade implying that user is availbe for both.[/quotec9b928d732]

I like this idea more than the separate forum route.

good2speed

07-04-2007 08:28:20

[quoteedcdc6de5a="theysayjump"][quoteedcdc6de5a="good2speed"][quoteedcdc6de5a="O4F-Manofice"]I think we need to make it mandatory to have the "trade" icon for referral 4 referral and the "cash" for cash trades...It used to be mandatory I thought.[/quoteedcdc6de5a]

anyway to embed the code so that whenever a post is created on the trading forum the user would have to select either a cash button or a trade button. If nothing is entered an error message is displayed and the post is not created.


I see the icons listed as they are right now. Seems like way too many too choose from for the trading forum. Anyway to restrict the number of icons displayed to just the 2 most relevant icons mentioned above whenever a post is created in the trading forum.

Even give a third option of cash/trade implying that user is availbe for both.[/quoteedcdc6de5a]

I like this idea more than the separate forum route.[/quoteedcdc6de5a]

anyway we could get this implemented? It cant be more then a few lines of code.. Heres my psuedo code

Inside of the Create post code

if ( forum.id=trading)
call to restrict the number of icons visible to user(cash & trade options)
if(icon=cash)
call to create post with cash option
if(icon=trade)
call to create post with trade option
else
error message and no call to create post.[/coloredcdc6de5a]
else
whatever existing code is to create a post[/coloredcdc6de5a]

code in blue belongs to the first if statement
code in green is existing code(else statement.. not posting in trading forum)

johnjimjones

07-04-2007 09:49:50

That is a good idea good2speed.

theysayjump

07-04-2007 19:47:44

[quote9a1b03adc7="good2speed"][quote9a1b03adc7="theysayjump"][quote9a1b03adc7="good2speed"][quote9a1b03adc7="O4F-Manofice"]I think we need to make it mandatory to have the "trade" icon for referral 4 referral and the "cash" for cash trades...It used to be mandatory I thought.[/quote9a1b03adc7]

anyway to embed the code so that whenever a post is created on the trading forum the user would have to select either a cash button or a trade button. If nothing is entered an error message is displayed and the post is not created.


I see the icons listed as they are right now. Seems like way too many too choose from for the trading forum. Anyway to restrict the number of icons displayed to just the 2 most relevant icons mentioned above whenever a post is created in the trading forum.

Even give a third option of cash/trade implying that user is availbe for both.[/quote9a1b03adc7]

I like this idea more than the separate forum route.[/quote9a1b03adc7]

anyway we could get this implemented? It cant be more then a few lines of code.. Heres my psuedo code

Inside of the Create post code

if ( forum.id=trading)
call to restrict the number of icons visible to user(cash & trade options)
if(icon=cash)
call to create post with cash option
if(icon=trade)
call to create post with trade option
else
error message and no call to create post.[/color9a1b03adc7]
else
whatever existing code is to create a post[/color9a1b03adc7]

code in blue belongs to the first if statement
code in green is existing code(else statement.. not posting in trading forum)[/quote9a1b03adc7]

At the moment, the only way for anything to be added to the site is for either Tyler or David to do it. David is out of town and Tyler is a busy guy, so it'll have to wait for now I'm afraid.

bballp6699

07-04-2007 19:58:49

Duh Frank, just paste the pseudo code onto the database using Word.

theysayjump

07-04-2007 20:11:08

[quotebbb0533b3c="bballp6699"]Duh Frank, just paste the pseudo code onto the database using Word.[/quotebbb0533b3c]

Ok, now what do I do? Hit Submit?

bballp6699

07-04-2007 20:19:02

That'll do it.

theysayjump

07-04-2007 21:05:46

[quotecf4cef81a3="bballp6699"]That'll do it.[/quotecf4cef81a3]

Done.

EDIT Oh shit, what have I done?

bballp6699

07-04-2007 21:09:59

lol

good2speed

08-04-2007 08:02:23

[quote4802df65b4="theysayjump"]
At the moment, the only way for anything to be added to the site is for either Tyler or David to do it. David is out of town and Tyler is a busy guy, so it'll have to wait for now I'm afraid.[/quote4802df65b4]

Thx for keeping me updated. I guess all there is to do now is to flood Dmorris's inbox with change requests... P JK. I guess I'lll just try to keep it fresh in memory for whenever he returns from his much needed vacation.

[quote4802df65b4="bballp6699"]Duh Frank, just paste the pseudo code onto the database using Word.[/quote4802df65b4]

lol + karma that made me laugh.

dmorris68

11-04-2007 12:01:37

Request is noted. Frank, would you want to add this to the Forum Enhancement request list we're keeping in the Admin forum? Then prioritize it with the other stuff.

I like the idea in theory, but due to the nature & structure of the code, it's not quite as neat and "contained" as good2speed's pseudo-code would appear. Still, it should be doable to some degree. It's just not the only thing on the list to get done, so it'll have to be prioritized based upon both difficulty and urgency compared to other requests.