i'd wondered the same thing, but hey, php works. at least it's not running on mongrel.vertigo25 wrote:Actually... I have a real question, too.
Why use phpBB at all?

i'd wondered the same thing, but hey, php works. at least it's not running on mongrel.vertigo25 wrote:Actually... I have a real question, too.
Why use phpBB at all?
I think at some point I had recommended Vanilla. I have some issues with Vanilla's non-compliance with accessibility standards, but it's superiority in all other regards is indisputable for me.iblis wrote:i'd wondered the same thing, but hey, php works. at least it's not running on mongrel.vertigo25 wrote:Actually... I have a real question, too.
Why use phpBB at all?
Wasn't looking for, requesting or even desiring any kind of apology, there, little guy.DarkVader wrote:It's really a shame that some users think that change for the sake of change is good.
I like phpBB. It's not perfect, but it's a good thing.
I remember the Vanilla recommendation, I looked at it then, and I hated it. I looked again just now, and I still hate it. I think the "whispers" feature is asinine, and I think it's butt-ugly.
I'll fix the brokenness and the ugly with this upgrade when I have time, which will hopefully be soon. It accomplished its primary goal, which was to keep me from having to delete 20 spam accounts every day. It also accomplished its secondary goal, which was to preserve all accounts and posts in any upgrade.
I'd be happier if I could have preserved the exact look of the old forum, because I was happy with that - but I couldn't. So, I'm sorry for the ugly, I'm sorry about the broken buttons, and I'm emphatically not even remotely sorry about sticking with phpBB.
like i said, php works. the broken parts can be fixed, and i'm willing to bet they're fairly simple issues. and phpBB v3 has an assload of improvements, including and beyond the spam issue.DarkVader wrote:It's really a shame that some users think that change for the sake of change is good.
I like phpBB. It's not perfect, but it's a good thing.
I remember the Vanilla recommendation, I looked at it then, and I hated it. I looked again just now, and I still hate it. I think the "whispers" feature is asinine, and I think it's butt-ugly.
I'll fix the brokenness and the ugly with this upgrade when I have time, which will hopefully be soon. It accomplished its primary goal, which was to keep me from having to delete 20 spam accounts every day. It also accomplished its secondary goal, which was to preserve all accounts and posts in any upgrade.
I'd be happier if I could have preserved the exact look of the old forum, because I was happy with that - but I couldn't. So, I'm sorry for the ugly, I'm sorry about the broken buttons, and I'm emphatically not even remotely sorry about sticking with phpBB.
When it comes to anything... shopping cart, forum, blog engine, CMS... I'm beginning to feel the same way. You spend just as much time learning someone else's hooks, and getting frustrated with their code, and bashing their templates as you would doing it all yourself from the beginning.iblis wrote:at this point, from a programming point of view, i don't think i'd like any forum software that i didn't write myself. but i'm picky. i'll get over it.
exactly.vertigo25 wrote:When it comes to anything... shopping cart, forum, blog engine, CMS... I'm beginning to feel the same way. You spend just as much time learning someone else's hooks, and getting frustrated with their code, and bashing their templates as you would doing it all yourself from the beginning.iblis wrote:at this point, from a programming point of view, i don't think i'd like any forum software that i didn't write myself. but i'm picky. i'll get over it.
Plus, in the end, you know your code in and out.
VB .NET can still land a few jobs. old school ASP... yeah, it's dwindling.My issue isn't so much with time as it is with skills. I don't consider myself very advanced in most programming languages. I used to be really very good with VB Script on ASP, but tha's not exactly a desirable skill any more. I know enough PHP to get myself in trouble.
CMS's are fun. and if you cheat a little bit, and use a decent (can't stress that adjective enough) framework, they're easy, too.I'm thinking, however, that I'm going to hand code my next CMS. It'll at least work out some of the wholes in my knowledge.
Seconded! Looks sweet, but no-repeat is our friend.scarecrow wrote:Well this looks MUCH better....however, You could fix the banner glitch at the top
Code: Select all
.headerbar
{
background-color: #443355;
background-image:url(./styles/Carbon/imageset/kg_logo.png);
background-repeat: no-repeat;
color: #FFFFFF;
}