The plug-in page disappears when the theme is

22 days later

Will be also nice to have search field in the extension page.

User search bar is not displayed in Asirem theme on V1.7 , not a big problem, just to let you know.
Thank you for all your efforts!

5 days later
11 days later

Does the Asirem theme conflict with the Synopsis plugin? When I enable the Asirem theme, there will be two summaries of the article. This is not the case when I cancel the Asirem theme or use another theme

    My flash version is 1.7.1, and my PHP version is 8.1

    abczoujin
    Yes, when you enable mobile prompts, it repeats, I think it's a bug, I ended up giving up on Synopsis, although a bit of css should fix it.

      There are also some places where the label title and font color are inconsistent (ensure that there are no CSS configurations, no other themes installed, or newly built forums)

        abczoujin
        CSS is related to the extension you use, if you can provide your site link, maybe I can give some advice

        abczoujin
        I see that the mobile version of catfans is OK, I think you have found a way to solve it.

          Subarist Yes, except for some inconsistent label styles, the above mentioned issues have been resolved through CSS. Thank you for your response

          I tried to set up an eye-pleasing structure with a few minor CSS edits on the theme. Metin2 Forum

          I activated the Asirem theme. When I click on an empty left tab area on my own profile page (likes, messages, etc.) and scroll down to the bottom of this page, it automatically jumps up. It's fine when I look at someone else's profile, but only my own profile has this problem.

          9 days later

          @SychO I am actively using the Asirem theme. When I enter the profile page, when I scroll to the bottom part, it automatically jumps up and repeats this constantly. Console output like this, can you help please?

          Website: www.metin2.org.tr

          10 days later

          @SychO

          Experiencing some issues with primary nested tags not showing in the permissions page. If I disable the theme, they come back.

          a month later

          SychO I put this code in my Custom CSS, but it did nothing. Shouldn't this make the post backgrounds transparent?

          For me this theme prevented my upgrade to 1.8 to go through.
          Flarum admin-backend said it was 1.8, but the looks were the same as before, and I could not enter any extension settings and other wierd behavior in backend.
          composer remove afrux/asirem solved it.

          But I hope this will be compatible in the future 🙂

            FullThrottle83

            The backend of afrux/asirem has had some minor bugs since version 1.7
            My approach is to disable it and use the backend of flarum instead.
            To do this, locate the following files and comment out the following two sections of code.

            /flarum/vendor/afrux/asirem/extend.php

            /*
                new \Afrux\ThemeBase\Extend\ExposeLaravelVersionToDashboard, 
               (new \Afrux\ThemeBase\Extend\DashboardLayout)
                    ->splitToNavAndContent()
                    ->normalizeStatusWidgetStructure()
                    ->normalizeAdminHeaderStructure()
                    ->normalizeExtensionPageStructure()
                    ->normalizeUserTable(),
                    ->addExtensionsPage(),
            */
            
             /* 
                    (new Extend\Frontend('admin'))
                    ->js(__DIR__.'/js/dist/admin.js')
                    ->css(__DIR__.'/less/admin.less')
                    ->content(function (Document $document) {
                        $document->layoutView = "afrux-asirem::frontend.admin";
                    }), 
             */

            I just upgraded to 1.8, and the world is still beautiful.

              I decide to disable and uninstall this theme has not get update since long time and my doubt that not update code can have also maybe some issue, security also.

              Will be useful to see in the installed extension page the last update date 🙂 to know witch extension still keep maintained and update and with one can be an extension installed but old, without any update 🙂