Search found 3 matches
- Tue Oct 28, 2014 5:00 pm
- Forum: General Discussion
- Topic: LoadContentFromId(), cache, and properties.
- Replies: 3
- Views: 4352
Re: LoadContentFromId(), cache, and properties.
Ok. But Properties() does not do the load. So if I have a Content object that I've gotten with LoadContentFromID() for which I want the properties as an array (to pass to a template, for instance) I could call HasProperty("") to load them as a side-effect, then call Properties() and not ha...
- Tue Oct 28, 2014 4:17 pm
- Forum: General Discussion
- Topic: LoadContentFromId(), cache, and properties.
- Replies: 3
- Views: 4352
LoadContentFromId(), cache, and properties.
This regards CMSMS 1.11.11 I have noticed that in ContentOperations::LoadContentFromId() that if the content is found in the cache, then the loadproperties flag is ignored and the cached content is returned as is. This is a problem if the cached content was loaded without properties but is now being...
- Thu Jan 17, 2013 5:01 pm
- Forum: Modules/Add-Ons
- Topic: TinyMCE randomly munging cms_selflink href's
- Replies: 1
- Views: 1218
Re: TinyMCE randomly munging cms_selflink href's
I recognize this is an old, dead topic, but a friend of mine recently ran into exactly this problem (with MicroTiny instead of TinyMCE, of course) and this was really the only reference to it she found. I figure someone else looking for a solution might also end up finding this thread and might be i...