mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Issue #4024 - Pagination url option added to News preferences. Select between 'record' (legacy format eg. page=20, page=40 etc) or 'page' numbers (page=1, page=2 etc). Experimental - requires more testing.
This commit is contained in:
@@ -581,4 +581,5 @@ define("LAN_ROBOTS_NOIMAGE", "Prevent search engines from indexing images of thi
|
||||
|
||||
define("LAN_NAVIGATION", "Navigation");
|
||||
define("LAN_NAVIGATION_LINKS", "Navigation Links");
|
||||
define("LAN_PAGINATION", "Pagination");
|
||||
|
||||
|
@@ -237,3 +237,4 @@ define("LAN_NEWS_108", "The SEF URL is unlike the title of your news item.");
|
||||
define("LAN_NEWS_109", "Trigger an email notification when you submit this form.");
|
||||
define("LAN_NEWS_110", "News Cache Timeout");
|
||||
define("LAN_NEWS_111", "Time in minutes. Applies only when system cache is enabled.");
|
||||
define("LAN_NEWS_112", "Select the URL format. Either record count (eg. page=20, page=40, page=60 etc.) or page number (eg. page=1, page=2, page=3 etc.). Warning: If modified some news URLs will need to be re-indexed by search engines.");
|
||||
|
Reference in New Issue
Block a user