Topic: Integration on an HTML Website- How do I do It?

Ok, so I'm building a website in plain HTML and I have an install of punBB ready. I'm lazy lol and I don't want to format text every time I need news posted on my front page of the site. So I was wondering, is there any way to integrate punBB so that every post in a specified board is posted on the index.html? I've seen several punBB plug-ins, but I'm not sure what's right for me- or if I just need to copy some code and edit it.

Re: Integration on an HTML Website- How do I do It?

Any help? At least eighteen views and no reply.

Re: Integration on an HTML Website- How do I do It?

example of css html and punbb is
http://musicfret.com im currently working on it.
examples of agpe sources
http://bunpai.com in the forum i list the main.tpl and the index.php code.

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Integration on an HTML Website- How do I do It?

quaker wrote:

example of css html and punbb is
http://musicfret.com im currently working on it.
examples of agpe sources
http://bunpai.com in the forum i list the main.tpl and the index.php code.

Errr... how does that answer his question?

Anyway, generalandrew: you can use the news generator plugin, then change index.htm to index.php and add the appropriate PHP code to include the news.

Looking for a certain modification for your forum? Please take a look here before posting.

Re: Integration on an HTML Website- How do I do It?

Ok, thanks alot!