Benjamin
Benjamin
Created resource group "protected" Created a page, assign to resource group "protected" -> unable to load if not loggedin. Works perfectly. Created article container. Created an article, assign to resource...
I had problem with `[[+createdon:ago]]` wich was reffering to 45 years old. It seems that using `[[+createdon_raw:date=`%d-%m-%Y`:ago]]` works for me in chunks/post/disthreadpost.chunk.tpl Just wanted to share here.
[[+last_createdon]] isn't showing anything in /chunks/post/disboardpost.chunk.tpl Changed it to [[+post_last_on]] I had to add in this line core/components/discuss/controllers/web/messages/index.class.php on line 105 : ``` $threadArray['post_last_on'] = strftime($this->discuss->dateFormat,strtotime($threadArray['post_last_on'])); ``` And now can...
Hi, I opened this issue (https://github.com/modxcms/revolution/issues/14130) in the core repo, but thanks to @Jako now I know that I'm in the right place. ### Summary In users attributes, thislogin and...