Results 1 to 10 of 16

Thread: Listing Carousel Plugin

Threaded View

  1. #1

    Listing Carousel Plugin

    Listing Carousel Plugin

    The plugin enables sliding through featured ads and ads shown with Listings Box Plugin, for example: popular, rated, random and recently added ads.

    For correct performance of the Plugin you will need to update it with the codes below:

    1. Connect to your server through ftp and go to includes > class > rlListings.class.php
    2. Open rlListings.class.php
    3. Find function buildFeaturedBoxes( $listing_type_key = false )
    a) Find and replace
    Code:
    Only registered members can view the code.
    with
    Code:
    Only registered members can view the code.
    b) Find an replace
    Code:
    Only registered members can view the code.
    with
    Code:
    Only registered members can view the code.
    4. Find function getFeatured
    a) Find and replace
    Code:
    Only registered members can view the code.
    with
    Code:
    Only registered members can view the code.
    b) Enter
    Code:
    Only registered members can view the code.
    before
    Code:
    Only registered members can view the code.
    or replace (if you already have it)
    Code:
    Only registered members can view the code.
    with
    Code:
    Only registered members can view the code.
    c) After the code below:
    Code:
    Only registered members can view the code.
    Enter:
    Code:
    Only registered members can view the code.
    5. Save the changes and update the file on your server.

    Thanks
    Last edited by Dmitry; December 14, 2012 at 11:45 AM.