PDA

View Full Version : Affiliate System


Simon
11-08-2007, 01:53 AM
Mod Title: Affiliate System

Last Updated: September, 2007

Supported by Mod Developer: Yes

Where to Download: http://www.oiopublisher.com/phpld/

Support Via This Thread or Download Site: This Thread

Price: $25

Compatible With: phpLD v3



It does exactly what it says on the tin...err download page (http://www.oiopublisher.com/phpld/)!

Adds affiliate capabilities for phpLD v3 directories - give affiliates a fixed sum or percentage plus sale. Also includes support for affiliate subscription payments. More details can be found here (http://www.oiopublisher.com/phpld/).

affiliates can earn a fixed payments or a percentage of sales
affiliates must register to earn, but link submitters don't
only approved links will display and earn commission
works with all phpLD products based on v3+ code
mark suspicious sales as fraudulent
Normal price is $25, but I just put it down to $15 for the next 7 days (until 15th November, 2007). Grab it while you can. ;)

Any questions, just ask. :)

PS. only officially supports v3, but I will consider adapting it for v2 if I receive enough interest.

iatbm
11-14-2007, 01:18 PM
Bought this ! Installation is easy and it seems that it works great

donholloway
11-14-2007, 02:47 PM
I think that I followed the instructions well, tables created, etc.

When I went to the admin to configure the settings I get the following error:

Content visible to registered users only.I have definitely uploaded both of the admin templates into the template/admin folder, so I tried adding them to the general admin folder. Still getting the same error. Any ideas?

Don

shadav
11-14-2007, 07:22 PM
make sure that the file permissions for the files are correct

it should be located in the ROOT > template folder > Admin folder > affiliate_settings.tpl

James
11-14-2007, 08:03 PM
NO in 3.x it is root>templates/Core/admin/

shadav
11-14-2007, 08:39 PM
lol thanks Dawzz, that's what i ment, what you're not a mind reader :D

Simon
11-18-2007, 05:45 PM
Thanks for covering for me guys. ;)

Don, I'm going to presume you got it sorted, but if not, let me know.

PS. price now back up to the usual $25

donholloway
11-19-2007, 06:42 PM
It was a permissions issue, I had them in the right folder, but needed to change some of the permissions. Evidently templates need to be executed.

donholloway
01-09-2008, 03:56 AM
Simon,

I have a question about how to use this. I would prefer to keep the affiliate system to be editable, so I selected to NOT automatically make everyone an affiliate. When a user clicks on affiliate, they go to a login page. They can then register, but after registering and logging in, they go back to the main page. Or back to login in again and again. I'm hoping that this is a setting issue, but I can't figure it out.

How do I change the affiliate status other than going to the actual PLD_affiliate table and manually changing the database. Also, is there a way to link the user ID #? I may have missed a set of core/admin template edits, but my edit users page doesn't show ID#s.

So, I'm wondering how to manually change the affiliate, and once its changed, I'm hoping that users will be able to access the affiliate page.

mjpine
03-09-2008, 11:46 PM
is this compatible with PHPLD V3.3?

jnadler
04-30-2008, 02:10 AM
This is a pretty good mod, (admin side a little weak) however compatible with v3.3....... Kinda. It appears there were some changes in v3.3 that affect this mod however, 10 minutes and works great and only with the default admin template unless you change more. No complaints

Had to change this:

affiliate_settings.php
echo $tpl->fetch('admin/main.tpl');
to
echo $tpl->fetch('DefaultAdmin/main.tpl');

and

affiliate_payments.php
echo $tpl->fetch('admin/main.tpl');
to
echo $tpl->fetch('DefaultAdmin/main.tpl');