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
402 2005-11-24 08:19
Re: 3G (8 replies, posted in Feature requests)
Why would it be slow, 3G is a broadband connection and PunBB is extremely lightweight for a forum.
403 2005-11-23 19:43
Re: Permission denied in cache.php?! (2 replies, posted in PunBB 1.2 troubleshooting)
it does matter, it needs to be 777 or maybe 775
404 2005-11-23 16:28
Re: 3G (8 replies, posted in Feature requests)
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
405 2005-11-23 15:54
Re: Display of "Post new topic" and "Reply" when not available to user (8 replies, posted in Feature requests)
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
406 2005-11-23 15:42
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You must have missed part of the readme, you need to redo the bit that is for viewtopic.php
407 2005-11-23 07:42
Re: IE JavaScript Window() Remote Code Execution (7 replies, posted in General discussion)
crashed IE and did load calc, crashed FF but did nothing else.
408 2005-11-23 07:40
Re: rounded corners on tables (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
http://punbb.org/forums/viewtopic.php?id=6928
only works on firefox
409 2005-11-23 07:39
Re: Install... Headers Already Sent (13 replies, posted in PunBB 1.2 troubleshooting)
You have a space or a break before the <?php in config.php
and you should never have a ?> in config.php
410 2005-11-23 07:37
Re: GoogleBot (13 replies, posted in Feature requests)
Yeh Programming-Designs is right, its not an easy thing to do.
411 2005-11-20 21:09
Re: PunRewrite 1.0, a better positioning in search engines (27 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Nice
412 2005-11-19 18:24
Re: Graphics/Web Design ( So Far ) (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.
But what i can see looks nice
413 2005-11-19 11:15
Re: My forum (6 replies, posted in PunBB 1.2 show off)
Yes, it should work now.
414 2005-11-18 23:49
Re: Non breakable space : how to ? (15 replies, posted in PunBB 1.2 discussion)
how about just make a double space a ?
415 2005-11-18 21:25
Re: Off topic: Problem with PunBB in Internet Explorer (5 replies, posted in General discussion)
wooo even better, but why not blinking and marquee?
416 2005-11-18 16:11
Re: Off topic: Problem with PunBB in Internet Explorer (5 replies, posted in General discussion)
Hmm, second person to report this, looks like it might be a real problem
http://punbb.org/forums/viewtopic.php?id=9498
ok so its IE 3, nvm
417 2005-11-18 15:56
Re: Separate settings for server time zone and default time zone (5 replies, posted in Feature requests)
ok, here goes (if this is wrong please someone shoot me )
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.
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 2005-11-18 15:29
Re: SQL - Select (9 replies, posted in PunBB 1.2 troubleshooting)
can't you also order by post id asc?
419 2005-11-18 15:27
Re: Separate settings for server time zone and default time zone (5 replies, posted in Feature requests)
why not make punbb use gmdate, remove the server timezone setting and add the default timezone setting?
420 2005-11-18 07:55
Re: SQL - Select (9 replies, posted in PunBB 1.2 troubleshooting)
have a look at the queries in extern.php?
421 2005-11-18 07:30
Re: java scroller only works on IE (3 replies, posted in Programming)
Find another one?
422 2005-11-18 07:26
Re: SQL - Select (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 2005-11-17 21:56
Re: MySQL version 4.017 (4 replies, posted in PunBB 1.2 discussion)
PunBB works fine with MySQL 4.0.x i think
424 2005-11-17 21:54
Re: index.php?act=something links dont work? (9 replies, posted in PunBB 1.2 troubleshooting)
Errm, why are you using $act again? use $_GET['act']
425 2005-11-17 17:30
Re: [quote] is not interpreted ... (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