Ya, you are right.
Using the directory that I suggested would caused an error in admin add/edit section pages.
Server Error in '/GCN' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
This error occured caused no specific theme is indentify in admin section.
Now I changed it to
return (savedState == null) ? CommunityGlobals.ResolveBase("Communities/") : (string) savedState;//SMR- CSK integration
So, now your suggestion is /communities/common/EditorSupport/
Then the code will be like this, rite?
return (savedState == null) ? CommunityGlobals.ResolveBase("Communities/common/EditorSupport/") : (string) savedState;//SMR- CSK integration
then create a folder named "EditorSupport" under the directory "Communities/common", rite?
Come to download GotCommunityNet (GCN)
GotCommunityNet