Active
Project:
Smartqueue Per User
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2010 at 23:58 UTC
Updated:
26 Apr 2010 at 07:13 UTC
Is there a way to get a views interface to a user's queues (a bit like what you see at user/$uid/queue - but in views)? Or does that require writing some code (which I might look into doing myself)?
Comments
Comment #1
skitten commentedI figured I could do what I needed by overriding the theme for smartqueue_users_profile_page.
Comment #2
AntiNSA commentedhow? I cant figure it out
Comment #3
AntiNSA commentedComment #4
skitten commentedWhen you go to user/$uid/queue then the template in smartqueue_users/theme/smartqueue-users-profile-page.tpl.php is used to generate that page. You can override this template in your own theme to make it however you like—in my case I wanted it to only show one subqueue and formatted differently.