Eh, I use FireFox 3 and it works on that as well. I believe it also works on Opera 6 or higher, and Safari 3.

Lmao, when I changed it to ./ it just made problems worse.

Well then I've already posted that. Just look up 3 posts.

Right now PunBB is uploaded to my Root Directory at http://ooka.pokelounge.com.

Lmao, that was plain HTML.

Open style >> imports >> skin.css (replace "skin" with whatever skin you're trying to edit)

Find

BODY {BACKGROUND-COLOR: #FFF}

("#FFF" Might be replaced with something else)

Change the "#FFF" to another hexidecimal color code.

Color List

Open header.php and find:

<link rel="stylesheet" type="text/css" href="style/<?php echo $pun_user['style'].'.css' ?>" />

After add:

<div style="padding-top: 10px; text-align: center;"><IMG SRC="img/header.png" ALT="Header Image."></div>

Replace img/header.png with the link to whatever header image you have.

Ooka wrote:

I've got a problem, I've uploaded my forums to http://ooka.pokelounge.com and I'm trying to integrate PunBB into http://pokelounge.com.

I inserted this:

<?php
define('PUN_ROOT', 'http://ooka.pokelounge.com/');
require PUN_ROOT.'include/common.php';
?>

and I get this error:

"The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory."


Any help?

I actually had said it before ._.

Anyways, I did adjust it accordingly, and ended up with the error hmm

Yes, but I'm trying to link to the forums from http://pokelounge.com. The forums are under http://forum.pokelounge.com. If I do it how you guys are saying I receive this error:

http://pokelounge.com/

Just add:

.pun TD:hover {background: #565656;}

to any of your CSS files to add a nice little hover effect to them. The above looks the best with Mercury and Radium.

Well, I don't have it uploaded to a folder, it's uploaded to the SubDomain Root, so I figured I would have to put that there.

12

(1 replies, posted in General discussion)

It's a free forum application.

Which part are you having trouble with? Do you have a domain yet? If so, then just upload all the files into it, but keep the file structure. Afterwards go to http://yoursite.com/forum/install.php and fill out the information. To do it you'll have to create a MySQL database however.

I've got a problem, I've uploaded my forums to http://ooka.pokelounge.com and I'm trying to integrate PunBB into http://pokelounge.com.

I inserted this:

<?php
define('PUN_ROOT', 'http://ooka.pokelounge.com/');
require PUN_ROOT.'include/common.php';
?>

and I get this error:

"The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory."


Any help?