Needs work
Project:
Ubercart Followup
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2011 at 16:38 UTC
Updated:
6 May 2015 at 21:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
DanGarthwaite commentedThe real issue here is inflexibility of the mega_query. I wrote a patch that allows modules to customize it.
With this patch the following function in a custom module will exclude users with role id = 5:
Comment #2
m.stentaThe mega query code has changed since this patch was posted. I am definitely interested in exploring the possibility of allowing the query to be altered via a hook, though. I think that would make it easier to extend the functionality of this module, without packing more code into it for everyone.
Comment #3
JonM commentedAny update on this with current version?