1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Removal of e107_preset table (deprecated by batch 'copy' function) and other small fixes.

This commit is contained in:
CaMer0n
2012-07-23 09:35:32 +00:00
parent b85f748c98
commit 93a6aa1325
7 changed files with 25 additions and 29 deletions

View File

@@ -22,7 +22,7 @@
// Array element key defines the function prefix and the class name; value is displayed in drop-down selection box
$import_class_names['rss_import'] = 'RSS';
$import_class_comment['rss_import'] = 'Import RSS v2.0 feeds';
$import_class_comment['rss_import'] = 'Import content via RSS v2.0 feeds from virtually any website.';
$import_class_support['rss_import'] = array('news','page','links');
$import_default_prefix['rss_import'] = '';

View File

@@ -22,7 +22,7 @@
// Array element key defines the function prefix and the class name; value is displayed in drop-down selection box
$import_class_names['wordpress_import'] = 'Wordpress';
$import_class_comment['wordpress_import'] = 'Tested with version 2.8.x (salted passwords)';
$import_class_comment['wordpress_import'] = 'Tested with version 3.4.x (salted passwords)';
$import_class_support['wordpress_import'] = array('users','news','page','links');
$import_default_prefix['wordpress_import'] = 'wp_';
@@ -305,6 +305,13 @@ class wordpress_import extends base_import_class
link_function
link_sefurl
*/
/* e107.
0 => LCLAN_20, // 0 = same window
1 => LCLAN_23, // new window
4 => LCLAN_24, // 4 = miniwindow 600x400
5 => LINKLAN_1 // 5 = miniwindow 800x600
*/
$target['link_name'] = $source['link_name'];
$target['link_url'] = $source['link_url'];