This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
5341
The Pub / Re: Database Backup, Restore and Repair
« on April 27th, 2012, 02:19 PM »How about MySQLDumper (from SourceForge)?
I myself use eskuel because it allows me to upload my dumps in a temp folder. I remember that bigdump was strong on huge databases, too.
5342
The Pub / Re: Number of 'online users'
« on April 27th, 2012, 01:36 PM »
To do: option for groups to notify users on add, and on remove. (2 different options.)
5343
The Pub / Re: Number of 'online users'
« on April 27th, 2012, 01:33 PM »
Oh. Then I guess it's an UltimateProfile feature.
5344
Off-topic / Re: Different Keys (touch screen keyboards) for different form elements?
« on April 27th, 2012, 08:32 AM »
Yup. And Wedge supports most html5 custom input types. :)
5345
The Pub / Re: Number of 'online users'
« on April 27th, 2012, 08:31 AM »
SMF does send a request pm...
5346
Archived fixes / Re: Drafts being saved is not shown in QR
« on April 26th, 2012, 09:52 PM »
I turned the qr object into a single object recently but I don't remember if it was yesterday or much much earlier. When did the problem start?
I'm sure it's down to one of my changes. Bad Nao... Always obsessed with saving extra bytes ;) (although as a whole it does make wedge faster than the equivalent competition :P)
I'm sure it's down to one of my changes. Bad Nao... Always obsessed with saving extra bytes ;) (although as a whole it does make wedge faster than the equivalent competition :P)
5347
Features / Re: gallery from the admin pov
« on April 26th, 2012, 05:30 PM »
I'm the author of AeMe, and I approve of this message.™
5348
Bug reports / Re: Pretty URL remarks
« on April 26th, 2012, 05:25 PM »On SMF caching I cache 1 file per page, it would be too much of a waste 1 file per URL. I figured there are only going to be a few pages hit often and allot of pages not so often, so I believe it will even itself out using this method.
On to the 404 thing, the forum has always been a Pretty URL forum, so Google or any other search engine does not know the old urls.
However though, I had bad performance when I started but had to work on allot of aspects to get it up to par. The DB cache system though that it had was the worst feature, the board and topic cache in the db was good but the other url cache was just junk.
Sorry I don't know the history of the mod that much.
I hardly even stop by SMF though or keep up with the mods they release there.
I think we should write some kind of 'automatic updater' for plugins and Wedge, disabled by default or something, with the ability to install only the 'proven' updates of Wedge (or maybe also cutting edge versions?), something like that... We could simply retrieve the gzip file, extract it somewhere, and copy the tree structure...
5349
Plugins / Re: Plugins I refuse to do
« on April 26th, 2012, 05:16 PM »
I'll leave it up to you to decide what we do about this.
Re: xenForo, what's new on their side BTW...? Didn't they have a lawsuit with vB or something? Did they win? Lose?
Re: xenForo, what's new on their side BTW...? Didn't they have a lawsuit with vB or something? Did they win? Lose?
5350
Archived fixes / Re: (SMF bug) Admin registering a user, email does not send a link to the forum
« on April 26th, 2012, 05:14 PM »
I think my English is starting to erode into oblivion because I don't get what you're trying to say here, either... :-/
I don't know what the bug is, what the fix is, and why you can't apply it.
I don't know what the bug is, what the fix is, and why you can't apply it.
5351
Archived fixes / Re: Undefined index in wetem::find
« on April 26th, 2012, 05:08 PM »
How could it return an undefined index on $to? $to is never used as an index, AFAIK...?
As for what you're describing -- it's actually addressed in the wetem::find source code.
Code: [Select]
So there you go... Just add , 'default' right after the name of the layer where you want to add :)
As for what you're describing -- it's actually addressed in the wetem::find source code.
// If we try to insert a sideback block in XML or minimal mode (hide_chrome), it will fail.
// Plugins should provide a 'default' fallback if they consider it vital to show the block, e.g. array('sidebar', 'default').So there you go... Just add , 'default' right after the name of the layer where you want to add :)
5352
Features / Re: New revs - Public comments
« on April 26th, 2012, 05:04 PM »It's nice to see loadLanguage using arrays :)
Is there anything left with a '+' syntax in Wedge...? I don't think so, but...
Actually it could be better to use an array like that. The thing is, the sprintf does actually inject the value in, so even on _n cases you'd still have to always inject it, no?
Regarding 5.4's inclusion of array syntax... it's an interesting choice but one that I personally would have put into PHP sooner if given a choice, putting it at a .x release makes that quite hard for a language construct; things like namespaces in 5.3 is a feature not a language construct and it's not so hard to get your head around that as a requirement. But as a language construct, I think it should have been pushed into the next major release, not a minor one, personally.
Posted: April 26th, 2012, 05:03 PM
Not sure where to post this, but can I just say I like having the action buttons below the posts? It could do with some more tweaking (the 'more' menu is empty for me now, for instance), but it's a promising move, I think. :)
As for the More menu, I need to look into that...
Currently I'm fighting against an attempt at rewriting the button icon code. I hate CSS precedence... >_<
5353
Here's wondering whether I should look into the bug as it happens on iOS 4.2, or just the hell with it and expect everyone to upgrade to iOS 5.0...
(I can't upgrade to 5.0, myself, or at least I don't know how to do it. I 'jail-broke' my iPod to be able to run more than 8 tabs at a time in Safari Mobile, but I didn't think of saving my 'locked' version of iOS at the time, and as such I have no idea whether I'll lose all of my data if I have to reset the iPod to update...)
(I can't upgrade to 5.0, myself, or at least I don't know how to do it. I 'jail-broke' my iPod to be able to run more than 8 tabs at a time in Safari Mobile, but I didn't think of saving my 'locked' version of iOS at the time, and as such I have no idea whether I'll lose all of my data if I have to reset the iPod to update...)
5354
The Pub / Re: The Cookie Law (in the UK at least)
« on April 26th, 2012, 04:56 PM »(and some potential per-session caching, but for guests that's mostly avoidable anyway!)
In the current example (detecting mobile browsers), having it cached per session would allow me to run Mobile_Detect 2.x without an afterthought, and thus some finely tuned variables in return... While having a possibility of it being disabled means I have to rely on my current (and *very* fast) Class-MoDe.php class, which should find 99% of all mobile devices, but not all of them. Which pisses me off :lol:
5355
The Pub / Re: Number of 'online users'
« on April 26th, 2012, 04:53 PM »There isn't at present but I suppose it could be; since you need to be signed in, and they need to be signed in, between them it's fairly trivial to do. It will probably be more useful than seeing what guests are online, actually ;)
Heck, when we implement custom groups, friend lists will suddenly become trendier to use -- if only because you'll be able to specify your own 'custom' colors for them, mesays.