You have a few of choices.
You can make a view and use replacement tokens. Using the Views module you could for example display your listings on a calendar or in a table.
If you want people to view the specific node then you could edit your theme template file to but a button on the node itself. I think you could also do this maybe even without code using the Display Suite Module ( https://drupal.org/project/ds).
In terms of taking out the tab that would also require changes to your theme.
Hope this helps.
-Steve
On Tue, Dec 3, 2013 at 9:34 AM, Philip_Wetzel@nhd.uscourts.gov wrote:
I'm using the registration module to create scheduled events. I have a view that shows the events. I would like to add a button or a link that would bring up the registration form for that event.
I have the title setup as a link to the original piece of content. If I click on it, I get the tabs (View, Edit, Manage Registrations, Register. I want my button to go strait to that node.
For instance, the node for the event is node/457. I click on the register tab and I get node/457/register.
How can I create a button that would take me strait to node/457/register? Also, I would need it to not show the other 3 tabs. I don't want the people registering for the event to be able to have those functions available.
Is that enough information? Thanks, Phil Wetzel
-- [ Drupal support list | http://lists.drupal.org/ ]