Results 1 to 4 of 4

CSS in file

This is a discussion on CSS in file within the Template Modifications forums, part of the vBulletin SEO Discussion category; Hello, I have question how to locate css file in ONE FILE no style-c0c1f514-00006.css, style-c0c1f564-4006.css etc... If css auto-generated google ...

  1. #1
    Junior Member
    Real Name
    Przemysław Rejf
    Join Date
    Oct 2006
    Posts
    27
    Liked
    0 times

    CSS in file

    Hello,

    I have question how to locate css file in ONE FILE
    no style-c0c1f514-00006.css, style-c0c1f564-4006.css etc...

    If css auto-generated google cache don't display it, any problems to resolve google caches ?
    :spin: I still waiting for vbseo optimized version :)

  2. #2
    Member
    Join Date
    Nov 2005
    Posts
    84
    Liked
    0 times
    I spent a some time with that exact problem a couple of days ago. It appeared to me that one way to stop the SERPs Cache problem was to disable the CSS file Delete in vBulletin. I was thinking of hacking the function so it just returned.

    However, I got distracted and didn't test the idea.

    I was going to test hacking adminfunctions_template.php.

    Locate...
    PHP Code:
    function delete_css_file($styleid$csscontents)

    Add After....
    PHP Code:
    return; 
    Check out vBPicGallery the Photo Gallery for vBulletin.
    Talk about motorcycles with bikers around the world.

  3. #3
    Junior Member
    Real Name
    Przemysław Rejf
    Join Date
    Oct 2006
    Posts
    27
    Liked
    0 times
    Thank you.
    :spin: I still waiting for vbseo optimized version :)

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    but... then they see an old version.

    vb re-names the CSS files with a new name every time you save it.


    Once google cache catches up (and you stop changing your css settings) it will work.
    Last edited by Brian Cummiskey; 09-20-2009 at 05:07 PM.

Similar Threads

  1. Hotlink Protection Tutorial (Apache Server - .htaccess files)
    By NeutralizeR in forum Member Articles
    Replies: 15
    Last Post: 06-08-2011, 03:25 PM
  2. Header text or navbar within CSS file?
    By tavenger5 in forum Template Modifications
    Replies: 11
    Last Post: 10-04-2006, 04:12 AM
  3. php files not recognized
    By Deegan in forum Troubleshooting
    Replies: 3
    Last Post: 09-04-2006, 02:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •