By Ranajee on
I am new to drupal. But It is really a nice pre-tested CMS. I can do understand the css and html in css and template (tpl) files. I added up an event module to my site brightspyre training site .
I want to edit calendar month, day, list and table view in this module. First I want to replace the block name "Event" with "Browse Calendar". Second I need to remove the link called "event" from the table. Is there any possible way to do this. Please help to solve my problem.
Comments
Editing Calendar View
To remove event link:
look at modules/event/event.theme:
comment out the if block with the node->type in it.
It's in there several times
As far as changing the block name, I just did a search for "Event" in the event.module, and changed the title, in my case it was to "Schedule". Not sure if there is a better way to do this.