[Script] URComments-Enhanced (URC-E)

Please correct this answer in the script about “incorrect driving instruction”:
Hello Wazer! Good day,
We need more detail of the problem you had in order to correct it; Keep in mind that Waze always informs you with distances where you must make the turn (100mts, 800mts, 500mts) and the direction (Turn Left, Right, Stay Left, Exit), if in one place it does not indicate that you should turning is because it is the only direction in which you can go, remember to also take into account the route indicated by the map so that you can help yourself more easily.
We are looking forward to your response.

Correct: (Missing “n” in the word “we need”) (Missing comma in the sentence: “If in one place it does not indicate that you should turn, it is because it is the only one …) (The best term is” Good morning "in the plural, for Colombia, according to the RAE)

By: Wilduor

Thank you!

I passed it onto the script writer.

Greetings my dear dBsooner, We thank you for the contribution of Script as it helps us to save time when answering URs. We appreciate if you can correct the script for Colombia, since it has some errors, here is the example:

The letter “n” is missing in various comments and other words.

By: Wilduor

Thank you!

Thanks from the Waze Colombia community, for the help in correcting these errors.

Wouldn’t it be possible to add the possibility of receiving an email reminder when an UR no longer receives a response after a certain number of days, or a pop-up alert in the WME?

I think your best bet for something like that is using URMP.

It seems that the expand/collapse button for shortcuts is inverted in the UR window.

Just compare collapsed and expanded views of the buttons between “Shortcuts” and “More Information” sections:

Waze-URC-E-shortcuts.jpg

(“Conversation” section is expanded in both captures and the button looks like “[b][1]”)


  1. /b ↩︎

Line 852 needs to be changed from

+ `<div style="display:inline;float:right;padding-right:8px;font-size:11px;"><i class="fa fa-fw ${(_settings.expandShortcuts ? 'fa-chevron-down' : 'fa-chevron-up')} URCE-chevron"></i></div></div>`

to

+ `<div style="display:inline;float:right;padding-right:8px;font-size:11px;"><i class="fa fa-fw ${(_settings.expandShortcuts ? 'fa-chevron-up' : 'fa-chevron-down')} URCE-chevron"></i></div></div>`

And

Line 894 from

if ($($(this).find('i')[0]).hasClass('fa-chevron-down'))

to

if ($($(this).find('i')[0]).hasClass('fa-chevron-up'))

Or at least I made those changes and it appears to be correct now


  1. /b ↩︎

I just installed this script from GreasyFork.org, version 2019.12.06.01, but when I opened WME I got this notice:

2020-05-17_16-29-29.jpg

Please advise.

Gil

That’s not an error message, it’s just the change log.

Ah, just a newbie mistake. :oops:

Hi, would it be possible to provide a setting for the height of the reply text box to overrule the default height? I find myself enlarging it with almost each UR.

Good point, I’m actually resizing it every single time because my default replies are longer. I’d be happy to see this enhancement :ugeek:

A larger box would be very helpful for me too. One of my AM areas is bilingual and I reply in both languages. It would be nice to see both languages at once.

This will be fixed in the next release. Coming early this week. Thank you!

Replied to your PM. It was an issue with the script itself having an error loading correctly in locales that do not have a translation. This issue is resolved and will be in the next release this week. Thank you!

I haven’t thought about it, no. But that is something that can be brought up to the comment list maintainer(s) of the comment list you use. Maintainers can be found in the first (or second?) post. Thank you!

This is fixed in the next release of URC-E. Thank you!

Thank you both! This has been fixed in the next release due out this week.


  1. /b ↩︎

2020.06.16.01 is out!!

Changelog:

2020.06.16.01: NEW: Added a setting to exclude tagged URs from auto-send reminders
               CHANGE: Latest WME compatibility.
               CHANGE: Major under-the-hood work to enhance performance.
               BUGFIX: Further refinement for latest WME compatibility.
               BUGFIX: Error loading in non-translated language locales.
               BUGFIX: Restrictions causing errors in certain countries.
               BUGFIX: Shortcuts chevron upside down.
  • [i]Except tagged:[/i] Enabling this setting will prevent the ‘Auto send reminders’ setting (if enabled as well) from automatically sending a reminder comment to a tagged UR.