Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

add.cgi - paid or free link

Quote Reply
add.cgi - paid or free link
Would it be possible to have my add a link ask for a paid link or a free link before the user enters the link information (url, title, etc.)..?

I tried entering something like...

<input type="radio" name="payment_term" value="free">

before the link is accepted, but it did not seem to pass (or it still asked twice rather it was a free or paid link).

Any ideas or suggestions?

---trying not to edit any pm files or create any new cgi files unless they are rudimentary---

Thanks,

- Jonathan
Quote Reply
Re: [jdgamble] add.cgi - paid or free link In reply to
Unfortunately, due to the way things work, you can't do it the other way around because the payment options depend on the category that it's going into.

Adrian
Quote Reply
Re: [brewt] add.cgi - paid or free link In reply to
But couldn't you pass the category to the first page like yahoo?

http://add.yahoo.com/fast/add?8636380

I don't know how hard this would be but it seems possible.

Thanks for the reply,

- Jonathan
Quote Reply
Re: [jdgamble] add.cgi - paid or free link In reply to
I guess it could work if you had db_gen_category_list option turned off. But still, with how the code currently works, it isn't possible without some major work.

Adrian