- Edited
谢谢分享哩~超需要阿!?
谢谢分享哩~超需要阿!?
Hello. Your forum looks very good.
Good job.
Could you please explain how you added links near the logo?
Thank in advance
AlexanderRusov 其實我也想問這個來著。。。然後簡體中文你是用的哪個包呢,你知道有composer能裝的簡體包嗎?Alex, Sorry for the Chinese, just want to say I have the same question as well.
edit file
vendor/flarum/core/views/forum.blade.php
find
</h1>
add after
<a href="YOUR URL">LINK NAME</a>
Csineneo Thanks, I'll try
Hello.
I tried to do it, but i have symbols instead of correct name.
Is it possible to set up UTF-8 encoding?
@Csineneo I sent you an email. Got a question.
Sorry, I didn't receive any mail about flarum from you. Is there any way I can help?
AlexanderRusov You mean forum.blade.php? It's UTF-8 Unicode text.
Now compatible with v0.1.0-beta.5
Now compatible with v0.1.0-beta.6
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' },
你好,我使用你的语言包已经composer install完毕了,但是我怎么才能在bbs的控制太找到他呢?
我把语言包装在
./flarum/extensions/languages/flarum-ext-traditional-chinese
./flarum/extensions/languages/flarum-ext-simplified-chinese
是这样存放的,网站是可以正常访问的,请问如何把语言加入进去呢?
Csineneo Hi, you can upload your file
vendor/flarum/core/js/forum/dist/app.js
LucasLeandro I did not get your point ?