I noticed a similar thing using GET. I think this is actually a limitation in the browser. The length isn't limited, it's the amount of variables you pass
1,102 2006-12-15 19:27
Re: MySQL port number (5 replies, posted in PunBB 1.2 troubleshooting)
No idea It should use the settings in config.php =/
Maybe you're just not noticing it?
1,103 2006-12-15 19:11
Re: MySQL port number (5 replies, posted in PunBB 1.2 troubleshooting)
That should work yes.
And as far as I can see, PunBB fully supports port numbers.
1,104 2006-12-15 14:35
Re: Why so secret about PunBB's feature and roadmap? (11 replies, posted in PunBB 1.2 discussion)
Erm... what?
1,105 2006-12-15 14:05
Re: the PA wallpaper dump (11 replies, posted in PunBB 1.2 show off)
Yeah, Paul is doing the skinning
Well, I'm sure if you report it to him, he might fix it in 1.3 (if he hasn't already done so).
1,106 2006-12-15 13:49
Re: the PA wallpaper dump (11 replies, posted in PunBB 1.2 show off)
I see. So you'd actually have to release it as a modification.
It'd be great if you'd release it though
1,107 2006-12-15 10:55
Re: the PA wallpaper dump (11 replies, posted in PunBB 1.2 show off)
Very nice
Are you planning on releasing that skin?
1,108 2006-12-14 21:33
Re: small css line around avatar. (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well, PHP isn't really the language for such stuff... should be doable, but I don't have time for it anyway
1,109 2006-12-14 21:20
Re: small css line around avatar. (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Would be quite hard IMO =/
1,110 2006-12-14 21:06
Re: small css line around avatar. (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well naturally, we are the true speakers of dutch
Your silly version sounds bad too!
1,111 2006-12-14 19:06
Re: small css line around avatar. (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
On another note: there are huge language errors in your signature
1,112 2006-12-14 15:11
Re: small css line around avatar. (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I clearly put img in there to make it around the image
1,113 2006-12-14 13:38
Re: small css line around avatar. (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
dd.postavatar img { border: something; }
1,114 2006-12-13 19:03
Re: [HOWTO] - Upgrade mod compatibility for 1.2.* (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
That was what I corrected Frank, the comma wouldn't have caused any error
1,115 2006-12-13 17:55
Re: [HOWTO] - Upgrade mod compatibility for 1.2.* (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
$punbb_versions = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.7', '1.2.8', '1.2.9', '1.2.10', '1.2.11', '1.2.12', '1.2.13', '1.2.14');
1,117 2006-12-12 17:32
Re: Page not found error (3 replies, posted in PunBB 1.2 troubleshooting)
Tried cleaning your cache?
1,118 2006-12-12 17:09
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
$datestamp = mktime(0,0,0,$month,$day,0)
should be
$datestamp = mktime(0,0,0,$month,$day,0);
1,119 2006-12-12 16:29
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Post the previous line.
1,120 2006-12-12 14:00
Re: how to (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yep.
1,121 2006-12-12 13:57
Re: how to (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just upload it into the plugins/ folder
1,122 2006-12-12 11:27
Re: RSS not working as I would like it to (2 replies, posted in PunBB 1.2 troubleshooting)
What version of Firefox?
And to manually add it, just go to Organise Bookmarks, select a folder, go to File > New Live Bookmark. There you just enter the URL.
1,123 2006-12-11 21:32
Re: Link colors (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well, copy the code above and put :hover after each a and define the mouseover stuff there
1,124 2006-12-11 21:00
Re: Link colors (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Try
.pun #left a, .pun #right a { color: #FF0000; }
1,125 2006-12-11 17:45
Re: PunBB Holiday Present for Us? (12 replies, posted in PunBB 1.2 discussion)
Who needs a screenshot when there's an SVN version?