1

Topic: Integrate PunBB forum into Wordpress

Integrate PunBB forum into Wordpress

As I promised previously after installed LiewCF.com Forum, here I
describe how to integrate PunBB forum into Wordpress. The softwares
used are Wordpress 1.2.2 and PunBB 1.2.4. The same method probably
works for later version, too.

Read full post

Note: I only make PunBB looks like part of the Wordpress, no integration on comments/post/etc.

2 (edited by trevor 2005-09-25 16:15)

Re: Integrate PunBB forum into Wordpress

I integrated PunBB and Wordpress, with the brand new k2 theme (http://binarybonsai.com/k2/). I think the results are great (http://www.almosteffortless.com/forum/), and I wrote a blog post about it (http://www.almosteffortless.com/?p=21). Please check it out and let me know what you think! And thanks again for your very helpful post about it.

3

Re: Integrate PunBB forum into Wordpress

Me likes smile

I was waiting for K2 to become final before porting it to Nucleus CMS, I did the Kubrick port.

K2 is a very nice theme, I like how light it feels.

Thanks for sharing the how-to.

Re: Integrate PunBB forum into Wordpress

Nice smile

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Integrate PunBB forum into Wordpress

I'm working on a site that uses WP and Pun. http://www.therub.net

It's a bit messy at the moment, but there is a lot going on. I added the forum yesterday, and whilst it is already basically themed to fit in, there are a lot of other things that I plan to do.

I am also working on integrating search between WP and Pun, so that people can search sitewide, and the results will be displayed in sections: blog posts, forum posts. I'll release it once it is done if anyone is interested. smile

John

Re: Integrate PunBB forum into Wordpress

I sure would! Keep us informed!

Re: Integrate PunBB forum into Wordpress

Looks cool I would like to do the same thing

Re: Integrate PunBB forum into Wordpress

Can this integration work with column themes as well?

Re: Integrate PunBB forum into Wordpress

I would think so. The main idea is to put your wordpress header and footer on top/bottom of your punbb, and then get the css in there, too. so, it really should work with any theme out there.

Re: Integrate PunBB forum into Wordpress

trevor wrote:

I sure would! Keep us informed!

It's a bit hacky at the moment, but it does work.
I'll try to make the code a bit neater, and sort out the presentation a bit over the next coupld of days and then will release it for public consumption.

11

Re: Integrate PunBB forum into Wordpress

Great! I'm trying to get a Wordpress plugin that would allow you to use PunBB instead of the WP Comments system. There's a plugin that tries this, but it isn't working...

http://punbb.org/forums/viewtopic.php?id=8373

12 (edited by Doncamilo 2006-07-17 18:42)

Re: Integrate PunBB forum into Wordpress

Please, who can help me? I was trying to copy and paste my css stylesheet, heather and footer and i don´t get the desired result.

Sorry for my bad english but i can´t find a similar forum in spanish. big_smile

Website: http://www.ambulancias.biz
Forum: http://www.ambulancias.biz/punbb

13

Re: Integrate PunBB forum into Wordpress

It looks like you're pasting the Wordpress header in the wrong place. Look at this page and carefully follow the directions: http://www.almosteffortless.com/?p=21

14

Re: Integrate PunBB forum into Wordpress

here is my main tpl for my site...
http://www.bunpai.com
you will notice there are some wordpress words in there...hahaha..
i got this from a site that used word press... so i took it and made my own css template integration...
pure punbb,css template,modified classifieds that it..
in the forum i got some more integration listed my index.php and other things...
my forum and all my files are in the main www folder... not like most.. /punbb,/forum/site etc....
read the wiki on how to make mini portal with my mod... bammmmmmmmm bunpai was bored...

evil giggles......
Q

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>

<!-- Wordpress Template CSS -->
<link rel="stylesheet" type="text/css" href="grass_stains.css" media="screen" />

<style type="text/css">
#brdtitle { display: none; }
#brdmenu  { padding-top: 0; }
#punwrap {
    width: 680px;
    text-align: left;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-right: 2px;
}
DIV.box {BORDER-COLOR: #CFD9BE; }
.pun H2, #brdmenu {BACKGROUND-COLOR: #fff; COLOR: #E39243; }
DIV.blockpost H2 {BACKGROUND-COLOR: #fff; }
#punwrap * { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
DIV.blockpost DIV.box {BORDER-COLOR: #CFD9BE; }
.pun { font-size: 11px !important; }
/*.box {
    width: 500px;
    margin-top: 12px;
    margin-right: -5px;
    margin-bottom: 12px;
    margin-left: 10px;
    border: solid 1px #999;
    color: #000;
    
}    
.inbox {
    width: 530px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    border: solid 1px #999;
    color: #000;
*/    
}
</style>
<!-- Wordpress Template CSS -->

<!-- Mint 
<script src='/mint/mint.js.php' type='text/javascript' language='javascript'></script> 
Mint -->

</head>
<body>

<!-- Wordpress Template Header -->
<div class="wrap clearfix">
    
  <div class="header"><strong>Bunpai:</strong> Punbb CMS</div>

<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center">
<!-- Navigational Menu -->
<div class="topnav" id="nav">
  <ul>
  <li><a href="index.php">home</a></li>
    <li><a href="#">about</a></li>
    <li><a href="forum.php">forum</a></li>
    <li><a href="calendar.php">calendar</a></li>
    <li><a href="gallery.php">gallery</a></li>
    <li><a href="#">contact</a></li>
    <li><a href="classified.php">classified</a></li>
    <li><a href="chatbox.php">chatbox</a></li>
  </ul>
  </div>

    <!-- Wordpress Template Header -->
    <div id="punwrap">
<div id="pun<pun_page>" class="pun">

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="clearer">
            <pun_title>
            <pun_desc>
        </div>
        <pun_navlinks>
        <pun_status>
    </div>
</div>

<pun_announcement>

<pun_main>

<pun_footer>
</div></div>
<!-- Wordpress Template Footer -->
<div class="footer" id="footer">
    <a href="index.php">home</a>  :  
    <a href="#">about</a>  :  
    <a href="forum.php">forum</a>  :  
    <a href="calendar.php">calendar</a>  :  
    <a href="gallery.php">gallery</a>  :  
    <a href="#">contact</a>  :  
    <a href="classified.php">classified</a>  :  
    <a href="chatbox.php">chatbox</a>
    </div>
</td></tr></table>
</div>
</body>
</html>
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: Integrate PunBB forum into Wordpress

Thanks for the both answers, but i was trying and trying and always was the results very funny (terrible). Maybe my big first problem is the language and the second one, i´m a beginner with wordpress and punbb (and i like them very very much).

Can everyone help me making the main.tpl with my style.css, heather and footer?

Thank you for spend your time on my problem. I still havn´t found a punbb forum in spanish language.

Paul

Re: Integrate PunBB forum into Wordpress

Quaker, use the code tag ffs.

Re: Integrate PunBB forum into Wordpress

Doncamilo wrote:

Can everyone help me making the main.tpl with my style.css, heather and footer?

Please, no help?

18

Re: Integrate PunBB forum into Wordpress

Don, what is the link to the main site? so we can help!

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: Integrate PunBB forum into Wordpress

quaker wrote:

Don, what is the link to the main site? so we can help!

Doncamilo wrote:

Please, who can help me? I was trying to copy and paste my css stylesheet, heather and footer and i don´t get the desired result.

Sorry for my bad english but i can´t find a similar forum in spanish. big_smile

Website: http://www.ambulancias.biz
Forum: http://www.ambulancias.biz/punbb

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