Mmmh? When using the pre tag, all newlines and tabs stay as they would be in notepad...
1,402 2006-10-04 16:43
Re: .txt file keep formatting (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 2006-10-04 16:18
Re: Text Setting Map? (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
1,404 2006-10-04 13:06
Re: Pun Demo - A place for checking 'live' mods/projects out... (BETA) (30 replies, posted in PunBB 1.2 discussion)
I'm already registered I think
1,405 2006-10-03 19:19
Re: Pun Demo - A place for checking 'live' mods/projects out... (BETA) (30 replies, posted in PunBB 1.2 discussion)
It's a good idea TwoHawks
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
As a PunRes mod, you can see everyone's email, so that can't be too hard eh
1,406 2006-10-03 18:11
Re: Links Page 1.2 (40 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
1,407 2006-10-03 17:56
Re: Programming Designs Forums + AJAX Latest Posts Display (on main page) (7 replies, posted in PunBB 1.2 show off)
Whoa, this forum really looks nice
1,408 2006-10-03 17:30
Re: Links Page 1.2 (40 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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);
1,409 2006-10-03 16:51
Re: Links Page 1.2 (40 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I guess the 1.3 extension system will return an error if the install script doesn't work...
1,410 2006-10-03 15:22
Re: font size of forum names (4 replies, posted in PunBB 1.2 troubleshooting)
.pun b { font-size: 8px; }
That should do it
1,412 2006-10-03 14:35
Re: Links Page 1.2 (40 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Does work, just change install_mod.php
God, why don't people ever read the stickies -.-
1,413 2006-10-03 14:31
Re: admin can to create users ? (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 2006-10-03 08:33
Re: PunBB is AWESOME!! (17 replies, posted in PunBB 1.2 discussion)
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
1,415 2006-10-03 08:21
Re: PunBB is AWESOME!! (17 replies, posted in PunBB 1.2 discussion)
Rickard will be happy with this post
And yes, we pwn phpBB
1,416 2006-10-03 08:19
Re: Text Setting Map? (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
1,417 2006-10-02 15:53
Re: Req:Multilanguage (7 replies, posted in Feature requests)
However, we need the default in punbb to be utf-8.
Should be the case in 1.3
1,418 2006-10-02 15:51
Re: Lussumo Vanilla skin (2 replies, posted in Feature requests)
2: sounds like a horrible thing to do with the current way of searching >=/
1,419 2006-09-30 08:38
Re: PunBB 1.2.13 (45 replies, posted in News)
The standards defined by the W3 Consortium. They should be followed by all browsers and web designers.
1,420 2006-09-28 18:03
Re: Question about viewtopic.php (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It might put some extra load on your server, but you shouldn't notice it...
1,421 2006-09-28 17:34
Re: v1.2.13; Hebrew; Reveresed options (9 replies, posted in PunBB 1.2 troubleshooting)
Change the language file and post the correction here
Someone must've messed something up
1,422 2006-09-28 17:00
Re: Question about viewtopic.php (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You need to change the post fetch query, not your own. Make sure it's buffered.
1,423 2006-09-28 16:06
Re: Question about viewtopic.php (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Nonono. The false there is just a default value
You need to change it in viewtopic.php
1,424 2006-09-28 15:43
Re: Question about viewtopic.php (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2006-09-28 15:09
Re: Light PHP Edit alpha released (5 replies, posted in Programming)
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?