Recent Topics

1 Aug 28, 2008 15:53    

My b2evolution Version: Not Entered

I realized this AM that I lost my dashboard so I thought it would be a good time to upgrade to Palms. Upgrade went ok but dashboard looks like it lost all formatting. http://homeinterest.us/blog
seems to work on the front end in Firefox with some small alignment issues, but I lost my pictures in IE so I assume there is a column width issue somewhere?

I swear I am going to learn html and php in the near future.... :oops:

2 Aug 30, 2008 07:43

woodman3,

this may happen if you have disabled javascript. Make it is enabled. The dashboard toolbar is all made possible to a bunch of javascript.

4 Sep 11, 2008 12:18

you just have to change your admin skin or apply it again, then it's going to work like before..

5 Sep 11, 2008 13:55

Make sure the stylesheet of your skin (/skins/YOURSKIN/style.css) strts with:

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


Especially the first line imports styles for the toolbar.

Good luck


Form is loading...