Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
is there a way to show some of the "extended plugin" data close to user neme?
bullx
New
i have created a forum for my condominium, and I would like to show flat number close to the name of each user.
is this possible?
Tagged:
0
Comments
If you mean the Profile Extender plugin, I have posted an example here:
http://vanillaforums.org/discussion/comment/217216/#Comment_217216
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
thank you very much @Bleistivt I have an other question regarding the profile extender plugin.
it looks like it does not save the extra data during user registration but only if they edit theyr profile AFTER confirmation.
the extra fields are not marked as "requested".
is this a bug or a configuration error?
is there a way I can fix this?
thank you.
@Bleistivt following your suggestion I've been able to create a plugin and to display one of the available data just after the user's nickname :-) !
I've also experimented a little with the code but I did not succeed in showing more than just one field.
I guess I should edit (duplicate) this part of the code
but I'm not familiar whit php so I can make it work.
can you give me a suggestion?
also do you know if the behaviour I describe in my previous post (not storing data from users registration) is a common issue for the extend profile plugin? please let me know.
thank you!
Yes, duplicating that line and replacing YourField with the name of the other field should work, since all the data for a user is already in the $AutorMeta variable.
If the "Show on registration" doesn't work, it should be reported as a bug. I couldn't find anything about this in the issue on github yet.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS