You are not logged in.
- Topics: Active | Unanswered
#1 Re: Announcements » The future of FluxBB » 2009-04-02 01:17:54
- orlandu63
Sometimes you just have to let projects go, y'know?
#2 Re: Announcements » The future of FluxBB » 2009-01-14 21:45:59
- orlandu63
So what exactly will be changed in 1.4
#3 Re: General discussion » Happy new year+my birthday (yay) » 2009-01-02 02:32:47
- orlandu63
Jarkko wrote:MattF wrote:And what, might one ask, is wrong with Elbekko's response to that link?
Calling people trolls and mocking their age is completely unnecessary and uncalled for.
Well, he's wasting everyone's time by fighting an obvious decision. That's more or less my definition of trolling. And I wasn't mocking his age, I was merely referring to the proverb that with age comes wisdom, and apparently that is wrong, since he couldn't figure out why exactly that link is unwanted.
You can attempt to sugar-coat it all you want, you still needlessly insulted him.
#4 Re: General discussion » I can't wait any longer. Will install PunBB in the meantime. » 2008-12-20 17:42:57
- orlandu63
elbekko wrote:I'd feel more pride if few users use FluxBB when it's near perfection than when alot of users use it when it isn't done.
If you're waiting for near perfection it will never be released. Software is never near perfection. But you will probably get your wish of just a few users.
Yep. The Linux Kernel's philosophy is "release early, release often," and it is the biggest open-source project ever. Waiting for the perfect software is stupid, because no software will never be perfect, or even near perfection. Your philosophy is flawed and also contradicts itself: if only a few users use this "perfect" software few bugs will be reported, thus making it all the less perfect.
Your "essential features" philosophy is flawed as well. Who's to say whether something's essential or optional? You have redundant crap like the forum-select dropdown and topic review integrated into the core while features like polls and subforums are not. The forum-select dropdown thing wastes bandwidth, requires the same amount of clicks (even more with javascript disabled) to navigate than with the traditional method, and adds unnecessary complexity to the JS. The topics review wastes bandwidth yet only saves two clicks of the back and forward buttons. Rarely ever are these features used, but they can be easily integrated through the extension system if anything. On the other hand, polls and subforums, which are a pain in the ass to integrate and style through the extension system, are deemed nonessential, but in reality are used and requested 100x more than the former two features.
Meh.
#5 Re: General discussion » I don't know why moderators close threads in this forum... » 2008-11-23 03:50:39
- orlandu63
Okay, maybe this thread is an exception, because the question was asked several times. But the rest are closed "because I don't like it."
#6 General discussion » I don't know why moderators close threads in this forum... » 2008-11-23 03:47:56
- orlandu63
- Replies: 20
for subjective reasons no less. This is the General Discussion forum, not the General Discussion that the Devs Like forum =/ Honestly, all the locked threads here are legitimate general discussions. What's the deal?
#7 Re: General discussion » Let's guess why Paul is so busy! » 2008-11-18 12:27:37
- orlandu63
I would say because he have a real life
That's not fun ![]()
#8 General discussion » Let's guess why Paul is so busy! » 2008-11-18 12:13:06
- orlandu63
- Replies: 3
He's a convicted felon who's constantly evading the cops, using the public library and a USB flash drive to commit whenever he can ![]()
Your turn!
#9 Re: General discussion » Word Association Thread » 2008-11-18 00:01:06
- orlandu63
Cadavers
#10 Re: General discussion » Punbb 1.3 is done » 2008-11-14 12:40:17
- orlandu63
Your posts are coherent and useful. Please make more.
#11 Re: Programming » Nonce already used or out of range. » 2008-11-12 20:55:05
- orlandu63
And why would you register on a specialized forum to ask an irrelevant question?
#12 Re: General discussion » Word Association Thread » 2008-11-12 12:10:02
- orlandu63
( i cant think if anything that would follow that so there's this...)
Rubik
(i just looked up at my Rubik's Cube)
"Olympic" maybe?
Anyway, marijuana
#13 Re: General discussion » About My Avatar » 2008-11-10 02:44:31
- orlandu63
.... ![]()
#14 Re: General discussion » About My Avatar » 2008-11-09 16:46:54
- orlandu63
Hahaha. Furries are funny
#15 Re: General discussion » Word Association Thread » 2008-11-08 15:24:54
- orlandu63
cheater (for using another word than the previous one)!
Oops, was looking at the wrong page ![]()
Me.
#16 Re: General discussion » Word Association Thread » 2008-11-08 14:40:51
- orlandu63
Obama
assassination ![]()
#17 Re: General discussion » Word Association Thread » 2008-11-07 15:09:21
- orlandu63
WORM!
#18 Re: General discussion » Word Association Thread » 2008-11-06 14:26:00
- orlandu63
Color
#19 Re: FluxBB discussion » Fluxbb dev team doing nothing?! » 2008-11-06 14:25:19
- orlandu63
Speak English ![]()
#20 Re: Programming » CodeIgniter » 2008-11-05 23:26:48
- orlandu63
I've never really found the need for an MVC framework. Or MVC for that matter. All I need is my templating engine and PDO and I'm good to go
But then again, I was never involved in maintaining a large project.
I tried CodeIgniter and found that it took 100ms to load a blank page. That did it for me.
#21 Re: FluxBB discussion » Don't nag the volunteers vs. Don't jerk around the users » 2008-11-05 23:17:12
- orlandu63
Amelotti is like the more literate version of SuperMAG.
#22 General discussion » Goooo Obama :D » 2008-11-05 03:50:19
- orlandu63
- Replies: 24
Listen to yo' mama
#23 Re: Announcements » Development team changes » 2008-11-01 12:18:53
- orlandu63
MichaelBluejay wrote:I don't think anyone is asking for firm deadlines or daily updates -- just a general idea of how things are going on occasion (e.g. % completed), along with what challenges remain. This isn't a huge request.
well then here you go...
elbekko wrote:Ok. We're 99% done with the core, 99% done with the markup and 66% done with the CSS.
(Note that all these numbers are fictional but may resemble the truth.)
Being a smartass will surely attract users¡ If you have nothing constructive to say, then shut the hell up.
#24 Re: General support (1.2) » A little assistance please » 2008-10-22 01:44:08
- orlandu63
That's because there are no statements after the if()s (except on the first one, which echos ' checked="checked"'). Try
<label><input type="radio" name="form[show_side_bar]" value="0"<?php if ($user['show_side_bar'] == '0') echo ' checked="checked"' ?> /> Show Left Blocks<br /></label>
<label><input type="radio" name="form[show_side_bar]" value="1"<?php if ($user['show_side_bar'] == '1') echo ' checked="checked"' ?> /> Hide Left Blocks<br /></label>
<label><input type="radio" name="form[switch_side_bar]" value="0"<?php if ($user['switch_side_bar'] == '0') echo ' checked="checked"' ?> /> Show Right Blocks<br /></label>
<label><input type="radio" name="form[switch_side_bar]" value="1"<?php if ($user['switch_side_bar'] == '1') echo ' checked="checked"' ?> /> Hide Right Blocks<br /></label>The closing tag (?>) implies a semicolon, which transforms your if(..) statements into if(..); which essentially means "do nothing no matter what." Just a fun fact if you were wondering why PHP didn't throw a parse error ![]()
#25 Re: General discussion » Word Association Thread » 2008-10-18 16:51:09
- orlandu63
Something
