651

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

Do you want all posted text to be parsed like that or only the one in the \[code\] block?

If the code block:

Open:
include/parser.php

Find (line 276):
$message = pun_htmlspecialchars($message);

Replace with:
$message = highlight_string(pun_htmlspecialchars($message), true);

652

(15 replies, posted in PunBB 1.2 discussion)

I think the current look of PunBB is outstanding. It's clean and easy to navigate. It's also pretty easy change yourself. If there is going to be more changes to the design, I think it's better to make it even easier to change. Not another default skin.

653

(9 replies, posted in Programming)

You can make it check for something new every 5 mins or something. Maybe there is a better solution but it would work :)

654

(19 replies, posted in Feature requests)

Rickard: Are you going to write a stylesheet generator or did I interpret your post all wrong? =)

655

(5 replies, posted in PunBB 1.2 bug reports)

Nope, not longer than 200 chars right? :P

I'm planning on writing some documentation for modders. Can't give you any nice suggestions right now though.

657

(5 replies, posted in Archive)

Förmodligen lägs inte default posten in i serch_words tabellen.

658

(5 replies, posted in Feature requests)

About that manual thing, I'm about to write one. :)

659

(4 replies, posted in Archive)

Mjo.. Det där felet är fixat till nästa version. PunBB++ arbetet står dock helt stilla just nu. Du kan fixa det själv genom att ändra "post1" överallt i post.php till namnet på textarean. req_message tror jag den heter.

From the FAQ for 1.1.3:

2.4.  People using Internet Explorer 6 are unable to login. Why?

The problem is related to how Internet Explorer 6 handles third party cookies. A first party cookie is a cookie that originates from the host domain, whereas a third party cookie originates from another domain. The problem arises when a website utilizes some form of domain redirect or frame-based redirect service. I.e. a service that redirects the user to the real location instead of pointing directly at it. The only viable solution to the problem is to not use such a domain redirect service and use a "real" domain instead.

More information on the subject can be found in the following article on MSDN, Privacy in Internet Explorer 6.

Whehoo! I was just thinking of get a new mouse pad the other day :)

I'm interested in: Q-PAD® Large: 250 x 190mm

Matt wrote:

Anyone who is counting the cost of the additional md5() needs to get some fresh air and quick!

I hash the salt. It makes me happy knowing there's one more MD5 going on in there to obfuscate the hash.
Do I need to do it? No.
Is there any point in doing it? Maybe a little.
Does it hurt? Nope.

Any developer with that attitude needs to get out, and stay there.

663

(7 replies, posted in PunBB 1.2 show off)

Yeah, I agree. The header are nice :)

I thought one of the major things with choosing a database before using files was the speed. I don't think any file based systems is faster than any database. But it's a good thought if you had a small forum which don't require super speed :)

665

(1 replies, posted in PunBB 1.2 bug reports)

While sitting and reading through the source of PunBB I found a minor language bug in moderate.php.

It's the redirect for stick and unstick topic that's not translated.

Line 508:
redirect('viewtopic.php?id='.$stick, 'Topic sticked. Redirecting ...');
Line 523:
redirect('viewtopic.php?id='.$unstick, 'Topic unsticked. Redirecting ...');

666

(3 replies, posted in PunBB 1.2 show off)

Looks nice!

It's fun with a little customised design :)

I've done bigger and more complex things with PunBB ;)

Ok, I've an idea about a basic group function for 1.2. This is how it would work:

First, a group admin page will be created to manage all the groups, here you can add, delete, edit groups and their permissions for each forum. The other thing to is to add members to the groups. I thought that it would be possible to do this like the EFAM mod (from users profile). I don't have any smart solution to add many users to a group simple though, maybe if you list users and mark the users that should be added to a group?

Any suggestions?

I have the time and skill to write this function so don't worry about that ;)

669

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

Isn't the glow a IE thing? Or does it work in other browsers too?

670

(2 replies, posted in Archive)

Adminen är på engelska därför att en administratör förväntas kunna engelska. Det är ju ganska mycket jobb att översätta.

671

(19 replies, posted in Feature requests)

Wow, that's a couple of good suggestions :)

Btw, welcome to the forum ;)

'allow_url_fopen' doesn't matter when using include('forum/extern.php?action=active'); right?

So, do you got any errors or something?

Isn't there already a "You have new messages" link?

675

(3 replies, posted in PunBB 1.2 show off)

Simple Exploding Man wrote:

The links on the right don't work with Mozilla :/ (mine, at least).

You're right, mine neither (Firefox 0.8)


Looks like it's written for IE:

Error: document.all has no properties