+ Reply to Thread
Results 1 to 7 of 7

Thread: Not combine listing type

Hybrid View

  1. #1

    Not combine listing type

    Dear Flynax Dev,

    By default, when listing type set in the same position, for example: listing type A, B, C set to position middle. These 3 listing type will be combined in 1 single content box. Is there anyway if I can make listing type C stand separated below or above? Only listing type A and B combined.
    Last edited by Wei Hong; June 7, 2021 at 05:01 PM.

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

    Unfortunately, there is no quick solution as it's related to sections logic in rlCommon.class.php > simulateCatBlocks(),

    it will require a customization

  3. #3
    Quote Originally Posted by Rudi View Post
    Hello,

    Unfortunately, there is no quick solution as it's related to sections logic in rlCommon.class.php > simulateCatBlocks(),

    it will require a customization
    Thank you for your quick response, Rudi.

  4. #4
    Hi Rudi,

    I just think of this and I don't know if it's possible. Is there anyway if I could create a new content box, and somehow called or displayed all the category of listing type C? This way, this content box will not be merged/combined with content box of listing type A and B.

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello Wei,

    Create a php box and insert this code:

    PHP Code:
    Only registered members can view the code

  6. #6
    [QUOTE=Rudi;33488]Hello Wei,

    Create a php box and insert this code:

    PHP Code:
    Only registered members can view the code
    /QUOTE]

    Hi Rudi, honestly this works exactly as I wanted. I'm sure more user will find it useful. Thank you so much for your excellent support.

  7. #7
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    yes thanx rudi,
    I can use this too.

+ Reply to Thread