WOW. This theme is absolutely GORGEOUS.
Bravo. (Honestly, for a WIP, I haven't seen much wrong with it...)
Scratch that: do some CSS replacement to get the session "sign out" thing to be readable:
/* Session.. */
#Session {
width:100%;
positio…
Bubble up -- what I mean was discussed earlier.
Notice how, by default, Vanilla shows EVERYTHING on the home page? That's every discussion "bubbling up" to the root category node, so to speak.
Now, add a few more levels of depth and jump to a le…
Deleting users should be part of the Vanilla core, to be honest. While I greatly agree with the "hide, don't delete" mentality*, there are some VERY good reasons to add this:
While, yeah, a userdb will probably never be larger than 100MB, that start…
There are ways to do nested categories without ever having the depth become an issue at all, do some googleing for "Preorder Tree Traversal". It's amazingly cool compared to simple "parent_id=X" setups.
I think the idea of clicking a parent and hav…
Mark, you may want to consider keeping a tag of the most stable version of Vanilla around. For example, you have tagged 1.1, 1.1.1, 1.1.2, etc. However, perhaps there should be a 1.x-stable which simply is always fed from the most recent 1.x stable …
circuit, try a more advanced HTML parser like kses (or if you host yourself, you can get TidyHTML as a php extension ... woot!)
I currently use BBCode, but I'm probably going to be switching to HTML for the FCKEditor which is hawt.
clean ur browser cache. It works fineDamn, you're right. The whole "iframe of content" method they use really fucks over skin designers because you have to clear your cache EVERY reload, or just turn it off for the duration of the development of a t…
I just installed this and it has:
$Head->AddScript('js/FCKeditor/editor/plugins/Hints/show_hints.js');
$Head->AddStyleSheet("js/FCKeditor/editor/plugins/Hints/hints.css");
Which doesn't come with the plugin source. Mispackage, or leftover…
I'm aware of that. Hence my original statement:
Quote: chuyskywalker Oh, not going to cover "its it's" ? How can you skip it!
Because it's a very common mistake to make "it's" a possession.
Quote: Wanderer #2) When indicating ownership:
Mark's software
Quote: Wanderer For example: The car has its left quarter panel dented. (possession)
So which /it'?s/ is it for possession? Eh? ;)
I'm going to be addressing this too, since I've been getting some of the same "wow it's broken" reports for IE6/7 when using it in ForcedBBCode.
Also, I'll see about moving the div code generation from php to JS so that it can be cached with the ot…
oh.
fuck.
right.
UPDATE `database`.`LUM_User` SET RoleID = N WHERE Name LIKE '%\_%'
Good thing you made that backup, right?
I forgot that _ in SQL is the same as . in grep
Also, how hard would it be to make an extension that enables admins to allow users to turn selected extensions on and off?
My opinion, that's a terrible idea. Extensions are site wide enhancements. If you want the extension on/off for users, have t…
Would there be a notification to the ignored one like:
"Hey dimwit, John Smith has placed you on his ignored list."
That'd be hilarious, from a 3rd person stance.
Anyway -- I was kinda wondering why this wasn't in, to be honest. In my eyes it fi…