376

(2 replies, posted in PunBB 1.2 troubleshooting)

Stick to one thread, will you?

377

(10 replies, posted in Feature requests)

Erm, if your search tables are on a separate server, you have to make a new connection to that server to search/update the search.

Oh, and the fulltext mod can't really be trusted as it has proven to have quite a bit of issues with permissions.

378

(8 replies, posted in PunBB 1.2 show off)

Very nice smile

It'll be able to show you a nice error message saying there are no available database servers. That's it.

Yes, when using PostgreSQL or SQLite.

381

(10 replies, posted in Feature requests)

Opening a second connection would indeed be best for this. Don't forget to do it on every page that modifies the search tho.

382

(71 replies, posted in News)

Smartys wrote:

(I'm assuming that's why I don't have your email)

Mmh?

383

(71 replies, posted in News)

He said he didn't...

384

(4 replies, posted in PunBB 1.2 discussion)

Hmm, the example links should change to example.com, as recommended by W3 and such. Think it's even in some RFC.

385

(3 replies, posted in Feature requests)

A profile setting? A second link on the page?

386

(3 replies, posted in PunBB 1.2 troubleshooting)

Better start using tools like mysqldump wink
PHP can only so much data, then it runs out of memory.

Maybe you deleted it through the DB management plugin?

yemgi, that's the SQL naming for tables: db.table_name wink

What plugins are you using?

389

(4 replies, posted in Feature requests)

You mean more like a function that gets called on every page to add the page title in which you can edit the title or so?

390

(27 replies, posted in PunBB 1.2 troubleshooting)

And now in English.

391

(14 replies, posted in PunBB 1.2 discussion)

What's so odd about that? Looks good IMO.

392

(4 replies, posted in PunBB 1.2 discussion)

Because changing a file can be a problem, it could become corrupt and then what? You're screwed.
Databases allow you to do much more, especially in regard to extensibility. And it's only one query on an existing connection anyway, which is used throughout the whole page.

393

(4 replies, posted in PunBB 1.2 discussion)

There's this: http://www.punres.org/viewtopic.php?id=1067
But it's old and quite buggy. I remember there being another one, but can't find it atm hmm

394

(8 replies, posted in PunBB 1.2 troubleshooting)

Use your FTP client.

395

(11 replies, posted in PunBB 1.2 troubleshooting)

.pun .brdtitle * { display: none; }

Try that.

396

(14 replies, posted in PunBB 1.2 discussion)

Yes, that is a good optimization, but making a nameless function would cause more overhead.

397

(3 replies, posted in PunBB 1.2 discussion)

It is every guest user on your forum. Not one user.

398

(19 replies, posted in General discussion)

I had a go too big_smile

<3 Illustrator.

http://img488.imageshack.us/img488/7307 … torab8.png

399

(1 replies, posted in PunBB 1.2 troubleshooting)

Try deleting the PHP files in the cache directory.

That's odd, a primary key should never consist out of two rows hmm
You could always drop the key and recreate it for just the user ID, and add a unique key for those two rows.

If it still shows errors then, post the code from post.php.