gcarlos8377
Forum Replies Created
-
Hi @david Sader
I created a new page template and I added the file to my theme folder.
Now the code gives me a URL and when you click the URL it redirect you to main site dashboard for some reason. Probably is because of the Membership plugin I use. When they sign up the plugin creates a user on main site as a subscriber now I give the users the option to create a new blog on the Network using the wp-signup.php page
Thanks anyways for your contribution.
Regards
Forum: Plugins
In reply to: [Primary Redirect] redirect to BLOGURLHello @mustafa Uysal
Is there a way I can create a link on the main site somewhere and when user click on that URL they get redirected to their primary blog’s dashboard?
Regards
Thanks for your help @david Sader
@ladypop2012 Can you let me know where I can use this code at
<?php
if(is_user_logged_in()) {
$user = get_current_user_id();
$url = get_dashboard_url($user);
echo ‘My Dashboard’;
}
?>I trully appreciate your help thanks in advance
@david Sader
Hi I just want to know where should I place that code at
<?php
if(is_user_logged_in()) {
$user = get_current_user_id();
$url = get_dashboard_url($user);
echo ‘My Dashboard‘;
}
?>Regards
Forum: Plugins
In reply to: [Advanced iFrame] When page loads the right content of the iframe get's cutHi thanks for the quick response.
Have you only set the conents styles? Not the content id as well?
No. Im using the #main“Include content directly” -> are you on the same domain?
No actually the content is from an external URL.Please give me a feedback on how to fix this issue. If I need to purchase the premium version to fix it let me know.
Thanks in advance
Forum: Networking WordPress
In reply to: Site and user not being createdI just tested it again deactivating every plugin network activated and found out that my Membership Plugin (Magic Member) is the one creating the problem. The plugin uses Buddypress registration page to register members as suscribers in my main website.
Thanks for the valuable support
Forum: Networking WordPress
In reply to: Site and user not being createdI still have a issue here> The email is being sent and when the user clicks it the user is activated as a subscriber in my main website and its not creating the site within the multisite.
Thanks for the support
Forum: Networking WordPress
In reply to: Site and user not being created@david Sader
Thanks for the quick support. I want to ask you when I click the buttons Delete stale active signup keys older than 30 days and Delete stale inactive signup keys older than 30 days is not deleting the users. When I do it manually it does. Do I need to do it manually? Or something is happening?
Thanks