Configuring Tinymce
Jamroom Developers
agreed. The most confusing override situation I have run into is:
An override has been placed on a modules template via the ACP at somewhere like
ACP -> MODULES -> SOME MODULE -> TEMPLATES -> item_list.tpl -> MODIFY
THEN that template has been over-ridden in the skins with
/skins/(the skin)/jrSomeModule_item_list.tpl
THEN that template has been over-ridden by a change in the ACP at
ACP -> SKINS -> THE SKIN -> TEMPLATES -> jrSomeModule_item_list.tpl -> MODIFY
Hard to figure out.
If you're using PhpStorm, then the docblocks for modules contain a good amount of info. (screenshot)
For your situation, my guess is you're looking at an editor in the profiles, but adjusting the form_editor.tpl for Site Builder, or vice versa.
--edit--
TIP: If you're working on a skin that has a lot of TEMPLATE overrides from the ACP, clone it. Cloning a skin will move the ACP overrides into the file system version of the skin.
updated by @michael: 09/18/17 04:05:18PM