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 - live627
511
Plugins / Re: Monthly Statistics on Profile
« on June 10th, 2012, 04:56 AM »
Now can highlight today :D
512
Plugins / Monthly Statistics on Profile
« on June 10th, 2012, 04:16 AM »
Notwithstanding the hints of overhauling the profile area(s), I've made a seemingly simple plugin today that will show  a member's overall post count for the month, day, and year. Unlike its equivalent SMF mod, it'll show those days where they haven't made any posts..

513
Plugins / [Plugin] Re: Improved attachments upload
« on June 10th, 2012, 03:52 AM »
Quote from Antes on March 21st, 2012, 09:42 AM
Agree. It could be good if it in core with (Not working? Try simple uploader) -mode-
Would be better usability wise if a standard file input was shown and if JS determines if XMR upload is supported, replace with the drop elements.
514
Features / Re: Rewriting the skin file parser...
« on June 9th, 2012, 11:21 PM »
Yep. Latter on today after I finish this small plugin[1]. I reverted to r1595 yesterday to see if something after that broke it, still broken. :(
 1. The Javascript is a bitch..
515
Features / Re: Rewriting the skin file parser...
« on June 9th, 2012, 09:08 PM »
Thing is, my entire skin worked just as  expected before the rewrite.
516
Features / Re: Rewriting the skin file parser...
« on June 9th, 2012, 01:35 AM »
Offending line:

.menu:not(#main_menu2, #context_menus)

The comma confuses the parser, it seems.
517
Features / Re: Rewriting the skin file parser...
« on June 9th, 2012, 01:28 AM »
It was a misplaced parenthesis!
518
Other software / Re: Finally, they've made an announcement
« on June 8th, 2012, 09:30 PM »
Hello Kindred, nice to see you here!
Quote
Before that, their plan was, apparently, to bypass any further work on 2.x and the next release, in 2 years, would be SMC+SMF 3.0
Now that's just wrong... and I think two years is VERY optimistic.
519
Off-topic / Re: Will be gone for 3 weeks.
« on June 7th, 2012, 06:40 PM »
Hey, good luck!
520
Bug reports / Re: No error box on preview
« on June 7th, 2012, 05:25 PM »
IIRC, it broke because the error box isn't loaded right away as in SMF.
521
Bug reports / Re: No error box on preview
« on June 7th, 2012, 12:44 AM »
Try it in SMF...
522
Bug reports / No error box on preview
« on June 6th, 2012, 12:05 AM »
No error box appears when previewing a new topic without a subject, even though the subject label turns red, indicating an error.
523
Features / Re: Rewriting the skin file parser...
« on June 2nd, 2012, 03:07 AM »
Nao, I think your rewrite is broken somewhat. My custom board icons don't show (full path instead of URI). Also, my custom menu is completely broken. Does the reset keyword still work?
524
Off-topic / Re: MyBB Official site compromised
« on June 1st, 2012, 08:25 AM »
You sure like the code tag!
525
Archived fixes / Re: Remove nested quotes is broken
« on May 31st, 2012, 11:34 PM »
Quote
it removed too much actually
Yep. I know you're good at tweaking regexes so I'm sure you'll be able to find a better way to fix it than me.