You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2021-04-05 16:16:31
- Verbz
- New member
- Registered: 2021-04-05
- Posts: 3
New and loving the fluxbb
Hi all, please can someone show me an example of adding a menue item...
"The format for adding new links is X = <a href="URL">LINK</a> where X
is the position at which the link should be inserted"
Don't make sense, could I have an example as need to add a return to site link plus other..
Many thanxz in advance...
Verbz
Offline
#2 2021-04-05 18:45:21
- Verbz
- New member
- Registered: 2021-04-05
- Posts: 3
Re: New and loving the fluxbb
Ahh, bit Dim,so still need example, links in menue showing but not linking...
An example link would fo the job...
Regards Gordon ?
Offline
#3 2021-04-06 01:25:47
- Elementair
- Member
- Registered: 2020-02-28
- Posts: 42
Re: New and loving the fluxbb
That's pretty straitforward:
3 = <a href="https://www.mysite.fr/anypage.php"> My third menu </a>
Offline
#4 2021-04-06 06:38:58
- Otomatic
- FluxBB Donor
- From: Paris - France
- Registered: 2010-01-26
- Posts: 576
- Website
Re: New and loving the fluxbb
Hi,
The url can be relative and we can say to open the link in a new tab
8=<a href="../formulaire.php" onclick="window.open(this.href); return false;">Contact</a>
Ce n'est pas parce que l'erreur se propage qu'elle devient vérité. Ghandi
An error does not become truth by reason of multiplied propagation. Ghandi
Offline
#5 2021-04-09 16:13:16
- Zan
- Member
- Registered: 2019-07-22
- Posts: 6
- Website
Re: New and loving the fluxbb
Hi,
The url can be relative and we can say to open the link in a new tab8=<a href="../formulaire.php" onclick="window.open(this.href); return false;">Contact</a>
Why would you use JavaScript for opening a link in new tab? You could just add a "target" attribute. Like this...
8=<a href="//example.com/" target="_blank">Contact</a>
Contact me on Discord for support with FluxBB!
Motify#3276
Founder of GameSense
Offline
#6 2021-04-10 07:09:54
- Otomatic
- FluxBB Donor
- From: Paris - France
- Registered: 2010-01-26
- Posts: 576
- Website
Re: New and loving the fluxbb
Hi,
Because "target" was not HTML 4.01 compatible and I haven't corrected it since I switched my sites to html5
Ce n'est pas parce que l'erreur se propage qu'elle devient vérité. Ghandi
An error does not become truth by reason of multiplied propagation. Ghandi
Offline
Pages: 1