0E800 fixed with this pr https://github.com/jordanjay29/flarum-ext-summaries/pull/5
Masquerade by FriendsOfFlarum, the user profile builder
Released 0.1.3 which modifies how fields are shown; supported are:
- url
- boolean (make sure you add to the description that "yes" is a boolean)
I'll create something that will modify the profile editing as well in the future.
Please don't upgrade yet, seems I have introduced an issue there ?
There 0.1.4 fixes that, enjoy! ?
Wow that is fast ?
- Edited
Is it just me? Doesn't look like the fields are set even.
Maybe my custom CSS lines are the cause?
You are referring to the titles, eg "Edit field Computer Experience"? These in fact are fieldset legends and are supposed to dangle above the field..
- Edited
First, thank for that extension !!!
Maybe add the option in admin to extend the field or not while creating it.. (like make my about field in the user config have multiple line (get it? sorry for my english)
And the option for user to hide or show the field would be nice aswell. (Admin while creating the field can choose if user can hide that field) ?!
And a light line between each entry would be nice (view side)..
A smaller url, like "/p/user" instead of "/masquerade/user". and if possible overwrite the url to profile, that user arrive directly on the profil page instead of the "/u/user" !!
Oh and I don't get the "Force user to complete profile" function, as it doesn't do anything in my test !!
And since I disable the original User bio, to switch again doesn't change anything, the field doesn't come back.
ps: I have lot of idea, but I dont get how to make a flarum extension... (I change the core instead. I know, but...)
I wanted make a complet rewrite of the user page, to make as you did, a profil page, but also showing the discussions in list instead of the content... And brief !!
But I just discover flarum so, maybe I will be able to make an extension latter !!
I already plan some new extension, but for now it's just idea that I already made for other "software" !!
Loky I'd love to consider a Pull Request over on GitHub ? :
Loky https://github.com/flagrow/masquerade/pull/20 will soon add custom field types to Masquerade. It would be entirely possible to create a new type that will be rendered as a textarea instead of an input.
luceos Ok!
I just make the pull and updated the picture above as I put new icon in the admin aswell !!
I do change the url aswell...
- Forum side become : "/u/{user}/profile" & "/profile/configure".
- Admin side, I just take out the "flagrow" & "configure" (sorry ? ) so it's "/masquerade" only !!
As always, don't forget to proofread, in case I missed some shit!
- Edited
Now that I have two flarum sites, courtesy of https://www.freeflarum.com/ .
It occurred to me that I would have to re-create all my settings for masquerade.
Anyway you can include a export/import settings function?
With a function like that, people could share templates.
I actually think it's not a bad idea. Mason could also benefit from this.
A JSON representation of the existing fields (following json:api syntax ?) sounds the most logical export format for me.
Of course if you have access to the database it's currently not very hard to copy existing fields to another install... I think a real benefit could be the ease to share common configurations between users. Some of these presets could even be proposed by Masquerade/Mason themselves with some kind of one-click install.