1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Issue #3291 - gSitemap upgrades to save table and table_id info for syncing on changes. (coming soon)

This commit is contained in:
Cameron
2020-12-09 15:12:56 -08:00
parent 2b77aa89d4
commit d0feb76cef
5 changed files with 54 additions and 14 deletions

View File

@@ -26,6 +26,8 @@ class forum_gsitemap // plugin-folder + '_rss'
foreach($data as $row)
{
$import[] = array(
'id' => $row['forum_id'],
'table' => 'forum',
'name' => $row['forum_name'],
'url' => e107::url('forum','forum',$row, array('mode'=>'full')), // ('forum/forum/view', $row['forum_id']),
'type' => LAN_PLUGIN_FORUM_NAME