Recent Topics

1 Oct 29, 2008 16:22    

My b2evolution Version: 2.x

I just did the upgrade from 1.10.2 to 2.4.5 and for some reason there is a sort of sitemap section appended to the top of the blog pages. I followed the upgrade instructions exactly. All of the information is there, but the display is somehow messed up. I've attached a screenshot to help describe the problem. Hopefully this is something simple to resolve.

Thanks,
Chris

http://www.c2-it.com/test/blogscreen.jpg

2 Nov 05, 2008 01:32

Hi cjcatalano,

Did you take the 2.4.1 version of this skin (see http://skins.b2evolution.net)?
If you change the skin make sure you don't delete the imports in the css file:

/* Import basic styles */
@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */


The first import holds the style for the toolbar.

Good luck

3 Nov 05, 2008 02:40

Actually I got it fixed. For some reason there was a background image file that was missing and this caused the display to get all messed up.

Thanks,
Chris

4 Nov 05, 2008 02:49

Well that wouldn't explain it to me but I'm glad you sorted it out.

Happy blogging


Form is loading...