1,401

(6 replies, posted in Programming)

Mmmh? When using the pre tag, all newlines and tabs stay as they would be in notepad...

1,402

(6 replies, posted in Programming)

Yeah, just put <pre> and </pre> around your text file include.

Or use nl2br(file_get_contents('file.txt')).

1,403

(14 replies, posted in PunBB 1.2 troubleshooting)

A very handy thing if you're using Firefox is the Color Picker plugin. It will not only show the colour, but also the type, class and id of the tag you're hovering over wink

I'm already registered I think smile

It's a good idea TwoHawks smile
Maybe a small form that lets users submit error reports or so?

Another suggestion:
Add a contact form for the mod developers, for if they have questions... like the standard PunBB one tongue
As a PunRes mod, you can see everyone's email, so that can't be too hard eh wink

I don't care if you use it. I try to help, you just don't follow the steps I tell you...

Two words then: bugger off.

Whoa, this forum really looks nice smile

That's odd... try renaming it to just install_mod.php.
I don't see why it doesn't work tho.

Also, add this to the top of your install_mod.php:

error_reporting(E_ALL);

I guess the 1.3 extension system will return an error if the install script doesn't work...

1,410

(4 replies, posted in PunBB 1.2 troubleshooting)

.pun b { font-size: 8px; }

That should do it wink

1,411

(14 replies, posted in Feature requests)

Heheh tongue

Does work, just change install_mod.php

God, why don't people ever read the stickies -.-

1,413

(1 replies, posted in PunBB 1.2 troubleshooting)

Yes, there is such a plugin. These two can do it actually:

http://punbb.org/forums/viewtopic.php?id=11074
http://punbb.org/forums/viewtopic.php?id=5936

1,414

(17 replies, posted in PunBB 1.2 discussion)

Gizzmo wrote:

my favorite part is the source code, SOOOOO easy to read and understand, iv see phpbb's source... OMG its hell

Yeah, my coding style is actually loosely based on PunBB's style tongue

1,415

(17 replies, posted in PunBB 1.2 discussion)

big_smile Rickard will be happy with this post tongue

And yes, we pwn phpBB

1,416

(14 replies, posted in PunBB 1.2 troubleshooting)

1em is your screen's standard font size, about a space wide I think. You can change your font in the font-family setting wink

em info on wikipedia

1,417

(7 replies, posted in Feature requests)

Solovey wrote:

However, we need the default in punbb to be utf-8.

Should be the case in 1.3

1,418

(2 replies, posted in Feature requests)

2: sounds like a horrible thing to do with the current way of searching >=/

1,419

(45 replies, posted in News)

The standards defined by the W3 Consortium. They should be followed by all browsers and web designers.

It might put some extra load on your server, but you shouldn't notice it...

Change the language file and post the correction here smile
Someone must've messed something up wink

You need to change the post fetch query, not your own. Make sure it's buffered.

Nonono. The false there is just a default value wink

You need to change it in viewtopic.php

You need to change the main query from unbuffered to buffered (change true to false at the end).

As now, you're replacing the query chace without the current contents being stored elsewhere.

1,425

(5 replies, posted in Programming)

Paul wrote:

Very nice. I like the built in SVN support. I don't need the debugging features (thats what we have Smartys for) but as an editor I really like it.

ROFL. Smartys the bugslave?