1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

OpenLD 1.1.4 rc1 Released

Discussion in 'Directories' started by latehorn, Jan 27, 2007.

  1. #1
    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
    <?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();
    ?>
    Code (markup):
    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
     
    latehorn, Jan 27, 2007 IP
    Will.Spencer likes this.
  2. vic_msn

    vic_msn Well-Known Member

    Messages:
    2,233
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    155
    #2
    nice script but would like to see admin panel demo .
     
    vic_msn, Jan 27, 2007 IP
  3. solidghost

    solidghost Peon

    Messages:
    413
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yup, been very interested in this script since v1.
    Hope it will remain active.
     
    solidghost, Jan 27, 2007 IP
  4. SilkySmooth

    SilkySmooth Well-Known Member

    Messages:
    1,583
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    180
    #4
    Yep me too, anyway you can give access to the admin section so we can take a look?
     
    SilkySmooth, Jan 28, 2007 IP
  5. latehorn

    latehorn Guest

    Messages:
    4,676
    Likes Received:
    238
    Best Answers:
    0
    Trophy Points:
    0
    #5
    latehorn, Jan 28, 2007 IP
  6. latehorn

    latehorn Guest

    Messages:
    4,676
    Likes Received:
    238
    Best Answers:
    0
    Trophy Points:
    0
    #6
    In order to not make a new thread about a minor release, I bump this one to tell everybody that a new bugfix-release of OpenLD is available.

    Changes from 1.1.4 rc1
    -fixed no-spacing in footer
    -fixed no-admin-links-in-sponsor-cells
    -categories in drop down lists is now sorted by the category-sort-option
    -fixed some issues that occurred when adding links from Admin->Browse
    -removed a bad line break in Category Adder
     
    latehorn, Jan 28, 2007 IP