1

(8 replies, posted in PunBB 1.3 troubleshooting)

Sounds like your server isn't set up to default to index.php when a folder is opened.

I upgraded my PunBB 1.2.x to 1.3 RC. I have installed multiple extensions (all of the hotfixes plus pun_repository, pun_bbcode, and pun_topic_online_users).

However, nothing has ever shown up in "Manage Extensions". An admin notice is also constantly saying there's a hotfix available even though there really isn't (I assume this is related). Is this normal?

I deleted the contents of my "cache" folder and dumped all the var caches in XCache, but no luck.

PunBB version

    * PunBB 1.3 RC
    * © Copyright 2008 PunBB
    * This board is setup to automatically check for updates and hotfixes against the PunBB.org updates service.

Server load

0.76 1.15 1.08 (13 users online)

Environment

    * Operating system: Linux
    * PHP: 5.2.3-1ubuntu6.3 - Show info
    * Accelerator: XCache

Database

    * MySQL 5.0.45-Debian_1ubuntu3.3
    * Rows: 101922
    * Size: 5.61 MB

http://www.viper007bond.com/phpinfo.php

Woah, that's hot, chuy. yikes

Edit: Oh, and keeping with the thread, here's me.

4

(14 replies, posted in PunBB 1.2 discussion)

Ah, good. Not all people think to do that. smile And yeah, strpos is faster than stristr. /me forgot

Anyway, keep up the awesome work. smile

5

(14 replies, posted in PunBB 1.2 discussion)

Well, rather than running regex (takes time as you know) on all posts, perhaps a test using stristr() to see if [list] is in the post first. That should avoid having to run regex without a need to.

6

(14 replies, posted in PunBB 1.2 discussion)

Yeah, seems it does, but it also adds a bunch of crap I don't want. sad

IMO, PunBB should have this built in. It's not like it really makes it any bulkier (not that it is now) and I think most people would benefit from it.

7

(14 replies, posted in PunBB 1.2 discussion)

Fairly new to PunBB, so I'm not 100% familiar with it. Is there a way to make an unordered list via BBCode?

Example, in phpBB, it's:

[list][*]Item 1
[*]Item 2
[*]Item 3
[*]Item 4
[*]Item 5[/list]

Does something like this exist in PunBB?