cosmin85 Active member Jan 23, 2022 #1 Hi , How can i “limit” users to post links on their profile posts ? I have some users that are posting links on their profiles posts and then are visible on the sidebar of my forum . Thanks
Hi , How can i “limit” users to post links on their profile posts ? I have some users that are posting links on their profiles posts and then are visible on the sidebar of my forum . Thanks
P Paul B XenForo moderator Staff member Jan 23, 2022 #2 There is nothing built in which will do that. Upvote 0 Downvote
cosmin85 Active member Jan 23, 2022 #3 Brogan said: There is nothing built in which will do that. Click to expand... So , desactivate the sidebar widget its the only option . Upvote 0 Downvote
Brogan said: There is nothing built in which will do that. Click to expand... So , desactivate the sidebar widget its the only option .
kolakube Well-known member Jan 23, 2022 #4 As a workaround, you can try this CSS in your extra.less template to hide URL text. CSS: .p-body-sidebar [data-widget-definition="new_profile_posts"] .link { display: none; } Upvote 0 Downvote
As a workaround, you can try this CSS in your extra.less template to hide URL text. CSS: .p-body-sidebar [data-widget-definition="new_profile_posts"] .link { display: none; }
CavySpirit Active member Jun 3, 2022 #5 I used that same idea to also hide images. Thanks! Upvote 0 Downvote