谢谢分享哩~超需要阿!?

AlexanderRusov 其實我也想問這個來著。。。然後簡體中文你是用的哪個包呢,你知道有composer能裝的簡體包嗎?Alex, Sorry for the Chinese, just want to say I have the same question as well.

    AlexanderRusov cp_share2china

    edit file

    vendor/flarum/core/views/forum.blade.php

    find

    </h1>

    add after

    <a href="YOUR URL">LINK NAME</a>

      Hello.
      I tried to do it, but i have symbols instead of correct name.
      Is it possible to set up UTF-8 encoding?

        13 days later

        justshipit

        Sorry, I didn't receive any mail about flarum from you. Is there any way I can help?

        17 days later
        7 months later

        Csineneo sorry kinda off topic but how did you manage to add image banner on the left side of the homepage of your site?

          a month later

          rnovino You need to edit file vendor/flarum/core/js/forum/dist/app.js

          Find IndexPage-results sideNavOffset, and move up three lines, then add codes on it.

                            ),
                            m('a', {href: 'YOUR URL'}, m('img', {src: 'IMAGE URL'}))    /* your codes here */
                          ),
                          m(
                            'div',
                            { className: 'IndexPage-results sideNavOffset' },
          
          2 months later

          New supported extensions

          • amaurycarrade-syndication
          • antoinefr-money
          • avatar4eg-users-list
          • datitisev-dashboard
          • davis-securehttps
          • davis-socialprofile
          • flagrow-ads
          • flagrow-byobu
          • flagrow-analytics
          • flagrow-upload
          • flarum-best-answer
          • sijad-flarum-ext-pages
          • sijad-links
          • xengine-signature
          a month later

          New:

          • flagrow-bazaar
          • flagrow-split
          • sijad-auth-steam
          • sijad-google-analytics
          • sijad-recaptcha

          Update:

          • flagrow-upload

          New

          • flagrow-passpor
          • issyrocks12-filter
          • johnhearfield-oauth-google
          • wiseclock-login2see
          • wiseclock-reply2see
          • wuethrich44-sso
          17 days later

          你好,我使用你的语言包已经composer install完毕了,但是我怎么才能在bbs的控制太找到他呢?

          我把语言包装在
          ./flarum/extensions/languages/flarum-ext-traditional-chinese
          ./flarum/extensions/languages/flarum-ext-simplified-chinese

          是这样存放的,网站是可以正常访问的,请问如何把语言加入进去呢?

            thinkcc 我把语言包装在
            ./flarum/extensions/languages/flarum-ext-traditional-chinese
            ./flarum/extensions/languages/flarum-ext-simplified-chinese

            你這是自己上傳的麼?不需要這樣做,看首貼使用 composer 安裝完在後臺 extensions 裡面啟用即可