PDA

View Full Version : Adding payment for quicker review


nima
12-06-2006, 12:22 AM
I want to keep my directory free. However, I want to give option of a payment for a quicker review.

How can I do that in 2.0?

Thanks
Nima

nima
12-06-2006, 12:13 PM
This is not a huge deal, but I appreciate someone helping out.

I want to keep my directory free, but I want to give an option for quick review of the submission for a small payment. I just don't know how to implement it.

Thanks
Nima

Boby
12-06-2006, 02:32 PM
Turn on the payment option from your admin panel, make regular links free and let's say featured for a little fee.
System >> Edit Settings >> Payments

nima
12-06-2006, 06:45 PM
Boby,

I already have. I want to be able to have the featured link as well. Basically I want to give people four options:

- Featured Links ($ ...)
- Fast Review Submission ($ ...)
- Reciprocal (Free)
- Regular (Free)

Thanks
Nima

Boby
12-06-2006, 07:08 PM
You can add a payment fee for "regular" and enable free links. You'll have to edit submit.tpl and change "regular links" to "fast review submissions".

Hope you understand what I mean.

nima
12-06-2006, 09:12 PM
Yes, I understand. That would work.

Just one thing. The free submission has a no follow feature. How can I disable that?

Thanks

Boby
12-06-2006, 09:20 PM
If you are sure you won't have any links with the nofollow attribute, just remove it from your /templates/link.tpl file.

Note: There is an Smarty IF clause that also needs to be removed. Something like this:
Content visible to registered users only.

Boby