Never mind, I will try with wordpress instead
2 2009-09-16 06:59
Topic: Integration woes (1 replies, posted in PunBB 1.3 troubleshooting)
Hey,
I am trying to slap punbb inside a open source template but it doesnt look quite right.
I have been trying to follow the instructions on how to integrate the forum in an already made template. Copy pasting the header and the footer to main.tpl. But the styles just wont get right.
Can someone check it out, maybe I have done something obvious wrong?
This is the site: http://bluray-fans.com/ and click the forum link.
3 2004-01-20 09:53
Topic: Simple database creation guide (mysql) (1 replies, posted in Programming)
Environment used for this simple guide.
Operating system: Gentoo Linux with 2.6 Kernel
PHP: 4.3.4
Webserver: Apache Version 2
Database: MySQL 4.0.16
I assume that you have the webserver installed, with php, and also have a working setup of mysql installed.
type mysql, then you should see this prompt: mysql>
mysql> CREATE DATABASE forum;
mysql> USE forum
Database changed
mysql> quit
This creates a database with the name "forum", you can of course change it to anything you like. I hope this just help a tiny bit Please reply if it was to any use of you. I'm not sure how you do it with other databases or in other operating systems, but i guess it's quite similar.