Advanced Search  :  Site Statistics  :  Directory  :  Web Resources  :  Forum  
    Plugins for Geeklog Geeklog Plugins    
 Welcome to Plugins for Geeklog
 Friday, May 09 2008 @ 10:13 PM EDT

Remove Calendar

   
GeekLogI found on some sites, no matter what I did the calendar was crawled by some search engines. I solved this problem by replacing the calendar.php in the standard geeklog install with this:

<?php

// modified calendar.php to disable calender completely

require_once('lib-common.php');

$url = $_CONF['site_url'];

header ('Location: ' . $url);

?>
 

Story Options

Remove Calendar | 3 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Remove Calendar
Authored by: anonymous on Friday, February 18 2005 @ 12:39 AM EST
Couldn't you just remove the calendar.php file all together? That is what I have done in the past.
  • Remove Calendar - Authored by: anonymous on Monday, August 29 2005 @ 06:52 AM EDT
Remove Calendar
Authored by: anonymous on Sunday, June 18 2006 @ 03:18 PM EDT
thanx
 Copyright © 2008 Plugins for Geeklog
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.16 seconds