1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Fixes #4172 - Incorrect RSS URLs on news and incorrect SEF URL example.

This commit is contained in:
Cameron
2020-05-20 11:49:05 -07:00
parent 80c5bd7582
commit 74a3735488
3 changed files with 22 additions and 19 deletions

View File

@@ -140,7 +140,7 @@ class core_news_sef_url extends eUrlConfig
'name' => LAN_EURL_CORE_NEWS, // Module name
'label' => LAN_EURL_NEWS_REWRITEX_LABEL, // Current profile name
'description' => LAN_EURL_NEWS_REWRITEX_DESCR, //
'examples' => array('{SITEURL}news/1/news-title')
'examples' => array('{SITEURL}news/view/1/news-category/news-title')
),
'generate' => array('table'=> 'news', 'primary'=>'news_id', 'input'=>'news_title', 'output'=>'news_sef'),
'form' => array(), // Under construction - additional configuration options