Skip to content

Joomla 4 support? #5

@getimo

Description

@getimo

Hello, thank you for providing this plugin. Is there any chance getting a Joomla 4 version? I tried by myself but didn't get it. This is what I have:

`

app; if (!$app->isClient('site')) { return; } $template = $this->params->get('templatename', 'protostar'); $view = $app->input->get('view'); if ($view == 'form') { $app->setTemplate($template); } } public function __construct(&$subject, $config = []) { $this->app = Factory::getApplication(); parent::__construct($subject, $config); } } ` Bit I get a Joomla error page: 500 - behavior::tabstate not found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions