[RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 2 • Share •
Page 1 of 2 • 1, 2
[RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
hello everybody!
everything is written in the new topic.
Home Portal FAQ Search Create a free forum Memberlist Usergroups Profile You have no new messages Log out
.don't know where to activate again to see these links and log out..any ideas?
is it possible to keep only:
home portal and log out?
everything is written in the new topic.
Home Portal FAQ Search Create a free forum Memberlist Usergroups Profile You have no new messages Log out
.don't know where to activate again to see these links and log out..any ideas?
is it possible to keep only:
home portal and log out?

Last edited by zouzou on November 8th 2011, 10:46 pm; edited 2 times in total
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
If you don't use images for your navbar just add this code to your CSS Stylesheet:
- Code:
a[href="/calendar"] {
display: none !important;
}
a[href="/faq"] {
display: none !important;
}
a[href="/memberlist"] {
display: none !important;
}
a[href="/search"] {
display: none !important;
}
a[href="/groups"] {
display: none !important;
}
Guest- Guest
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
i will use later ..(icons)
so the name is nav links on the forum?
where can i edit to see again without using your code ?
thanks !
so the name is nav links on the forum?
where can i edit to see again without using your code ?
thanks !
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
You want to see all links? Just delete my code, or I don't understand you@zouzou wrote:i will use later ..(icons)
so the name is nav links on the forum?
where can i edit to see again without using your code ?
thanks !

Guest- Guest
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Gassy wrote:You want to see all links? Just delete my code, or I don't understand you@zouzou wrote:i will use later ..(icons)
so the name is nav links on the forum?
where can i edit to see again without using your code ?
thanks !![]()
i want to see:
Home / Memberlist / no new messages / Log out

Mr Gassy you are everywhere to reply to beginners
many thanks!
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
A little question - that codes works?

Thank you for your respect, I really appreciate it.@zouzou wrote:Mr Gassy you are everywhere to reply to beginners
many thanks!

Guest- Guest
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Gassy wrote:If you don't use images for your navbar just add this code to your CSS Stylesheet:
- Code:
a[href="/calendar"] {
display: none !important;
}
a[href="/faq"] {
display: none !important;
}
a[href="/memberlist"] {
display: none !important;
}
a[href="/search"] {
display: none !important;
}
a[href="/groups"] {
display: none !important;
}
a little question too: i copy the entire code at the end of mine?

zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Oh yes. Hope this is what you need:
- Code:
a[href="/calendar"] {
display: none !important;
}
a[href="/faq"] {
display: none !important;
}
a[href="/portal"] {
display: none !important;
}
a[href="/search"] {
display: none !important;
}
a[href="/groups"] {
display: none !important;
}
a[href="/profile?mode=editprofile] {
display: none !important;
}
Guest- Guest
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
i copy your code (at the end right ? line 1850 and:
nothing happen..no nav links ( i submit and save before to check)
i saw there some space bar when i copy line 1850
do i need to delte the space one by one?
nothing happen..no nav links ( i submit and save before to check)
i saw there some space bar when i copy line 1850
do i need to delte the space one by one?
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Can you provide your forum link, please?
Guest- Guest
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
it's a private one so i cannot give you the link..i am sorry about that
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
do i need to copy at the line 1850 or begin of code?
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
What you use for navigation bar? Images / Only links / Link+Image?
Guest- Guest
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
for now only links but will create link+image
(like that:
Home (+image link)
Menbers (+ image link)
new messages (+ image link)
Log out (+image link)
(like that:
Home (+image link)
Menbers (+ image link)
new messages (+ image link)
Log out (+image link)
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
When you'll create the images then back with the problem. Sorry
but I can't help you, I need the links of the images. 


Guest- Guest
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
no image for nowGassy wrote:When you'll create the images then back with the problem. Sorrybut I can't help you, I need the links of the images.
only link ( and i will create when ok the images)
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
So do you want only links ?
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
yes:
Home / Menbers / New messages (and not you have no new messages)
Log out
Home / Menbers / New messages (and not you have no new messages)
Log out
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Administration Panel=>Display=> Headers & Navigation=> Display only images in the navbar : No
And delete the code u receive from Gassy if u put it all ready.
And delete the code u receive from Gassy if u put it all ready.
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
it works !!! BUT
i want to keep the links :
Home / Menbers / New messages (and NOT you have no new messages)/ Log out
i want to keep the links :
Home / Menbers / New messages (and NOT you have no new messages)/ Log out
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
cand u leave a print screen ? Caz i have no idea what r u talking about
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum

here it is...

in green the links i want to keep
in red the thngs i want to off
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Try
About You have no new messages , you have tu create your own costumized meniu beacuse this meniu is normally like that Forumotion created like u cant modificated that , but u can hide it and creat ur own, whould u like that ?
- Code:
a[href="/privmsg?folder=inbox"] {
display: none;}
a[href="/faq"] {
display: none;}
a[href="/search"] {
display: none;}
a[href="/calendar"] {
display: none;}
About You have no new messages , you have tu create your own costumized meniu beacuse this meniu is normally like that Forumotion created like u cant modificated that , but u can hide it and creat ur own, whould u like that ?
Last edited by Richard E on November 8th 2011, 9:59 pm; edited 4 times in total
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Richard E wrote:Try
- Code:
a[href="/privmsg?folder=inbox"] {
display: none;}
??? this code speak about messages only..

zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
soory i edited , look above
About You have no new messages , you have tu create your own costumized meniu beacuse this meniu is normally like that Forumotion created like that, u cant modificated that , but u can hide it and creat ur own, whould u like that ?
About You have no new messages , you have tu create your own costumized meniu beacuse this meniu is normally like that Forumotion created like that, u cant modificated that , but u can hide it and creat ur own, whould u like that ?
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
i want private message but the link like that:
"No new messages"
then this code i copy line 1850 or at the first line to add?
"No new messages"
then this code i copy line 1850 or at the first line to add?
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
When u put a cod in CSS it dont matter where u put it even is 1, 2, ,3 200, 400000.. dont matter.
Put the cod on anyline.
And i asked u something above , would u like to hide that button and creat ur own with the name No new Mesages ?
Put the cod on anyline.
And i asked u something above , would u like to hide that button and creat ur own with the name No new Mesages ?
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
Richard E wrote:When u put a cod in CSS it dont matter where u put it even is 1, 2, ,3 200, 400000.. dont matter.
Put the cod on anyline.
And i asked u something above , would u like to hide that button and creat ur own with the name No new Mesages ?
yes i want to have the link 'no new messages' or 'new message' if 1 or more
only links , i will add pictures for that when i will be better to modifiy my forum
thanks for your interest!!
zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
new message, u cant have this beacase that mean u have a new mesage , even if u dont have any , so better is to have "No new Mesagges" , ok.
1st step is to put the cod i just gave u , this one to be specificate =>
Then go to Administrator Panel=>Display=>Homepage=> Headers & Navigation , scroll down and on the right side u will finde " Add a costomiez meniu " , press on that and then
1.Menu: No new messages
2.Picture: leave it blanck for a while
3.Text: No new messages
4.Redirection URL: /privmsg
5. Rights/Display: Ur choice.
1st step is to put the cod i just gave u , this one to be specificate =>
- Code:
a[href="/privmsg?folder=inbox"] {
display: none;}
a[href="/faq"] {
display: none;}
a[href="/search"] {
display: none;}
a[href="/calendar"] {
display: none;}
Then go to Administrator Panel=>Display=>Homepage=> Headers & Navigation , scroll down and on the right side u will finde " Add a costomiez meniu " , press on that and then
1.Menu: No new messages
2.Picture: leave it blanck for a while
3.Text: No new messages
4.Redirection URL: /privmsg
5. Rights/Display: Ur choice.
Re: [RESOLVED]Home portal members search an d LOG OUT disappear on the main page of my forum
thanks a lot!! it's works well you are the one!!

zouzou- Forumember
- Posts : 39
Reputation : 1
Language : french
Page 1 of 2 • 1, 2
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum