Glide's Community Built Messenger

right but this gives notifications to even ios users :slight_smile:

1 Like

It’s a template in the forums that anyone can use and I refuse to charge for any template I make, everyone has access to it. Everyone that works on the template knows they can use it for whatever they want and that there is no intent to make money from it unless you use it for your clients. It’s about helping and making something better. If you wanted to take the template now, rebrand it and sell it as a monthly subscription to your clients you are welcome to, that’s what my templates are for, to help my fellow Gliders.

4 Likes

You do realize that you can click the link and download it as a template right? It’s available to do that. Anyone can do that, they can bypass the template store and make their templates available at no charge in the forums or anywhere with just setting the permissions and giving someone the link.

image

And its available to anyone.

2 Likes

I’m sorry, Ive been busy with work recently and haven’t had time to add to this. Do we have any additions we are looking at adding or are we done with it :slight_smile: ?

choose the language for each user to read the messages in their language :smiley:

Wow…that’s a tall order. We will have to do that in scripts i think. But will give it a try.

Pretty cool stuff everybody!

I need to make a group chat with cross-platform notifications so the comment route is not gonna work for me as well. I see you solved the inline list scrolling issue with the custom design - nice work.

In thinking of a group chat scenario, it would be great to incorporate profile pics. However, if someone in the chat sent messages in a row I would only want to see the profile pic & name the first time. Maybe there could be some tricky logic to make this happen.

I would also like the users chat bubble to be a different color or at least right justified. I wonder if there are some code hacks for that.

I have a lot of really specialized needs but I am happy to contribute to the effort here however I can.

1 Like

I think @Jeff_Hager or @Robert_Petitto might be able to help us with those.

1 Like

I will probably investigate this one

OK, I prototyped the logic to show the profile pic and time for just the first message in a batch. (Will be doing group chat).

  • If there was a way to add line breaks to in-line lists, then I could consolidate 3 messages into one row and not have the spacing and lines that you see.
  • Also, If I had some control over the color I could use a different color for when you send a message vs. anyone in the group.

@Jeff_Hager Do you think some CSS hacks could address the points above?

2 Likes

Another option:

1 Like

So you mean consolidating them into one row’s info and not sending 3 messages, is that correct?

1 Like

yeah

1 Like

Here you are. I’m using a list layout.

<pre><span><style>
[data-test="list-item-subtitle"].textDetailStyle {
font-size: 13px;
}
[data-test="list-item"] .navigationIcon {
display: none;
}
[data-test="list-item-title"]
{
padding-bottom: 5px;
}
[data-test="list-item"].allow-wrapping .textDetailStyle{
white-space: pre-wrap;
}
[data-test="list-item"]{
align-items: end;
}
13 Likes

Wow :hushed:

2 Likes

This is really awsome! Thanks to all of you.

2 Likes

Awwww heck yeah. :raised_hands:

It’s gonna be one of my hackiest hacks to batch the messages but after I pull it off, I can use the same technique for an unrelated problem that I am working on.

2 Likes

Like a proud papa :sob:

I was wondering if the idea of a community app would catch on or if people would consider the idea. I am excited to see @Jeff_Hager , @ThinhDinh, and @Mauronic taking the reigns and adding there twist on this. After January is up I would like to move onto another app for the community :slight_smile:

4 Likes

Hmmm. @ThinhDinh How did you get the details to appear under the title in your inline list? Also, I’d love to center the “Time Here” placeholder.

(I need to make some time to learn CSS and how it’s being injected here!)

Just remember to post the newest version when you guys get it to the point your happy with :slight_smile: