The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Navigation Bar Query

5 posters

Go down

In progress Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 00:44

Is it possible to edit the navigation menu, since every entry box with the exception of "picture" is greyed out?

Navigation Bar Query 11lud07

I am using phpBB3.
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by blindbat1457 Thu Dec 01 2011, 00:50

I don't believe you can. I think those are permanently locked but you can change the permissions as to who can see them. If they really bug you as admin you can use CSS to hide them.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 00:53

blindbat1457 wrote:I don't believe you can. I think those are permanently locked but you can change the permissions as to who can see them. If they really bug you as admin you can use CSS to hide them.

How would I go about doing that exactly?

Many thanks.
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by blindbat1457 Thu Dec 01 2011, 00:58

Bishie wrote:
blindbat1457 wrote:I don't believe you can. I think those are permanently locked but you can change the permissions as to who can see them. If they really bug you as admin you can use CSS to hide them.

How would I go about doing that exactly?

Many thanks.

What links are you trying to hide?

Here is an example of what the code will look like:
(note this is to hide the home link)
Code:
a[href="/home"]{
  display: none;
}
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 01:10

The "home" link as you rightly assumed. How do I apply the CSS code?
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Light Elf Thu Dec 01 2011, 01:21

AP/Display/Colors/CSS
Light Elf
Light Elf
Forumember

Posts : 144
Reputation : 11
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 01:26

I'm at a loss as to where to insert the code in question. Forgive my being a novice.

To clarify, this is what I'm looking to remove:

Navigation Bar Query M9ymbk
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Light Elf Thu Dec 01 2011, 01:37

He told ya how. Go to Administration Panel:
Code:
Display/Colors/CSS
In CSS add code:
Code:
a[href="/home"]{
  display: none;
}
The End
Light Elf
Light Elf
Forumember

Posts : 144
Reputation : 11
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 01:54

I've inserted the code in the stylesheet. It hasn't changed anything. What am I doing wrong?
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by blindbat1457 Thu Dec 01 2011, 01:55

What is your forum URL?
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 01:58

http://www.technobabbles.co.uk/

If you walk me through the process, it would be appreciated.
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by blindbat1457 Thu Dec 01 2011, 02:03

Code:
a[href="/forum"]{
  display: none;
}

Try this.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 02:05

Brilliant! Although, it appears to have removed my logo. Any advice?

Thanks for your patience.
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by LGforum Thu Dec 01 2011, 02:52

Change the code to this:

Code:

.navlinks a[href="/forum"]{
  display: none;
}
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 17:41

What if I wanted to change "Home" to "Forum" for example? Is there a means of changing the text using CSS?
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Guest Thu Dec 01 2011, 17:59

Try to add in your JavaScript management:
Code:
var str="Home";
document.write(str.replace("Home","Forum"));
avatar
Guest
Guest


Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 18:09

Alas, that did not appear to work. Any other suggestions?

Navigation Bar Query M9ymbk

I'm looking to change the above link if that clarifies.
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Nera. Thu Dec 01 2011, 18:30

Hi,

Try,

https://help.forumotion.com/t91158-edit-nav-links#587681

Change i_icon_mini_portal to i_icon_mini_index and the word "Forum" to what ever you want.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 19:36

Sorry, but only users granted special access can read topics in this forum.

It seems I'm not able to access the link you provided. Could you paste the content please?

Many thanks.
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Nera. Thu Dec 01 2011, 19:39

dion wrote:ACP>Modules>Portal Management.

Find the page you want to modify, then click Structure. Change the page name to what you want, and that name will show up in the navbar when it is the active portal page.

This will work too: Very Happy

Code:
$(function() {
document.getElementById('i_icon_mini_portal').parentNode.innerHTML='Forum';
});
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 19:55

That works as far as changing "Portal" to something else, but I'm specifically looking to change the link which currently says "Home".
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by Guest Thu Dec 01 2011, 19:58

Just use this code...:
Code:
$(function() {
document.getElementById('i_icon_mini_index').parentNode.innerHTML='Forum';
});
avatar
Guest
Guest


Back to top Go down

In progress Re: Navigation Bar Query

Post by Nera. Thu Dec 01 2011, 20:01

Bishie wrote:That works as far as changing "Portal" to something else, but I'm specifically looking to change the link which currently says "Home".

I told you what do you need to change up to make it work on Home button/link. Use the code Gassy posted.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Navigation Bar Query

Post by Bishie Thu Dec 01 2011, 23:05

I've applied the code, but lost the icon which accompanied the text in the process. I can't win it seems.
avatar
Bishie
New Member

Posts : 12
Reputation : 1
Language : English

Back to top Go down

In progress Re: Navigation Bar Query

Post by LGforum Fri Dec 02 2011, 01:52

This in JS management should work for ya:

Code:

$(function(){ $('.navlinks a[href="/forum"]').text('Forum'); });
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum