Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2009, 04:46 PM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Storing CSS StyleSheets as Files Option Issues with IE

Anyone have problems with setting CSS Stylesheets to be stored as files in /clientscript/ with IE?

If I set it to files, IE7 has issues rendering the CSS, but FF works perfectly fine.

Here is what it looks like when I set CSS to save as files


And yes, I have CHMOD'd 777 the appropriate folder.
Reply With Quote
  #2  
Old 02-18-2009, 04:57 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you clear your browser cache/temp internet files folder and restart IE?
Reply With Quote
  #3  
Old 02-18-2009, 05:03 PM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I've cleared all cache/history, and still the same thing.

I'm also not the only person to have this issue, and apparently the problem persisted even on IE7.

Edit:

I did some playing around, and looks like the default vBulletin skin works just fine, along with a secondary skin that we have. The issue is only with the primary skin, any idea what could cause this?
Reply With Quote
  #4  
Old 02-18-2009, 05:11 PM
nexialys
Guest
 
Posts: n/a
Default

it is simple... the CSS have a direct path with the image in the background of the field, but when you store the css in file, the path changed... you have to verify the "url(thispath/image.gif) stuff and make it go direct to the proper place.
Reply With Quote
  #5  
Old 02-18-2009, 05:12 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As thats a custom skin, you should ask the person who coded it, there could be a reasons that skin cant store the css as files.

You can check your servers error log for a reason why as well.
Reply With Quote
  #6  
Old 02-18-2009, 05:14 PM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys View Post
it is simple... the CSS have a direct path with the image in the background of the field, but when you store the css in file, the path changed... you have to verify the "url(thispath/image.gif) stuff and make it go direct to the proper place.
But why then would it not work in IE, and work perfectly fine in FF? Difference ways of rendering/retrieving css? Also, the poll thread td and sticky thread td are no images, just colors.
Reply With Quote
  #7  
Old 02-18-2009, 05:15 PM
nexialys
Guest
 
Posts: n/a
Default

yeap...

--------------- Added [DATE]1234984732[/DATE] at [TIME]1234984732[/TIME] ---------------

example: your actual CSS have:
Code:
url(../../images/techtwo/misc/table1.gif)
.. IE does not like the ../../ stuff... FF already handle them properly.

change your CSS details to this:
Code:
url(http://forum.zomgstuff.net/images/techtwo/misc/table1.gif)
and everybody will be happy

the TD with color is because they all have a color of background set... it's the image url that IE is not reading likely.
Reply With Quote
  #8  
Old 02-18-2009, 05:23 PM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys View Post
yeap...

--------------- Added [DATE]1234984732[/DATE] at [TIME]1234984732[/TIME] ---------------

example: your actual CSS have:
Code:
url(../../images/techtwo/misc/table1.gif)
.. IE does not like the ../../ stuff... FF already handle them properly.

change your CSS details to this:
Code:
url(http://forum.zomgstuff.net/images/techtwo/misc/table1.gif)
and everybody will be happy

the TD with color is because they all have a color of background set... it's the image url that IE is not reading likely.
I did that, but it didn't seem to change anything. I even included single quotes ('), and deleted cache.

Quote:
the TD with color is because they all have a color of background set... it's the image url that IE is not reading likely.
What do you mean? It's just a hex color for the background color, why would it need an image url?
Reply With Quote
  #9  
Old 02-18-2009, 05:33 PM
nexialys
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by ZomgStuff View Post
I did that, but it didn't seem to change anything. I even included single quotes ('), and deleted cache.
you changed it now, it is in the dB, and it shows properly... but the url() have no domain, so if it works that way, maybe it's the path, as i said...

Quote:
Originally Posted by ZomgStuff View Post
What do you mean? It's just a hex color for the background color, why would it need an image url?
i was refering to the ones with background images...
Reply With Quote
  #10  
Old 02-18-2009, 05:41 PM
ZomgStuff ZomgStuff is offline
 
Join Date: Feb 2007
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nexialys View Post
you changed it now, it is in the dB, and it shows properly... but the url() have no domain, so if it works that way, maybe it's the path, as i said...



i was refering to the ones with background images...
Hm, even the ones with background images seem to have had no effect when I completed the url() tags properly.
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 03:48 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.04230 seconds
  • Memory Usage 2,249KB
  • 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
  • (4)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_onlinestatus
  • (10)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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete