Are there any plans to upgrade this extension and fix the multi-page discussion bug?
There are plans... but I'm too good at procrastinating to actually enact them. On the plus side, the multi-page bug turns out to be pretty simple to fix, so I'll se…
Are there any plans to upgrade this extension and fix the multi-page discussion bug?
There are plans... but I'm too good at procrastinating to actually enact them. On the plus side, the multi-page bug turns out to be pretty simple to fix, so I'll se…
It seems that most people prefer that the default be "enabled", so perhaps I should just do that and tell people how to change the default to "disabled".
I found myself having to download a bunch of addons last night, so I wrote this ugly hack of a shell script:
(NOTE: wget must have been compiled with debugging enabled for this to work)
#!/bin/bash
EXTENSION_NUM=$1
TEMPFILE=`tempfile --prefix=addon…
I've got good news for you, Mark W: there's a config option that will allow two Vanilla installs to share a database but use separate tables.
Just add $Configuration['DATABASE_TABLE_PREFIX'] = 'something other than LUM_'; to your conf/settings.php …
Oops. I just figured out that the problem I've been having with wget was entirely my fault. I feel so stupid.
Regarding content-disposition, I'd call it a bug with wget. Fortunately, it seems to be fixed in wget 1.11 beta. Now I just have to wait f…
I've solved the mystery of the disappearing user blocks: The RemoveUserBlock function in the UserManager is using $s->AddFieldNameValue() rather than $s->AddWhere(), which is meaningless when deleting rows. So whenever anyone unblocks a user, …
Good news, everyone! I have made major progress in creating this extension. Pretty much the only thing remaining is to get Mark to add the required delegates.
Wait... that wouldn't work. You'd be able to select HTML on the discussion creation page, but the formatter wouldn't exist on the comment page, so the post would be rendered in plain text.