Website suggestion

Just wanted to make a suggestion, but not sure if its possible.

On the Messages page, its very hard to tell who’s who.
like there are 4 'R’s here (and more if i were to show the full page).
image

So maybe i want to search for the user Robert and have to hover over each R to find the correct convo. i’ve spent a good chunk of time trying to find some conversations.
Is there a way just to add who you are talking to (like TO: username column) in those Inbox/Sent messages listing pages?
Realize have to depend on what options the Discourse forum web-application we use offers.

####################################################

####################################################

UPDATE: Im a web manager/developer so this above might work. i tried it myself temporarily by adding this design rule (i made the text small so you can at least search it with a Control+F [shortcut to bring up the browser search] really quick as it looks a little distracting if its large):

.user-messages-page .posters a:after {
content: " " attr(data-user-card);
font-size: 10px;
}

image

Please add it to the forum if you like the idea as well @scottfsmith
Instructions how to add:

You simply add it in Admin > Customize > CSS/HTML, put it in the CSS section (and make sure you enable the customization)

5 Likes

Yes, I would very much welcome an improvement like that. I don’t recognize peoples tiny symbols when I’m searching in my messages.

4 Likes

At least on my phone, the mobile version is even worse because it just shows the avatar of the last person to send a message, so for about half of the conversations it just shows my avatar. For sure could be improved.

4 Likes

If you use the magnifying glass to search, check the search in messages box, and type @armyofda12mnkeys you will see all of the messages from @armyofda12mnkeys … then you don’t need to scan anything, isn’t that better?

1 Like

image

image

When I do the magnifying glass to search… before or after I enter a username to search for… there is no “search in messages box”.

Exactly how do you get to that ?

1 Like

image

When I click on my image top right… and choose the messages icon I get a list of messages like this.

image

At the bottom you have to do the down arrow to see more than that first page…

When you do that it no longer displays their username… which makes it very difficult to find some users (all the R’s) for example.

It would be nice if the username… like @TNHunter was always displayed.

This makes lots of private messaging (like is required when doing lots of trades) somewhat difficult.

TNHunter

1 Like

This shows pretty well what I was talking about. If you were the last person to send a message, it just shows your name and the title of the chat. For a lot of topics, such as when you post on the trading post and ask for PMs, after replying to those PMs you can end up having a whole bunch of conversations in the inbox that all look the same and you either have to search or go through them individually to find a specific conversation.

Similarly, three are a lot of times I remember having a conversation with a specific member, but I don’t recall the exact name of the conversation. Normally on forums I can just scroll through and see the conversations I had with that member. But with the current system, I can only see who I was talking to half the time.

All the conversations with non blurred avatars are ones where it’s just not visible who I was talking with. Sure, most of the time I remember, but for more one off conversations, or for longer conversations, I often don’t remember which title goes with which member.

Same with the website. If I was the last person to reply to the conversation, it doesn’t show me who I was talking to.

2 Likes

I guess sometimes you don’t know the username to search for and just want to ‘scan’ as well (although im not sure how my fix looks on mobile). I was looking for an old convo from 2 years ago and it would “click” if i saw the combo of the subject+username together when scanning.
Same way when you scan your email program like gmail/hotmail/yahoo, its nice to see the person’s email, instead of just the 1st letter.

1 Like

This is a situation that I’ve experienced many times as well. I exclusively use the forum on mobile, and on my end only seeing that I was the last to send a message is frustrating since there isn’t a second identifier of with whom I was messaging.

There is one other thing that I’ve wished for. The search functions are robust and I’ve learned ways to more easily accomplish my goal, but @scottfsmith, is there any way that an additional checkbox could be added that would return results only if an image is part of the post? For instance, if I wanted to only see results for where Trev has included pictures in a post mentioning “chicago hardy” and “mulberry” and which I had read previously.

1 Like

I often don’t remember the name of the person I’m looking for. I’d like to be able to scan the names to see which ring a bell, like for arranged scion trades and stuff from weeks/months prior.

1 Like

note: my rule would add fix for non-mobile…
mobile would only add the “last person who responded” username (which could be you vs the other person) like so:
image

unless you add this CSS fix as well:

  .user-messages-page .topic-list .topic-list-data.posters a:not(.latest) {
      display: block;
  }

or 
@media screen and (max-width: 850px) {
  .user-messages-page .topic-list .topic-list-data.posters a:not(.latest) {
    display: block;
  }
}

may need display: block !important; if display: block; doesn;t work

which then will look like this on mobile (not sure if thats too much info on mobile or people prefer it that way):
image

3 Likes

The image of the improved interface looks great to me! It wouldn’t bother me one bit to have that much data displayed. For those who don’t have familiarity, here is what I see at present.

2 Likes

This is why having people coding is not going away with the new wave. Though I don’t have a strong opinion on this, progress is good.

1 Like

Unfortunately i think this fix maybe would only work on desktop/laptop (maybe tablet) screen sizes. For mobile, it seems to detect you are on mobile and not even have the 2nd person’s info available in the code (only the ‘latest’ respondent’s info):

image

vs Desktop (for me around 1122pixels width) which has both:

image

3 Likes

If they don’t want to add to the forums, you can add it to your Chrome web browser on your laptop/desktop with an extension called Stylus.

You’d have to install the Stylus Extension (which allows custom styling scripts to be added). Note: this is only for Chrome, I don’t use other browsers as much (but maybe there is a Stylus extension for other browsers, like i see one for Firefox):

Then install the specific script I just made (think there is a ‘Install’ button lower down on the page):

Temp or permanent solution if anyone wants^
-Ari

3 Likes

And a clear apple tree logo for the site please .

I don’t like AI for many reasons, but you can come up with a logo with some AI tool if we really need one:

this. the resolution for the pwa icon is not good.

the logo needs to be simple and singular, like the current one, to be able to make it out. the problem is it doesnt scale when used as the pwa icon.

I like the last option