Alvaro
Forum Replies Created
-
Forum: Networking WordPress
In reply to: enable a theme for only main site and not available for sub siteHello Ipstenu
thanks a lot.its working like a charmForum: Networking WordPress
In reply to: creating new blog using phpAny Help???
thanks wickedpenguin
I think the last option will be best..i.e removing the dashboard from function.phpForum: Networking WordPress
In reply to: Need plugin/widget to show summary of last 5 postshello
check this widget plugin.
i think this is the one you are looking for
http://wordpress.org/extend/plugins/yd-recent-posts-widget/Forum: Networking WordPress
In reply to: One user – one blogthanks you Ipstenu for your valuable help.
atlast what I have done is.
i have installed a older version of wordpress (version 3.0.1) and have installed only the plugin and its working fine,but in the latest version its still not working.
once again thanks a lot.I would like to request MAzZY to close this post as resolved and credit goes to Ipstenu
Forum: Networking WordPress
In reply to: One user – one bloghello MAzZY
can you tell me the option you have changed /set for registration
can you tell me whether the multisite option is enabled for subfolder or subdomain.
I am using for subfolderForum: Networking WordPress
In reply to: One user – one blogi have removed all plugin in a new setup and still its not working
Forum: Networking WordPress
In reply to: One user – one blogI am trying to create auto setup for subsite ..if you need I can give you the access of admin panel
i am using these plugins-cets_blog_defaults
Dashboard Widgets Network Removal
Exclude Plugins
Menus
Remove Email Verification
User Activation KeysForum: Networking WordPress
In reply to: One user – one blogHello
i have set the number of blog as 1.in registration option its
Both sites and user accounts can be registered.I am sorry i am working on localhost also and by mistake given you localhost link.
the correct link is
http://www.clientsprojects.info/microsite/I am in the admin panel of the site at the moment.
Forum: Networking WordPress
In reply to: One user – one bloghello Ipstenu
I have done exactly what you have asked me to but I am still facing the issue.you can check it yourself the link is
http://www.clientsprojects.info/multisiteNOTE:
I have also seen one development i dont no its normal or not,when a user register in my network,he becomes a member of my parents site automatically I dont no how
thanks for taking time in helping meForum: Networking WordPress
In reply to: automated creation of siteAny Help?
Forum: Networking WordPress
In reply to: One user – one blogHello MAzZY
for me also this plugin does not work.
for last 2 week I am trying but its not working i have also posted in plugin forum but no reply so far.
I have checked on the steps many times and have followed the steps carefully still it does not worksForum: Networking WordPress
In reply to: restrict the creation of site to 1 for userthanks Andrea_r
i have placed the php file in mu-plugin folder adn still no result..thanks for taking time to help me,i am contacting the authorForum: Networking WordPress
In reply to: automated creation of sitethanks Andrea_r
let me explain you what I am trying to achieve.i have a registration form in php where i am taking user information and saving them in a database and then i am creating a user in wordpress multisite.
till this point its working fine (the code is given below)define('WP_USE_THEMES', false); require_once (dirname (dirname (__FILE__)) . '/microsite/wp-blog-header.php'); require_once (dirname (dirname (__FILE__)) . '/microsite/wp-includes/registration.php'); $username=$post['user_name']; $password=$post['password']; $email=$post['email']; $user_id = wp_create_user($user_name, $password, $email) ;What I am trying to do?
I havnt done the username validation here because when I am entering the data in my php database i am doing the validation for duplicate username and email.
Now what I am trying to do is,similar to user creation i want to create the site for the user.what I have achieved so far
with the code which I have given below, i am able to create a site with the username as site domain and can open the frontend of the side but when I log in to the admin panel it does not show the site under MYSITE in dashboard.here it only shows the parents site.
Am I doing something wrong?global $wpdb, $errors, $domain; $path="/microsite/".$username."/"; $blogname=$username; $blog_title=$post['blogtitle']; $blog_public=1; $public = (int) $blog_public; $meta = apply_filters( 'signup_create_blog_meta', array( 'lang_id' => 1, 'public' => $public ) ); // deprecated $meta = apply_filters( 'add_signup_meta', $meta ); wpmu_create_blog( $domain, $path, $blog_title, $user_id, $meta, $current_site->id );As per my thinking i am doing something wrong in this line
wpmu_create_blog( $domain, $path, $blog_title, $user_id, $meta, $current_site->id );that too in this variable.
$current_site->idhope i am not bothering you much..
thanks for helping me…Forum: Networking WordPress
In reply to: restrict the creation of site to 1 for userhello
i am sorry to bother you so much.but i have followed all the steps given in read me file still the creation of site is not blocked.i have set the maximum number of site as 1 but still user are able to create site,
if you need I can give you the admin username and password.
the link of the site is
http://www.clientsprojects.info/microsite