Hi,
I am trying to build a page that is simply a list of links to each of the subqueues I have on my site. I'm using nodequeue to create portfolios. It's working perfectly for that purpose, and the portfolios are displayed on a page with path: site/portfolios/subqueue_title
The issue I'm having is that in the admin page (admin/content/nodequeue), the 'view' link goes to the administration page of the nodequeue. That's great, but I'd also like a link to the display page. That would be the ideal, but I realize that's probably hacking the module for my very specific need. If it would be easy to do, please let me know how. I'm not much of a coder.
I tried building a view for it but just got a bunch of duplicates instead of just one instance for each subqueue that exits.
I'd also be fine just creating a link on each individual subqueue's admin page (admin/content/nodequeue/44/view/40 for example) but I can't figure out how to pull the subqueue title into a link.
Any help would be appreciated.
Thanks!
Comments
Comment #1
jaron commentedAnyone? I am imagining it's just a bit of php to grab the subqueue title of the current subqueue. I just don't know enough php. All I'm looking for is the syntax to take the title from the subqueue and place it in a link. Thanks.