+ Reply to Thread
Results 1 to 2 of 2

Thread: Feature Boxes...

  1. #1

    Feature Boxes...

    Hello,

    I am using all of my 7 listing type featured boxes on my homepage. I would like to know based on this code which is for my for sale listing type:

    Code:
    Only registered members can view the code.
    Is there some way I can modify thiat code so if there are no FEATURED ads then don't display the block? Meaning hide the container that holds those featured ads?

    Thank you
    Brian

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello,

    Go to ftp > includes > classes > rlListings.class.php > find function buildFeaturedBoxes

    and change:
    PHP Code:
    Only registered members can view the code
    to:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread