5.9.2 (2011-04-14):
5.9.1 (2011-03-01):
View Jeroen Dalsem's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
J,
How do I add this to Register page again...? just the normal one as I've disabled siteaccess,
Doesn't matter it seems the Admin only fields were all selected :-/ after unticking its all good!!
Hello Jeroen,
Your Profile Manager looks great. I just have a couple of questions. Once I have defined 3 user types can i set profile fields for each and prevent the user from making changes.
My idea is to pre set user types with an SQL import and they will have thier fields pre set for them when they log in but not able to change them.
Any other user feel free to comment. Thanks
Tinny
@Tinmantoo you can do this. You can prevent field changes with the profile manager (profile type selection for admin only, profile fields admin only flag). However be aware when importing users, that the profile type is a metadatafield with a guid referencing the profile type object.
how could i make it compatible with celebrations ?? PLEAS HELP ! :)
This plugin conflicts with siteaccess plugin which overrules the register box.
Just installed profile manager - looks great!
One question though - and sorry if it's a dumb one, I'm an elgg newbie - how do I test what profile type a user has? I wan to conditionally display a message on the profile page based on profile type.
Any help much appreciated.
Hi Jeroen,
Thank you for your reply. Excelent. There may be some backend work to do here then. Following on form your instructions quoted below:
If I want to do this on the fly I would need to add an identifier to the table which contains the guid and create a new table with a guid identifier against a simple index which can be populated by the user import. Does this sound feasable?
Hello guys, i'am looking for help...
How can we add more language in profile fields?
(profile:[name]) i don't understand this, usauallu in the language file (en.php) i use this type of string
'profile:name' => 'Your Name',
(profile:[name]) must be write in the label field? and the how can we translate it?
Thanks for help guys!
@Genni if you want to translate a profile manager field in the language file you need to replace [name] with the name of the profile manager field.
So for example you have a field with the name 'company_name', you add the following to your language file 'profile:company_name' => "Company Name".
@Jeroen it works perfect on localhost, thanks.
I have another question for you:
I uploaded my site for the first time today and when i try to create a profile field, it returns this message:
"Unable to save new object's base entity information!"
Do you have any idea why this happens?
Thanks a lot :)
Genni
@Genni it should work as it does on your localhost. Are there any other plugins that could conflict?
I think I have a problem inside the core, even if everything is fine in localhost, on server i can not disable plug-ins, perhaps the problem of your plug-in is caused by this very strange problem that I'm looking for a solution.
I want to add a multi theme for profile page. An idea where to begin ?
Hello,
I found a problem in Internet Explorer 8, the items displayed in the profile mode accordion suffer from a strange problem: if you click on an item to open it remains attached to the previous one without complying with the margins, you must pass the mouse to arrange the margins in their place.
Anyone has encountered this problem?
I need to adapt the members search of profile manager , any one know of a plugin that does this to give more customisable features to the advanced search options of profile manager, or even an alternative that wont clash with profile manager plugin ?
in answer to my own question - looking at Form and Related plugin instead of Profile Manager now
how can i put the field Birthday?, and then this field appear in the dashboard?
I use the plugin celebrations, but it's incompatible, so I want to show this field in dasboard
with the 3 columndasboard, buat I don't know what can i do.
Thanks.
ami me pasa lo mismo help plase.
Hi there, I'm fairly new to Elgg and I'm loving this plugin! I was just wondering how I get rid of some of the default Elgg registration fields and rearrange them with my own?
Thanks :)
Hi! I've been checking, looking, recoding and nothing. Does anyone knows how to get the user type to display on the profile page? Thanks!
RJ, look in my ePortfolio. The code is in there.
I am still struggling to find a solution to the date picker adding -1 to the date.
I am on elgg 1.7.8
using this profile manager plugin from Jeroen
above the pm plugin is the Event_Calendar
below it is the simple datepicker from Sergio De Falco version 1.1
my event calendar dates seem to work fine
but I have a DOB field created in my profile manager set to 'date picker pm style'
and when I put in a date it comes out -1 in the day.
I have tried all the fixes I could find including adding Australia in as the default time zone in the engine\start.php (I am in Sydney which is +10)
I figure this is all down to time zones but am baffled as to the solution and so far cannot find one on that works.
any help would be much appreciated
if it helps diagnose the problem, when I check my log browser to see what my system thinks the time is I see entries like -
Wed, 01 Jun 2011 09:59:48 +1000
for actions I performed on Wed, 01 Jun 2011 at 09:59:48 while sat in Sydney.
I'll fix it myself then....I swear it is a ghost town here....will keep posting updates to the problem here...
just discovered that this -1 day issue only happens to dates set in DOB field for the year 1970 and before.
finally a clue !