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
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | affiliates.336656.2e.patch | 533 bytes | Anonymous (not verified) |
| #11 | affiliates.336656.2d.patch | 13.3 KB | Anonymous (not verified) |
| #9 | affiliates.336656.2c.patch | 13.22 KB | Anonymous (not verified) |
| #8 | affiliates.336656.2b.patch | 11.3 KB | Anonymous (not verified) |
| #7 | affiliates.336656.2.patch | 10.34 KB | Anonymous (not verified) |
Comments
Comment #1
kbahey commented1 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!
Comment #2
Anonymous (not verified) commentedA 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
Comment #3
Anonymous (not verified) commentedFirst patch for review.
Comment #4
Anonymous (not verified) commentedComment #5
kbahey commentedI 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.).
Comment #6
Anonymous (not verified) commentedHi 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
Comment #7
Anonymous (not verified) commentedSecond patch . Almost ready for review .
I'll do some more testing on Monday . The clock has beaten me :-(
Paul
Comment #8
Anonymous (not verified) commentedSecond patch for review.
Comment #9
Anonymous (not verified) commentedAdding the ability to host buttons on the hosting server.
Comment #10
Anonymous (not verified) commented#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
Comment #11
Anonymous (not verified) commentedfixed a problem with editing a banner and uploading a new banner
Comment #12
Anonymous (not verified) commentedCommitted the recent changes to the development branch.
Please test and provide feedback.
Best, Paul
Comment #13
Anonymous (not verified) commentedComment #14
Anonymous (not verified) commentedSmall change which allows you to automatically view your banners @ affiliates/admin provided you have lightbox2 installed.
Comment #15
Anonymous (not verified) commentedComment #17
jusyjim commentedHi, Tuning in late but can I ask if these upgrades will ever happen for the 5.x version?
Thanks.