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.).
26 2006-07-10 02:08
Topic: Additional Templates? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
27 2006-07-09 04:00
Re: build a bridge between my web site (with users) and punBB (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
28 2006-07-09 03:57
Re: Let's improve PunBB mod installation/building! (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
BoardMod installs mods on YaBB. Surely someone could do something similar for a simpler forum like PunBB.
31 2006-06-09 00:41
Re: [resolved]a trouble with form mail (6 replies, posted in PunBB 1.2 troubleshooting)
The option for form email is for when people want to email YOU.
32 2006-06-09 00:38
Re: [Release] PunBB Backup v1.0 (31 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm getting that error too.
33 2006-06-08 20:27
Re: altering the recent topics include (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
CSS to the rescue:
li { list-style-type: none; }
As far as the text wrapping, what would you rather it do?
34 2006-06-08 19:32
Re: . (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 2006-06-08 19:12
Re: . (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 2006-06-08 03:18
Re: PunBB vs PHPBB (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.
37 2006-06-07 18:38
Re: Maintenance Mode Disables Entire Site (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thank you.
38 2006-06-07 02:58
Topic: Maintenance Mode Disables Entire Site (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
After integrating PunBB, I discovered that maintenance mode disables my entire site instead of just the forum. Any way to fix that?
39 2006-06-07 02:06
Re: Strange/File Permissions? (7 replies, posted in PunBB 1.2 troubleshooting)
Bah. I didn't even think to look at the folder itself. Thanks.
40 2006-06-07 00:39
Re: Strange/File Permissions? (7 replies, posted in PunBB 1.2 troubleshooting)
41 2006-06-07 00:03
Re: Strange/File Permissions? (7 replies, posted in PunBB 1.2 troubleshooting)
Any ideas? I'm in a bit of a bind.
42 2006-06-06 14:47
Re: Strange/File Permissions? (7 replies, posted in PunBB 1.2 troubleshooting)
I had just installed it and was loading the main page.
43 2006-06-06 05:04
Re: Redirect main site index to forum without META refresh tag (15 replies, posted in PunBB 1.2 troubleshooting)
many host dont file .htaccess. ex free host.
Doesn't make what I said any less true.
44 2006-06-06 04:58
Re: Redirect main site index to forum without META refresh tag (15 replies, posted in PunBB 1.2 troubleshooting)
.htaccess can redirect too, I believe.
45 2006-06-06 04:04
Re: MacinCHAT.com - brand new PunBB installation (3 replies, posted in PunBB 1.2 show off)
Sexy
46 2006-06-06 03:07
Topic: Strange/File Permissions? (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?
47 2006-06-05 22:19
Re: PunBB Messes With My Queries (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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!
48 2006-06-05 22:09
Re: PunBB Messes With My Queries (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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());
49 2006-06-05 21:45
Topic: PunBB Messes With My Queries (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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?