Question location linking
- Franz Frese
- Topic Author
- Away
- Elite Member
Please Log in or Create an account to join the conversation.
- Marky
- Offline
- Junior Member
- Posts: 104
I'm still using 2.1.12 and it does link to the map and place list.
webtrees v2.1.21
PHP v8.3.12
Please Log in or Create an account to join the conversation.
- ddrury
- Offline
- Senior Member
What version are you using? Have you tried disabling any third party modules?
--
Dave
Local: Win 11 Pro, WSL2/Ubuntu20.04.4, Apache 2.4.51, PHP 7.4.26/8.1.7, MySQL 8.0.27
Production: Litespeed 8.0.1, PHP 8.1.9, MySQL 8.0.26
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
But, if this module is disabled, then there is no link.
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- Franz Frese
- Topic Author
- Away
- Elite Member
As you can see, the screenshot is from "demo stable" : dev.webtrees.net/demo-stable/index.php?r...stable%2Ftree%2Fdemo
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
It is set to "show to members".
Why? I don't remember. I created the site a long time ago. Perhaps I wanted to demonstrate different functionality.
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- Franz Frese
- Topic Author
- Away
- Elite Member
Please Log in or Create an account to join the conversation.
- Franz Frese
- Topic Author
- Away
- Elite Member
Ich bin der Meinung, dass das geändert werden sollte.
There should be no dependency between the activation (permission) of a module and the existence (or functioning) of a link.
I think that should be changed.
Please Log in or Create an account to join the conversation.
- norwegian_sardines
- Offline
- Platinum Member
- Posts: 3137
I think the module is where the link ends up! If you don’t have permission to use the module or if the module is not activated, then the “landing point” for the link is not allowed or does not exist!
Ken
Please Log in or Create an account to join the conversation.
- Franz Frese
- Topic Author
- Away
- Elite Member
If there is another methode of hiding the menu entry: ok.
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
You can use this to hide the menu. e.g.
.menu-xxx-yyy { display none; }
Note: CSS classes that begin with `wt-` are mostly permanent. I try not to change these - even if the HTML structure changes.
Other class names may change in future versions.
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- Franz Frese
- Topic Author
- Away
- Elite Member
I tried within the header with the css-js module without visible result !
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- Franz Frese
- Topic Author
- Away
- Elite Member
I inserted before the already existing </style>
you can see at freris.de
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
You need "display: none".
Note the missing ":"
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- Franz Frese
- Topic Author
- Away
- Elite Member
Please Log in or Create an account to join the conversation.