Recent Topics

1 Dec 30, 2009 22:00    

My b2evolution Version: 3.3.3

I can't figure out what is going on. IF you go to leave a comment it just goes to a all white screen. Same if your click on the blog post topic. Something somewhere is messed up and I have no clue what it is.

http://www.advertisingjim.com/Blog/

2 Dec 30, 2009 22:27

That does look odd. Have you tried switching skins temporarily to see if the same thing occurs there?

3 Dec 30, 2009 22:29

Just took a look at one of the blank screens and the HTML has no opening body tag or content before the closing body tag is reached.

4 Dec 31, 2009 06:31

Your server doen't support "clean" URLs.
Go to Blog settings > URLs and switch everything from "Use extra-path" to "Use param"

This should help

5 Dec 31, 2009 19:44

sam2kb wrote:

Your server doen't support "clean" URLs.
Go to Blog settings > URLs and switch everything from "Use extra-path" to "Use param"

This should help

That was it, thanks so much :-D

6 Dec 31, 2009 20:12

No problem. Happy New Year!

7 Dec 31, 2009 20:18

BTW when you add links to the horizontal menu wrap them with <li>...</li>

The code should look like this


<li><a href="http://www.advertisingjim.com">Home</a></li>
<li><a href="http://www.advertisingjim.com/policy.htm">Policy</a></li>
<li><a href="http://www.advertisingjim.com/prices.htm">Prices</a></li>
<li><a href="http://www.advertisingjim.com/buyblog.htm">Buy A Day</a></li>
<li><a href="http://www.advertisingjim.com/advertisng.htm">Become A Sponsor</a></li>
<li><a href="http://www.advertisingjim.com/2010.htm">Calendar</a></li>
<li><a href="http://www.aquagraphics.ws/">This Month's Sponsor</a></li>


Form is loading...