ArchBlood

Results 114 comments of ArchBlood

It also happens with all RTL-supported languages of course. ![Screenshot_3](https://user-images.githubusercontent.com/35392110/167275504-fbed74ea-df82-4df1-98ba-e7d5f4296f45.png) ![Screenshot_4](https://user-images.githubusercontent.com/35392110/167275506-f7847199-b7c4-4854-8768-0b9b5a6f5f7e.png)

The only way I could think of fixing this without changing to a newer version of Bootstrap would be by making special containers for menus and dropdown menus where it...

@buddh4 on the topic of topics feature should also be able to hide topics as well, but another issue should be opened for that :thinking:

> @ArchBlood not sure what you mean What I mean by hide is, default topics with viewability, meaning being able to set a default topic to be viewable or hidden...

An alternative would be removing the title and description through theme view overwriting.

> @ArchBlood could you elaborate? > You could probably use the following line; https://github.com/humhub/humhub/blob/master/protected/humhub/modules/content/widgets/views/containerProfileHeader.php#L51

Another option on the table would be one of the following: 1. Customizable notifications, this means the admin can make needed changed or add to already existing notification templates 2....

If I remember correctly I commented on something similar and asked if a `hideSpaceWidget` option could be added similar to the ones used for the Members widget and the configure...

My idea would be rather simple, if enabled hide and replace the content that appears in the widget with a notice and link to the login model or login page.

You should also add one for `og:description` & `og:url` ```php $this->setOpenGraphDescription($description); $this->setOpenGraphUrl($url); ```