In version 7.x-1.0-beta3 setting the display format for a registration to a link works great. However, the title of that link comes up as the title of the registration type ("Basic Registration" for example). This is not always the most user friendly title for the link. Something like "register" or "register for this [content type name]" might be more user-friendly.
It might be nice to allow a field display format option of some kind so that admins can change the title of that link. Some thought might need to be given regarding what those options should be (registration type name vs custom text field, etc.), but the ability to allow options on a display format like that are part of core fields and should just involve implementing some hooks.
Comments
Comment #1
mrpauldriver commentedI think you have a point.
There are a couple of other threads about 'language'. See http://drupal.org/node/1549516 and http://drupal.org/node/1525104
Comment #2
levelos commentedComment #4
mdu2 commentedI've just upgraded from beta3 to 1.0 and now the registration link shows no label:
I don't get it where to set the link text / label shown to the users. How to use this new "feature"?
Comment #5
mdu2 commentedAfter some more try-and-error I found it (in case others will run into the same issue):
I'm using the registration-link as a pane within a "Panels" page. To be able to type in the registration-link text I had to change the formatting from "link" to "default". Doing this I was prompted on a second page to enter the link text. After that I switched back to format "link" and got the correct registration-link incl. text back again.