By thalemn on
Hi,
I'm using the Calendar Page View and see a link to the Calendar at the bottom of Page Content.
I need to turn this off, but can't figure it out!
Help, Please!
Thanks!
Hi,
I'm using the Calendar Page View and see a link to the Calendar at the bottom of Page Content.
I need to turn this off, but can't figure it out!
Help, Please!
Thanks!
Comments
Are you familiar with using
Are you familiar with using firebug to find page elements and then use CSS to turn them off?
If not, you can read a tutorial I wrote on this subject here:
http://www.missingubercartmanual.com/How-to-Make-Changes-to-a-Drupal-Theme
-Blake
www.BlakeSenftner.com www.3D-Avatar-Store.com
Got it!
Hi Blake,
After I posted my message I checked the code, found the div and removed it from the theme.
I'm good to go!!
Thank you for offering to help so quickly!
Tom Hale
New Day Web Design
www.newdaywebdesign.com
This is not a good solution
This is not a good solution to the problem... it is a hack
OTOH, it's not such a big
OTOH, it's not such a big deal, is it? It means it will be easy to undo the "hack" (and easily apparent in the theme) if there comes a time that the calendar icon is desired. Other methods have their downsides, too. Perhaps unsetting it with a preprocess function is "less of a hack", e.g. in the theme's template.php file, but it's also less obvious to spot in the future.
See you at the Drupalcon!
Well it does seem like the
Well it does seem like the best "hack" to fix this gaping hole in this module. But it's not even close to the right way to do it... this should be an option somewhere in the module, and if that's not possible, let people hack it to add the markup, I HATE being forced to hack to remove markup that should never be there to begin with.