程序员人生 网站导航

PHPCMS添加google sitemap地图并自动生成

栏目:DedeCMS时间:2013-11-25 15:07:15

  网(LieHuo.Net)教程 现在phpcms的google地图不能自动生成,做以下修改后发布文章、修改文章时自动生成,免去了很多麻烦,希望官方下次升级时把这个功能加上。

  修改 admin/content.inc.php 在以下代码的前一行

以下为引用的内容:
if($contentid) showmessage('发布成功!', '?mod=phpcms&file=content&action=add&catid='.$catid); 和 showmessage('修改成功!',
$forward);

  加入

以下为引用的内容:
$dosubmit = 1;
$mark = 1;
$auto = 1;
include 'googlemap.inc.php';

  修改 admin/googlemap.inc.php

以下为引用的内容:
showmessage('生成成功');

   改为

以下为引用的内容:
if(!$auto) showmessage('生成成功');

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐