Forum Moderators: rogerd
I thought the doctype would be a reasonable place to start :(
Ive done a search across all files created on install, but the only doctypes that show up are for pages like read me, coding standards etc.
anyone know where it might be? and if you know of guide to customising id me be appreciative (by sticky if nessecary)
Thanks
template/[b]ThemeName[/b] - the doctype is in the template file called overall_header.tpl. A few pages also use simple_header.tpl, so you should change it there too. If you're in to standards-compliance, the "natural" doctype for phpBB is XHTML 1.0 Transitional, as the internally-generated markup (ie. the markup not controlled by the templates) complies to that standard. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Unfortunately phpBB 2.0.x ships with a HTML 4.01 half-doctype, which is wrong.
id seen a few posts saying to look for those files, but they dont seem to be on my server :(
the forum was provided by my host - all i had to do was click a couple of buttons and it installed - dont know if this makes a difference?
Cheers
<added> OK. just looked at the files using the cpanel file manage, and overall_header is there, BUT when i look through ftp i cannot see it. or im going mad :( </added>
If you're going to do some serious customization on the forum (and phpBB in general needs a lot of tweaking if you are trying to improve ranking and usability), then you're probably better-off installing the package manually. However, you would then need to manage updates and patches yourself.
i considered a manual install but security is not my forte.
it is a bit wierd that i cannot see them through ftp - i can see many template files, just not those two.
ive got the firendly urls mod working, but and am trying to make the whole board more accessible, which is a pretty huge job. :(