[wp-hackers] Customize user profile page
Dmitry Tokmakov
dmitry at getmoxied.net
Tue Aug 7 16:37:54 UTC 2012
Yeah, but i'm thinking about to create custom post type which duplicate the users section, and use save/add new/ delete actions to populate and make changes into wp_users table,
this will take the way less time then building custom user profile from scratch.
what you think about this solution ?
Dmitry Tokmakov
On Aug 7, 2012, at 8:54 AM, Muhammad Ali wrote:
> That seems like a good plan, I must mention that for large scale social
> network creation, from experience, it is better to program it from scratch
> as opposed to base it of WordPress.
>
> On 6 August 2012 22:02, Dmitry Tokmakov <dmitry at getmoxied.net> wrote:
>
>> I currently have a theme I am working on that will allow registered WP
>> user to edit several custom fields as part of their profile. In addition I
>> need to modify the current fields (change css, etc) as well as remove some
>> of the existing fields which are rendering from core.
>>
>> The current strategy I am thinking is to use code from edit-user.php,
>> add-user.php, and users.php to create a plugin which will allow me to
>> reskin and add new functionality to users. Is this a good strategy for
>> going about this?
>>
>> I am just looking on some insight on best practice for modifying user
>> profile page.
>>
>> Open to any and all suggestions for this.
>>
>>
>> Thank you in advance,
>>
>> Dmitry Tokmakov
>>
>>
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list