How to add custom field in create user form in alfresco - alfresco

Can any one help me with adding custom field in create user page in alfresco,
I tried adding custom field in profile by referring
http://ecmarchitect.com/archives/2012/02/27/1555
but how to do it for create user page in admin console?
i had gone through the users.js and edited with the new field created by referring the above link. but still im not able to save the field for newly created users and while updating user from admin console.
Anyone, Kindly help me in this regard.
Thanks.

There are many changes required in different file.
Take the help of this link Custom Field in User Profile. May be you will get some idea.

Related

Customizing "The Events Calendar" "RSVP" form

Thanks in advance.
After learning "How to customize templates files" in the knowledgebase in theeventscalendar.com, I'm trying to find where to change the form for the RSVP: RSVP FORM.
The goal is to add a select with options (non-dynamicals) for the user to record.
The problem occurred when I tried to locate within the plugin where this information was found.
I went to wp-content> plugins> event-tickets> src> views> registration But I couldn't locate where to make the change, so I suspect it is not there. And that's my request: Could someone help me locate where to make the change?
Any idea to include this selection and that it appears reflected in the backend where the Attendees are reflected will be welcome.
You can use additional fields extension which will allow you to add many different form fields which get saved under the attendee's list.
You can see info on this here:
https://theeventscalendar.com/knowledgebase/k/pro-additional-fields/
https://theeventscalendar.com/blog/tips/how-to-leverage-event-calendar-pros-additional-fields-as-a-small-business/

Wordpress Add Custom data tables in User Profile - Not Custom Field

I am kind a new to wordpress and need guidance. But understand PHP.
I need to add custom tables with data ( Repeater fields is optional/ HTML field ) in User's profile. User Cannot edit those data ( read only )
Data will be manually added from Admin Dashboard > Users. I assume there should be a field in there for admin to add those data
Then, User can read it from their profile page / Data presented in user's profile.
Those data will be something like a set of 3 tabs with Transaction list and history.So each user has different data.
I had searched but all only show tutorials on adding custom Field in User Registration.
Assistance please. Thank You
You can use Advanced custom fields for this. What you do is that you add a field to users add/edit page with ACF. If you have frontend user profile page. You can get the data from this fields with the function get_field('my_custom_field', $userID)
If you don't have and frontend user profile page, and will let your users go thru the "backend" profile page you will need to add som functions that disables so an user can't edit those fields if you don't want the users to edit them. You can do that with the filter add_filter('acf/load_field', 'my_filter);
The rest how you do this should you be able to find on ACF documentation page.

Create a drupal 7 view for a content type created by all Author which was followed(flaged) by current user

I am using "Flag Follow" module for Favorites(follow) a user. I am following the users well. But i would like to create a view of a content type(blog) which will show all blog post list of those users which is followed(flaged) by current user. Please help me !
You must use a contextual filter to get the uid from URL and to add a relationship with followed users. After that you will be able to show content related with followers.

Add field in add user form

I want to know how I can add a field to the user registration form in Wordpress. I have allready been able to add fields in the edit_user_profile and add_user_profile. But I want to use a custom field in the first step when I register a new user.
Can someone help me?
With kind regards,
Douwe
Best plugin for you: Cimy User Extra Fields. This plugin will add some useful fields to registration and user's info.
If you needs to add custom fields without using a plugin: Check this Tutorial. This will teach you step by step How to Add Custom Field to Register Form.
Cheers !!!

Custom user profile in Wordpress

Is there a way to modify the Add user page in the administrator so I can add several custom fields when creating new users?
Not sure but This article seems to do just what you need:
http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields

Resources