-
rich! @ etiviti posted on the forum topic Add "My Friends" link to My Friends widget in the group How-To and Troubleshooting: 15 years, 5 months ago
bp_loggedin_user_domain() . ‘friends/my-friends/’
-
rich! @ etiviti posted on the forum topic Upgrade to WP 3.0; BP forums no longer work in the group How-To and Troubleshooting: 15 years, 5 months ago
tried disabling all other plugins? (maybe one is conflicting) anything in the server error logs? (possible to enable php error reporting for one request? and see if anything shows up)
-
rich! @ etiviti posted a new activity comment 15 years, 5 months ago
@pisanojm created a new plugin http://blog.etiviti.com/2010/06/buddypress-community-stats-plugin/
-
rich! @ etiviti posted on the forum topic bbpress activity not coming though in the group How-To and Troubleshooting: 15 years, 5 months ago
for posts made within a group or outside the buddypress context?
-
rich! @ etiviti posted on the forum topic WordPress 3.0 + BuddyPress 1.2.4.1 and Activity Stream as Front Page (possible fix?) in the group How-To and Troubleshooting: 15 years, 5 months ago
just taken from the dev meeting logs and 1.2.4 announcement (https://buddypress.org/2010/05/buddypress-1-2-4/)
“This highly anticipated version provides fixes to 74 reported tickets and adds improved support for WordPress 3.0 to help ensure a safe and worry free upgrade.” -
rich! @ etiviti posted on the forum topic WordPress 3.0 – Page not Found in the group How-To and Troubleshooting: 15 years, 5 months ago
-
rich! @ etiviti posted on the forum topic Is there a latest forum topic widget? in the group How-To and Troubleshooting: 15 years, 5 months ago
yep same file, below – make sure to change “Whatever_You_Named_It_Latest_Topics_Widget” to the name of the widget class
-
rich! @ etiviti posted on the forum topic WordPress 3.0 + BuddyPress 1.2.4.1 and Activity Stream as Front Page (possible fix?) in the group How-To and Troubleshooting: 15 years, 5 months ago
This is in local testing finding a code solution but thanks for the response.
(…and technically 1.2.4.1 was suppose to be WP 3.0 ready while BP1.3 dependent on features of WP3.0 )
-
rich! @ etiviti posted on the forum topic Private Message Notification Ghost… in the group How-To and Troubleshooting: 15 years, 5 months ago
I think a trac bug is already filed for this – when you reply to a private message for some reason the notification is updated again.
-
rich! @ etiviti posted on the forum topic Call to undefined function bp_core_new_nav_item() in /home/ssnet/public_html/wp-content/plugins/bp-w in the group How-To and Troubleshooting: 15 years, 5 months ago
provide more details? what version did you upgrade to and from? what version of wp? did you backup before updating your plugins?
-
rich! @ etiviti posted on the forum topic BuddyPress XML-RPC in the group BuddyPress XMLRPC – Receiver: 15 years, 5 months ago
you can create whatever client that will send xml-rpc and also extend the receiver to include more commands via the filter.
-
rich! @ etiviti posted on the forum topic WordPress 3.0 + BuddyPress 1.2.4.1 and Activity Stream as Front Page (possible fix) in the group How-To and Troubleshooting: 15 years, 5 months ago
nevermind – adding that will cause all 404 pages to default to the activity stream
-
rich! @ etiviti posted on the forum topic Remove "Visit" from the admin bar in the group How-To and Troubleshooting: 15 years, 5 months ago
use the remove_action – it works – modifying the core files will only be wiped out upon your next update (unless you tediously merge each file)
-
rich! @ etiviti posted on the forum topic Remove "Visit" from the admin bar in the group How-To and Troubleshooting: 15 years, 5 months ago
well bp-custom.php is loaded before the adminbar – so place the remove_action in your theme’s function.php file
-
rich! @ etiviti posted on the forum topic How to list all available forums in the group How-To and Troubleshooting: 15 years, 5 months ago
https://buddypress.org/community/groups/buddypress-group-forum-extras/ and the Forums Index sub-plugin
-
rich! @ etiviti posted on the forum topic Support BP album with XML-RPC commands in the group BuddyPress XMLRPC – Receiver: 15 years, 5 months ago
No, those clients are built for wordpress… this buddypress xml-rpc is independent of WP and would need a client built for it. This tutorial below is WP focused as you would need to change the filter and global names but the same theory: (and i don’t use the password but an apikey generated on the […]
-
rich! @ etiviti posted on the forum topic Support BP album with XML-RPC commands in the group BuddyPress XMLRPC – Receiver: 15 years, 5 months ago
another plugin could hook into it and add more commands via the “bp_xmlrpc_methods” filter… as it mimics the wp xmlrpc file.
the class instance is called $bp_xmlrpc_server (which has a login method already built in)
-
rich! @ etiviti posted on the forum topic BBPress admin panel – how to access? in the group How-To and Troubleshooting: 15 years, 5 months ago
I’m going to assume you have a stock BuddyPress setup and just enabled the BP Component ->”bbPress Forums – Activates bbPress forum support within BuddyPress groups or any other custom component.” to allow group forums – then no. You can change the BuddyPress templates via a child theme though. ( bp-default/forums and bp-default/groups/single/forum/ )
-
rich! @ etiviti posted on the forum topic Forum Posts Not Showing Up in the group How-To and Troubleshooting: 15 years, 5 months ago
If you disable
BuddyPress -> Component Setup -> “bbPress Forums – Activates bbPress forum support within BuddyPress groups or any other custom component.”You won’t be able to post any group forum topics
If you disable
BuddyPress -> General Settings -> “Disable global forum directory?:”That will remove the tab and /forums index
-
rich! @ etiviti posted on the forum topic BBPress admin panel – how to access? in the group How-To and Troubleshooting: 15 years, 5 months ago
BuddyPress just wraps bbPress – the admin panel won’t have any control over the group forums within BP.
- Load More
@nuprn1
Not recently active