amajorov
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: G-Lock Double Opt-in Manager] manual import of email addresses…I’ve spent the last couple of hours looking for a way to import a mailing list into G-Lock with zero results. Is there a way to do this because I’m getting pretty tired of horsing around looking for a hack for what ought to be a basic function. I’d even settle for manually adding some e-mail addresses but as near as I can tell that’s also impossible in G-Lock.
Forum: Fixing WordPress
In reply to: Error saving media attachmentI found I didn’t have a wp-content/uploads folder so I created one and set up permissions and ownership. Looks like I’m good now.
If you’re a Linux noob what I did was navigate to the wp-content directory and created the /uploads directory with:
sudo mkdir uploads
sudo chown root:www-data uploads
sudo chmod 755 uploadsSo that’s a make-directory, a change ownership and change of access mode, i.e. read, write, execute, etc.
The “sudo” stuff is because I’m running Ubuntu which discourages the use of supervisor mode.
Forum: Fixing WordPress
In reply to: Link dialog not appearingSorry to bother. Found a work-around:
http://wordpress.org/support/topic/285353?replies=4I don’t get a pop-up dialog. I get an addition to the “edit” page at the bottom of the page which disappears after I do the Insert. Not really right but workable.
Forum: Fixing WordPress
In reply to: Link dialog not appearingenabled Firebug, tried to insert a link. Got the following in the console
tinyMCEPopup is not defined
var themeBaseURL = tinyMCEPopup.editor.baseURI.toAbsolute('themes/' + tinyMCEPopup.getParam("theme"));and
tinyMCEPopup is not defined
1tinyMCEPopup.requireLangPack();