Julian Harrer
Julian Harrer
Same here, older versions of the plugin simply checked the `../views` folder which worked for us almost everywhere. I think the new lookup behaviour with a single Yii root path...
For me the following init script worked: ``` import moment from "moment-timezone"; import de from "moment/src/locale/de"; export default function defineLocales() { moment.defineLocale('de', de._config); } ``` Now the locale is available...
[This](https://github.com/humhub/humhub/pull/4663/files#diff-0cd66ca3da7fa649d138423f9c7bcc9a1290a317c2795099f1f678987fcdf99c) language file seems to work.
Similar to facebook hashtags users can use hashtags as #summer #newyear in the richtext which will link to a dashboard like stream with all content also tagged with this hashtag.
Also the topic feature can be used as moderator only tool to tag and categorize content.
@ArchBlood not sure what you mean, but topics should be rather hidden for users who can't create topics unless there are topics available in a space. For me the differences...
This could probably be implemented as a module which overwrites the LikeLink widget and adds a `type` attribute to the like table and some javascript. Just a rough idea. I...
In the latest richtext `ctrl + enter` is used for hard line breaks. Perhaps `shift + enter` or `alt + enter` ?
I would suggest using `Ctrl + S` as submit/save default and also make this configureable (in a first version by overwriting the Javascript config of the richtext module). A user...
In 1.4 `Ctrl + S` will, this is currently not configurable.