Package overides Pro Event
Permalink
Hi All,
I'm new to concrete5 and struggling a bit to understand how i would go about overriding a package.
I'm looking to create a new view within pro events so i can display specific content in a list view, I've managed to add the new block within the /blocks folder but cant get the ajax part to work, which is in the package/proevents/tools dir.
And help even to understand the best practise to override a package would be great
Cheers
David
I'm new to concrete5 and struggling a bit to understand how i would go about overriding a package.
I'm looking to create a new view within pro events so i can display specific content in a list view, I've managed to add the new block within the /blocks folder but cant get the ajax part to work, which is in the package/proevents/tools dir.
And help even to understand the best practise to override a package would be great
Cheers
David
http://www.concrete5.org/documentation/how-tos/developers/change-th...
In your case, you would probably want to create an alternate block template rather than completely override the block view.
http://www.concrete5.org/documentation/general-topics/custom-templa...