Continuing the discussion from Possible to change URL for /faq page? :
Is the method mentioned here still the best way of changing the Guidelines page’s URL from /faq
to /guidelines
?
(It adds a second tab called Guidelines by setting faq url
to /guidelines
, and hides the original tab using CSS.)
2 „Gefällt mir“
Lilly
(Lillian Louis)
22. Juni 2023 um 21:16
2
maybe have a look at this first:
FWIW You get that added page when you add an URL to the faq url admin setting:
[faq url]
[guidelines/faq]
The ‘Guidelines’ in green goes to the regular FAQ topic, and the ‘FAQ’ in blue goes to the link you placed in the faq url setting.
Thanks. I think that just explains the problem (better than I have) rather than supplies a solution.
FWIW You get that added page when you add an URL to the faq url
admin setting:
The ‘Guidelines’ in green goes to the regular FAQ topic, and the ‘FAQ’ in blue goes to the link you placed in the faq url
setting.
To restate the problem using the screenshots above – I’d like to get rid of the green-bordered Guidelines tab completely (I can customise the name of the blue-bordered tab so that it says “Guidelines”).
Or some other way of having a “Guidelines ” tab have the URL /guidelines
instead of /faq
.
Lilly
(Lillian Louis)
22. Juni 2023 um 22:03
4
heh i will not soon forget that faq guidelines puzzle topic
i can probably figure out how to hide it but i’d have to enable it do it or find a site that has one…
does this work?
.nav-pills .nav-item-guidelines {
display: none;
}
2 „Gefällt mir“
I was just about to do that hack myself . Haven’t seen another way of doing it…
1 „Gefällt mir“
Canapin
(Coin-coin le Canapin)
23. Juni 2023 um 13:12
6
It does, and I think this is the way to go, as there are no more straightforward solution to at this time to my knowledge
So, I think the answer to:
is “Yes”.
2 „Gefällt mir“
system
(system)
Geschlossen,
23. Juli 2023 um 13:12
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.