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.
76
Off-topic / Re: Next System Visitation
« on May 31st, 2013, 03:33 PM »77
Plugins / [Plugin] Re: Notifications system (1.0)
« on May 31st, 2013, 03:20 PM »
Okay, so I take a lot of inspiration from Android these days (see SMF4Mobile 1.2 for example), even the notifications area is somewhat inspired (centralised notifications for all) from Android as well as XF's implementation. One new nifty feature in Android (since 4.1) is the ability for notifications to have actions, so you can do stuff right from the notifications without going into the app (archive e-mail, share a new screenshot etc), and I think it can be useful for this as well? Like for reported post one can provide actions to close, delete post etc.
78
Plugins / Re: Notifications (Reported Post)
« on May 31st, 2013, 03:16 PM »There is a bug relating to that at present :/
79
Off-topic / Re: Initial forecasts of Wedge installs/conversions
« on May 31st, 2013, 03:16 PM »Which is quite a sad indictment of the system, really.
80
Plugins / Re: Notifications (Reported Post)
« on May 31st, 2013, 03:12 PM »
Aren't all these moderation actions? I can be totally wrong though, didn't look into this area. Of course, the idea is to replace all the PM/Email notifications with the notification's core ones and let it handle all, so you're helping me quite a bit here! :)
Totally OT, if I edit a post as soon as I make it it shows as "1 Unread" and doesn't mark it as read if I open the topic through the normal link. However if I click the "1" it marks it as read (front page recent posts)
Posted: May 31st, 2013, 03:07 PM
Totally OT, if I edit a post as soon as I make it it shows as "1 Unread" and doesn't mark it as read if I open the topic through the normal link. However if I click the "1" it marks it as read (front page recent posts)
81
Off-topic / Re: Initial forecasts of Wedge installs/conversions
« on May 31st, 2013, 03:10 PM »
Yeah, the CM support was generally slower than normal support last time I was a member. I just continued to support SM, until they made me a Beta Tester. Then I ran out of money :P
82
Off-topic / Re: json_decode and arrays
« on May 30th, 2013, 10:02 PM »
You're decoding the URL under the else, you have to grab the contents of the URL.
83
Plugins / Re: Notifications (Moved Topic)
« on May 30th, 2013, 01:43 PM »
This thing is a win since it uses notifications core :D
84
Archived fixes / Re: A plugin must declare an action the long way
« on May 29th, 2013, 05:49 PM »
Which can be a fairly common occurrence for something like a dynamic portal.
85
Plugins / [Plugin] Re: Notifications system (1.0)
« on May 29th, 2013, 04:04 PM »- I'm still waiting for your updated code to store the notification issuer in a row, rather than in the data field... If you want to update it, of course... :^^;:
86
Plugins / [Plugin] Re: Notifications system (1.0)
« on May 29th, 2013, 02:42 PM »
This is pretty nice, I really like it :D. Although get_single_post can cause a lot of queries, perhaps some caching or grouping can be useful here? This can get slightly tricky given the modular nature of notifications. Or store the body in data column of notifications for preview?
PS: Bug, marking a notification as read when the preview is open doesn't remove the preview container but just the notification
I had another idea though, make the notification's preview appear on hover and on swipedown event for touch devices? That'll be pretty cool.
PS: Bug, marking a notification as read when the preview is open doesn't remove the preview container but just the notification
Posted: May 29th, 2013, 02:37 PM
I had another idea though, make the notification's preview appear on hover and on swipedown event for touch devices? That'll be pretty cool.
87
The Pub / Re: Not using version numbers as such
« on May 28th, 2013, 05:40 AM »
Doctor Who characters?
88
Archived fixes / Re: Multiple Same-Name Selection Box When Notifying
« on May 26th, 2013, 04:17 PM »
Wouldn't any changes you make to the plugin's file automatically be licensed under BSD?
89
Archived fixes / Re: Multiple Same-Name Selection Box When Notifying
« on May 26th, 2013, 03:15 PM »
Where are these improvements? I'd like to merge them back to my github repository.
90
Off-topic / Re: Automagically De-Nesting Quotes
« on May 22nd, 2013, 06:55 PM »
Nested quotes preference should be to view honestly, not to quote. A little CSS for those who want to hide nested quotes can make this a lot faster rather than parsing the post.