+ Reply to Thread
Results 1 to 3 of 3

Thread: category not showing

Hybrid View

  1. #1

    category not showing

    Hello,
    i'm tring to figure out why i dont have the categories list below my category Care & Beauty like the one on the right (
    Beauty & Healt)
    Can anyone help?

    Thank you!

    cat.jpg

  2. #2
    Exist big fix for it.

    Open file: ftp://admin/controllers/blocks.inc.php at line ~ 160

    find code:
    PHP Code:
    Only registered members can view the code
    and replace to:
    PHP Code:
    Only registered members can view the code
    then open file: ftp://admin/controllers/listing_types.inc.php
    in 2 places find:
    PHP Code:
    Only registered members can view the code
    replace to:
    PHP Code:
    Only registered members can view the code
    then find line:
    PHP Code:
    Only registered members can view the code
    replace to:
    PHP Code:
    Only registered members can view the code
    open file: ftp://admin/tpl/blocks/categories_tree.tpl
    and replace all code to new:
    Code:
    Only registered members can view the code.
    find file: ftp://admin/tpl/controllers/blocks.tpl
    find code at line ~149
    Code:
    Only registered members can view the code.
    replace to:
    Code:
    Only registered members can view the code.
    then below at line ~197 find code:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    find file: ftp://includes/classes/rlCommon.class.php
    at line ~ 1057 find code:
    PHP Code:
    Only registered members can view the code
    and replace to:
    PHP Code:
    Only registered members can view the code
    then go to Admin Panel >> Database and run this mysql lines:
    Code:
    Only registered members can view the code.
    all this changes should fix the bug with showing categories.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Thank you! Works perfect

+ Reply to Thread