-
Author
-
June 10, 2018 at 23:47 #200494ChristelijkPodiumParticipant
On the forums page: https://www.christelijk-podium.nl/forums/
When you click on Business Forum, you are being notified that you should upgrade your profile.
When you click on ChristelijkPodium Live, you are redirected to the PMPro Registration Page.
How can I make clicking on Business Forum to also go to the PMPro Registration Page?
June 11, 2018 at 14:05 #200516LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 12, 2018 at 15:38 #200614RaduModeratorHi,
Maybe using this plugin : https://wordpress.org/plugins/pmpro-bbpress/
You will be able to set a required membership level for every forum in place.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2018 at 22:20 #200679ChristelijkPodiumParticipantHi Radu,
I am already using that plugin and I have assigned the forums to the specific Member Types.
It seems to me as if the Business Forum doesn’t go to the PMPro Registration Page, because it’s Forum Type is Category. Perhaps the Christelijk Podium Live Forum does go to the PMPro Registration Page, because it’s Forum Type is Forum?
How can we make this work for the Business Forum as well?
June 13, 2018 at 18:36 #200732RaduModeratorHi,
Check if that still happens default wp theme, if yes it may be related to the bbpress itself. having that plugin and the restrict should be sufficient.
As a workaround try this code
COPY CODEfunction sq7r_force_redirect_forum_123() { if (strpos($_SERVER['REQUEST_URI'], "/forum/business-forum/") !== false) { header('Location: http://christelijk-podium.nl/register/'); } } add_action('wp_enqueue_scripts', 'sq7r_force_redirect_forum_123',999);
The function will have to be added in wp-content/themes/kleo-child/functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 16, 2018 at 22:23 #200992ChristelijkPodiumParticipantI haven’t tried your code yet, but it has nothing to do with the Forum Type being Category or Forum, because I changed ChristelijkPodium Live from Forum to Category, but it still pointed towards the PMPro Registration Page.
June 16, 2018 at 22:24 #200993ChristelijkPodiumParticipantBefore implementing your code, I have contacted BBPress Support to see if they might have a solution.
June 18, 2018 at 19:34 #201175RaduModeratorHi,
The codes should work not sure why so special with that topic to not work, let me know what bbpress team says.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.