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
6031
Features / [Idea] Re: Badges related
« on March 17th, 2012, 09:42 AM »
That's what inherited membergroups are for... i.e. an alias to another membergroup, with its own name and badge. Doesn't require you to play with permissions. It's a SMF feature :P
6032
Features / Re: Brave new world
« on March 17th, 2012, 01:32 AM »
The profile area doesn't use exactly the same query (you may want to look into the code, I committed it yesterday), so it won't be very helpful I'm afraid...
Okay, now I'm falling asleep on my keyboard...
6033
Features: Posts & Topics / Re: Like/dislike
« on March 17th, 2012, 01:23 AM »
Let's say 61% once we fix the 'x and y like this' div to not stand out too much compared to the rest of the post ;)
6034
Features / Re: Likes
« on March 17th, 2012, 01:21 AM »
A post with enough Likes to be able to see how it works:

http://wedge.org/pub/feats/7211/brave-new-world/

No kidding :P
6035
Features: Posts & Topics / Re: Like/dislike
« on March 17th, 2012, 01:18 AM »
Eheh :)
Since Pete wrote the feature, I think he should be the one to update the first post in the list.
How much has it reached now...? 50% completion? 60%? 90%?
It all depends on how much we're going to add later...
6036
Features / Re: Brave new world
« on March 17th, 2012, 01:16 AM »
Hmm, I thought I had fixed the thought system... I'll look into it tomorrow, if I don't forget.
Normally, prior to today: all new thoughts were public, all thought replies were Friends-only. And I've made sure to apply that to all thoughts when importing them...

New fix -- I noticed that smart quoting was broken, due to some JS optimization work. This is fixed now-- try hitting Shift+Enter (or Ctrl+Enter) while your cursor is inside a complex quote!

@Pete> did you get my PM?
6037
Off-topic / Re: I'm in love all over again
« on March 17th, 2012, 12:55 AM »
I deserve to sleep, too, but I can't seem to go to bed ahah!
Okay, going now. It's just a question of willpower.
6038
Off-topic / Re: I'm in love all over again
« on March 17th, 2012, 12:40 AM »
:)

Four words: 18 months of work ;)

Oh, that, and our love for innovation and problem-solving.
6039
Off-topic / Re: Well Done guys
« on March 16th, 2012, 11:59 PM »
There are no solid plans for the first alpha release. I'm HOPING for a first version this spring, but it won't be coming until (1) we fix all of the existing bugs that are found here in the next few weeks, (2) we finish implementing some of the important and complex features, such as topic privacy (which is my current programmer's nightmare.)
Anyway, it's nice to see all the love, so I think Wedge will be successful and I'll be eager to release it rather than not.
Wedge isn't finished yet. It's usable on Wedge.org, but it doesn't mean it's usable on any website for now. That's basically the idea.

Yes, Switch to Full Editor is not Ajax, it actually has the full editor loaded by default and simply hides it until it's needed. Same for the 'More' Smileys button, well, technically it pre-caches the main smileys and if you click More, it'll show you all of the uncached smileys, i.e. it'll load them one by one instead of all at the same time.

Yes, Add Media was given the redirect treatment. :)
(Pete, it's possible that the Add Media button was broken by the template rewrite, but I wouldn't bet on that either. Last time I tested it, about 6 months ago, it was working perfectly. And the rewrites predate that.)
(And please don't say the smiley UI is the same as in SMF... It couldn't be further from the truth, ah ah :p)
6040
Features / Re: Likes
« on March 16th, 2012, 11:51 PM »
Lol.

Well, don't scare people away Pete, everyone's entitled to being drunk from time to time ;)
6041
Features / Re: Brave new world
« on March 16th, 2012, 11:49 PM »
Quote from Arantor on March 16th, 2012, 11:14 PM
Let's say I go to the last page of a topic (so the link has a # in it). If on my first-gen iPad, I go back up to the top of the page, tap the Home page, the menu opens - but I'm then pushed back down the page to where I was earlier. When I scroll back up I see the menu is now open, however.
Okay, that's very odd, what you're describing...
Has it ever happened to you on demo sites or local installs..?
Quote
I'll investigate the draft one. Is it only on mobile or does it apply to you on desktop too?
It's only happening on my iPod.
(Here's me feeling that maybe Apple has something against us today... :lol:)
That, and the fact that I can't type in anything until I go out of the textarea and back in again: I think the two problems are related...
Quote
Newest PM first is set for the individual user in PM > Preferences, globally in Admin > Members > Member Options > Preferences along with where all such settings used to be ;)
Don't expect me to know by heart your admin menu shuffles :P

If anything, I easily got lost in the admin menu because many of the settings I had on my SMF version were not ported into the Wedge version... So I had to search for menu items...
Quote
Quote
The IP resolves to a domain at googlebot.com, which seems to belong to google.com... So it's a false positive isn't it..?
Yes, it looks like one. I'll investigate, but I'm guessing it's related to the IPv6 stuff - bearing in mind I'd not properly tested our BB implementation on a real site before.
Do you want the full row in the table?

Well, not tonight because I'm going to bed. I guess if Google was unable to visit the site for 12 hours, it won't mind that I'm not tackling this until tomorrow.
Quote
Oh, we'd discussed it but never actually implemented it. I did at least make sure backups won't be screwed up by FileZilla being cavalier, which is something.
Yep, it's certainly a positive thing eh.
Quote
There's multiple ways we can tackle that but I'd almost rather implement it into AeMe instead.
Perhaps if Dragooon will come back to help developing it... I did some great things with AeMe, but it was never as fun as back when it was called SMG and had Dragooon as a co-author...

Anyway. Bed time. I'm sure I'll be sleeping tight tonight, which would be a *welcome* change from this hectic, chaotic week.
Posted: March 16th, 2012, 11:46 PM

Oh, I nearly forgot...
The SplitTopics feature is half-broken. Namely, the Ajax returns an error message and Wedge doesn't even recognize it as an error. Thankfully I was able to analyze the contents of XMLDoc and see that it was complaining about template_page_index not being declared. I thought about it and, holy cow, of course it wouldn't work -- in XML mode, the index template is never loaded, is it..? I think it's the only area that does Ajax and loads that function at the same time but I'm not sure. I've added a loadTemplate('index') before the call, and it still doesn't work. (Basically, the page doesn't change -- but if you refresh the page, it will work. Very funny.)

Can you look into that as well, if you're bored tonight? :P

And what do you think of the Like icons, you didn't say?

Hoped you had a not-too-horrible day, btw!
6042
Plugins / Re: Aeva Sub/sub albums
« on March 16th, 2012, 11:34 PM »
I don't expect him to read my reply either, but it's just a line and I'm on my desktop, it's not like it's cost me more than 20 seconds of my time ;)
6043
Off-topic / Re: Well Done guys
« on March 16th, 2012, 11:30 PM »
Quote from die2mrw007 on March 16th, 2012, 10:50 PM
OMG, I fell in love with wedge :wub:
Share the love! Post everywhere!
Okay, it will be kinda lackluster until we actually release our package so that everyone can use it on their site, but it's still good to encourage people to Like us on our Facebook page, things like that. :)
Quote
The ajax style layout, default theme, Save draft feature, and lots more to the list !!!
Wedge doesn't have much added Ajax (compared to SMF which is already good in that area), but it does have plenty of animations, which kind of gives an Ajax feeling, I suppose that's what you mean ;)
Quote
Dont know if this is a bug...just thought to let you guys know about it...when I click on the "upload a media file" button, it just pops out a new window which loads wedge.org homepage.
Technically, easy fix: as mentioned elsewhere, I disabled the Media Gallery until I find some time to import the existing albums. So, the only bug is that the button is still there, when it should obviously be disabled ;)
Posted: March 16th, 2012, 11:27 PM

That's it, fixed ;)
Two lines of code.
6044
Plugins / Re: Aeva Sub/sub albums
« on March 16th, 2012, 11:21 PM »
And we're officially not providing any supports for any of our SMF mods anyway :P
6045
Features / Re: Brave new world
« on March 16th, 2012, 11:02 PM »
What kind of PC do you use? Core i7 or 486 DX 33?
Please try with other browsers to see if it's on your side or your browser's.