Get a sneak peek at whats next for Permanent Hazards on our April 7th Office Hours!
Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.
Post by BellHouse
Since quite some time I am missing the system messages "xyz has joined" and "xyz has left" (although I have the corresponding option activated). Is that something that can possibly be fixed?
BellHouse
EmeritusChamps
EmeritusChamps
Posts: 3977
Has thanked: 404 times
Been thanked: 2143 times
Send a message

Post by BellHouse
I would like to suggest making the system messages (like: "xyz has joined") a bit smaller in font, compared to the regular chat messages. Currently the font of chat and system messages is nearly alike:
ChatRegular.png
(16.04 KiB) Downloaded 638 times
With the suggestion implemented, it looks like this:
ChatSystemSmaller.png
(17.51 KiB) Downloaded 653 times
This makes it easier for me to overview the actual chat messages. This could also be implemented as a settings option (for instance "Small system messages").

I hacked this into the code by adding a

Code: Select all

font-size: smaller;
style into the system message div.
BellHouse
EmeritusChamps
EmeritusChamps
Posts: 3977
Has thanked: 404 times
Been thanked: 2143 times
Send a message

Post by BellHouse
reginamaga wrote:Hi @dummyd2,

In WME Beta, the settings option is not available.
[...]

Anyone else with this problem? or can it be any of my settings?
Looks fine for me:
WMEBetaChat.png
(19.42 KiB) Downloaded 642 times
BellHouse
EmeritusChamps
EmeritusChamps
Posts: 3977
Has thanked: 404 times
Been thanked: 2143 times
Send a message

Post by BellHouse
ldriveskier wrote:Can you please change the link in the OP to point to this version to make it easier for folks to find? :D
Done.
BellHouse
EmeritusChamps
EmeritusChamps
Posts: 3977
Has thanked: 404 times
Been thanked: 2143 times
Send a message

Post by Bigbear3764
Lost chat TTS with latest update. Thought it was just home computer, but lost it at work too.

Anybody else?
Bigbear3764
Country Manager
Country Manager
Posts: 2655
Has thanked: 200 times
Been thanked: 959 times
Send a message

Post by biuick84
Great addon! I suggest you could make a sound play whenever a message arrives, just like Whatsapp and other IM's...
biuick84
Posts: 1348
Has thanked: 468 times
Been thanked: 650 times
Send a message

Post by bluediemond
did a quick search and didn't find it requested, is there a way to allow the chat window to be resized to full screen or even opened in its own tab? Like a lot of people, I have multiple monitors and would love being able to keep a chat window monitor running. Resizing would accomplish this since I could just keep a full size chat window running on another browser. It would also allow us to easily review the history (since we could see more of it) when the chat room is busy and scrolling by fast.

Speaking of scrolling, any chance to make the scroll bar operate with the mouse wheel?

Thanks for reading!
bluediemond
Map Raider
Map Raider
Posts: 251
Has thanked: 114 times
Been thanked: 2 times
Send a message

Post by bluediemond
yep, scrolling works fine in Chrome. Thanks for the tip!
bluediemond
Map Raider
Map Raider
Posts: 251
Has thanked: 114 times
Been thanked: 2 times
Send a message

Post by BobRazowski
Great mod, I really love it :!:

Is there a way you add two functions in settings ?

-One to set the chat window width (default is 350px), this need to set the following :

Code: Select all

#chat .messages {
    border-right: 2px solid #E9E9E9;
    float: left;
    margin-right: -2px;
    width: 1000px; <--here the width
}
#chat .messages .new-message {
    border-top: 2px solid #E9E9E9;
    bottom: 0;
    padding: 15px;
    position: absolute;
    width: 1000px; <--here the width
}
-An one other to set the transparancy of the chat box (in % for example)

Code: Select all

#chat .chat-body {
    background-color: rgba(255, 255, 255, 0.9); <-- 0.9 is for 90% of transparancy
    display: none;
    min-height: 100px;
}
Thank you again ;)
BobRazowski
Posts: 11
Has thanked: 1 time
Send a message
Editeur L2 sur Clermont-Ferrand et la Limagne
[img]https:///mgUUB[/img][img]https:///mSz3t[/img]

Post by bures
It would be nice to address message to L# editor by chat text [L#].

For example [L4] bip/call all L4 editors in current chat room.
bures
Waze Global Champs
Waze Global Champs
Posts: 993
Has thanked: 288 times
Been thanked: 345 times
Send a message