Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #1002515

    Hi,

    You can find and remove it from here

    • Go to admin site -> Components -> JA Mega Filter -> and see JA Megafilter

    Regards

    rickozaccess Friend
    #1002602

    Thanks Ninja, however those 3 fields are not listed there.

    See the screen shots.

    Cheers


    1. base
    2. Custom
    Ninja Lead Moderator
    #1002933

    Hi,

    I need to check further directly on your site, please give me the admin login of your site via private reply.

    Regards

    rickozaccess Friend
    #1003079
    This reply has been marked as private.
    Ninja Lead Moderator
    #1003302

    Hi,

    You can find and remove Create Date and Modified Date from components/com_jamegafilter/views/default/view.html.php file with code

    $sorts[] = array('field'=>'created_date', 'title'=> JText::_('COM_JAMEGAFILTER_CREATED_DATE'));
    $sorts[] = array('field'=>'modified_date', 'title'=> JText::_('COM_JAMEGAFILTER_MODIFIED_DATE'));

    Regards

    rickozaccess Friend
    #1003468

    SOLVED

    Many Thanks Ninja,

    I did try to add the file to the template path and failed:
    /templates/ja_brickstore/html/com_jamegafilter/views/view.html.php

    I have now edited the core file, which is successful.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  rickozaccess 7 years, 3 months ago.

The topic ‘Removing sort fields from Megafilter’ is closed to new replies.