-
Prabin replied to the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
#fixed .. 🙂
-
Prabin replied to the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
yeah, I found out the issue is inside buddypress/groups/single/ folder but need to find out which file is causing error. Thanx a lot anyway .. 🙂 Hope i’ll fix this ASAP.
-
Prabin replied to the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
yeah, I found out the issue is inside buddypress/groups/single folder but need to find out which file is causing error. Thanx a lot anyway .. 🙂 Hope i’ll fix this ASAP.
-
Henry Wright replied to the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Customisations are usually the problem. The only way of pinpointing the issue is trial-and-error. For example, remove all custom code you’ve added, then add in one item of functionality at a time, testing your website as you go along. You’ll then find the offending bit of code that has introduced the problem.
-
Prabin replied to the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
thanx for your reply @henrywright, I tried switching main theme and it’s working normal. On child theme, I have a customized buddyPress folder. But I have no idea what’s causing that issue.
-
Henry Wright replied to the topic Issues importing tables between sites using phpmyadmin in the forum How-to & Troubleshooting 11 years ago
Hi @prabin04
I have done, but this topic is about importing tables using phpMyAdmin so let us keep the conversation here focused on that 🙂
-
Henry Wright replied to the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Hi @prabin04
Do you get this problem with all plugins disabled and TwentyFifteen activated? I’m surprised you’re able to post on the group forum whilst not logged-in. That doesn’t sound right to me.
-
Prabin replied to the topic Issues importing tables between sites using phpmyadmin in the forum How-to & Troubleshooting 11 years ago
hi @henrywright can you solve my this issue ? it’s urgent.
Restrict Non-logged in user to post on group forums
thanx 🙂
-
Henry Wright replied to the topic Issues importing tables between sites using phpmyadmin in the forum How-to & Troubleshooting 11 years ago
Hi @marvc
Whilst I can’t offer any help myself in this instance, the actual table you’re importing is irrelevant so both the WordPress and BuddyPress support forums might not be the best place to look to get help. Instead, perhaps try a phpMyAdmin or MySQL support forum. Hopefully they’ll be more help.
-
Prabin replied to the topic How to make buddypress member profiles private for everyone in the forum How-to & Troubleshooting 11 years ago
well I know a trick to restrict member’s profile to non-logged in user ..
-
Prabin replied to the topic How to make buddypress member profiles private for everyone in the forum How-to & Troubleshooting 11 years ago
well I know a trick to restrict member’s profile to non-logged in user ..
-
Henry Wright replied to the topic How to make buddypress member profiles private for everyone in the forum How-to & Troubleshooting 11 years ago
Hi @jaykdoe
You could try this:
function my_private_profiles() {// Bail if not a profile page.
if ( ! bp_is_user_profile() )
return;// Allow admin users.
if ( current_user_can( 'manage_options' ) )
return;// Allow the profile owner.
if ( bp_loggedin_user_id() == bp_displayed_user_id() )…[Read more] -
Prabin started the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Hi everyone,
I am having an issue here. Even non-loggedin user can comment to my site in group forum page
Is there any back-end setting or tricks to resolve this issue ? It’s important that only members can post/comment on groups.
Thanx in advance 🙂
-
Prabin started the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Hi everyone,
I am having an issue here. Even non-loggedin user can comment to my site in group forum page
Is there any back-end setting or tricks to resolve this issue ? It’s important that only members can post/comment on groups.
Thanx in advance 🙂
-
Prabin started the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Hi everyone,
I am having an issue here. Even non-loggedin user can comment to my site in group forum page
.
Is there any back-end setting or tricks to resolve this issue ? It’s important that only members can post/comment on groups.Thanx in advance 🙂
-
Prabin started the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Hi everyone,
I am having an issue here. Even non-loggedin user can comment to my site in group forum page
.
Is there any back-end setting or tricks to resolve this issue ?Thanx in advance
-
Prabin started the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Hi everyone,
I am having an issue here. Even non-loggedin user can comment to my site in
group forum page
.
Is there any back-end setting or tricks to resolve this issue ?Thanx in advance
-
Prabin started the topic Restrict Non-logged in user to post on group forums in the forum How-to & Troubleshooting 11 years ago
Hi everyone,
I am having an issue here. Even non-logged in user can comment to my site in group forum page.
Is there any back-end setting or tricks to resolve this issue ?Thanx in advance
-
peterson agripina's profile was updated 11 years ago
-
Marcella's profile was updated 11 years ago
- Load More