Events category display problem

  • threshold
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 11 months ago #97472 by threshold
Events category display problem was created by threshold
Hello,
I must be having a brain cramp. When I link directly to the events category from the menu, I get the look that I want (menu_link) but when I try to add the module below an article, I can't make it look the same (article_view). How do I make the article view formatted like the menu view?

Thanks
Mike

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
8 years 11 months ago #97484 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Events category display problem
Hello Mike

If you want to have that kind of layout inside a module, you need to use a different kind of module.

Create an instance of Events Booking - View module. In the module parameters, select Upcoming Events for View parameter

Then load that module inside article, you should have the kind of layout you want

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • threshold
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 11 months ago #97536 by threshold
Replied by threshold on topic Events category display problem
Thanks. That got me close. I was able to figure out the query string layout=default&id=1 to show only the category that I want. The only thing left is that I don't want to display "Upcoming Events" (see attached)

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
8 years 11 months ago #97545 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Events category display problem
That's something you will need to edit code to remove it. Open the file components/com_eventbooking/view/upcomingevents/tmpl/default.php, you should see the code for showing that text and remove it

You should move the modified file to PATH_TO_YOUR_TEMPLATE/html/com_eventbooking/upcomingevents folder so that the change won't be lost when you update. It is called Template Override in Joomla, see docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core if you want to understand more

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc