My Portal is Not Valid XHTML 1.0 Strict

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
Shadowz O Death
Active Member
Posts: 2
Joined: 11. January 2009 06:27

My Portal is Not Valid XHTML 1.0 Strict

Post by Shadowz O Death »

Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Advanced Knowledge
Boardlink: http://www.the7thhour.net/

PHP Version: 5.2.8
MySQL Version: 5.0.67

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Hello everyone! I have just installed phpBB 3.0.4 and board3 Portal 1.0.2. For some reason, my portal is not Valid XHTML 1.0 Strict. The results of my W3C validation test are at http://validator.w3.org/check?uri=http% ... or%2F1.606. What files and code do I have to edit in order for my portal to be Valid XHTML 1.0 Strict? Thank you so much! :D
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: My Portal is Not Valid XHTML 1.0 Strict

Post by Kevin »

Check again the install.xml
It looks like there is something wrong - eg. the left and right columns don't have any space to the left and the right.
Normally it should look like this: portal.php?style=1 - the portal itself shouldn't be wider than the header.
So i guess that somethings gone wrong during the file edits or you've changed something else in the templates.
Also purge your board cache and refresh your templates.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
Shadowz O Death
Active Member
Posts: 2
Joined: 11. January 2009 06:27

Re: My Portal is Not Valid XHTML 1.0 Strict

Post by Shadowz O Death »

Kevin wrote:Check again the install.xml
It looks like there is something wrong - eg. the left and right columns don't have any space to the left and the right.
Normally it should look like this: portal.php?style=1 - the portal itself shouldn't be wider than the header.
So i guess that somethings gone wrong during the file edits or you've changed something else in the templates.
Also purge your board cache and refresh your templates.
You are correct. After looking over the file edits, I added

Code: Select all

<!-- ENDIF -->
after

Code: Select all

<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
instead of after

Code: Select all

<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
What happened was when I was going to search for it, I copied and pasted

Code: Select all

<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
into a single-line text box, which caused it to only paste

Code: Select all

<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
Thank you for your help!
Locked

Return to “board3 Portal 1.0.x - English Support”