-
neiltron posted on the forum topic All links related to groups redirect to home page upon upgrade in the group How-To and Troubleshooting: 13 years, 8 months ago
I’m having that problem right now. I can view forum threads at /forums, but when I click on a thread link it redirects to the home page. Still digging.
-
neiltron joined the group How-To and Troubleshooting 13 years, 8 months ago
-
neiltron posted an update 13 years, 8 months ago
@NipponMonkey Hey @nipponmonkey. Wondering if you saw my changes to BP-Private-Community and if you had a chance to try them out.
-
neiltron posted on the forum topic Working for anyone with latest WP / BP ? in the group BuddyPress Private Community: 13 years, 9 months ago
I’ve made some code changes to restrict_access() http://pastie.org/1554151 I removed all of the preg_* functions because they weren’t necessary and generally slow. Also removed the big for loop. It’s now using $wp->query_vars; instead of trying to hack apart $_SERVER. As a side effect, users don’t need to have preceding slashes in all of their…[Read more]
-
neiltron posted on the forum topic Working for anyone with latest WP / BP ? in the group BuddyPress Private Community: 13 years, 9 months ago
My config file is at buddypress-private-community-config/mm-buddypress-private-community-config.php
P.S.: I only added the ‘/kvn’ to ALLOWED_URIS to see if it was having WordPress in a subdir that was causing the issue.
-
neiltron posted on the forum topic Working for anyone with latest WP / BP ? in the group BuddyPress Private Community: 13 years, 9 months ago
I’m having an issue as well. My config:
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$ALLOWED_URIS = Array('/joinus','/contact', '/about', '','/news','/get-involved','/faq','/kvn');
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_TO_URL = site_url() . '/joinus';
MM_BUDDYPRESS_PRIVATE_COMMUNITY::$REDIRECT_HOOK = 'bp_redir_to';Any time I try to any page…[Read more]
-
neiltron joined the group BuddyPress Private Community 13 years, 9 months ago
-
neiltron posted on the forum topic Facebook-like photo/video/link posting plugin in the group Third Party Components & Plugins: 13 years, 9 months ago
oEmbed for BP looks awesome. I’m going to build on that and hopefully have something modular I can add to the plugins directory. Thanks a lot for the responses.
-
neiltron started the forum topic Facebook-like photo/video/link posting plugin in the group Third Party Components & Plugins: 13 years, 9 months ago
Is there anything similar to Facebook’s status update UI that allows for posting of videos/images/links that can go directly to the users activity stream? I’ve checked out some of the top listed ones (Album+, easyalbums, media component) but they didn’t seem to fit right. And two of them required using specific third party services (booo). […]
-
neiltron joined the group Third Party Components & Plugins 13 years, 9 months ago
@neiltron
Not recently active