sp3ctre wrote:That's an interesting point... I have a site with the search box/number of people online etc on the front page... I presume I'll have to re-do all this once version 3 comes out?
Please can you point me in the right direction of the guide, looks like I must have missed it. My existing forum is v2 and I just want to prep as much on my dev forum as possible before gold comes out.reyyy wrote: There is not much time until final release of phpbb3 comes out, but i think there won't be any difference between is that guide made on RC5 or final version, as code part used for integrating phpbb3 within a website content most probably won't change. Only maybe phpbb3 dev team could make it simplier to integrate this forum with html page in future
I don't have a guide neither there is such for phpbb3. That's why i was asking someone to make it. If you meant that.sp3ctre wrote: Please can you point me in the right direction of the guide, looks like I must have missed it.
Not really, i want it like it's in this page http://www.phpbb.com/community/ .SpongeWeb wrote:You can make extra pages that include the template on phpbb3
you will have to make them php pages though, not html
my home page http://www.websponge.net includes the header and footer from the template files of the forum,
is this what you mean?
It's not so easy, i mean i edited index_body.html, overall_footer.html and overall_header.html and there were no problems, but when i uploaded these files, error showed up-Rotsblok wrote:TBH thats just the forum index with modified header and custom navigation
Code: Select all
Parse error: syntax error, unexpected '}' in /home/ultimate/public_html/prophecyofwar/forum/includes/template.php(166) : eval()'d code on line 62
Code: Select all
165 {
166 eval(' ?>' . $this->compiled_code[$handle] . '<?php ');
167 }
Code: Select all
62 return true;
63 }
I tried to edit it now,i made a mistake somewhere, but if i write completely my own index_body.html, overall_footer.html and overall_header.html it will cause also errors?karlsemple wrote:The error is a result of you making an error in one of the template files, the error is not in the template.php