Duncan No, it isn't... It's only broken in the latest dev-master. Can you delete all cache possible?
dev-master
Caches: 1. Delete storage/cache 2. Delete assets/*.js 3. Browser Cache
storage/cache
assets/*.js
Disable & Enable the extension and log out & log in.
See if it gets resolved.
datitisev/flarum-ext-admindashboard@v0.1.0-beta.4 brings support for Flarum beta.6 and says good bye to Flarum beta.5. It also has a few bugfixes. Sorry about this update being late, I hop from project to project and forget some of them...
beta.6
beta.5
Detailed but less interesting changelog:
v0.1.0-beta.3
datitisev-dashboard.admin.settings.title
Hi! I get this 'error':
Extension Version Installed New Version hyn/flarum-default-group 0.5.0 0.3.0
achlys Thanks for the bug report! This is caused by https://github.com/hyn/flarum-default-group not having a release description for the tag 0.5.0. See this screenshot:
0.5.0
I'll see what I can do about it. Sorry about that. ?
datitisev/flarum-ext-admindashboard@v0.1.0-beta.5 fixes the bug achlys kindly pointed out.
/releases
/tags
f149b3f
#6
Hi, thank for your work.
In my Dashboard, i can view 6 users while i have 5 users because i have deleted 1 user.
When you get users total number, you use user id ?
LuffyyffuL Yes, I get the latest user's ID, so it won't be that accurate, but it will still be close. If that's a problem, I'll try to learn to make how to create and API endpoint or add it to the app forum object to get that data.
@datitisev My Dashboard shows like this how do i fix it?
BajpanGosh
Try pressing CTRL-F5 on your browser.
BajpanGosh Try disabling and re-enabling any extension. It should be fixed then.
Hi @datitisev , the post counter still can't be fixed now ? it keeps showing ??? sign
Thanks before
RamaZeta Hi!
The post counter doesn't work because inv0.1.0-beta.6, the API returns a server error when anyone tries to fetch the posts. This bug has been fixed in the latest dev-master (flarum/core#1188), but as the API will probably change, I'll update the extension once beta.7 comes out.
v0.1.0-beta.6
beta.7
datitisev Ah i see, thanks for the explanation. Good work sir!
ConfigureClientView
ConfigureWebApp
There may be some changes that I've forgotten about, as it's been more than half a year. Here are some screenshots:
Nice job datitisev ! I can finally see that post count up from ??? ?
datitisev I keep getting this.
AnthonyFrancisVasquez re-enable any (other) extension, flush cache php flarum cache:clear, clear browser cache and if you use cloudflare that as well.
php flarum cache:clear
AnthonyFrancisVasquez disabling and re-enabling the English language extension fixes that
luceos Or simply use a force refresh, as this sometimes fixes this.
datitisev o use the extension updates feature, you will need to create a Github Developer App and introduce the Client ID and the Client Secret in the extension's settings
howcan i do this , have tried but not working
AdonisJustin In that link, you'll have to click "Create new oAuth app", fill in the details, and then copy the client ID & secret to the modal.