Roi
25.Март.2023 10:21:32
855
That is pretty simple. Just add this to your theme CSS:
.topic-list-item span.location-after-title {
display: block;
}
I have a different approach, which you can see here . So I just alter the font size and added this to my theme CSS:
.topic-list-item span.location-after-title {
font-size: .7em;
}
5 лайков
Richie
(Richie Rich)
13.Апрель.2023 19:43:32
857
I’ve decided to hide these now but I’m seeing some strange alignment issues, have I missed something with my implementation?
.topic-list-item span.location-after-title {
visibility: hidden;
}
The space is still being occupied, I think I need to collapse it left somehow?
RGJ
(Richard - Communiteq)
13.Апрель.2023 19:54:38
858
You have to use display: none instead of visibility: hidden
4 лайка
Richie
(Richie Rich)
13.Апрель.2023 20:09:08
859
D’oh
Of course, thank you @RGJ
1 лайк
Hello
The geolocation of a city or an address no longer works.
5 days ago everything was fine ( I was in an early May version of Discourse. )
I updated a few hours ago to the latest versions. The problem came after that I think…
After testing:
It works in “MAP LOCATION” in preferences/profile.
The error only occurs in localization within a topic.
My location geocoding provider is locationiq .
Their services are announced operational on their website.
Does anyone have this problem too?
Or an explanation?
Thanks for your help !
Stéphane
My forum: Carte festivals/conventions JdR - Forums FFJdR
1 лайк
Bathinda
(Bathinda Helper)
23.Май.2023 05:24:34
861
I too am facing the same. While pin-pointing a new location in a new topic creation window, it doesn’t search any geo location:
It keeps processing…
While it was ok a couple of days back.
A fix is in progress guys, though this being a free plugin it is not prioritized.
3 лайка
Richie
(Richie Rich)
24.Май.2023 19:15:17
864
I see reactions have arrived at meta
Thanks for the pending fix Robert
2 лайка
Bathinda
(Bathinda Helper)
27.Май.2023 08:19:59
865
Thank you for this info. At least we’re no longer in dark now.
3 лайка
btw, if anyone is desperate for the fix or wants to help test this PR, you can, if you are brave enough, repoint your forum to this branch and provide me any feedback. Please read the comments at the top of the PR.
I’m not sure when it will be merged but at that point you will have to point back and rebuild. Just bear that disruption in mind.
NB: I have it running in Production and it seems fine.
There is a new experimental setting. I’ll let you find it.
3 лайка
Canapin
(Coin-coin le Canapin)
31.Май.2023 09:41:37
869
I have the habit of breaking my forum in one way or another, but if help is needed here, I’d be glad to try the branch soon as I use this plugin and find it very useful.
5 лайков
Don
03.Июнь.2023 08:56:42
870
Thanks for this huge update Robert this going to be really great. I’ve noticed one thing in this PR or the previous one.
It seems this is not translatable.
3 лайка
Yes, naughty naughty of us, we let this one slip through without a thorough enough review @angus @nathank !
main ← Add-user-profile-link
merged 09:57AM - 24 May 23 UTC
Adds link to user's profile for adding location
A very useful feature and gratefully received, but can I please have another PR which localises this?
5 лайков
With the lack of any negative feedback I’ve merged this big PR, so if you were on the PR branch, please rebuild to main to get all future updates.
main ← convert_location_form_to_glimmer
merged 10:24AM - 05 Jun 23 UTC
* FIX: back-end fix for frozen string abuse which was totally breaking location … input
* COMPATIBILITY: convert Location Form to Glimmer
* IMPROVE: adds some basic tests on the form that were completely absent (so hard to infer intended functionality!)
* FEATURE: improves the user experience by populating the input fields once you select an address
* EXPERIMENTAL FEATURE: create a Street entry by taking everything prior to City from Address (behind setting)
* COMPATIBILITY: Remove some legacy CW code:
* COMPATIBILITY: remove specific CW code from Location Form
* COMPATIBILITY: remove local definition of ajax function used to support legacy CW
* COMPATIBILITY: update eslint and prettier config to match core
Updates which now include:
I’ve also added localisation to @nathank ’s helpful new user preferences link from the User Map page:
main ← localise_pref_link
merged 10:43AM - 05 Jun 23 UTC
Let me know of any issues and I’ll follow up.
4 лайка
Canapin
(Coin-coin le Canapin)
05.Июнь.2023 14:30:30
873
Thanks!
Didn’t find the time to try the fork
2 лайка
I’ve deployed an urgent fix that resolves an issue with Topic location entry when location input fields are not enabled and adds corresponding tests:
main ← fix_no_location_fields
merged 10:34AM - 06 Jun 23 UTC
Due to the historical lack of front-end tests on this repo (which we are in the process of rectifying) it’s sometimes hard to be absolutely sure of desired behaviour, so please let me know if you come across any issues and I will look into it.
4 лайка
Richie
(Richie Rich)
06.Июнь.2023 21:55:29
875
Can we do anything to change the size of the text on the map tiles to make it readable?
It’s currently very small (and completely unreadable)
1 лайк