|
Yes with phpbb we pull user and style integration
However style integration is just that stylesheet intgegration match stylesheet colors. Its not going to pull a header or footer
To use the style you set in forum settings use forumstyle to yes
Usually with phpbb you in your header to get the box around the forum to this
<table cellpadding=0" cellspacing="0" width="100%>
<tr>
<td class="bodyline">
OTHER HEADER STUFF HERE YOU WANT
then in your footer you place this
</td>
</tr>
</table>
|