| :: |
| Author |
Message |
tweety PR0

Joined: 24 Jan 2007 Posts: 94
|
Posted: Sun Jul 29, 2007 12:32 pm Post subject: phpbb3 v phpbb2 your choice |
|
|
i have done much work done on phpbb2,
i have added many good mods, most best of all seo from here at phpbb-seo.com. plus the good xs mod.
i will in future change over to phpbb3 when all problems gone and mods approved gold.
i am thinking maybe i should change to phpbb3 now
what would be big benefits over a good modded phpbb2.
please tell me |
|
|
| Back to top |
|
 |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Mon Jul 30, 2007 11:44 am Post subject: Re: phpbb3 v phpbb2 your choice |
|
|
many of mod that you have installed is exist in phpbb3 core. phpbb3 is much better.
http://www.phpbb.com/about/features/
the great feature in phpbb3 is UTF-8 support. its not very useful for europeans but its very good for us
but i think its too soon to migrate to phpbb. at least wait for final release. |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
Peter77 phpBB SEO Team


Joined: 10 May 2006 Posts: 515 Location: Michigan
|
Posted: Mon Jul 30, 2007 6:40 pm Post subject: Re: phpbb3 v phpbb2 your choice |
|
|
You would have a fast clean board that is "XHTML Valid"
SOME of the MODs and add-ons being made out there for phpbb3, at the moment, are not too appealing, IMO. maybe later... much later there will be MODs and CMS portals worth taking a look at. the Gold is still young.  |
|
|
| Back to top |
|
 |
tweety PR0

Joined: 24 Jan 2007 Posts: 94
|
Posted: Fri Aug 03, 2007 12:46 pm Post subject: Re: phpbb3 v phpbb2 your choice |
|
|
| Peter77 wrote: | You would have a fast clean board that is "XHTML Valid"
SOME of the MODs and add-ons being made out there for phpbb3, at the moment, are not too appealing, IMO. maybe later... much later there will be MODs and CMS portals worth taking a look at. the Gold is still young.  |
xhtml valid not sure this is big thing yet, not valid now!
can do this with templates anyway.
i think you are right on the other points and good avice. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
|
| Back to top |
|
 |
thecoalman
Joined: 18 Aug 2006 Posts: 3
|
Posted: Mon Aug 06, 2007 1:40 pm Post subject: Re: phpbb3 v phpbb2 your choice |
|
|
| Peter77 wrote: | You would have a fast clean board that is "XHTML Valid" |
There's an interesting discussion about this I read at webmasterworld.com:
http://www.webmasterworld.com/html/3396306.htm
------------------
Apparently phpbb3 along with the rest of the world is using the XHTML doctype incorrectly. If the content is HTML you should be using a HTML doctype. XHTML is not HTML, the only reason it parses in a browser as HTML is because you're specifying the content type as HTML.
HTML 5 is around the corner, I forsee a lot of making very good use of "find & replace".  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15414
|
Posted: Sun Aug 12, 2007 9:07 am Post subject: Re: phpbb3 v phpbb2 your choice |
|
|
Interesting.
phpBB3 uses text/html header with xhtml, and claim to do so because of IE :
includes/functions.php
| Code: | // application/xhtml+xml not used because of IE
header('Content-type: text/html; charset=UTF-8'); |
I do think though that the most important is that the page can be displayed well on the most browser, and this some time implies some turn arounds with standards.
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|