Recent Topics

1 Sep 23, 2008 04:46    

My b2evolution Version: Not Entered

Hello, I need a little help. I am trying to convert my site into a skin for b2 and I have everything set up pretty good except the menu that is displayed when users are logged in to b2. First off the items in the menu overlap each other(see screen shot) and it appears at the top of the screen. I want to move it to the side bar but when I do I get a PHP error about headers.

Screen Shot:
http://advocacynet.org/files/BLOGS.jpg

2 Sep 23, 2008 05:01

Hi drewnjit,

Start your css file with these lines:

@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 */


This imports some basic styles including the styles for the user toolbar.

Good luck

3 Sep 23, 2008 22:45

That did it.

Thanks alot.


Form is loading...