I have installed Affiliate suite and it works. Looking forward to testing the invite and ubercart integration when the new version hits the street.
But I notice that the affiliate panel appears at the top of the "My account" page. It is also rather large and thus totally dominates the page when you first look at it.
I would prefer to have it appear lower down below some of the other material on the page. Is there a way to adjust where it appears on the "my account" page?
Seems like there might be a weight setting I am missing. Actually this is a problem with several modules that display stuff on my "my account" page. Perhaps there is a module that reorganizes that page but I have been unable to track one down.
Any ideas?








The new 2.4 release is now out, so go give it a try and see if it meets your needs.
As for the order of things on the account page, there is a module which can reorder things: http://drupal.org/project/myaccount_alter
The 6.x is in dev release, but from what I understand it works. Short of that, you could use hook_form_alter() to change the order of the item with a custom module. I always make a custom module for all of my sites for things like this, to change the order of things on forms, or wording, etc.
Sincerely,
Leighton Whiting