Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Mr.Cat Moderator
    #1029012

    Hi @kroenerdesign,

    JA Megafilter has some issues with the recent Joomla 3.7 official release. Weโ€™re working to fix them asap.

    Kindly be patient and wait for our new update.

    Thanks.

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    kroenerdesign Friend
    #1038108

    Hello and thank you,

    we have another problem width the JA Megafilter Component in combination with the Plugin Extra Fields. But in the component you can nothing save until the plugin is activated. We get allways the error:

    Fatal error: Cannot redeclare class ContentModelArticle in /var/www/web134/html/test/administrator/components/com_content/models/article.php on line 863

    When I go back, it seems to be saved but nothing will be shown in frontend ๐Ÿ™

    Mr.Cat Moderator
    #1038264

    @kroenerdesign,

    What is ‘Plugin Extra Fields’ ? Could you provide us the site access information in private comment to checker deeper?

    Thanks.

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    kroenerdesign Friend
    #1038325
    This reply has been marked as private.
    Mr.Cat Moderator
    #1038653

    Please grant me Supper User access. I need to edit code on your site.

    Thanks!

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    kroenerdesign Friend
    #1038945

    Ok, now you have Super User Access.

    After fixing, can you tell me the code or give the fixed version to download? Because this is a test version and I want to implement this on a live site.

    Thank you very much.

    Mr.Cat Moderator
    #1038958

    @kroenerdesign,

    Open file

    /plugins/jamegafilter/content/helper.php

    Go to line 186 and remove these codes

    require_once (JPATH_ADMINISTRATOR . '/components/com_content/models/article.php');
    JLoader::import('joomla.application.component.model');

    Now everything works fine ๐Ÿ˜‰

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    kroenerdesign Friend
    #1040588

    Thank you very much.

    But I have selected just the category "Box" but other categories (Termine) want also be shown ๐Ÿ™

    Hope you can help again asap

    kroenerdesign Friend
    #1040592

    ok, my mistake. It was a cache problem.

    kroenerdesign Friend
    #1040620

    How can I add custom fields in the Intro-Boxes? I like to change the product-item.php and put into something like : {field 21:label}.

    kroenerdesign Friend
    #1040692

    I found it! Solution: {attr.ct21.value}

    But next problem: I want to split the view:

    if (artilce cat id =7){
    echo "Title1";
    <div class="product-item-details">
    }

    if (artilce cat id =8){
    echo "Title2";
    <div class="product-item-details">
    }

    How can I realize that? Thank you very much.

    kroenerdesign Friend
    #1040901

    solved

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

This topic contains 12 replies, has 2 voices, and was last updated by  kroenerdesign 7 years, 5 months ago.

The topic ‘Sort by custom field 'date' / Error 1054 Unknown column 'f.alias' in 'field list’ is closed to new replies.