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 - Nao
4936
Other software / Re: Finally, they've made an announcement
« on June 8th, 2012, 11:34 PM »
I'm looking at the long run.
SMF teamiea come and go. Except for Norv I'll admit. But even then she's got her moments of absence too...
4937
Other software / Re: Finally, they've made an announcement
« on June 8th, 2012, 10:32 PM »
That's not slacking off. That'd be life getting in the way.
4938
Other software / Re: Finally, they've made an announcement
« on June 8th, 2012, 10:03 PM »
Heck. Even we were too optimistic about Wedge. And we didnt even slack off...
4939
Features / Re: Modify Own Post
« on June 8th, 2012, 06:07 PM »
There's already a discussion regarding the fact that I'm going to remove the Quick Edit button, and instead turn the Modify area into a mini-menu with Quick Edit and Full Edit options. (Being set by default to Quick Edit, but if you open the link in a new tab it'll go to Full Edit. That's just me...)

Same will happen with the Quote and Like buttons. I'm just... Not there yet!
4940
Other software / Re: Finally, they've made an announcement
« on June 8th, 2012, 05:21 PM »
Same here. We only have varying grudges against akyhne and vblamer. And that's because it's fun, too!
4941
Other software / Re: Finally, they've made an announcement
« on June 8th, 2012, 05:06 PM »
I suggested to Pete that we put you into our Friends group, and he agreed it would be fair enough. :)

So, welcome to the band. Basically you're certainly gonna have some fun if you want to dig through the 2-year old topics that discuss you and/or SMF and our venting etc, but well, you'll probably come to agree with our remarks given the recent events in the SMF team. :^^;:
And anyway, we like talking things through if you ever have things to settle with us.

Apart from that, I think that you were perfectly right in pushing for a SMF 2.1, mostly because SMF 2.0 was far from being finished, and it needs some extra love. If you're gonna break compatibility (like SMF 3.0 and Wedge do), at least give something to the users who can't or won't do the jump.

(Well, Wedge doesn't 'break compatibility', more like it got rid of all of the crap in SMF because it felt good, but you get my point :P)
4942
Features / Re: Thought system
« on June 8th, 2012, 04:56 PM »
I'm just not sure about the homepage list... See, what do I show for a new thought that's just a rethought?

"RT original"?

Or

"@original> RT"?

Or do I keep it aside and then add, next to the original thought, a list of people who rethought it?
Or do I just ignore that and test against thought != ''?

Lol it's getting fun even before I got started... Heck, even before I got finished with my other work :lol:
4943
Features / Re: Thought system
« on June 8th, 2012, 04:53 PM »
Certainly faster. And not too hard to implement I think :P
4944
Bug reports / Re: Reply post showing as 'New'
« on June 8th, 2012, 02:53 PM »
Yeah, I think I mentioned a couple of weeks ago another bug with it...
i.e. a sub-board was marked as read in the homepage, and as soon as I read one of the unread topics in it, it lost its 'unread' flag even though there were more unread topics in it.
4945
Features / Re: New revs
« on June 8th, 2012, 02:32 PM »
rev 1610
(5 files, 4kb)

! A feed setting wasn't correctly set to integer. (ManageNews.php)

! References to deleted parent thoughts would link to a non-existent profile. (Thoughts.php)

! Fixed table width (which was incorrect when only short lines were found), in error log's source code popup. (Errors.template.php)

+ Implemented latest thoughts for all members (as opposed to the existing code for a specific member), and rewrote the homepage code to point to that instead. (Home.php, Thoughts.php, Thoughts.template.php)
4946
Bug reports / Re: Reply post showing as 'New'
« on June 8th, 2012, 10:44 AM »
It shouldn't be hard to fix. Just an extra query in Post2.php I'd say... :)
4947
Off-topic / Re: The Humble Indie Bundle V
« on June 8th, 2012, 10:42 AM »
Holy cow! braid!
Too bad the game is too hard for me to o beyond level 2! But this is a masterpiece of storytelling... I used o be obsessed with a YouTube video of the final level! Even blogged about it...
4948
Features / Re: Thought system
« on June 8th, 2012, 10:26 AM »
So. Was considering thought likes.

There are two ways of implementing them.

The first one would be Pete's field. Using the likes system. Quite obvious.
The second one would be mine. Closer to retweets in look and feel. Adding a Rethink button. When you do that, it actually sends an *empty* reply. Internally this would be considered like a RT. Any reply to that RT would have their parent set to be the original thought. This allows getting an idea of a thiught's popularity by number of replies only.

What do you like best..?
4949
Bug reports / Re: No error box on preview
« on June 7th, 2012, 02:37 PM »
I made changes but I dont think I touched the logic of it...
4950
Yea. I did it that way. Wanted to see both. Got caught by the session... ;)