Search found 270 matches

by Dog Cow
Fri Apr 02, 2010 6:55 pm
Forum: [3.x] Discussion
Topic: Number formatting
Replies: 15
Views: 22731

Re: Number formatting

Yeah I had realized the issue of different formats, but didn't realize it would be so difficult to implement. I thought number_format() sort of took care of it. No, it's not difficult to implement. Each lang file would just specify the thousands separator and the decimal separator. Though, where ar...
by Dog Cow
Tue Mar 23, 2010 8:53 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Link global announcements to forums
Replies: 25
Views: 70836

Re: Global Announcements in 3.1

Meaning it would be nice if you could select which forums a particular announcement should show up on. This would require the addition of a new n:n forum:topic relationship table. I'm not sure how big a performance hit this would be, or whether one can implement it without much trouble. T What abou...
by Dog Cow
Thu Mar 04, 2010 6:15 pm
Forum: Chit Chat
Topic: topsecret area51 word game
Replies: 1276
Views: 1120087

language
by Dog Cow
Thu Mar 04, 2010 6:14 pm
Forum: [3.x] Discussion
Topic: Ajax in phpbb 3.1
Replies: 8
Views: 14868

Re: Ajax in phpbb 3.1

idiotnesia wrote: - Drag and drop forum order (in admin panel)
I like this idea.
by Dog Cow
Thu Mar 04, 2010 6:13 pm
Forum: [3.x] Rejected RFCs
Topic: [RFC|Rejected] Removal of subsilver2
Replies: 238
Views: 445358

Re: subsilver2

Let's kill it. I don't like how it looks, anyway.
by Dog Cow
Thu Mar 04, 2010 6:11 pm
Forum: [3.x] Discussion
Topic: Login after register
Replies: 23
Views: 61481

Re: Login after register

ToonArmy wrote:The first thing I do is log out and log in to store the password.
That's naughty. :o
by Dog Cow
Wed Mar 03, 2010 10:28 pm
Forum: [3.x] Discussion
Topic: Login after register
Replies: 23
Views: 61481

Re: Login after register

That's a good point, especially if we aren't sending the user's password in the mail.
by Dog Cow
Wed Mar 03, 2010 8:38 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Modular cron
Replies: 93
Views: 173448

Re: System cron and cron tasks in mods

nn-: your cron system sounds similar to the vBulletin implementation of pseudo-cron jobs, which have their own file and so on.
by Dog Cow
Thu Feb 25, 2010 6:49 pm
Forum: [3.x] Discussion
Topic: Login after register
Replies: 23
Views: 61481

Re: Login after register

Then the user isn't automatically logged-in.
by Dog Cow
Thu Feb 25, 2010 12:09 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Modular cron
Replies: 93
Views: 173448

Re: System cron and cron tasks in mods

I've been thinking about converting the cron system on my site to a "real" cronjob as well, because I'm currently split between some newer code which uses real cronjobs, and some older code which uses the system from phpBB3 which I ported into my site. I'd also like to rewrite the function...