Search found 270 matches
- Fri Apr 02, 2010 6:55 pm
- Forum: [3.x] Discussion
- Topic: Number formatting
- Replies: 15
- Views: 22816
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...
- Tue Mar 23, 2010 8:53 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Link global announcements to forums
- Replies: 25
- Views: 71256
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...
- Thu Mar 04, 2010 6:15 pm
- Forum: Chit Chat
- Topic: topsecret area51 word game
- Replies: 1276
- Views: 1124761
- Thu Mar 04, 2010 6:14 pm
- Forum: [3.x] Discussion
- Topic: Ajax in phpbb 3.1
- Replies: 8
- Views: 14910
Re: Ajax in phpbb 3.1
I like this idea.idiotnesia wrote: - Drag and drop forum order (in admin panel)
- Thu Mar 04, 2010 6:13 pm
- Forum: [3.x] Rejected RFCs
- Topic: [RFC|Rejected] Removal of subsilver2
- Replies: 238
- Views: 448817
Re: subsilver2
Let's kill it. I don't like how it looks, anyway.
- Thu Mar 04, 2010 6:11 pm
- Forum: [3.x] Discussion
- Topic: Login after register
- Replies: 23
- Views: 61793
Re: Login after register
That's naughty.ToonArmy wrote:The first thing I do is log out and log in to store the password.
- Wed Mar 03, 2010 10:28 pm
- Forum: [3.x] Discussion
- Topic: Login after register
- Replies: 23
- Views: 61793
Re: Login after register
That's a good point, especially if we aren't sending the user's password in the mail.
- Wed Mar 03, 2010 8:38 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Modular cron
- Replies: 93
- Views: 174557
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.
- Thu Feb 25, 2010 6:49 pm
- Forum: [3.x] Discussion
- Topic: Login after register
- Replies: 23
- Views: 61793
Re: Login after register
Then the user isn't automatically logged-in.
- Thu Feb 25, 2010 12:09 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Modular cron
- Replies: 93
- Views: 174557
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...