Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: Members only sections

    @casperse Private Post works on 2.6.1 but it dupplicate the posts in the management list.

    Forum: Fixing WordPress
    In reply to: Creating new page

    About creating new page: I cannot find the “publish” and “save” buttons. Instead i can see this->

    //<!-- edCanvas = document.getElementById('content'); // If tinyMCE is defined. if ( typeof tinyMCE != 'undefined' ) { // This code is meant to allow tabbing from Title to Post (TinyMCE). if ( tinyMCE.isMSIE ) { document.getElementById('title').onkeydown = function (e) { e = e ? e : window.event; if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) { var i = tinyMCE.getInstanceById('content'); if(typeof i == 'undefined') return true; tinyMCE.execCommand("mceStartTyping"); this.blur(); i.contentWindow.focus(); e.returnValue = false; return false; } } } else { document.getElementById('title').onkeypress = function (e) { e = e ? e : window.event; if (e.keyCode == 9 && !e.shiftKey && !e.controlKey && !e.altKey) { var i = tinyMCE.getInstanceById('

    what does this mean?

Viewing 2 replies - 1 through 2 (of 2 total)