- Impact
- 2
Changes between 1.1.3 and 1.1.4rc1
-More theme hooks have been added
-Fixed the reversed sort order on link types bug
-Fixed a few spell-bugs
-The catery block is now only displayed if it contains any categories
-test: changed url rewrite property 'index' to 'dir'
-New Feature: Orders of categories can now be set from the Admin -> Options -> Display
How to upgrade from 1.1.3?
1. Make a file called upgrade.php in which you insert this content
2. Put the file into your script folder on your server and run it once. If a blank page is displayed, upgrade succeeded without any errors.
3. If you have SE friendly urls(mod_rewrite) enabled, you must disable it and then enable it again in order to make urls to work.
Download | Demo
-More theme hooks have been added
-Fixed the reversed sort order on link types bug
-Fixed a few spell-bugs
-The catery block is now only displayed if it contains any categories
-test: changed url rewrite property 'index' to 'dir'
-New Feature: Orders of categories can now be set from the Admin -> Options -> Display
How to upgrade from 1.1.3?
1. Make a file called upgrade.php in which you insert this content
Code:
<?php
define("OPENLD_ROOT", "./");
require OPENLD_ROOT. 'header.php';
$db->query('INSERT INTO '. $db->prefix. 'settings (title, value) VALUES ("categories_sorting_by", "title")') or error('', __FILE__, __LINE__, $db->error());
generate_settings_cache();
?>
3. If you have SE friendly urls(mod_rewrite) enabled, you must disable it and then enable it again in order to make urls to work.
Download | Demo









