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 ?
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 ...
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 :)
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...
Add After....PHP Code:function delete_css_file($styleid, $csscontents)
{
PHP Code:return;
Check out vBPicGallery the Photo Gallery for vBulletin.
Talk about motorcycles with bikers around the world.
Thank you.
:spin: I still waiting for vbseo optimized version :)
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.