modmore / ClientConfig

ClientConfig is a MODX Revolution Extra to allow clients to maintain settings in a user friendly way.
https://docs.modmore.com/en/Open_Source/ClientConfig/index.html
MIT License
28 stars 27 forks source link

Seems to block context clues #179

Closed excelerondesign closed 4 years ago

excelerondesign commented 4 years ago

I have a site where i have a sub domain based off of a second context, the problem that i was having was that i was trying to use some content based off of the context settings but the placeholders kept pulling from the system setting instead of the setting from the individual context. I uninstalled ClientConfig and this all corrected itself. MODx version 2.7.2 ClientConfig version 2.3.0

Mark-H commented 4 years ago

Sorry @excelerondesign but this report is way too light on details for me to do anything with.

What type of content? Where is that content stored? How are you handling context routing? Multi context mode enabled in ClientConfig?

Relevant forum thread, also lacking detail https://community.modx.com/t/context-settings-not-overriding-the-relevant-system-settings/1836

excelerondesign commented 4 years ago

as per your question about routing i installed gateway manager and now it working fine.