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

skitten’s picture

Status: Active » Closed (fixed)

I figured I could do what I needed by overriding the theme for smartqueue_users_profile_page.

AntiNSA’s picture

how? I cant figure it out

AntiNSA’s picture

Status: Closed (fixed) » Active
skitten’s picture

When 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.