Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.2.x Extensions Database 3.2 / 3.3Navbar 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by dmzx »

Donald123 wrote: 06 Mar 2017, 22:41 Hi

great :cool:

Thank you for this extention :thumbdown:
Nice to see somebody happy... :whistl:

User avatar

Funny
New user
New user
Posts: 126
Joined: 06 Mar 2017, 16:39
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by Funny »

Thank you for this extention

It's very great :P

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by dmzx »

Funny wrote: 06 Mar 2017, 23:19 Thank you for this extention

It's very great :P
:thumbup:


DKBjorn
Translators
Translators
Posts: 27
Joined: 11 Oct 2015, 22:24
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by DKBjorn »

Helo Dude's... need a little bit of help....

how can i change the name in navbar (Games), and make it to a link only.....?

Regard's DKBjorn

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by dmzx »

DKBjorn wrote: 10 May 2017, 17:51 Helo Dude's... need a little bit of help....

how can i change the name in navbar (Games), and make it to a link only.....?

Regard's DKBjorn
Open the language file common.php and change there.

What do you mean with link only?


DKBjorn
Translators
Translators
Posts: 27
Joined: 11 Oct 2015, 22:24
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by DKBjorn »

dmzx wrote: 10 May 2017, 18:54
DKBjorn wrote: 10 May 2017, 17:51 Helo Dude's... need a little bit of help....

how can i change the name in navbar (Games), and make it to a link only.....?

Regard's DKBjorn
Open the language file common.php and change there.

What do you mean with link only?
Thx for name solution...

What do you mean with link only? - A redirect link.... When push, it send you to another place on the site...


DKBjorn
Translators
Translators
Posts: 27
Joined: 11 Oct 2015, 22:24
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by DKBjorn »

DKBjorn wrote: 10 May 2017, 19:48
dmzx wrote: 10 May 2017, 18:54
DKBjorn wrote: 10 May 2017, 17:51 Helo Dude's... need a little bit of help....

how can i change the name in navbar (Games), and make it to a link only.....?

Regard's DKBjorn
Open the language file common.php and change there.

What do you mean with link only?
Thx for name solution...

What do you mean with link only? - A redirect link.... When push, it send you to another place on the site...
I Still need some help on this.....

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by dmzx »

The navbar will only display the drop down you have to add the link and use the event in first post.


DKBjorn
Translators
Translators
Posts: 27
Joined: 11 Oct 2015, 22:24
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by DKBjorn »

dmzx wrote: 11 May 2017, 19:25 The navbar will only display the drop down you have to add the link and use the event in first post.
Okay thx for your help....
Is it possible to make tekst with link in navbar.... without the popup like navbar....?

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by dmzx »

DKBjorn wrote: 11 May 2017, 21:35
dmzx wrote: 11 May 2017, 19:25 The navbar will only display the drop down you have to add the link and use the event in first post.
Okay thx for your help....
Is it possible to make tekst with link in navbar.... without the popup like navbar....?
Yes you can add jus a link like here for "Downloads"
Look at that code for the link here https://github.com/dmzx/Download-System ... html#L1-L4

Or open a other topic in questions if you need help with it :wink:


DKBjorn
Translators
Translators
Posts: 27
Joined: 11 Oct 2015, 22:24
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by DKBjorn »

dmzx wrote: 11 May 2017, 21:54
DKBjorn wrote: 11 May 2017, 21:35
dmzx wrote: 11 May 2017, 19:25 The navbar will only display the drop down you have to add the link and use the event in first post.
Okay thx for your help....
Is it possible to make tekst with link in navbar.... without the popup like navbar....?
Yes you can add jus a link like here for "Downloads"
Look at that code for the link here https://github.com/dmzx/Download-System ... html#L1-L4

Or open a other topic in questions if you need help with it :wink:
Okay... Many thx for your help.. i check out the githyb you send... Thx...

User avatar

RustyMetropolis
Users
Users
Posts: 1
Joined: 17 Jun 2017, 22:52
    Windows 10 Chrome

Re: Navbar 3.2.x

Post by RustyMetropolis »

How do you set this so that those who aren't logged in or are guests can see the link?

User avatar

Warbear.Prime
Users
Users
Posts: 2
Joined: 18 Dec 2016, 13:47
    Windows 8.1 Firefox

Re: Navbar 3.2.x

Post by Warbear.Prime »

Second NavBar

Is there a way to make a SECOND link in the top menu. I tried:

Code: Select all

$lang = array_merge($lang, array(
	'NAVBAR_LINKS'		=> 'Games',
    'NAVBAR_LINKS2'		=> 'Info',
));
But I only got one link, the Info one. So how do I get two, and have them both with their own links?

Do I need to copy the extension, and rename parts to make a second copy of the same extension, but with a different name to get the two menus?
Last edited by Warbear.Prime on 22 Jun 2017, 13:41, edited 1 time in total.

User avatar

Warbear.Prime
Users
Users
Posts: 2
Joined: 18 Dec 2016, 13:47
    Windows 8.1 Firefox

Re: Navbar 3.2.x

Post by Warbear.Prime »

NM, actually very easy.

Thanks for a great mod!

AGAIN!

User avatar

rexinfernum
Users
Users
Posts: 1
Joined: 20 Feb 2018, 08:33
    Windows 10 Firefox

Re: Navbar 3.2.x

Post by rexinfernum »

I'm just installed/enabled this extension but I can not find anything about for navbar settings in admin and can not see navbar in our forums page...

Post Reply Previous topicNext topic