-
Boone Gorges posted on the forum topic How to make sure the admin bar is allways on top. in the group How-To and Troubleshooting: 15 years, 6 months ago
Sounds like a z-index problem. These things can be very tricky to solve even when you have the code in front of you, much less when you’re flying blind like I am :), but here are some things to look at: – Look in the stylesheet of your theme to see if the header has […]
-
Boone Gorges posted on the forum topic how do i add a post form like on buddypress.org? please help in the group How-To and Troubleshooting: 15 years, 6 months ago
The short answer is that you take the code that creates the activity post box (located in buddypress/bp-themes/bp-default/activity/post-form.php) and put it somewhere into one of the members/single profile templates, possibly home.php. I’ve done this on http://commons.gc.cuny.edu (though you won’t be able to see the post box without a login). It…[Read more]
-
Boone Gorges posted on the forum topic 404 on everything except home. sweet home. in the group Installing BuddyPress: 15 years, 6 months ago
It sounds like a permalink issue. @malik, you said that when you switched your WP permalinks to something other than the default, WP stopped working. It’s probably the case that your provider is missing mod_rewrite or otherwise does not have the correct server configuration to support WP permalinks (which are, in turn, required for BP). Here […]
-
Boone Gorges posted on the forum topic Replace default buddypress login with "Login with Ajax" in the group Third Party Components & Plugins: 15 years, 6 months ago
If you’re using the bp-default theme, the login sidebar is created at buddypress/bp-themes/sidebar.php. You could copy that file to your child theme directory and modify lines 29-56 to contain whatever login markup you’d like.
-
Boone Gorges posted on the forum topic Social Profiles Flickr and YouTube Tab in User Profile in the group Creating & Extending: 15 years, 6 months ago
The BP-Dev plugins used to do this. There’s a chance that these plugins are what is powering the site you gave a screenshot of. http://bp-dev.org/projects/
I’m pretty sure those plugins don’t work with current versions of BP, but it might give you a starting point.
-
Boone Gorges posted on the forum topic Favorites improvements in the group Requests & Feedback: 15 years, 6 months ago
Good suggestions, I like them all.
You can already change the “favorites” language to “bookmarks” or whatever else you’d like with a custom language file: https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
-
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 15 years, 6 months ago
@hnla That’s a good start, but it means that the plugin’s notifications will only kick in when activity items/posts are posted by users who are on the whitelist. In other words, if Deryk is on the whitelist and I’m not, then even if Deryk is subscribed to all updates from a group that we’re both a […]
-
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 15 years, 6 months ago
You want to send me what you have and I can have a look at it? Maybe it’d save us both some time.
-
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 15 years, 6 months ago
@hnla Funny you should mention that. I want to do some limited beta testing on my production site before rolling it out to all my users. That’ll require doing exactly what youve mentioned: setting up an array of whitelisted users, and then putting some of the add_actions inside of conditionals so that they’re only shown to […]
-
Boone Gorges posted a new activity comment 15 years, 6 months ago
500 is a pretty generic error, but it could be another path issue, this time related to the path to wp-load.php at the very beginning of download.php. Replace the path there (something like ‘../../../wp-load.php’) with a path to your wp-load.php file (probably something like ‘/home/www/wordpress/wp-load.php’ – though your directory might not be…[Read more]
-
Boone Gorges posted a new activity comment 15 years, 6 months ago
It usually takes some tweaking to get this part of the plugin to work right. Look at line 99 of forum-attachments-for-buddypress-bp-functions.php, where $bb_attachments[‘path’] is defined. It attempts to put together the path automatically, but it might help if you put it in manually. It should be an absolute server path, such as…[Read more]
-
OK i have the uploads working now
[‘path’] = “/home/www/bb-attachments/”
But I am getting a 500 error when I click on the file
I have asked my host why and waiting
thanks-
500 is a pretty generic error, but it could be another path issue, this time related to the path to wp-load.php at the very beginning of download.php. Replace the path there (something like ‘../../../wp-load.php’) with a path to your wp-load.php file (probably something like ‘/home/www/wordpress/wp-load.php’ – though your directory might not be…[Read more]
-
It can’t be said that often but my host sorted it… just before your reply they changed the file permission on download.php and it worked
Again you have created a GREAT plugin and your support is FIRST class
Thanks
-
-
-
-
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 15 years, 6 months ago
The functionality is very stable. My main concern would be server load – I haven’t done anything to stagger digest emails, for instance, so it might cause problems on large installations. I plan to fix this in the future.
Thanks for the catch with the td. I’ll get that fixed this afternoon.
-
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 15 years, 6 months ago
Yeah, I agree with you. At the very least, there should be something at member Settings > Notifications that sets the default for people’s group email notifications, and then if they want to fine tune them from the defaults they should be able to do that. The way that the interface works right now, it’s […]
-
Boone Gorges posted on the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 15 years, 6 months ago
Right now there aren’t any global settings for group activity notifications. Individuals have to select their subscription level on a group by group basis. The default for group members is in turn determined by the group admin. Not an ideal solution – I would like to have an option for individuals to override specific settings […]
-
Boone Gorges started the forum topic Stable(ish) release of BuddyPress Group Email Subscription (with digests!) in the group BuddyPress Group Email Subscription: 15 years, 6 months ago
@dwenaus have been plugging away at an overhaul of the BuddyPress Group Email Subscription plugin, and it’s ready to be downloaded and put through its paces: BuddyPress Group Email Subscription . The front-end is beautiful and AJAXy, thanks to Deryk’s hard work. And I added in weekly and daily digest functionality, so that users can determine…[Read more]
-
Boone Gorges posted a new activity comment 15 years, 6 months ago
Meaning that you don’t know where the folder is, or that the program doesn’t know where it is? It should be one level above your WordPress installation.
-
Hi
1.2.3 / 2.9.2 not MU
I have my site in root and the bb-attachments folder above http://www.mysite.com
I still get the failed error and the folder is empty-
It usually takes some tweaking to get this part of the plugin to work right. Look at line 99 of forum-attachments-for-buddypress-bp-functions.php, where $bb_attachments[‘path’] is defined. It attempts to put together the path automatically, but it might help if you put it in manually. It should be an absolute server path, such as…[Read more]
-
OK i have the uploads working now
[‘path’] = “/home/www/bb-attachments/”
But I am getting a 500 error when I click on the file
I have asked my host why and waiting
thanks-
500 is a pretty generic error, but it could be another path issue, this time related to the path to wp-load.php at the very beginning of download.php. Replace the path there (something like ‘../../../wp-load.php’) with a path to your wp-load.php file (probably something like ‘/home/www/wordpress/wp-load.php’ – though your directory might not be…[Read more]
-
It can’t be said that often but my host sorted it… just before your reply they changed the file permission on download.php and it worked
Again you have created a GREAT plugin and your support is FIRST class
Thanks
-
-
-
-
-
-
Boone Gorges posted a new activity comment 15 years, 6 months ago
Check the bb-attachments folder. Is there anything in it?
-
seems I am having some trouble with the location of the bb-attachments folder
-
Meaning that you don’t know where the folder is, or that the program doesn’t know where it is? It should be one level above your WordPress installation.
-
Hi
1.2.3 / 2.9.2 not MU
I have my site in root and the bb-attachments folder above http://www.mysite.com
I still get the failed error and the folder is empty-
It usually takes some tweaking to get this part of the plugin to work right. Look at line 99 of forum-attachments-for-buddypress-bp-functions.php, where $bb_attachments[‘path’] is defined. It attempts to put together the path automatically, but it might help if you put it in manually. It should be an absolute server path, such as…[Read more]
-
OK i have the uploads working now
[‘path’] = “/home/www/bb-attachments/”
But I am getting a 500 error when I click on the file
I have asked my host why and waiting
thanks-
500 is a pretty generic error, but it could be another path issue, this time related to the path to wp-load.php at the very beginning of download.php. Replace the path there (something like ‘../../../wp-load.php’) with a path to your wp-load.php file (probably something like ‘/home/www/wordpress/wp-load.php’ – though your directory might not be…[Read more]
-
It can’t be said that often but my host sorted it… just before your reply they changed the file permission on download.php and it worked
Again you have created a GREAT plugin and your support is FIRST class
Thanks
-
-
-
-
-
-
-
-
Boone Gorges posted on the forum topic Alternative to Facebook in the group Creating & Extending: 15 years, 6 months ago
@andrea_r I’d say that MU isn’t distributed in the way that’s important here, because the data is all stored in the same db, on the same server (at least that’s how it works by default). In a truly distributed network, each individual/cluster of individuals would have full, sysadmin level control over his or her data. WP/BP […]
-
Boone Gorges posted on the forum topic JQuery Issues in the group How-To and Troubleshooting: 15 years, 6 months ago
Is your problem that the javascript isn’t loading?
The best way to include the script is with https://codex.wordpress.org/Function_Reference/wp_enqueue_script.
You could also just edit the header.php file of your theme to include a script tag.
-
Boone Gorges posted on the forum topic Understanding bp_core_load_template in the group Creating & Extending: 15 years, 6 months ago
What @r-a-y said. It can be nice to use templates if you think that other BP themes will possibly provide override template for what you’re building. Unless you’re building a BP plugin that has extremely rich functionality or can only work if it’s extremely customizable, I wouldn’t worry about it – just put the markup code […]
- Load More
@boonebgorges
Active 2 years, 3 months ago
It can’t be said that often but my host sorted it… just before your reply they changed the file permission on download.php and it worked
Again you have created a GREAT plugin and your support is FIRST class
Thanks