FriendsOfFlarum User Directory
Rinnoka-saku could you share a screenshot? Does it happen right after changing the filter or after you load more pages?
clarkwinkelmann It happens only when loading more pages.
Meanwhile,the"load more"button will appear in the wrong place.
Rinnoka-saku can you open the javascript console in your browser development tools and copy any error message that appears ?
Most likely there's a javascript error caused by an incompatibility with another of your extensions.
You could also try disabling extensions until the issue goes away to pinpoint which one it is.
clarkwinkelmann
Uncaught TypeError: Cannot read property '0' of null color-thief.min.js:27
at i.getColor (color-thief.min.js:27)
at Image.t.onload (User.js:90)
i.getColor @ color-thief.min.js:27
t.onload @ User.js:90
load (async)
calculateAvatarColor @ User.js:88
(anonymous) @ User.js:43
(anonymous) @ computed.js:32
n.view @ UserCard.js:32
t.<computed> @ extend.js:25
e.render @ Component.js:102
o @ Component.js:189
M @ mithril.js:806
(anonymous) @ mithril.js:822
A @ mithril.js:847
I @ mithril.js:1000
D @ mithril.js:630
I @ mithril.js:989
(anonymous) @ mithril.js:709
A @ mithril.js:879
I @ mithril.js:1000
D @ mithril.js:630
I @ mithril.js:989
(anonymous) @ mithril.js:709
A @ mithril.js:879
I @ mithril.js:1000
D @ mithril.js:630
I @ mithril.js:989
(anonymous) @ mithril.js:469
A @ mithril.js:891
I @ mithril.js:1000
D @ mithril.js:630
I @ mithril.js:989
(anonymous) @ mithril.js:469
A @ mithril.js:891
I @ mithril.js:1000
D @ mithril.js:630
I @ mithril.js:989
(anonymous) @ mithril.js:469
A @ mithril.js:891
I @ mithril.js:1000
D @ mithril.js:630
I @ mithril.js:989
(anonymous) @ mithril.js:469
A @ mithril.js:891
I @ mithril.js:1000
D @ mithril.js:630
I @ mithril.js:989
(anonymous) @ mithril.js:469
A @ mithril.js:891
I @ mithril.js:1000
g.render @ mithril.js:1340
(anonymous) @ mithril.js:1567
v @ mithril.js:189
ct @ mithril.js:1563
g.redraw @ mithril.js:1547
g.endComputation @ mithril.js:417
n.lazyRedraw @ patchMithril.js:41
r.parseResults @ UserDirectoryList.js:193
(anonymous) @ mithril.js:2033
c @ mithril.js:2004
l @ mithril.js:2024
St.n.resolve @ mithril.js:1941
(anonymous) @ mithril.js:1976
u @ mithril.js:1974
(anonymous) @ mithril.js:2051
c @ mithril.js:2004
(anonymous) @ mithril.js:2048
c @ mithril.js:2004
l @ mithril.js:2024
St.n.resolve @ mithril.js:1941
(anonymous) @ mithril.js:1976
u @ mithril.js:1974
(anonymous) @ mithril.js:2051
c @ mithril.js:2004
(anonymous) @ mithril.js:2048
c @ mithril.js:2004
l @ mithril.js:2024
St.n.resolve @ mithril.js:1941
(anonymous) @ Application.js:302
(anonymous) @ mithril.js:2033
c @ mithril.js:2004
l @ mithril.js:2024
St.n.resolve @ mithril.js:1941
(anonymous) @ mithril.js:1976
u @ mithril.js:1974
(anonymous) @ mithril.js:2051
c @ mithril.js:2004
(anonymous) @ mithril.js:2048
c @ mithril.js:2004
l @ mithril.js:2024
St.n.resolve @ mithril.js:1941
t.onload.t.onerror @ mithril.js:2272
n.onreadystatechange @ mithril.js:2153
XMLHttpRequest.send (async)
(anonymous) @ mithril.js:2191
(anonymous) @ mithril.js:2199
g.request @ mithril.js:2288
e.request @ Application.js:302
e.find @ Store.js:98
r.loadResults @ UserDirectoryList.js:166
r.loadMore @ UserDirectoryList.js:177
H.t.<computed> @ mithril.js:1286
This seems to be the relative error.
with appreciation
I can't install this package . It seems like out of memory error or fatal error . Can any one help me on this issue?
DevanNarayanan if you encounter memory issues, check your host has enough memory to run Composer. This is not related to any extension in particular.
Feel free to open a new support discussion if you need more help.
Any plan to add sorting by Groups?
It's frustrating to don't have ability to easy check list of Admins or Mods
- Edited
Wadera we have an open issue for that, but there is no concrete plan to add that at the moment FriendsOfFlarum/user-directory10
Flarum natively has a group:
search gambit for users. Unfortunately it's not super easy to use any I don't think it can be used from the user-directory page. if you type group:admin
in the search bar of Flarum you'll see 5 user results matching the gambit, but that's all.
Can you help im getting this
- Installation request for fof/user-directory ^0.3.4 -> satisfiable by fof/user-directory[0.3.4].
- fof/user-directory 0.3.4 requires flarum/core ^0.1.0-beta.8 -> satisfiable by flarum/core[0.1.x-dev, v0.1.0-beta.10, v0.1.0-beta.11, v0.1.0-beta.11.1, v0.1.0-beta.12, v0.1.0-beta.13, v0.1.0-beta.8, v0.1.0-beta.8.1, v0.1.0-beta.8.2, v0.1.0-beta.9] but these conflict with your requirements or minimum-stability.```
HeyJack0001 Can you please post the output from php flarum info
?
HeyJack0001 make sure you are running the Composer command in the Flarum directory.
Hello, I have successfully installed this plugin.But I want to change the name of this tag on the home page, where can I change it? Thanks so much for taking a look!
Hello,
I have installed this ext. but I can see nowhere in menu.
Flarum 0.1.0-beta.13
PHP 7.4.3
MySQL 8.0.20-0ubuntu0.20.04.1
rmalenko do you see the extension in the admin panel?
To add a link to the users page, you need to enable the corresponding option in the extension settings.
The link will appear on the homepage, not the admin panel.
- Edited
clarkwinkelmann
Yes, I see and option is enabled
- Edited
How can I hide the ad in the sidebar for the https://flarum.gen.tr/users link?
Css:
.UserDirectoryList .reklam
{
display: none;
}
I tried this css code. The advertisement appears.
Ad position in the left column under tags on frontpage:
<div class="reklam">
<a href="https://www.digitalocean.com/" target="blank">
<img width="90%" height="90%" src="https://images.prismic.io/www-static/49aa0a09-06d2-4bba-ad20-4bcbe56ac507_logo.png">
</a>
<br>FlarumGenTR, DigitalOcean sunucularında barınmaktadır.
</div>
DursunCan unfortunately .UserDirectoryList
is added to the right part of the page, which isn't a parent of the left side navigation.
I don't think this can be solved with CSS.
clarkwinkelmann I will add google adsense. I blocked the user list page with /robots.txt from accessing bots. But since google ad will appear on this page, my site may be spammed by google.