1,351

(21 replies, posted in General discussion)

j2k4b wrote:

Just a thought. My idea process is a little off.... Sorry!

Haha, apology accepted smile

1,352

(21 replies, posted in General discussion)

I'm sorry, but I fail to see how adding a build number would improve anything? What's wrong with the current versioning scheme? Also, build number only make sense for things that you actually build (as in compiled applications).

1,353

(2 replies, posted in Archive)

Orsaken till att det inte finns är att det egentligen inte har något att göra med forumet. Det finns dock en plugin till administrationen som heter DB management. Den har backup-funktion.

1,354

(121 replies, posted in PunBB 1.2 discussion)

It should be noted that this is not some new magic I've invented. It's a pretty straight-forward hooks based plugin system. Similar systems are used in many applications that need extendability like this. vBulletin 3.something has an implementation somewhat similar to this one.

I like it smile

1,356

(121 replies, posted in PunBB 1.2 discussion)

I've been working on the extension system for 1.3 these last few nights and I'm liking it so much, I just have to share:

http://punbb.org/stuff/extdemo/

The extension being installed in the video is of course just something I put together for fun smile

1,357

(25 replies, posted in PunBB 1.2 show off)

Rod: Looks great Rod. However, when I click forum, it says "Chargement en cours" and then nothing happens.

It's there so that the page will make sense for people who are browsing the page with a text-only browser or with a screen reader. For regular browsers, it doesn't really add anything so it's hidden.

1,359

(20 replies, posted in General discussion)

I use FlashFXP. It's not free, but its worth every penny.

1,360

(13 replies, posted in Feature requests)

ConnorHd: Read the quote i posted earlier smile

PDO adds a unified function naming scheme and in some cases, allows for the use of prepared statements and SQL parameters. That's it.

1,361

(3 replies, posted in PunBB 1.2 bug reports)

Nope. They probably won't be either. I will try to make them possible through the use of an extension though (a feature in 1.3).

I don't use MT for punbb.org. I use a simple semi-static page and then include the output of the news generator plugin (look at the downloads page).

But why would you want to have a signature and then not have it displayed?

1,364

(25 replies, posted in PunBB 1.2 show off)

Yeah, the skin is what impressed me the most. It looks great smile As for the AJAX stuff, well, I'm not entirely convinced. It's cool, but what does it improve?

Please ask the author. This has nothing to do with PunBB.

[closed]

1,366

(13 replies, posted in Feature requests)

PDO provides a data-access abstraction layer, which means that, regardless of which database you're using, you use the same functions to issue queries and fetch data. PDO does not provide a database  abstraction; it doesn't rewrite SQL or emulate missing features. You should use a full-blown abstraction layer if you need that facility.

PDO wouldn't add a lot to PunBB since PunBB already has an abstraction layer. The only advantage, except current support for sqlite3, would be that the functions used in the abstraction layer would be the same, but that doesn't help at all. The only potential use for PDO in PunBB would be prepared statements/parameters, but that's not something you do in an afternoon. To top things off, the support for PDO among hosting companies is minimal at best. We can expect that to be true for some time.

1,367

(6 replies, posted in PunBB 1.2 bug reports)

Enable DEBUG mode and try again.

1,368

(1 replies, posted in Archive)

include/template/main.tpl

1,369

(45 replies, posted in News)

OdEa wrote:

OK problem solved:
I had 5 times the unregister_globals() function in functions.php

Yes, that's generally a bad idea smile

1,370

(3 replies, posted in PunBB 1.2 bug reports)

This is a bug in the poll mod, not in PunBB. You should ask the author of the poll or post the question at punres.

1,371

(45 replies, posted in News)

gil wrote:

Install OK, Excellent!
Just a little bug:
doc isn't up to date: Follow these instructions to update your current 1.2.* installation to 1.2.8. wink

Gil

Ah, I must have forgotten. I'll do it tonight (if I remember).

1,372

(7 replies, posted in PunBB 1.2 discussion)

Yes.

1,373

(11 replies, posted in Feature requests)

And it is in the feature request forum smile

1,374

(124 replies, posted in News)

Like I said earlier, I'm looking for more constructive ways to use the money. I'm open to suggestions.

1,375

(3 replies, posted in Archive)

Den funktion du i så fall skall redigera är generate_navlinks i include/functions.php.