Sounds like your server isn't set up to default to index.php when a folder is opened.
2 2008-07-23 04:13
Topic: Nothing shows up under "Manage Extensions" (6 replies, posted in PunBB 1.3 troubleshooting)
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: XCacheDatabase
* MySQL 5.0.45-Debian_1ubuntu3.3
* Rows: 101922
* Size: 5.61 MB
3 2006-01-17 06:51
Re: another "Found" pun installation worth mentioning. (22 replies, posted in PunBB 1.2 show off)
Woah, that's hot, chuy.
Edit: Oh, and keeping with the thread, here's me.
4 2005-09-15 08:12
Re: Is there a way to make a list? (14 replies, posted in PunBB 1.2 discussion)
Ah, good. Not all people think to do that. And yeah, strpos is faster than stristr. /me forgot
Anyway, keep up the awesome work.
5 2005-09-05 21:49
Re: Is there a way to make a list? (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 2005-09-05 09:38
Re: Is there a way to make a list? (14 replies, posted in PunBB 1.2 discussion)
Yeah, seems it does, but it also adds a bunch of crap I don't want.
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 2005-08-28 03:47
Topic: Is there a way to make a list? (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?