William Bowles
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Bulk changing categoriesI’ve found a workaround, well kindof and you have to do it one page of posts at a time, so for example, I’ve imported 900+ posts all videos but the category name is different (shoulda thought of matching it before! Duh), that I want to add to Videos, so using the bulk edit option I work through the posts until all have been added to the Video Cat and then delete the imported video category.
I tried it out on another duplicate imported category of just a few posts first to see if it would work.
I’ve searched high and lo for a plugin that would enable global search/replace but it don’t exist.
When you have thousands of posts, managing them needs a powerful DB editor.
Forum: Fixing WordPress
In reply to: Link window changed/broken?PPS: I turned off tiniymce advanced and it makes no difference, except I have less menu options, but you still get the same awful interface and you still can’t click on the link button when a link is highlighted in the text. Disastrous!
Forum: Fixing WordPress
In reply to: Problems with the iframe tag and the WP editorIt actually seems to work!
Thanks
Forum: Fixing WordPress
In reply to: Table code stopped workingmakes no difference. The code stays in the post (miracle) but it’s not getting rendered.
Forum: Fixing WordPress
In reply to: WordPress Stats stopped workingok, installed jetpack and all seems ok.
B
Forum: Fixing WordPress
In reply to: WordPress Stats stopped workingEsmi:
not sure I follow your comment on jetpackForum: Fixing WordPress
In reply to: iframe code deletedThanks!
Forum: Fixing WordPress
In reply to: iframe code deletedYeah, I keep hearing this, but it’s such ass-backwards way of doing things. Surely I should be able to switch back and forth between visual and source, like I do in Dreamweaver for example or am I asking too much from the WP editor?
Re the youtube insert, ok if it’s youtube but I often post vids from other sources which is why I sometimes use a plugin or embed or object code.
And why does the Editor accept embed and object code but not iframe?
B
Forum: Fixing WordPress
In reply to: iframe code deletedBasically, what vodpod does is generate a link from whatever source I select, usually from the Bookmarklet I’ve installed in Firefox, so it pulls whatever code is in the source, whether object or iframe and posts it to the WP editor. VP doesn’t host the video, just a link to it.
If it’s iframe I either paste in the object code (if I can get it) or I sometimes use a plugin eg [youtube]xxx…[/youtube] or whatever.
What I want to know is why does WP strip out the iframe code, especially as youtube and others seem to switching to iframe?
And I’ll check the functions.php
Thanks
Bill
Forum: Fixing WordPress
In reply to: iframe code deletedHi Billerickson:
Ok, but what about for example when I use Vodpod? Vodpod sends the code automatically to my site, it’s not something I create.Re modifying functions.php: Does it matter where it gets inserted?
Bill
Forum: Fixing WordPress
In reply to: Links to all posts brokenOk, I fixed the problem, I reset the permalink back to the default setting and now all the files can be accessed once more.
But I’d still like to know how it happened.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] cache tests failingY’know the setup is extremely confusing!
I get this on the advanced page:
The rewrite rules required by this plugin have changed or are missing. Scroll down the Advanced Settings page and click the Update Mod_Rewrite Rules button.
But there IS NO button.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] cache tests failingDebug won’t work cos the mod rewrite rules don’t work, yet I’ve done everything according to the instructions. .htaccess is in the root directory, it has all the right code in it but WPC just won’t recognize it.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] cache tests failingI just checked the dot htaccess file and it seems ok but when I did a refresh:
Mod Rewrite Rules
Mod Rewrite rules cannot be updated!here’s the file (I had the wpcache code first and changed it, made no dif, it kept telling me that it was missing # BEGIN WordPress):
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress# BEGIN WPSuperCache
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
AddDefaultCharset UTF-8
RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz” [L]RewriteCond %{REQUEST_URI} !^.*[^/]$
RewriteCond %{REQUEST_URI} !^.*//.*$
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{QUERY_STRING} !.*=.*
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
RewriteRule ^(.*) “/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html” [L]
</IfModule>
# END WPSuperCacheForum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] cache tests failingDonncha:
Both pages look identical but if I’m not caching the pages?
B