You mean in terms of variables?
http://punbb.org/forums/viewtopic.php?p … 28#p108528

It should actually be !empty rather than isset.

1,078

(5 replies, posted in PunBB 1.3 troubleshooting)

No: this is from the check_bans function

sprintf($lang_common['Ban message 2'], strtolower(format_time($cur_ban['expire'], true)))

I don't know why we have strtolower though (we have it in 1.2 as well).

1,079

(20 replies, posted in PunBB 1.3 troubleshooting)

1. We haven't done benchmarks, so we don't know. But yes, I would presume that any difference in speed isn't drastic.
2. Yes
3. When it's done

And as Jansson said, enhancements are just that: new features to enhance what we already have.

No, there are just quite a few active topics in this forum wink
I can't say for certain that it will, but it's certainly a possibility.

Sounds like there's some whitespace where there shouldn't be.

1,082

(18 replies, posted in PunBB 1.3 troubleshooting)

If your extension needs a page, it can write a page

1,083

(2 replies, posted in PunBB 1.3 troubleshooting)

I think he meant using pun_link('include/js/common.js') as opposed to concatenating the path with base URL. Doing either would have the same effect, the difference is whether we want to mandate that people use pun_url for everything or only when rewriting.

Fixed

1,085

(54 replies, posted in PunBB 1.3 troubleshooting)

MattF wrote:
Smartys wrote:

Yes, but if you read the entire topic you see that we added it back in wink

I'm missing something then. I can see where it's suggested, but not actually said. big_smile

http://punbb.org/forums/viewtopic.php?p … 80#p108480

1,086

(54 replies, posted in PunBB 1.3 troubleshooting)

Yes, but if you read the entire topic you see that we added it back in wink

1,087

(7 replies, posted in PunBB 1.3 troubleshooting)

$query['JOINS'][] = array(stuff)

1,088

(7 replies, posted in PunBB 1.3 troubleshooting)

What do you want to do, add another join?

Silly me, misreading!
Never mind me then, carry on smile
Borders are still the answer though I believe.

<td class="tcl"><span class="status normal" title="Forum"><img src="http://www.pundemo.org/style/Oxygen/status.png" alt="Forum" /></span> <h3><a href="http://www.pundemo.org/forum1-Test-forum.html"><span>Test forum</span></a></h3>This is just a test forum</td>

I do!

Actually, although 1.2 is entirely via CSS, 1.3 does use an image tag. Admittedly, the image seems to be a 1x1 transparent PNG and the effect is entirely done via CSS, but still. smile
Basically, lots of padding + border color smile

Fixed

Could you explain a little bit more what that does?

There is a Guests group, which is used by user ID 1, which is used by all unregistered users.
Every user is assigned to a group.

Click on the administration navlink. Click on the Forums link in the admin menu. Click the Edit link for the forum whose permissions you want to edit.

1,096

(11 replies, posted in PunBB 1.3 troubleshooting)

MattF wrote:

Surely they should be automatically prefixed with the base uri. Seems logical now that relative uri's are no longer the norm?

Then we'll have the same problems we have with people complaining about the redirect function.

I happen to agree with Jérémie, if you're using HTML you should know how it works. We couldn't possibly write a regex that would match every possible HTML tag where you would use a URI and if we did, it would likely be slow.

kierownik: Again, it's exactly the same behavior. You would have the same issue in 1.2 with a subfolder. There's nothing to change. smile

You can change the forum permissions through the admin panel.

include/templates/main.tpl and header.php

1.3's extension system should make it simple to integrate PunBB within a larger system (eg: with Wordpress). I'm sure by the time PunBB 1.3 is officially released, there will be integration extensions already released.

1,100

(6 replies, posted in PunBB 1.3 troubleshooting)

Fixed