You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

These forums... Created Dec 16, 2008

This thread is solved

Views: 4932     Replies: 3     Last reply Dec 18, 2008  
You must login first before you can use this feature

Liam Gooding
Custom swf skins, custom swf plugins, custom JS plugins, video CMS - http://goodingsmedia.com

Posts: 352

Registered:
Dec 16, 2008

These forums...

Posted: Dec 16, 2008

Is there any chance of sorting the thread listings based on latest reply, rather than latest thread creation? :P

I know it's a minor gripe but it would be consistent with all other forums, and a lot easier to follow discussions :)

Thanks

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» These forums...

Posted: Dec 16, 2008

Reply to: These forums..., from LiamGooding
Your (and others) wishes are now fullfilled.

Thank you for this! It was an important change.

Liam Gooding
Custom swf skins, custom swf plugins, custom JS plugins, video CMS - http://goodingsmedia.com

Posts: 352

Registered:
Dec 16, 2008

» » These forums...

Posted: Dec 16, 2008

Reply to: » These forums..., from tipiirai
awesome :)

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

Forum updates

Posted: Dec 18, 2008

Reply to: These forums..., from LiamGooding
I made quite lot of updates and bug fixes to the formatting of these forum posts. Here is a quick summary

  • links inside code- tag are not auto generated
  • links are not automatically converted to lowercase
  • a link on the beginning of the page was not working
  • single line codes <code> // here </code> work
  • new supported tag samp
  • unsupported tags outside a code block are rendered too but without syntax highlight
  • a $variable inside href- attribute made a whole thread crash

Here are two quick tests:

<h3>H3 tags are not supported so they are rendered</h3>


$f("player", "http://flowplayer.org/swf/flowplayer.swf", {
  // previously that absolute path was converted to link, not anymore
});