New features
paulbooker - November 20, 2008 - 00:30
| Project: | Affiliates |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | paulbooker |
| Status: | closed |
Description
Here are some new features that i will work on next week.
# Highest climbers (which affiliates are referring more than they did before )
# Additional UI for adding/editing/deleting categories
# Allow the possibility of circumventing writing to the affiliates tables for the case when affiliate referrals are being
collected by parsing apache logs ( a colleague has a working perl script that can do exactly this )
# Show affiliate banners on the list / edit pages
Best, Paul

#1
1 and 2 are great, but please be mindful of performance. Use caching where appropriate to avoid excessive queries on every page load.
3 is very interesting. If the script can be licensed under the GPL, then we can include it in a tools directory, with your colleague credited on it. I am sure it is helpful to others.
4 I don't understand which list/edit pages.
All in all, go for it!
#2
A collection of screen shots of what i had in mind for #4
As soon i have something working ill release a patch for peer review. I'll see if i can get #3
done today.
Paul
#3
First patch for review.
#4
#5
I gave it a visual inspection, and it looks OK. Some queries are scary, but you are caching them. The update query with a subselect is scary too, but if it works, then I am fine with it.
Perhaps at some point we should move all the points storage to the Userpoints module and let it be our "bank" for points. This way other actions can happen when points are gained, and lots of other modules can be used (e.g. role changes, badges integration with userpoints, ...etc.).
#6
Hi Khalid
Userpoints module integration sounds v. interesting.
I have committed the work in the above patch into CVS @ DRUPAL-6--1.
As soon as the development branch is updated ill make a request to have these
changes pulled onto spreadthunderbird stage server @ mozilla for some final testing and then
you will be able to check out the changes on spreadthunderbird.com shortly after
I have asked my colleague if he would make his apache parsing script generic so that it
can be made available for download on drupal.org. Ill get back to you on that shortly.
Here is the script as it currenty stands...
http://viewvc.svn.mozilla.org/vc/projects/spreadfirefox.com/logs-parse/a...
Tomorrow i will work on ..
#Additional UI for adding/editing/deleting categories
Best, Paul
#7
Second patch . Almost ready for review .
I'll do some more testing on Monday . The clock has beaten me :-(
Paul
#8
Second patch for review.
#9
Adding the ability to host buttons on the hosting server.
#10
#Show affiliate banners on the list / edit pages
I'll see if i can show the affiliate banner on the list page using jquery tooltips
#11
fixed a problem with editing a banner and uploading a new banner
#12
Committed the recent changes to the development branch.
Please test and provide feedback.
Best, Paul
#13
#14
Small change which allows you to automatically view your banners @ affiliates/admin provided you have lightbox2 installed.
#15
#16
Automatically closed -- issue fixed for 2 weeks with no activity.
#17
Hi, Tuning in late but can I ask if these upgrades will ever happen for the 5.x version?
Thanks.