integrate extern forum to yii

Hi,

who can I integrate my forum (simplemachinsform) to yii?

My file structur is




webapp/forum/index.php   <== smf-stuff

webapp/protected/...     <== yii-stuff






public function actionForum()

{

	$this->render('<img src='http://www.yiiframework.com/forum/public/style_emoticons/default/huh.gif' class='bbc_emoticon' alt='???' />?');

}



thx for any help

What kind of integration do you need? I’ve integrated phpbb3 with Yii allowing phpbb users to log in into yii website.

I want that the forum is in my layout!

I think a simple ways to integrate an application are develop same themes for both applications and using same users data for log in.

I have a very large application built on Yii and want to integrate phpbb3 to my app. Can you please give me some tips on how to do this… i basically want to be able to have users login in my site but it will then automatically log them in the forums… thank you