How easy/difficult would it be to add new templates for PunBB. I want some pages I'm making to use different templates than the current ones (main.tpl, admin.tpl, etc.).

First, I dont think it's a stupid question.

I agree with futurama. I think that would be a lot easier than trying to get PunBB to work with your user system.

http://www.boardmod.org

BoardMod installs mods on YaBB. Surely someone could do something similar for a simpler forum like PunBB.

29

(1 replies, posted in PunBB 1.2 show off)

nice illustrations

30

(13 replies, posted in PunBB 1.2 show off)

superb

The option for form email is for when people want to email YOU. wink

I'm getting that error too.

CSS to the rescue:

li { list-style-type: none; }

As far as the text wrapping, what would you rather it do?

34

(6 replies, posted in PunBB 1.2 troubleshooting)

I'm not sure but that's why you should contact your web host.

It's also possible that he's all talk but don't take any chances.

35

(6 replies, posted in PunBB 1.2 troubleshooting)

I would either talk to his ISP about it or talk to your web host about blocking his IP from your site.

36

(49 replies, posted in General discussion)

PunBB would win out over vBulletin imo. vBulletin may be powerful but it's also very slow especially when it's a large community.

Thank you. smile

After integrating PunBB, I discovered that maintenance mode disables my entire site instead of just the forum. Any way to fix that?

39

(7 replies, posted in PunBB 1.2 troubleshooting)

Bah. I didn't even think to look at the folder itself. Thanks. sad

40

(7 replies, posted in PunBB 1.2 troubleshooting)

http://ortz.hl2land.net/forums/

41

(7 replies, posted in PunBB 1.2 troubleshooting)

Any ideas? I'm in a bit of a bind. hmm

42

(7 replies, posted in PunBB 1.2 troubleshooting)

I had just installed it and was loading the main page.

trongha wrote:

many host dont file .htaccess. ex free host.

Doesn't make what I said any less true. smile

.htaccess can redirect too, I believe.

Sexy smile

46

(7 replies, posted in PunBB 1.2 troubleshooting)

Warning: main(./include/common.php): failed to open stream: Permission denied in /home/hl2land/public_html/ortz/forums/index.php on line 27

common.php is 777 so what's this all about?

I have that already. It's already intigrated, it's just messing up my queries somehow.

Edit: Ok, I think I know how to fix it now, thanks.

Edit2: Yep, it's fixed, thanks! smile

http://flaminghead.servegame.com:12345/ … category=2

This is the line with the query:

$tut_query = mysql_query("SELECT * FROM ortz_tuts WHERE id='".$row['id']."'") or die(mysql_error());

I am implimenting the login system into my php script and PunBB seems to have broken it.

It looks as if it's adding "punbb." in front the table names in my MySQL queries. Why? sad