ArchBlood

Results 114 comments of ArchBlood

> @ArchBlood > > > Instead of explaining it I've sent you an invite for better visibility of the code. > > Thank you for the access, what I have...

> > ``` > > private static function renderLegacyWallEntry(ContentActiveRecord $record, $options = []) > > { > > $jsWidget = $options['jsWidget'] ?? $record->getWallEntryWidget()->jsWidget ?? null; > > > > if...

> But if you don't need to search ticket records then you can just remove implements Searchable and the method public function getSearchAttributes(). > > Please let me know if...

I'll have to go with your suggestion and implement some restrictions @yurabakhtin so that only the creator can view their own Tickets.

> Ok, thanks for the explanation: > > From my side, we can either: > > * keep the PR and revert the following line: https://github.com/humhub/humhub/pull/6941/files#diff-708348c91e9bdcfac2cf80d59dbff60f3b13e95b8da5bdeb13cedc3783eec5bdR119 - Then we would...

I believe this is mostly due to the use of `createUrl()` being used within both the user profile & space. An easy workaround would be a Url helper that would...

I would like to add onto this request, on deletion of a Space should ask if user wishes to move the created content to their user's profile to prevent data...

Have you tried the [announcements](https://github.com/staxDB/humhub-modules-announcements) module? I for one wouldn't like such a feature as it would cause so many issues when it comes to spamming, as all members have...

> > I prefer if the initial idea of this issue could be implemented > > If you post in SPACE 1 and this post is private, mentioning SPACE 2...

Currently I've actually been trying my hand at this using the user cookie. ![Screenshot_1](https://user-images.githubusercontent.com/35392110/203870427-b86c945b-8df4-44d2-98d2-a7b42ed77879.png) Currently it only shows the options of which themes are available to the user, but has...