Roi
March 25, 2023, 10:21am
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 Likes
Richie
(Richie Rich)
April 13, 2023, 7:43pm
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)
April 13, 2023, 7:54pm
858
You have to use display: none
instead of visibility: hidden
4 Likes
Richie
(Richie Rich)
April 13, 2023, 8:09pm
859
D’oh
Of course, thank you @RGJ
1 Like
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 Like
Bathinda
(Bathinda Helper)
May 23, 2023, 5:24am
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 Likes
Richie
(Richie Rich)
May 24, 2023, 7:15pm
864
I see reactions have arrived at meta
Thanks for the pending fix Robert
2 Likes
Bathinda
(Bathinda Helper)
May 27, 2023, 8:19am
865
Thank you for this info. At least we’re no longer in dark now.
3 Likes
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 Likes
Canapin
(Coin-coin le Canapin)
May 31, 2023, 9:41am
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 Likes
Don
June 3, 2023, 8:56am
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 Likes
Yes, naughty naughty of us, we let this one slip through without a thorough enough review @angus @nathank !
paviliondev:main
← paviliondev:Add-user-profile-link
opened 06:30AM - 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 Likes
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.
paviliondev:main
← paviliondev:convert_location_form_to_glimmer
opened 06:58PM - 23 May 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:
paviliondev:main
← paviliondev:localise_pref_link
opened 10:16AM - 05 Jun 23 UTC
Let me know of any issues and I’ll follow up.
4 Likes
Canapin
(Coin-coin le Canapin)
June 5, 2023, 2:30pm
873
Thanks!
Didn’t find the time to try the fork
2 Likes
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:
paviliondev:main
← paviliondev:fix_no_location_fields
opened 08:07PM - 05 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 Likes
Richie
(Richie Rich)
June 6, 2023, 9:55pm
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 Like