andysim
Forum Replies Created
-
I’m having the same issue, started around the same time as the 3.04 fix came out. I can delete the redirect, but do we know what’s causing this, and if so, what’s the fix/workaround?
I had a similar thing happen a few months ago on pages, not posts, but that seemed to fix itself.
Forum: Plugins
In reply to: [Plugin: Facebook Comments for WordPress] Doesn’t work for meI was having the same problem, but if i left the browser window for a few minutes, it would eventually load.
Think it might be down to facebook being slow, or other scripts on the page taking a while to finish loading (flash ads for example)
A slightly off topic question I’ve got tho is this – If i’m switching to this from the default comments, I’m going to have both comment boxes on the page, but if i remove the wordpress comments from my theme, i’ll lose all existing comments – is there a way to merge/migrate the two?
Forum: Plugins
In reply to: Plugin: Advertising Manager – Database Tableswhy is it you always figure it out after you post on forums for help!
If any one is interested – the ads are added into the wp_options (or wp_X_options if you’re using MU)
to import them over, I exported the wp_options table from the blog with the ads already set up and opened it in a text editor. I then looked for the line that contained plugin_advman and copied this line of code to the clipboard.
Switch to the new blog’s phpmyadmin and look for the same line in the wp_options table and make a note of the value in the ‘option id’ field, then drop this entry
in phpmyadmin on the blog i wanted to copy them to, i went back to the wp_options table and hit the sql tab. I pasted in the code from the export and changed the option id to the same as the one i’d just dropped from the table and hit go.. few seconds later all done and my ads are showing up on the 2nd blog
hope that makes sense..
andy
The