Show Posts

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.

Messages - Arantor
16
The Pub / Re: Warning Message
« on August 23rd, 2013, 09:31 PM »
I'd almost forgotten about this. Still need to think about how this would work visually - XenForo's styling is very subtle but effective.
17
The Pub / Re: Decluttering/rejigging the top menu a little
« on August 23rd, 2013, 09:29 PM »
As you can see, some of this is implemented here now :)
18
Bug reports / Re: SMF bug 4839 (hooks not cleared after an upgrade)
« on August 23rd, 2013, 09:28 PM »
I saw that 2.1's upgrade actually fixes this.

But in our case, yeah essentially that's what it would be, call DisablePlugin for all plugins before the upgrade was carried out, then perform the upgrade.
19
Actually, the more I think about it, the more I think AJAXively is the way to go. I've always wanted to use Aeva for attachments anyway, so combine that with the AJAX plugin Dragooon did, combined with a media browser (instead of a straight upload feature as the first thing) so people can reuse attachments easily and that would effectively nail everything.
20
Have we ever been able to reproduce this in Wedge? I can't recall doing so, especially not since Firefox went double digits.
21
I do believe this is fixed now... leaving it open for @Nao to confirm if possible.
22
Archived fixes / Re: Media page notice(s)
« on August 23rd, 2013, 09:24 PM »
Bump @Nao

What does aeva_timeformat() do that the main timeformat does not? At a glance they look similar. (This is the sort of thing I meant when I said about refactoring Aeva)
23
Archived fixes / Re: Off limits notification?
« on August 23rd, 2013, 09:22 PM »
Hmm, I need more mentions in boards that aren't public to see if this still occurs :/
24
Archived fixes / Re: Auto Save Post Bug
« on August 23rd, 2013, 09:21 PM »
Bump for @Nao - does the above make sense to you?
25
Bug reports / Re: Infraction bugs
« on August 23rd, 2013, 09:21 PM »
We've only issued one warning here since we added this system, so I got no idea. Really think we need to see this play out on real systems but I'm getting the sense that renaming it back to Warnings is probably a good idea.
26
Archived fixes / Re: Tooltips for
« on August 23rd, 2013, 09:19 PM »
Implemented though I didn't use quite the same wording.
27
Archived fixes / Re: No URL specified in Feed
« on August 23rd, 2013, 09:18 PM »
I just checked the feed with the tools I have and the feed is being handled correctly - marking solved.
28
If you try to search in the language editor, plugins whose language files aren't in their top level folder (where plugin-info.xml is) throw errors as well as not being added to the results list.
29
Bug reports / Re: req_win bug
« on August 23rd, 2013, 08:55 PM »
Other sites do it, I don't entirely understand why we can't - but I'd be the first to admit I'm not an expert on all the crazy ways JS works.

We already have a modal popup that has two buttons on it. All we really need is for a variation which 1) can indicate that the form shouldn't be able to be cancelled by when clicking outside it, 2) allows the popup to indicate an AJAX post event on clicking one of the buttons before closing the popup.

I'm not sure what else is missing really - essentially it's a variation of what live's talking about - he's abusing an ask() that way, it's only really a formalisation of what he's talking about... I think.
30
Features / Re: Miscellaneous/WIP screenshots
« on August 23rd, 2013, 07:12 PM »
OK, so now I've implemented that, I feel like taking on the next aspect of doing this, but I'm afraid that the extra code might give @Nao a sort of digital heart attack...

See, the next thing I want to add is another dropdown like those, but in front of the notifications area, which has the user's name and maybe avatar (in tiny form) and the popup includes their avatar and various links to the profile stuff. Means we'll be able to reorganise the profile better and do all kinds of funky with it. Especially if I'll eventually be able to do modal popups with reqwin ;)

But I don't really want to write a third copy of all the code (which will be different *again*) :(