John Well-known member Licensed customer Aug 1, 2013 #1 Unless I'm blind, I don't see a setting in the ACP to globally assign the Rich Text Editor to all users. Is this correct?
Unless I'm blind, I don't see a setting in the ACP to globally assign the Rich Text Editor to all users. Is this correct?
Jeremy in memoriam 1991-2020 Licensed customer Aug 1, 2013 #2 I do not believe you can do this. Quick glance (and search for rich, editor, and RTE) shows no option. However, you can enable it individually per user. Alternatively, if you are willing to run queries, this will turn it on: Code: UPDATE `xf_user_option` SET `enable_rte` = 1 Upvote 0 Downvote
I do not believe you can do this. Quick glance (and search for rich, editor, and RTE) shows no option. However, you can enable it individually per user. Alternatively, if you are willing to run queries, this will turn it on: Code: UPDATE `xf_user_option` SET `enable_rte` = 1