
Abies
Members-
Content Count
13 -
Joined
-
Last visited
About Abies
-
Rank
New Member
-
Abies reacted to a comment: Highlight Topics With Replies From Groups
-
Abies reacted to a comment: Highlight Topics With Replies From Groups
-
crmarks reacted to a comment: Highlight Topics With Replies From Groups
-
Matt reacted to a comment: Highlight Topics With Replies From Groups
-
Sonya* reacted to a comment: Highlight Topics With Replies From Groups
-
Good idea! 🙂 In my case, I would use it but only for chosen forums [not globally]. For forums like news, feedback, contacting the mods I find it useful. But for Chit-Chat-like forum it would be unnecessary. Thanksfully we can set in CSS where to display the badge and where to hide it. 🙂
-
Abies reacted to an entry: Highlight Topics With Replies From Groups
-
Abies reacted to an entry: Solved Content Improvements
-
Abies reacted to a comment: Community is your competitive advantage
-
Abies reacted to a comment: Anonymous Posting
-
Davyc reacted to a post in a topic: Menu Manager
-
I second that idea! Thanks for posting 🙂
-
Abies reacted to a post in a topic: Menu Manager
-
Abies reacted to a post in a topic: So much empty space...
-
Abies reacted to a post in a topic: So much empty space...
-
Abies reacted to a post in a topic: Invision Stories
-
L4D2Noob reacted to a post in a topic: User profiles - hide unnecessary filtering
-
Cyboman reacted to a post in a topic: User profiles - hide unnecessary filtering
-
I absolutely support the idea! I feel like I'm reading about myself. +100 🙂
-
I think this idea is worth consideration, what do you think? 🤔 🙂
-
BomAle reacted to a post in a topic: User profiles - hide unnecessary filtering
-
Abies started following User profiles - hide unnecessary filtering
-
Hello there! The main purpose of user profiles is to make discovering user's content easier. I've found a way to improve the process a bit. 1. Content discovery Let's take a look on my profile and especially on the filtering options: Problem: It's quite a long list that grows with every new app or a content type. I find it confusing as during my time here I've posted only a topic and some posts. I don't think I'm able to post anything in the documentation, release notes, providers, guides, IPS Blog etc. But I'm still able to filter my results by those options [ba
-
You can do it easily with few lines of CSS: [data-forumid="499"] { background: #00ffcf !important; } All you have to do is to target forum's id and adjust the color to your needs. The id can be found for example in an URL [e.g. for Feedback and ideas it's 499]: https://invisioncommunity.com/forums/forum/499-feedback-and-ideas/
-
Maxxius reacted to a comment: 4.5: Improvements for theme designers
-
@Maxxius Try this, works for me: #ipsLayout_sidebar .cWidgetContainer { position: sticky; top: 0; }