Is there any way that I can remove the Terms and Conditions from the "Edit" section of "My Account"? If not, is there any way that I can get it to integrate with my TinyMCE WYSIWYG editor? The Ts & Cs look fine when I type them in when editing the legal module, however, the formatting doesn't translate over to My Account section (which utilizes TinyMCE).

Thank you!

Comments

baskert’s picture

Anyone?

robert castelo’s picture

Disable TinyMCE on the account page - that's the easiest option.

baskert’s picture

Thank you! I'll try this out and let you know how it goes...

baskert’s picture

Thanks, this worked perfectly.

deadlyromio’s picture

Yeah...but is there a setting to remove it from My Account? I disabled access content form Legal View for auth users but still shows up on My Accounts page.

baskert’s picture

What I did was go into the TinyMCE settings, and there's a section that shows what pages to allow TinyMCE to show up on. In that section should be something like /user* or something like that. That's the "My Account" page, so just delete that from the listing.

baskert’s picture

But in terms of removing the Ts & Cs from My Account, I have no idea.

deadlyromio’s picture

That's cool...that's for the heads up anyhow

Coyote’s picture

Removing it from the my account page means that if you update the T&C, users will no longer be able to agree to the conditions. That would be a bit of a problem, wouldn't it?

robert castelo’s picture

Status: Active » Closed (fixed)

If you want to remove it completely write a module with a hook_form_alter() to remove it from the account edit page.