Jump to content
WebFlake
  • 0

Little bugs and erros can anyone help?


Gash

Question

  • Image bug when I hover over the forums tab this
  • Two images overlap on messages and notification this
  • How can I delete this
  • Help me with IP.Content, I just simply want to add a font to the bar saying "VIP packages", with a link what goes to the thread..

 

I have tried my hardest to fix them! :D

Edited by herro123
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

broken navigation image is because the image does not exist anymore.

ACP > Looks and Feel > Skin Name > CSS > ipb_styles.css

and find the following.

#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active, #community_app_menu > li.active > a

and remove the background image link. So then you will just have this code for the background.

background: #0083b7;

to delete the last icon on the navigation go to

ACP > Looks and Feel > Skin Name > globalTemplate

and find the following and remove it.

<li class="right">
								<a href="http://ipbmafia.ru/index.php?app=core&amp;module=global&amp;section=navigation&amp;inapp=forums" rel="quickNavigation" accesskey="9" id="quickNavLaunch" title="Open a rapid transition"><img src="public/style_images/mafiaboard/qnav.png" class="navIcon" alt=""></a>
							</li>

the notification issues I can't tell you without having a temp account to assess the issue you have.


You can also add a new navigation link to your navigation without using IP.Content just by creating a new <li>   </li>

 

for instance.

<li><a href='webflake.sx'>Skreamzja Rules</a></li>

and placing it at the end of your navigation code in the globalTemplate.

  • Upvote 1
Link to comment
Share on other sites

  • 0

broken navigation image is because the image does not exist anymore.

ACP > Looks and Feel > Skin Name > CSS > ipb_styles.css

and find the following.

#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active, #community_app_menu > li.active > a

and remove the background image link. So then you will just have this code for the background.

background: #0083b7;

to delete the last icon on the navigation go to

ACP > Looks and Feel > Skin Name > globalTemplate

and find the following and remove it.

<li class="right">
								<a href="http://ipbmafia.ru/index.php?app=core&amp;module=global&amp;section=navigation&amp;inapp=forums" rel="quickNavigation" accesskey="9" id="quickNavLaunch" title="Open a rapid transition"><img src="public/style_images/mafiaboard/qnav.png" class="navIcon" alt=""></a>
							</li>

the notification issues I can't tell you without having a temp account to assess the issue you have.

You can also add a new navigation link to your navigation without using IP.Content just by creating a new <li>   </li>

 

for instance.

<li><a href='webflake.sx'>Skreamzja Rules</a></li>

and placing it at the end of your navigation code in the globalTemplate.

Messaged you :)

I also have another few questions:

I just basicly want the text in the navigation bar and it to go to the thread.

I have ip content and have Zero idea on how to use it.

Edited by herro123
Link to comment
Share on other sites

  • 0

1. You could remove it but that tells you what page and the navigation. So I'm going to tell you how to change the font color.

ACP > Looks and Feel > Skin Name > CSS > ipb_styles.css

find the following

.breadcrumb.top a {

and change the color hex code from #fff to what ever color you want it to be.

 

I've already told you above how you could add some new navigational buttons to your navigation that will lead to those topics you are wanting to show.

ACP > Looks and Feel > Skin Name > globalTemplate

find the following.

'primary_nav'

scroll down to the ending </div> tag for the primary_nav and then go up slowly untill you find the </ul> for the navigation.

 

Then add the following ABOVE the </ul>.

<li><a href='link goes here for the topic'>Blah Blah V.I.P</a></li>

but obviously change it.

  • Upvote 1
Link to comment
Share on other sites

  • 0

1. You could remove it but that tells you what page and the navigation. So I'm going to tell you how to change the font color.

ACP > Looks and Feel > Skin Name > CSS > ipb_styles.css

find the following

.breadcrumb.top a {

and change the color hex code from #fff to what ever color you want it to be.

 

I've already told you above how you could add some new navigational buttons to your navigation that will lead to those topics you are wanting to show.

ACP > Looks and Feel > Skin Name > globalTemplate

find the following.

'primary_nav'

scroll down to the ending </div> tag for the primary_nav and then go up slowly untill you find the </ul> for the navigation.

 

Then add the following ABOVE the </ul>.

<li><a href='link goes here for the topic'>Blah Blah V.I.P</a></li>

but obviously change it.

You're a flaking genius. <3

The only thing left to do is the double icons, I sent you a admin account. :)

1. You could remove it but that tells you what page and the navigation. So I'm going to tell you how to change the font color.

ACP > Looks and Feel > Skin Name > CSS > ipb_styles.css

find the following

.breadcrumb.top a {

and change the color hex code from #fff to what ever color you want it to be.

 

I've already told you above how you could add some new navigational buttons to your navigation that will lead to those topics you are wanting to show.

ACP > Looks and Feel > Skin Name > globalTemplate

find the following.

'primary_nav'

scroll down to the ending </div> tag for the primary_nav and then go up slowly untill you find the </ul> for the navigation.

 

Then add the following ABOVE the </ul>.

<li><a href='link goes here for the topic'>Blah Blah V.I.P</a></li>

but obviously change it.

I changed the little writing around the forum and it still looks shit, when you go on the admin account can you also take a look at it? and make it better :D

Edited by herro123
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...