476

(1,382 replies, posted in General discussion)

pirate

477

(98 replies, posted in PunBB 1.2 discussion)

mindplay wrote:

hm, well it just doesn't look good -

http://www.mindplay.dk/light.gif

see?

The one in the middle gets my vote :)

478

(98 replies, posted in PunBB 1.2 discussion)

Make it more like the one we got at this forum.

And I agree with Rickard, on the light-issue. I think they are to yellow/white as it is now... want them to be more yellow/gray-looking.

479

(1,382 replies, posted in General discussion)

pills

New rule: Words only allowed once

480

(6 replies, posted in PunBB 1.2 show off)

Yes, nice colors :) Although, the ads are ruining it...
http://cdn2.adsdk.com/CDN/38004/You_yellow_pc_468_60_v1.gif

Nice POTD too ;P

481

(98 replies, posted in PunBB 1.2 discussion)

I think that :O and :D looks too similar... like the :D-smiley that punbb has.

482

(5 replies, posted in PunBB 1.2 show off)

Not that different from this forum :)

483

(1,382 replies, posted in General discussion)

space

484

(1,382 replies, posted in General discussion)

College

485

(1,382 replies, posted in General discussion)

The mark of the beast (666)

486

(1,382 replies, posted in General discussion)

// Elizabeth Hurley

Edit: Baah! Ruining my excilent reply to "The devil"... I'll say Noah's Arc instead.

487

(1,382 replies, posted in General discussion)

Las Vegas

488

(1,382 replies, posted in General discussion)

14-year-old-girls (sv: "fjortis")

Take a look at the function generate_navlinks() in ./include/functions.php.

490

(1,382 replies, posted in General discussion)

board meeting

491

(1,382 replies, posted in General discussion)

Prison

492

(3 replies, posted in PunBB 1.2 bug reports)

In profile.php, you can look at line 1015, and change "maxlength" to something larger. Though, you must also change the value in the database to be able to save it.

Change dabase value "url" in table "users". Make the database value less than 250, but about 50 larger than the maxvalue in profile.php, this is because some signs are converted when saving it.

493

(9 replies, posted in PunBB 1.2 discussion)

thorax wrote:

Well i just wanted to ask the PunBB community if they would be intrested in a PunBB style site, I would release free and some for sale, Also button sets so you can update your buttons on the forum, Just about all the styles that i will be making will have buttons and so on.
Please feel free to speek your mind thank you!

For sale? I really don't like this idea, PunRes works perfectly fine as it is. Don't like it when people wants to get payed for stuff over Internet, only gets frustrated when there's suddenly a "Members only, pay to be able to enter"-page...

Jansson wrote:

Yeah.. It doesn't require any serialize or anything :P

I told you to not make a weird solution :P

mindplay wrote:

The converter was only doing a half-perfect job of converting the message contents in posts - you seem to have overlooked the fact that carriage return and linefeed in MiniBB posts don't mean anything? In PunBB they do - thus, you must first discard any carriage returns and linefeeds before you convert <br> to linefeed, otherwise you get excess whitespace in some messages. The font color tag was not handled. After converting everything possible, I would strip and wipe any excess HTML at the end - this should maybe be optional, for those who allowed HTML in their posts when they were running MiniBB.

Which version of MiniBB do you run? I've had no problem with this when I've tested the converter with miniBB 1.7d. Also, is the font-bb-code installed by default, or is it just another hack?

mindplay wrote:

And finally, for those using "hack_smilies.php" with MiniBB (I was), I made a little conversion function, which will detect smilie images and translate them back to ordinary smilies for PunBB to display.

Hehe, okay, I might look at it. Though, since punbb doesn't use that many smileys, it seems better to just leave the mileys as they are. I looked at your code, and saw that for example "tongue.gif" was replaced by ":P", does this mean that  smiley in MiniBB is only saved as a filename of the smiley?

Great!
I'm changing my code right away. I've also mailed you regarding the diff-file.

Thanks alot!

497

(25 replies, posted in PunBB 1.2 modifications, plugins and integrations)

Yeah, seems nice :)

One small note though, email should not give errormessage when you press cancel. Otherwice really nice :)

498

(5 replies, posted in PunBB 1.2 modifications, plugins and integrations)

Mediator wrote:

*cough* kdiff *cough* Its what I always use for problems like this ;)

Don't *diff fuck everything up if there's several mods changing the same code? Feels like it can work fine for some mods, but not all.

Rickard wrote:

Cool! Something similar is on the todo list for 1.2.

Great :) I'm missusing the edit-function all the time.

Btw, seems like you implement more and more feautures all the time ;P

I've made a simple preview-function to PunBB. I'ts only availible when posting topics or Post, not when editing (with the preview you should not edit that much posts :P).

Screenshot availible here: PunPostPreview

Download the mod

You can try the mod at my test forum if you like (online when I'm home). One problem is that it's probably not working with PunPoll. Are there any more mods that might not work if this one is installed?