ynt
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How to move a post from one blog to another within a network?Ok, thanks.
Forum: Networking WordPress
In reply to: How to move a post from one blog to another within a network?Hello, Andrea!
I installed WP at site.com and wrote posts to site.com/blog. Recently I enabled miltisite feature and created new blog site.com/notes. My interest is about moving posts between site.com/blog and site.com/notes. In other words, between blog id_1 and blog id_2.
Forum: Networking WordPress
In reply to: How to remove /blog?Want to add that I have to run ′Update Network′ to completely apply url structure’s change
Forum: Fixing WordPress
In reply to: [Plugin: NextGen Gallery] NextGen 0.96 breaks HTML-editorThanks, Alexrabe, it really was about deleting ‘…wp-content/uploads/js_cache’, but before it I had to execute this:
Edit the following file: yoursite/wp-includes/js/tinymce/tiny_mce_config.php
First, comment out (by instering // before the code) while ( @ob_end_clean() ); at around line 13. It is immediately preceded by // Discard any buffers
Then, search for “compress” until you find ‘compress’ => true and change the “true” to “false.
It turns out, that in my situation there were no problems with the respectable NextGen. It was just a coincidence…