User Profile plugin
This plugin extends the User plugin with extra configurable profile fields.
- Adds the ability to add extra fields to a user.
- Provides an extended
account
component to edit the extra fields in the front-end.
Extras
- Simple "Sign in/out" component for a menu bar.
Requirements
Credits
- This plugin is a fork of UserPlus
- Marketplace icon based on EvolvereSuit
Compenents
'account'
- Used as in the User plugin.
'menuUserWidget'
- Use it in your menu bar. For instance, in the demo theme edit
layouts/default.htm
as:<div class="collapse navbar-collapse navbar-main-collapse"> <ul class="nav navbar-nav"> <li class="{% if this.page.id == 'home' %}active{% endif %}"><a href="{{ 'home'|page }}">Basic concepts</a></li> <li class="{% if this.page.id == 'ajax' %}active{% endif %}"><a href="{{ 'ajax'|page }}">AJAX framework</a></li> <li class="{% if this.page.id == 'plugins' %}active{% endif %}"><a href="{{ 'plugins'|page }}">Plugin components</a></li> </ul> {% component 'menuUserWidget' %} </div>
-
Aldea
Found the plugin useful on 17 May, 2019
Thank you very much for the plugin. Quite useful.
-
Asinox
Found the plugin useful on 21 Nov, 2016
Thank you! I was looking for this!
-
devillom
Found the plugin useful on 13 Jun, 2016
Planned relation fields?
-
Carles Escrig Royo author
Replied on 14 Jun, 2016
Hi @devillom, I didn't expected to add new features, but if you need something I'd be very pleased to increase the usefulness of this plugin as much as possible. For that to happen you should explain in more detail what you are asking for on github. Regards.
-
Max Benicke
Found the plugin useful on 27 May, 2016
I really like the idea, of dynamicly extending user fields. Thanks for that plugin,
-
1.0.12 |
German translation (contributed by Lukas Dürrenberger <eXpl0it3r@sfml-dev.org>) Jan 29, 2017 |
---|---|
1.0.11 |
Add bootstrap v4 tab classes (reported by rustytheitgod) Dec 08, 2016 |
1.0.10 |
Fix broken backend menu Oct 02, 2016 |
1.0.9 |
Fix backend settings menu to the right category (reported by WebShapedBiz) Oct 02, 2016 |
1.0.8 |
Add required html attr to a profile field (contributed by kamel <cracki@gmail.com>) Aug 08, 2016 |
1.0.7 |
Better tab id attr creation (contributed by kamel <cracki@gmail.com>) Jul 04, 2016 |
1.0.6 |
Fix 'menuUserWidget' component properties access Jun 18, 2016 |
1.0.5 |
Fix 'menuUserWidget' component properties access Jun 18, 2016 |
1.0.4 |
Fix SQL error on user column creation (reported by Kevin Vermeulen) Jun 06, 2016 |
1.0.3 |
Add properties to configure account/forgot-password URLs in the Menu User Widget component Jun 02, 2016 |
1.0.2 |
Fix error when no profile fields are configured (reported by Jack Schneider) May 25, 2016 |
1.0.1 |
First version of User Profile May 25, 2016 |