The remote tag has no wiki summary.
-1
votes
0answers
20 views
Remote user/site registration in wordpress mu
Here is my requirement.
I have 2 sites. www.mysite1.com (developed in cakephp) and www.site2.com (in wordpress mu).
What i want to do is, when a user registers on mysite1.com, he should ...
0
votes
0answers
66 views
How can I add remote content like MP3 URLs to the media library?
Currently am storing the URLs in post custom fields but would it be better to move the custom field links to media library so that it would be easier to assign to certain users.
What am trying to do ...
0
votes
0answers
15 views
grab and save ,remote file to wordpress attachement
i've tried to edit Grab and Save plugin : http://wordpress.org/extend/plugins/save-grab/ it works only for image grabbing only, i want it to grab other files like abr rar zip etc... when i edit this ...
-1
votes
2answers
122 views
Remote Image (from URL) as Media Library element
I have slow upload on my wordpress server and I want to export two very big image to external server. So I need Media Library Image to use in other component. I cant edit URL of Image. Is any plugin ...
0
votes
1answer
175 views
Wordpress Security - How to block alternative Wordpress access
I own a self-hosted Wordpress 3.5 blog. I'm working on its security and I'm trying to prevent non-writers from accessing anything admin-ish they shouldn't.
Recently I tried Better Wordpress Security, ...
1
vote
1answer
104 views
Maintain user profile data in a non-Wordpress database
I have an existing MySQL database (not Wordpress) containing user profile information. I am looking for a way to allow these users to log in to a Wordpress site and edit their profile.
It is most ...
0
votes
4answers
2k views
Publishing Remotely To Wordpress?
Hey i know that there are options to post to a wordpress blog remotely by email or by another source.
My blog is self hosted.
What other ways is there to publish besides via email.
2
votes
3answers
1k views
WordPress plugin to publish to multiple remote WordPress blogs
I have a WordPress (.org) blog (let's call it blog1) that is used by many authors, who may create, edit and publish posts (on blog1).
Each author has her/his own WordPress blogs, hosted elsewhere. ...
0
votes
1answer
720 views
How to Automatically import external images to Upload
Hi to all I would like to have a simple plugin, hook, anything that Automatically caches external images.
Simple explanation:
Actually I'm using this plugin: ...
2
votes
2answers
490 views
wp_remote_post with ssl:// protocol
$response = wp_remote_post( 'ssl://securesite.com', array(
'method' => 'POST',
'body' => $string, // variable is set
'timeout' => apply_filters( ...
3
votes
1answer
1k views
How to define a remote uploads directory?
Using the constant overrides in wp-config I'm able to define a remote FTP server that plugins will be added to when installed using the WP interface.
define('FS_METHOD', 'ftpext');
define('FTP_BASE', ...
1
vote
1answer
82 views
Posting via HTTP requests?
Is there any way to do auto blogging on WordPress? What I want to do is to submit a new blogging entry through a HTTP request rather than through the WordPress UI. I know that I can do it using email, ...
1
vote
1answer
573 views
'Remote Login' with MultiSite Domain Mapping still forcing users to login to all blogs individually?
I'm having trouble with the 'Remote Login' option of MultiSite domain mapping. I have a local dev install which allows me to swap between network blogs without needing to login to each blog ...
0
votes
2answers
533 views
What would be the advantages/disadvantages of remote plugin installation?
Most of us are used to installing plugins directly from the WordPress.org plugin repository. This is the "official" list of available add-ins, and everything hosted there is guaranteed to be GPL.
...
