Posted by SpaceGoat1701 on May 7, 2009 at 12:14am
Jump to:
| Project: | AdSense |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
| Issue tags: | adsense, Author Taxonomy |
Issue Summary
I was wondering if the AdSense module works, or could be made to work, with the Author Taxonomy module?
Comments
#1
Either you have to write a module to do this, or you can be creative with block visibility with some PHP.
#2
Just a note: if you read the instructions on README.txt, you'll see that it's possible to define your own your_mod_adsense() function which you can use to select what is the returned publisher ID. In this case, it would have to access the AT module's data structures to find the user who would be considered the author of the page currently being viewed, and then similar to the existing revenue sharing module, simply access the Adsense ID field in his profile to return the appropriate user ID..
João