Or not.
"Slow now" is not an indicator that it won't be massively busy in the future. Or at least as massively busy as it was when more things were going on.
Search found 16 matches
- Sat Jun 03, 2023 9:00 pm
- Forum: General Development Discussion
- Topic: Does area51 have a purpose anymore?
- Replies: 1
- Views: 9039
- Thu Mar 11, 2021 4:59 am
- Forum: Chit Chat
- Topic: Which browser do you like best?
- Replies: 59
- Views: 223302
Re: Which browser do you like best?
Firefox ever since about version 3.
the only problems I have with sites are those that I cause myself because I use NoScript. Some sites are so deeply blacklisted that nothing that depends on them works either.
the only problems I have with sites are those that I cause myself because I use NoScript. Some sites are so deeply blacklisted that nothing that depends on them works either.
- Wed May 30, 2018 5:36 am
- Forum: Chit Chat
- Topic: Scylla and Charybdis in Solo [spoilers?]
- Replies: 0
- Views: 10680
Scylla and Charybdis in Solo [spoilers?]
Since I have not seen references to this anywhere else, I'm seeding the idea here.
So did no one else get that idea from watching the Kessel Run?
So did no one else get that idea from watching the Kessel Run?
- Wed Apr 17, 2013 1:26 am
- Forum: [3.x] Discussion
- Topic: Biggest competition threats to PHPBB forums
- Replies: 71
- Views: 151819
Re: Biggest competition threats to PHPBB forums
If you want to see a terrific example of what phpBB can be, go look at BOB.
That board may have some great things under the hood, but you don't get a second chance to make a good first impression -- and it makes a less-than-desirable first impression. After seeing the (essentially-unmodified ...
That board may have some great things under the hood, but you don't get a second chance to make a good first impression -- and it makes a less-than-desirable first impression. After seeing the (essentially-unmodified ...
- Tue Apr 16, 2013 8:16 am
- Forum: [3.x] Discussion
- Topic: Biggest competition threats to PHPBB forums
- Replies: 71
- Views: 151819
Re: Biggest competition threats to PHPBB forums
If you want to see a terrific example of what phpBB can be, go look at BOB. http://www.forumtopics.com/busobj/ It's a forum AND a technical Q&A board. It's been heavily MODed for both user need and admin needs. It's a frequent target of spammers and have a very large active global user base.
As a ...
As a ...
- Sat Jun 30, 2012 1:12 pm
- Forum: [3.x] Discussion
- Topic: Handling base64 images in the [img] tag.
- Replies: 12
- Views: 17350
Re: Handling base64 images in the [img] tag.
Actually I think that any tag that gets input that is unexpected ought to display an error message. For instance the URL tag if it gets a badly formed URL. Most posts don't get a preview before they're submitted, so on that page that pops up after submission would be a good place to post the message ...
- Fri Sep 11, 2009 3:53 am
- Forum: [3.0/Olympus] Styling
- Topic: How do I get those little graphics to appear?
- Replies: 6
- Views: 18712
Re: How do I get those little graphics to appear?
Also, please don't bump 2 year old topics ;)
The point of an archive is specifically so that it can be revived - otherwise it would be pruned.
Sure the guy was in the wrong place, but newbies don't know which functions are ACP things and which are sftp/vi things (or notepad for you Windows guys ...
The point of an archive is specifically so that it can be revived - otherwise it would be pruned.
Sure the guy was in the wrong place, but newbies don't know which functions are ACP things and which are sftp/vi things (or notepad for you Windows guys ...
- Wed Sep 24, 2008 6:25 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Authenticate login using POP3
- Replies: 3
- Views: 13992
Re: Authenticate login using POP3
Google is your friend
Some ideas discussed here (5th hit)
http://drupal.org/node/27245
For this one they may have also solved the issue, but I cant tell (3rd hit)
http://www.phpclasses.org/browse/package/4291.html
This one seems the most promising? (6th hit)
Cached Copy
Happy coding!
Oh and ...
Some ideas discussed here (5th hit)
http://drupal.org/node/27245
For this one they may have also solved the issue, but I cant tell (3rd hit)
http://www.phpclasses.org/browse/package/4291.html
This one seems the most promising? (6th hit)
Cached Copy
Happy coding!
Oh and ...
- Thu Sep 18, 2008 2:57 am
- Forum: [3.0/Olympus] New features discussion
- Topic: Language specific options
- Replies: 9
- Views: 26947
Re: Language specific options
Oh, I see you also want a language translation for forum names too.
That is trickier. I did leave out some details in my earlier reply, but this is a different animal.
My earlier solution is not what you want.
For programmatic languages there are the various language files, but you are wanting ...
That is trickier. I did leave out some details in my earlier reply, but this is a different animal.
My earlier solution is not what you want.
For programmatic languages there are the various language files, but you are wanting ...
- Fri Sep 12, 2008 10:29 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Language specific options
- Replies: 9
- Views: 26947
Re: Language specific options
I believe the point is to have the site name be configurable per language setting.
The "simple" way to implement this would be to put the site name in one of the the language files
\language\en\common.php
'SITE_NAME' => 'My Cool Bulletin board',
or
\language\de\common.php
'SITE_NAME' => 'Mein ...
The "simple" way to implement this would be to put the site name in one of the the language files
\language\en\common.php
'SITE_NAME' => 'My Cool Bulletin board',
or
\language\de\common.php
'SITE_NAME' => 'Mein ...