TinyMCE – Revisited

It seems to be a big mess trying to maintain a separate codebase to get around the limits of the_editor. Has anyone seen someone specifically using the_editor (or a clone, showing the media bar at top left, the html / visual tabs at top right, and editor below with custom TinyMCE buttons added by other …

Read more

Revised Code Formatting Rules for 2.0+

After discussion with @logikal16, here are the new rules we’ll be enforcing on the Pods codebase. Shorthand Shorthand can get messy, so it’s permitted in simple cases. Here are the examples where Shorthand usage is permitted. if (0 < $variable || false !== $variable)     $do = ‘something’; else     $do = ‘something’; and $do = (0 …

Read more