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
Comment #1
baskert commentedAnyone?
Comment #2
robert castelo commentedDisable TinyMCE on the account page - that's the easiest option.
Comment #3
baskert commentedThank you! I'll try this out and let you know how it goes...
Comment #4
baskert commentedThanks, this worked perfectly.
Comment #5
deadlyromio commentedYeah...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.
Comment #6
baskert commentedWhat 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.
Comment #7
baskert commentedBut in terms of removing the Ts & Cs from My Account, I have no idea.
Comment #8
deadlyromio commentedThat's cool...that's for the heads up anyhow
Comment #9
Coyote commentedRemoving 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?
Comment #10
robert castelo commentedIf you want to remove it completely write a module with a hook_form_alter() to remove it from the account edit page.