বৰ্ণনা
Adds some Multisite-specific functions to WordPress XML-RPC interface (http://yourdomain.com/xmlrpc.php).
This plugin is required for the correct work of a Drupal module named Drupal to WP.
Functions availables
- drupal.newBlog – Create a new blog
- drupal.getUsers – Get all users of your installation
- drupal.getUsersBlogs – Get blogs of a user
- drupal.getBlogId – Get a blog ID
- drupal.getCategories – Get a list of categories on a given blog
- drupal.newUser – Create a new user
- drupal.deleteUser – Delete a user
Functions return error code 700 or 403 if there are problems with authetication and error code 500 if there are other problem.
ইনষ্টলেশ্যন
- Upload
drupaltowp_xmlrpcfolder to thewp-content/pluginsdirectory in your WordPress multisite installation. - Activate the plugin in your Administration Panel.
- Check ‘Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols’ through ‘Writing’ menu and click ‘Save Changes’.
Requeriments
- Its neccesary to activate mcrypt support in PHP.
সঘনাই উত্থাপিত প্ৰশ্ন
If you have any further questions, please submit them.
- Get XML-RPC error `Combination of username/password incorrect`
-
Check username and password are correct.
Password must be encrypted before calling one of this xml-rpc functions so follow this steps:
1. Open filedrupaltowp_xmlrpc.phpand copy the functiondrupaltowp_encrypt_passwordto your code.
2. Define a key for encrypting your passwords. Max 20 characters.
3. Edit filedrupaltowp_xmlrpc.phpand put your key value in line 32:define( 'DRUPALTOWP_KEY', 'your-key-value' );
পৰ্য্যালোচনা
এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“Drupal to WP XML-RPC” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলআপোনাৰ ভাষাত “Drupal to WP XML-RPC” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।