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
406
Bug reports / Re: Users can't order subscriptions
« on February 2nd, 2015, 11:48 PM »
You could create a new subscription, and move users to it.. Or something?

I'm sure this was done for a reason.
407
Archived fixes / Re: Incompatible with newer PHP Versions
« on February 2nd, 2015, 11:47 PM »
I'm afraid I'm not seeing any problems with PHP 5.5, in fact my local install is using it...

However, I can't seem to be able to enable more plugins on said local install, but I already have a dozen enabled, so the problem seems to be with the enabling process. (Disabling a plugin works fine.)

Not getting errors in my log, so I'll have to trace through the code... Not cool. Can anyone help...? :P
408
Archived fixes / Re: Topic merging not working anymore
« on February 2nd, 2015, 12:14 AM »
409
Test board / Merger 2
« on February 2nd, 2015, 12:13 AM »
410
Test board / Merger 1
« on February 2nd, 2015, 12:13 AM »
Test
411
Archived fixes / Re: Impossibility to edit user signatures
« on February 2nd, 2015, 12:00 AM »
Or try replacing line 2804 in Profile.template.php with:

Code: [Select]
if (maxLength > 0 && currentSignature.replace(/\r/g, "").length > maxLength)
412
Archived fixes / Re: Impossibility to edit user signatures
« on February 1st, 2015, 11:59 PM »
Oh... If maxLength is set to 0, then it might do what it's doing. Try setting the admin > members > member options > signatures > maximum length setting to 5000, instead of 0. I bet it'll fix the problem...! It's probably a bug, I'll have to check.
413
Archived fixes / Re: Impossibility to edit user signatures
« on February 1st, 2015, 11:53 PM »
Does this happen for all users, on all browsers..? Does the Javascript console show any errors? Would disabling Javascript entirely help? (I guess so... :P)
414
Archived fixes / Re: Videos not working
« on February 1st, 2015, 11:44 PM »
I'm nearly done with the player rewrite...
- Spectrum analyzer is implemented; I ended up reusing a sample I found online, and improving it here and there. I still need to properly style it so that it 'looks' like the old one.
- Volume changes are now recorded for your next page load. This is also my first use of local storage instead of cookies. Me likes, because this doesn't take any bandwidth. Heck, I should probably make sure all cookies that aren't used server-side should be in local storage instead...
415
Archived fixes / Re: Videos not working
« on January 31st, 2015, 11:36 AM »
I've reset most of the embed code so it should be working fine again; I'm mostly working on the <audio> tag now: my goal is to retain the capability of my Flash plugin for JW Player (this is the only time in my life I ever dabbled into ActionScript and Flash compilation, BTW) that allowed me to show a spectrum analyzer for audio files. I'm doing this with the Web Audio API, which is now stable.
416
Archived fixes / Re: Videos not working
« on January 30th, 2015, 04:36 PM »
YouTube uses iframes for embedding (unless you're using a very old version of Aeva), so the process is invisible to you.

I'm only saying, the embed code *on wedge.org* is broken, but it's not broken in Wedge itself. Don't worry ;)
417
Archived fixes / Re: Topic merging not working anymore
« on January 30th, 2015, 04:25 PM »
So is it working now, KiaN..?
418
Archived fixes / Re: Topic merging not working anymore
« on January 27th, 2015, 12:12 AM »
From what I can see, the whole topic merging feature was broken in late 2010, and no one ever noticed that.. Maybe because it was only broken if Pretty URLs were enabled...
419
Archived fixes / Re: Videos not working
« on January 27th, 2015, 12:10 AM »
Please note that I've been using wedge.org these days for testing local changes to the video player system. The embedder is also impacted by this, and will currently fail to embed any Flash videos. Don't worry, hey, not going to commit that... :P
420
Features / Re: New revs
« on January 26th, 2015, 01:48 PM »
[Commit revision 8681fee]
Author: Nao
Date: Fri, 23 Jan 2015 10:12:11 +0100
Stats: 1 file changed; +3 (insertions), -0 (deletion)

  • Minor tweak in Wine (for media gallery). (Wine/extra.css)

[Commit revision fb25a63]
Author: Nao
Date: Sat, 24 Jan 2015 12:21:01 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Saving a CPU cycle... Don't mind me. (Subs-Cache.php)

[Commit revision 7681f71]
Author: Nao
Date: Sun, 25 Jan 2015 17:14:24 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)

  • Commenazi. I'm not even sure it's better English... (install/install.php)

[Commit revision 543742a]
Author: Nao
Date: Sun, 25 Jan 2015 17:20:31 +0100
Stats: 1 file changed; +2 (insertions), -2 (deletions)

  • Attempting to fix the link to the installer deletion process. Dunno if it'll work, honestly... But I'm hoping so? (Install.english.php)

[Commit revision 4be39a9]
Author: Nao
Date: Mon, 26 Jan 2015 13:48:14 +0100
Stats: 1 file changed; +16 (insertions), -16 (deletions)

  • Topic merging didn't work... Thanks, Kian! (Merge.php)