This plugin is outdated rubish. Please don't use it.
After installing this plugin all items on your weblog are automatically added to the sitemap. If you want to exclude certain blogs you can indicate this on the blog settings. You can also configure to ping Google everytime a new item is added.
| General Plugin info | |
|---|---|
| Current Version: | 0.2 |
| Download: | Download plugin [zip 2kb 1 file] |
| Code: | NP_GoogleSitemap_code |
| Forum Thread: | http://forum.nucleuscms.org/viewtopic.php?t=9619 |
After installing this plugin all items on your weblog are automatically added to the sitemap. If you want to exclude certain blogs you can indicate this on the blog settings. You can also configure to ping Google everytime a new item is added.
function event_SiteMap(&$data) { global $CONF; $res = sql_query(' SELECT * FROM '.sql_table('plug_extra_skin').' WHERE url != "" ORDER BY title '); while ($row = mysql_fetch_array($res)) { $data['sitemap'][] = array ( 'loc' => $CONF['BlogURL'] . '/extra/' . $row['url'], 'priority' => '0.8' ); } }
NP_GoogleSitemap version 0.2 works with Nucleus CMS version 3.31 - 2007-11-11 kg