7,576

(10 replies, posted in Feature requests)

PunBB does not have subjects for replies, only new topics.

See this topic: http://punbb.org/forums/viewtopic.php?id=2295

7,578

(37 replies, posted in PunBB 1.2 bug reports)

Ok, thanks. I'll have a look at it.

Do you think you could help me out by answering the questions I asked a few posts back?

7,579

(8 replies, posted in PunBB 1.2 troubleshooting)

I'll ask him why it's delaying.

Well, what the GNU GPL basically states is that if you alter PunBB and release a new version, you have to release it under the same license (with source code of course). So, if you just want to hack away att PunBB for your own site or whatever, go ahead :)

7,581

(5 replies, posted in Feature requests)

I have been thinking about adding some form of announcements. It's in the low priority part of my TODO list though :)

7,582

(7 replies, posted in Feature requests)

What do you mean by that? Are you saying that I'm wrong, but since I'm the dev you will accept it? In that case, please explain to me what good the code tag would do if it's contents wasn't preformatted?

7,583

(37 replies, posted in General discussion)

Done.

7,584

(37 replies, posted in General discussion)

Good idea. I'll fix it right away.

7,585

(8 replies, posted in PunBB 1.2 troubleshooting)

It is only visible to admins and moderators. You can disable it completely, but then you would have to edit viewtopic.php.

7,586

(6 replies, posted in General discussion)

Yes. I also like the fact that is forces you to have an "else" block.

$is_admin = (is_admin($user)) ? true : false;

If it were a regular if, one could do:

if (is_admin($user))
    $is_admin = true;

And "forget" about the false. Then someone forgets to turn off register_globals and anyone can do script.php?is_admin=1 and voila! A security hole :)

Edit: Ok, the above is a bad example since one would only have is_admin() return true or false, but you get the idea :)

7,587

(7 replies, posted in Feature requests)

Text in quote tags in wrapped. Text in code tags will not be wrapped since that would destroy the preformatting. I have never seen a forum that wraps text in code tags, have you?

7,588

(2 replies, posted in PunBB 1.2 bug reports)

Yes, probably. I am looking into changing the quote tag a little anyway, so we'll see.

7,589

(7 replies, posted in Feature requests)

I'm not sure I understand. The only way you can make the page wider is if you post stuff with the code tag och with the img tag. Regular text will be wordwrapped.

Edit: Or one very long word that the browser can't wordwrap.

7,590

(6 replies, posted in PunBB 1.2 troubleshooting)

Well, the only "solution" would be to use a <textarea> instead of a table, but it's just so damn ugly :)

7,591

(71 replies, posted in Feature requests)

Yeah, I just wanted to write this down so that people don't get mad or irritated when I tell them no.

7,592

(37 replies, posted in PunBB 1.2 bug reports)

Please post here again with the results :)

7,593

(37 replies, posted in PunBB 1.2 bug reports)

I doubt this is a PunBB problem since it seems to work for everyone else. Oh well, I hope you have better luck with IPB.

7,594

(37 replies, posted in PunBB 1.2 bug reports)

Gah. I'm going crazy with this :)

1. Where is the server located. If you don't know, try entering the IP address of the server: http://www.geobytes.com/IpLocator.htm?GetLocation

2. What did the script I showed you output?

3. What have you selected for "Server timezone" in admin/options?

4. What have you selected for "Timezone" in your user profile?

5. How many hours off is it now? I mean, if you post a message and look at the post time directly after.

7,595

(37 replies, posted in PunBB 1.2 bug reports)

But if you post now, it's correct?

7,596

(37 replies, posted in PunBB 1.2 bug reports)

I'm an idiot :) Try this instead:

<?php print date('r'); ?>

7,597

(37 replies, posted in PunBB 1.2 bug reports)

If you want to check the time on the server, just run a simple script like this:

<?php date('r'); ?>

Edit: Please note that the server timezone should be the timezone where the server is located. Perhaps your server is not located on the west coast?

7,598

(37 replies, posted in PunBB 1.2 bug reports)

And the clock on the server is correct?

7,599

(37 replies, posted in PunBB 1.2 bug reports)

How wrong is it? Is it "just" one hour or is it more?

7,600

(37 replies, posted in PunBB 1.2 bug reports)

You've set the correct timezone in admin/options as well?