Forum Replies Created
-
Author
-
axcelluloidParticipant
Hi,
I was checking my plugins but there is not such – so do I ahve to add this snippet anywhere?
/**
* Do not redirect users on non bp pages.
*
* @param bool $skip should we skip or redirect.
*
* @return bool
*/
function buddydev_skip_redirect_on_non_bp_pages( $skip ) {if ( ! is_buddypress() ) {
$skip = true;
}return $skip;
}add_filter( ‘bp_force_profile_photo_skip’, ‘buddydev_skip_redirect_on_non_bp_pages’ );
axcelluloidParticipantYou are completely right – but I really have no clue what plugin it could be – buddypress should not be the one
axcelluloidParticipantHello again,
first of all thank you for your help. I tried to sign up a new member but unfortunately I still got no message that the registration has took place. Is there a way to show this? A popup or a separate page where you can tell the fellow that the registration has to be approved or what the next steps are?
Thank you very much for your feedback,
AxlJanuary 25, 2018 at 19:03 in reply to: How to hide main menu on a landing page (before registration) #186860axcelluloidParticipantThis reply has been set as private.January 25, 2018 at 11:29 in reply to: How to hide main menu on a landing page (before registration) #186815axcelluloidParticipantfound the problem 🙂
January 25, 2018 at 10:59 in reply to: How to hide main menu on a landing page (before registration) #186810axcelluloidParticipantThank you for your support,
as I can see the menu is seen on the landing page but noone is able to go to this sites – which is good now.Do you have any clue why the Logo is not shown up anymore?
Attachments:
You must be logged in to view attached files.January 24, 2018 at 13:34 in reply to: How to hide main menu on a landing page (before registration) #186719axcelluloidParticipantNor the logo is showing up . . . its getting worse than better every time ….:( 🙁 🙁
January 24, 2018 at 13:33 in reply to: How to hide main menu on a landing page (before registration) #186718axcelluloidParticipantHello – it does not work 🙁
axcelluloidParticipantDear Laura,
thank you for the snipped – unfortunately it wont apply to the plugin I am using (BuddyPress Member Type Generator)January 23, 2018 at 08:01 in reply to: How to hide main menu on a landing page (before registration) #186616axcelluloidParticipantHello Laura,
Yes that is correct. 🙂 People has to register to be able to see the site content.
I am also looking for a solution to implement a button at the signin where the user agrees that he is 21+ -
AuthorPosts