By comprateur on Monday, 12 October 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 465
Votes 0
Hello, I would like to override the events page but I don't understand where the files are stored.

Is there a documentation to know which file to override?
Hey there,

May i know which part of event page you would like to modify?

The event item page code file is located at JoomlaFolder\components\com_easysocial\themes\wireframe\events\item.php

If you would like to modify the event page header, the file is located at JoomlaFolder\components\com_easysocial\themes\wireframe\events\item.header.php

If you would like to override the file in your current template, you can take a look of my following example :

// You modify something in this file
JoomlaFolder\components\com_easysocial\themes\wireframe\events\item.header.php

// So you can override this file in your current template
JoomlaFolder\templates\YourTemplate\html\com_easysocial\events\item.header.php


Documentation link : http://stackideas.com/docs/easysocial/administrators/templating/template-overrides

Hope this help.
·
Monday, 12 October 2015 09:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post