How to change Events page on Sage skin?
Ning To Jamroom
"I want to change the code on the page, but Im not a coder" - Now you are
Very first thing to try is to read this page:
Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
Then add something. Baby steps is a good idea, so just add "HI THERE!" to the template you're interested in and see if it comes out.
If it does, you know you are editing the correct template. This is something I do all the time, add some text just to make sure im in the right place.
Once you know you're in the right place you can move on to doing what you actually want to do.
--
Since what you're actually wanting to do is remove stuff, you probably should know about 'commenting out' stuff.
"Comment out" means to leave the code in place, but not have it actually run, eg in template files the code to comment out a section starts with
{* and ends with
*}. Nothing in between will show:
This WILL show
{* This wont show *}
This WILL show
{* This wont show *}
This WILL show
{* This wont show *}
This WILL show
{* This wont show *}