ô.Ô. It seems to me alot of those queries could be grouped into one...
752 2007-04-14 18:16
Re: Merge Forums Within PUNBB (9 replies, posted in PunBB 1.2 troubleshooting)
Eh? Just change the forum IDs of the threads and it should work, unless the subforum mod is even more retarded than I thought.
753 2007-04-14 17:11
Re: Merge Forums Within PUNBB (9 replies, posted in PunBB 1.2 troubleshooting)
You shouldn't be risking anything, no. But make a backup just in case.
754 2007-04-14 16:29
Re: Merge Forums Within PUNBB (9 replies, posted in PunBB 1.2 troubleshooting)
Forum 3 would be changed to forum 2, so it would take forum 2's description obvisouly...
755 2007-04-14 16:23
Re: Merge Forums Within PUNBB (9 replies, posted in PunBB 1.2 troubleshooting)
Change the forum ID. Well, that should work with subforums too, although I tend to stay away from them.
756 2007-04-14 16:15
Re: AV scanning uploaded images (5 replies, posted in Programming)
What you could do is just set a cronjob to scan your uploaded files once a day
757 2007-04-13 21:13
Re: any gamers here? (16 replies, posted in General discussion)
I like so much games really
Recently started Star Trek: Legacy. Most annoying port I've ever played, I can tell you that much -.-
758 2007-04-13 21:10
Re: Anyone know how to change CSS of radio buttons? (8 replies, posted in PunBB 1.2 troubleshooting)
.pun input[type=radio] { stuff }
Mmh?
759 2007-04-13 21:08
Re: CSS-styling - posts changing colors bug (rowodd/even) (6 replies, posted in PunBB 1.2 troubleshooting)
Why not just
.roweven * { ... )
?
760 2007-04-11 15:26
Re: Converting from Matt Wright's WWWboard to PUNBB (4 replies, posted in Programming)
I doubt it exists, but as you said: writing the converter should be fairly easy.
761 2007-04-11 15:25
Re: \t\t\t\t\t ?! (15 replies, posted in Programming)
When I'm just writing HTML, I indent decently. But when I'm outputting stuff like options in a select, I just can't be arsed to go count the tabs really. The source is readable enough to debug and such, and that's all I need really.
762 2007-04-11 01:09
Re: \t\t\t\t\t ?! (15 replies, posted in Programming)
I agree in putting newlines in the code, but tabs is just a waste of perfectly good text imo. You can see what belongs where good enough, and with certain complex layouts you'd spend more time trying to get the tabs right than actually coding the backend.
763 2007-04-10 20:34
Re: Html php command (9 replies, posted in Programming)
You will indeed have to submit the files to be removed to an external file. And yes, unlink() is the correct function.
764 2007-04-05 15:19
Re: moved to another server (5 replies, posted in PunBB 1.2 troubleshooting)
What error?
765 2007-04-03 15:44
Re: PunBB Not installing. (7 replies, posted in PunBB 1.2 discussion)
Make sure error reporting is on (preferable E_ALL), and that you don't save your config.php as rich text or whatever.
766 2007-04-02 21:51
Re: Strange needs? (11 replies, posted in Feature requests)
I fail to see why an IP is so important to hide.
767 2007-04-02 14:06
Re: Google Increasing Gmail Storage to Infinity Plus One (2 replies, posted in General discussion)
Hah, good one!
I'd love to have it with my gSpace tho
769 2007-04-01 17:40
Re: \t\t\t\t\t ?! (15 replies, posted in Programming)
It inserts tabs in the source code. The part you posted is useless though.
770 2007-04-01 12:21
Re: QUERIES (39 replies, posted in PunBB 1.2 troubleshooting)
I smell subforums.
771 2007-03-30 19:23
Re: [1.3] Extension developpment? (4 replies, posted in Programming)
PunXS should fix most of this
772 2007-03-29 22:50
Re: asp.net version (14 replies, posted in General discussion)
Why don't you just use PunBB's XHTML and CSS? Would make this alot easier and prettier
It seems to run smoothly tho, which I'm not used to with ASP apps.
773 2007-03-29 22:48
Re: [hr] in signature... (4 replies, posted in PunBB 1.2 troubleshooting)
Err, that user just doesn't have a signature...
774 2007-03-29 20:48
Re: whats wrong with this little query? (12 replies, posted in Programming)
Don't you need to specify field size?
775 2007-03-29 14:53
Re: Bug in default templates (6 replies, posted in PunBB 1.2 bug reports)
1.3 seems to include it: http://dev.punbb.org/browser/branches/p … e/main.tpl
The lang attributes don't seem to be there (yet) tho.