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.
1 2008-07-08 21:02
Re: Hover Effects (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2008-07-06 01:04
Re: Integrating the forum into my site (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Lmao, when I changed it to ./ it just made problems worse.
3 2008-07-05 23:32
Re: Integrating the forum into my site (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well then I've already posted that. Just look up 3 posts.
4 2008-07-05 23:16
Re: Integrating the forum into my site (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Right now PunBB is uploaded to my Root Directory at http://ooka.pokelounge.com.
5 2008-07-05 23:09
Re: How do I add a Logo or Banner? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Lmao, that was plain HTML.
6 2008-07-05 22:55
Re: NEED HELP CHANGING BACKGROUND COLOR... (5 replies, posted in General discussion)
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.
7 2008-07-05 21:57
Re: How do I add a Logo or Banner? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
8 2008-07-05 21:09
Re: Integrating the forum into my site (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
9 2008-07-05 20:40
Re: Integrating the forum into my site (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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:
10 2008-07-05 20:22
Topic: Hover Effects (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
11 2008-07-05 18:43
Re: Integrating the forum into my site (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2008-07-05 05:44
Re: hi i am newbie for this web (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.
13 2008-07-05 03:46
Re: Integrating the forum into my site (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?