Fellow X10'ers :D

DesignSolutions

New Member
Messages
20
Reaction score
0
Points
0
Can any of you guys who know PHP help me integrate a PHPBB forum into a HTML website ...?

Thanks if anyone can :D
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
what do you mean by integrate?
 

DesignSolutions

New Member
Messages
20
Reaction score
0
Points
0
erm.. the buttons you have on the board like private messages and all that erm... login box obviously lol erm... and view all new posts b utton is any of this actually possible (PHP noob sorry)
 

hyeclass

New Member
Messages
348
Reaction score
0
Points
0
if you're not using any other ph session or logins or anything like that on the page you want phpbb to be shown on ...you can probably get it done with a simple include ...i cant tell you how exacly cause i dont have it installed now but.. you should do it like this:
if you have your forum in a differant folder then the site :
<base href="/phpbb/">

<?
include ("whatever.php"); cant remember filename
?>
</base>

lemme know how it worked out
 

Reclutador

Active Member
Messages
3,866
Reaction score
0
Points
36
Conor said:
PHP-Nuke...

Friends !! If you use PHP-NUKE be sure to use Nuke SENTINEL (is a secure plug in)

If not, your website will be esay to hackers, don't forget NUKE SENTINEL :)

See you soon
 
Top