vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Wierd 3.7 code mess (https://vborg.vbsupport.ru/showthread.php?t=183901)

Flamma 06-29-2008 06:48 PM

Wierd 3.7 code mess
 
As per example:

http://www.swiigle.com/files/upload/...6039535143.jpg

I've edited the header template, and only just started to work on it(the part that says Forum Home isn't in the navigation template, it's in the header).

I put that in, with my custom class to it, and other bits on the forum change. I've even made it stupid names of the class, in which I know that it won't be the same as other parts of the forum yet they still mess up.

Is there a solution to this?

Thanks,
Dale

Opserty 06-29-2008 07:48 PM

There is some kind of CSS conflict, that would be the only reason you would get this happening. Check again to make sure a CSS property is not being assigned in-correctly. Else provide a link and I'll take a look.

Flamma 06-29-2008 08:01 PM

I really doubt that there's a CSS conflict, especially with the CSS class name:

navigationlinky

I've currently got this running on my localhost.

The full code is here: http://www.vbulletin.com/forum/showt...90#post1587990

It never did this in 3.6 :(

Opserty 06-29-2008 08:20 PM

Code:

.navigationlinky a:link, a:visited, a:active{
Should be:
Code:

.navigationlinky a:link, .navigationlinky a:visited,  .navigationlinky a:active {

Flamma 06-29-2008 08:24 PM

Damn, how did I miss that.

Thanks mate ;)


All times are GMT. The time now is 11:38 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01017 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete