Hi, I'm just using this good print module.
I'm using the signup module too.
So, on every node I have another new tab showing the signed up users for that node.
I need to shows print buttons (print, pdf,mail) in that signed up users tab (expecially print the list of signed up users)
I tried to manage the view of the signup module but I did not find what element add to show print module buttons.

some help?

CommentFileSizeAuthor
#8 it.po30.88 KBfabrizioprocopio
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

If the list of signed-up users can be seen in its own page, you only need to add that path to the list of system paths (non-nodes) in the module's settings page.

If there is no 'real' page, then it's harder as the module is - by design - not intended to show the contents of blocks.

I don't use the signup module, so this generic answer is the most I can help you.

João

fabrizioprocopio’s picture

So
thanks for helping
the page is so built
/node/18/signups/list

the number 18 is the number of the node and so on
is there a jolly I can use to make the path valid for all nodes?

anyway, I went in /admin/settings/print/
But I did not find the settings place where to put some additional path to show buttons

jcnventura’s picture

Hi,

I think that if you enter 'node/*/signups/list' in the "system (non-content) pages" textarea, that should do it.

You have to open the 'Advanced link options' to see it.

João

fabrizioprocopio’s picture

I went where you said (previously I did not see that settings section)
there is one -advanced link- for the tab:
webpage - email - PDF

in all tabs I tried various syntax (on the line you advised: node/*signups/list ; node* ; node/* and so on)
no useful result
so in the end I put the setting radio button of "system (non-content) pages" on -Show on every page except...-
in all 3 tab

no result
:-(

fabrizioprocopio’s picture

I noted that there is other tabs in each node where there is no way to show print, email and pdf buttons

/node/18/track
/node/18/outline
/node/18/edit

in this tabs, with the setting set on -Show on every page except...- for "system (non-content) pages"
never the buttons appear

so it seems a limit relative not only to signup module

jcnventura’s picture

Title: Buttons in the another tab of the node » Links on node signup list pages
Status: Postponed (maintainer needs more info) » Postponed

Yes, you're right. I didn't pay attention to the path you mentioned.. If it starts with node, there's no way to enable the link currently.

I will try to see what can be done about this..

João

fabrizioprocopio’s picture

thanks by now for your time
fab

fabrizioprocopio’s picture

FileSize
30.88 KB

This module did something for me...
I did something for that module
the italian translation

:-)

bye

jcnventura’s picture

Wow! thanks!

jcnventura’s picture

Status: Postponed » Fixed

Just committed some code that fixes this. It should be available in the latest dev in a few hours.

fabrizioprocopio’s picture

thanks a lot
I'll try

fabrizioprocopio’s picture

I see the updating of the module so I just tried the 6.x-1.4 version
but no results :-(
no print button in the signup tab

Must I use needs the dev version ???

jcnventura’s picture

Yes, for now it is only on the dev version.. You can also wait a week, or so and version 1.5 should be out by then..

João

fabrizioprocopio’s picture

thanks a lot
:)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.