0

Is there a way to add a menu item after all the articles in a Category Blog menu item?

So I have a menu item that is a category blog and it is showing articles but I want to have a menu item after all/any of the articles.

eg: Events/Event-A/Register (Events is a category blog, event-a is an article and register is the page to register for the event)

Thanks,

Mat

Mat Kay
  • 508
  • 1
  • 11
  • 24

1 Answers1

0

Joomla doesn't do that out if the box.

Here are your options:

  1. Build a custom component.
  2. Use an existing component that does the job.
  3. Add the links manually to each event page.
  4. Build a plugin that will add a dynamic link to your event page.

Your question is a little vague, are you struggling with adding menu items, or are you struggling with adding the third page in your article hierarchy? Or are you struggling to add a link/button that appears at the bottom of an event page?

seavers
  • 551
  • 5
  • 16
  • Thanks for this reply your option of 3 is what I have done to get the job done. Your option of 4 will be what I will attempt next week as per your reply to my other thread. http://stackoverflow.com/questions/9780857/bypass-joomla-menu-system/9793455#9793455 – Mat Kay Mar 22 '12 at 00:19