401

(13 replies, posted in Feature requests)

actually what af3 said seems like the best idea, not excatly sure how to implement it, and sorry but i don't really want to either, seems like a waste of time to me tongue

402

(8 replies, posted in Feature requests)

Why would it be slow, 3G is a broadband connection and PunBB is extremely lightweight for a forum.

it does matter, it needs to be 777 or maybe 775

404

(8 replies, posted in Feature requests)

hmm you only posted a couple of hours ago...

And why does PunBB not work on 3G, it works fine on my GPRS lame small screen wap phone tongue

As long as you don't click it and it says "Access Denied" or something when you try to click anything, i really really hate that tongue

You must have missed part of the readme, you need to redo the bit that is for viewtopic.php

crashed IE and did load calc, crashed FF but did nothing else.

http://punbb.org/forums/viewtopic.php?id=6928

only works on firefox

You have a space or a break before the <?php in config.php

and you should never have a ?> in config.php

410

(13 replies, posted in Feature requests)

Yeh Programming-Designs is right, its not an easy thing to do.

Nice smile

412

(4 replies, posted in PunBB 1.2 show off)

You must be a registered member of pyru.net to access the forums, games and our image galleries. sad

But what i can see looks nice wink

413

(6 replies, posted in PunBB 1.2 show off)

Yes, it should work now.

414

(15 replies, posted in PunBB 1.2 discussion)

how about just make a double space a  ?

wooo even better, but why not blinking and marquee?

Hmm, second person to report this, looks like it might be a real problem hmm

http://punbb.org/forums/viewtopic.php?id=9498

ok so its IE 3, nvm tongue

ok, here goes (if this is wrong please someone shoot me smile)

date uses the server timezone, so atm you have to use the offset thing to make it turn it into the users date
gmdate always gives the time in the GMT+0 timezone so you just need to work out the users offset from that, and it can never be set wrong.

php.net wrote:

Identical to the date() function except that the time returned is Greenwich Mean Time (GMT). For example, when run in Finland (GMT +0200), the first line below prints "Jan 01 1998 00:00:00", while the second prints "Dec 31 1997 22:00:00".

418

(9 replies, posted in PunBB 1.2 troubleshooting)

can't you also order by post id asc?

why not make punbb use gmdate, remove the server timezone setting and add the default timezone setting?

420

(9 replies, posted in PunBB 1.2 troubleshooting)

have a look at the queries in extern.php?

421

(3 replies, posted in Programming)

Find another one?

422

(9 replies, posted in PunBB 1.2 troubleshooting)

Do you have a new enough version of mysql to use subselects?

And what are you trying to do?

remove

p.id
IN (
SELECT id
FROM pun_posts
WHERE topic_id =1
)

and put

p.topic_id = 1

i think

423

(4 replies, posted in PunBB 1.2 discussion)

PunBB works fine with MySQL 4.0.x i think

Errm, why are you using $act again? use $_GET['act']

425

(13 replies, posted in PunBB 1.2 troubleshooting)

Anything is possible, if you really want to do it then your best bet is probably using the [code ] stuff