Hi,

I am sorry to say but I still see the formats under profile2. Maybe I am missing a setting somewhere, but it works for the rest of the texts.

Regards,
Caroline

CommentFileSizeAuthor
#2 add_support_for_profile2_forms-2424131-2.patch3.93 KBAnonymous (not verified)

Comments

Anonymous’s picture

Assigned: » Unassigned
Anonymous’s picture

Title: Hide text format selection for user and profile2 fields still showing » Add support for Profile2 pages/forms
Version: 7.x-3.2 » 7.x-3.x-dev
Category: Bug report » Feature request
Status: Needs work » Needs review
StatusFileSize
new3.93 KB

Support exists for Profile2 when used with User accounts, but if you install the 'Profile2 Pages' sub-module then a new form is added which isn't currently supported.

This patch adds support for these Profile2 pages/forms. Test it out and let me know if it works properly for you.

  • BWPanda committed fc77a4a on 7.x-3.x
    Issue #2424131 by BWPanda: Add support for Profile2 pages/forms
    
Anonymous’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Anonymous’s picture

Thanks!!! And sorry for not replying in time.

jelo’s picture

It doesn't work for me with 7-3.4. I am not using the sub-module, but have each profile in a separate tab in the user account. Text formats are not hidden on those tabs.

joelpittet’s picture

It looks like in the committed patch, the global settings is only on profile2_page submodule. Is that an oversight?
if (module_exists('profile2_page')) {

joelpittet’s picture

I created a follow-up issue with a patch: #2966654: Global support for profile2 without profile2_pages

jelo’s picture

The patch in the other issue worked for me... Thanks!