Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jbowshaw

    (@jbowshaw)

    Nevermind, I figured it out. Need to use the Featured Image on a post.

    Thread Starter jbowshaw

    (@jbowshaw)

    i got it to work.

    Put the rewrite conditions above the wordpress code like this.

    RewriteEngine On
    RewriteCond %{HTTP_REFERER} sogou\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} concrete\.twohundredpornfucksn\.net [NC,OR]
    RewriteCond %{HTTP_REFERER} yandex\.ru [NC,OR]
    RewriteCond %{HTTP_REFERER} pic\.sogou\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} twohundredpornfucksn\.net [NC]
    RewriteRule .* – [L,F]

    # NOTE make sure last rewrite cond above has [NC] ONLY and not [NC,OR]

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    Thread Starter jbowshaw

    (@jbowshaw)

    SOLVED.

    Just downloaded tinymce. Put in a subdirectory off of my plugin.
    Copied in the javascript code and bingo bango I have a wysiwyg
    text editor. much better than the wordpress one.

    I do believe wordpress should have a standard function call
    to bring in its html editor.

    of course what do i know.

    Thread Starter jbowshaw

    (@jbowshaw)

    This must be something really difficult to do.

    I found the_editor() works sort. The javascript doesn’t work
    to toggle in and out of html mode. Nor do the buttons to add media
    files.

    Does anyone have a solution or am I falling on deaf ears?

    Thread Starter jbowshaw

    (@jbowshaw)

    Anyone have a answer to this question?

    using wordpress wysiwyg html editor on plugin page
    instead of using a textarea form field?

    J

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