Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-19-2011, 12:42 AM
mrsjanuary mrsjanuary is offline
 
Join Date: Nov 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default missing forum path

Hopefully the way I word this is makes sense...

Is there a way to have it show the path to the threads you are viewing?

for example, I'm in "what did you buy today?", so it would
look like...

Canadian Deals > Canadian Deals Shopping Hauls > what did you buy today?

I keep having to hit the back button thinking it will take me back to the previous area, but it takes me back to the main forum page.


The forum is here: http://forum.mrsjanuary.com
Reply With Quote
  #2  
Old 12-20-2011, 02:14 AM
Australian Gate's Avatar
Australian Gate Australian Gate is offline
 
Join Date: Jan 2006
Location: Australia-Melbourne
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

Breadcrumb should be there on the top of your forum,
but your forum style seems not updated to latest version. (totally mess).
Reply With Quote
  #3  
Old 12-20-2011, 11:50 AM
mrsjanuary mrsjanuary is offline
 
Join Date: Nov 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made some changes to my vbulletin forum templates, and then the css structure broke. I have reverted all files back to the original, and it still is not displaying properly. I have tried updating to the latest version of vbulletin, reverting stylevars, and nothing seems to be working.

Here is the link: http://forum.mrsjanuary.com

This is where the issue seems to be:
"<link rel="stylesheet" type="text/css" href="http://forum.mrsjanuary.com/css.php?styleid=2&amp;langid=1&amp;d=1324358079&am p;td=ltr&amp;sheet=bbcode.css, editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css," />"

Any help as to how to fix this would be much appreciciated!
Reply With Quote
  #4  
Old 12-20-2011, 01:05 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ If you create a new Default style, does the issue persist there?

I believe you've "edited too much" meaning that you mistakenly removed a required snippet of code no matter if it was in a actual template being code or css being a definition or perhaps you left a definition unclosed for example:

Normal tag:
Code:
<a href="http://www.google.com">This is a normal link click me!</a>
Broken Tag:
Code:
<a href="http://www.google.com">This is a normal link click me!</a
^ Note the missing > at the end of the broken tag.

Now here's a broken css definition:

Normal definition:
Code:
.myclass {
background: #ffffff url(images/misc/myimage.png) center center;
color:#515151;
}
Broken definition:
Code:
.myclass {
background: #ffffff url(images/misc/myimage.png) center center;
color:#515151;
Or another broken example:
Code:
.myclass {
background: #ffffff url(images/misc/myimage.png) center center
color:#515151;
}
- The first one is missing the closing } "bracket" per say.
- The second well, look at it again... see how there's line breaks in a sense? If you have more than one characteristic in a definition you need to ensure you make breaks between the lines basically so on that one there should be a break of ; right after center center otherwise if only one characteristic you can leave out the break ; entirely .
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:30 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06879 seconds
  • Memory Usage 2,191KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete