cristianderiquer
Forum Replies Created
-
Hi, i had the same problem, check this i solved the 404 erros in the Pagination: https://www.youtube.com/watch?v=ASGBtdKdA9o
Thanks a lot for the reply.!! I’ll do it.
Yeah, Brutal. Thanks a lot. ??
Forum: Plugins
In reply to: [Simple Membership] Activity logOk ?? Thanks for the replay and happy holydays!!!
Forum: Plugins
In reply to: [10WebPlayer] Sorting VideosHey Solved !!! it was some cache problem in my youtube channel, now it work.
ThanksForum: Plugins
In reply to: [Simple Membership] Force home to be the redirected page after login tooOk, ?? no Problem, Thanks a lot for the replies. A great plugin. ??
Cheers
CrisForum: Plugins
In reply to: [Simple Membership] Force home to be the redirected page after login tooYes, thanks ??
Forum: Plugins
In reply to: [Simple Membership] Force home to be the redirected page after login tooCool, i wait for a professional answer ??
Thanks a lot ??
Meanwhile i modded your loggedin.php and changed it for this:<?php
$auth = SwpmAuth::get_instance();
$level_id = $auth->get(‘membership_level’);
$key = ‘swpm_alr_after_login_page_field’;
$after_login_page_url = SwpmMembershipLevelCustom::get_value_by_key($level_id, $key);
if (empty(!$after_login_page_url)) {
echo ‘<script type=”text/javascript”>
window.location = “‘.$after_login_page_url.'”
</script>’;
} else {
?>
<div class=”swpm-login-widget-logged”>
<div class=”swpm-logged-username”>
<div class=”swpm-logged-username-label swpm-logged-label”>No tiene página asignada, póngase en contacto con el administrador, <br> Muchas gracias.</div>
</div>
<br><br>
<div class=”swpm-logged-logout-link”>
<?php echo SwpmUtils::_(‘Logout’) ?>
</div>
</div>
<?php } ?>Everything is working but i had to remove from the functions.php the lines to Protect the whole site. https://simple-membership-plugin.com/auto-redirect-non-logged-in-users-protect-whole-site/
If i have active the i get too many redirections error ??
Cheers and thanks
Forum: Plugins
In reply to: [Simple Membership] Force home to be the redirected page after login tooHi, first thanks for the fast replay ??
Yes you are correct.
The idea is:
I need to do a intranet for a company with 12 workers.
I’ll create the 12 users with their passwords, redirections to their 12 exclusive landing pages and mail to the workers with the Intranet home’s url. To do this i’ve created 12 different Roles with a plugin with 12 different redirections.
I have removed the option to create new users.
Inside the intranet, there’s nothing public, no other pages than the 12 exclusive landing pages, no blog, etc… and the home is the Login page.
I force all the users to login. (All site protected)
Then i need 12 different and exclusive landing pages for each worker(role) with videos, images, pdf, etc… that i redirect when they login.
Each worker can only see his landing page and the recovery password page.Imagine, for example, that i’m one of the workers. I open my email and click on the intranet URL. I enter the user, pass and i’m redirected to my exclusive landing page.
Then by mistake i close the browser window.
If i return to click over the Url inside the email or i write the home’s URL then i see the logged-in page with the account info. ??Is it possible to do a redirection to my landing page if you are already loggedin and go to the home(membership-login.php) ?
Thanks again.
Sorry for the long explanation, but I do not know if I explain myself really well in English.Forum: Plugins
In reply to: [Simple Membership] Access control usersHi thanks for the fast reply, but is not what i’m looking for ??
The thing i did was create the users with normal wordpress then use your Simple Membership WP User Import and then with the plugin Activity log i can control the access.
The thing is that i introduce the users in my intranet. It is not allowed to public registration. Then i can do like this.Thanks a lot ??