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.
16
Archived fixes / Re: Forum signature(s) are not present
« on August 4th, 2013, 07:51 PM »
Signature!
17
Other software / Re: SM.org compromised
« on July 24th, 2013, 11:00 AM »
One thing that can probably work is having a separate password for PM acting as a private key, anything else is more or less slowing things down.
18
Other software / Re: SM.org compromised
« on July 23rd, 2013, 08:42 PM »
Yay for PMs being hacked, I have a lot of stuff in there. Although most of the stuff is kinda useless...so okay.
19
The Pub / Re: Decluttering/rejigging the top menu a little
« on July 13th, 2013, 11:46 AM »Consider: you get to show: Home, Admin, Media, Members, Logout. (We could even move the login/out options up there, too) Unlike the profile and so on which relate to YOU, these things relate to the SITE. To me this just makes more sense to have as principle navigation. We can still do PMs-getting-notifications and in fact probably should convert it to that if feasible[1] and that would also solve some issues WRT navigation if the menu bar is going to be hidden. (And we get to streamline preferences for PMs, potentially, if not. I dunno. I just think it'd be a nice way to tackle it.)
1. Though I'm mindful of the consequences of this in terms of the code if you have PMs going to a bunch of people at once, especially if that's going to include announcements having the same code path. @Dragooon, what are your thoughts on this? How sane/insane is it to try and generate a large number of notifications for large numbers of users at a time? I know in the newsletter code we already have the continue/not-done code so we can stage it a bit better, but I'd rather not generate several queries for each notification if at all possible. But I don't remember how that part works.
20
Features / Re: More sidebar complications...
« on July 10th, 2013, 01:58 PM »- Is XenForo the only platform around..? You do realize I feel absolutely no attraction to their way of doing things, right..? That if I do something that's similar to them, it's not thanks to them, but simply because it's the logical way to do it..?
21
Features / Re: More sidebar complications...
« on July 4th, 2013, 05:02 PM »
Are you doing some test against HDPI displays or something? I can't have a look at source now but the sidebar absolutely doesn't work for me.
22
Off-topic / Re: Got myself a new laptop!
« on July 4th, 2013, 09:04 AM »Apple doesn't own me:P
Oh wait, that sounded so stupid.
23
Features / Re: More sidebar complications...
« on July 3rd, 2013, 10:00 PM »
I can't get the damn thing to open on my new MacBook with Chrome 28
24
Off-topic / Got myself a new laptop!
« on July 3rd, 2013, 07:41 PM »
So my old one (White Unibody 13" MacBook, late 2009) had been giving me hell, so I decided to get a new one. Ultimately I ended up getting the 2012 MacBook Pro Retina, 15" one. It's an awesome upgrade, especially the display is fantastic :D.
Oh, and it smells fantastic :D
Posted: July 3rd, 2013, 07:39 PM
Oh, and it smells fantastic :D
25
Features / Re: More sidebar complications...
« on July 2nd, 2013, 03:18 PM »
I can't open it on chrome beta on my nexus 4. O tend to switch tabs, plus I'm not even able to scroll sideways.
27
Features / Re: More sidebar complications...
« on June 29th, 2013, 11:56 AM »
Why not add a physical button as well instead of solely relying on a swipe gesture (I'm thinking jQuery mobile's panels here, they can help you with this)? Otherwise the menu's font is too big but the idea is pretty cool!
28
Plugins / [Plugin] Re: Facebook for Wedge
« on June 28th, 2013, 05:22 PM »Am I supposed to install it and try to break the site, or something..? ;)
29
Plugins / [Plugin] Re: Notifications system (1.0)
« on June 28th, 2013, 02:53 PM »
It's on a case by case basis, it has nothing to do with what's the best behaviour, mostly related to how one would want to be notified if they're to be notified multiple times on that object (handleMultiple)
Basically, in a case of mentions, I always believed any individual post having a mention should be told to the user in a separate notification, hence I chose id_msg as the object. However in the case of Quote, I thought it's enough to be notified once in the topic that you've been quoted and then the guy can catch up with the rest. I'm not sure what Likes does since I didn't code that one, although I guess it should be on a per-msg basis and use id_msg as the object. The counterpart is stored in $data mostly for generating the complete URL.
Basically, in a case of mentions, I always believed any individual post having a mention should be told to the user in a separate notification, hence I chose id_msg as the object. However in the case of Quote, I thought it's enough to be notified once in the topic that you've been quoted and then the guy can catch up with the rest. I'm not sure what Likes does since I didn't code that one, although I guess it should be on a per-msg basis and use id_msg as the object. The counterpart is stored in $data mostly for generating the complete URL.
30
Plugins / [Plugin] Re: Facebook for Wedge
« on June 28th, 2013, 02:46 PM »* Dragooon wonders if this thing still works with Wedge.