-
r-a-y posted on the forum topic How much PHP Memory should be allocated to BuddyPress? in the group Installing BuddyPress: 16 years, 1 month ago
You can try setting the memory limit via wp-config.php first:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPIf that doesn’t work, then do what techguy says.
-
r-a-y posted on the forum topic oEmbed for BP 0.6-beta available! in the group oEmbed for BuddyPress: 16 years, 1 month ago
That is correct, techguy.
It should work for most embed content except for items which set the size via an argument (eg. domain.com/script.php?width=xxx&height=xxx). Mostly javascript content.
-
r-a-y posted on the forum topic Possible to have a forum without requiring user to join a group first? in the group How-To and Troubleshooting: 16 years, 1 month ago
It’s currently not possible to have a forum without requiring a user to join a group. However, with the following patch, you can: https://trac.buddypress.org/attachment/ticket/2540/disable_auto_join_constant.patch Read the details here: https://trac.buddypress.org/ticket/2540 — Re: second part of your question – read this:…[Read more]
-
r-a-y posted a new activity comment 16 years, 1 month ago
You can use either. You can login with your username or email address.
-
r-a-y posted on the forum topic locate_template and child theme chaos in the group How-To and Troubleshooting: 16 years, 1 month ago
Your problem with locate_template could be your leading slash.
Try without and see what happens:
locate_template( array( 'library/components/buddypress/buddypress-postloop.php'), true)locate_template() is a WordPress function, so any bug with it would be a WordPress issue.
-
r-a-y posted on the forum topic locate_template and child theme chaos in the group How-To and Troubleshooting: 16 years, 1 month ago
Use STYLESHEETPATH instead of TEMPLATEPATH.
-
r-a-y posted on the forum topic Forum Moderation Options in the group How-To and Troubleshooting: 16 years, 1 month ago
Try this:
https://wordpress.org/extend/plugins/buddypress-forums-move-topic-planned-split-and-merge-topic/No merge yet.
-
r-a-y posted on the forum topic Hopefully this can be updated to allow PMs from "Followers" Only as soon as this feature is released in the group BuddyPress Private Messages for Friends Only: 16 years, 1 month ago
Hi @jossc, sorry for not replying earlier as I didn’t see your post.
Your request is already available in another plugin:
https://buddypress.org/community/groups/buddypress-private-messages-for-followers-only/I don’t have admin settings allowing the user to choose like you mentioned above though.
Maybe in a future release. -
r-a-y posted a new activity comment 16 years, 1 month ago
Add the following to your wp-config.php:
define( 'BP_LINKS_SLUG', 'news' ); -
r-a-y posted on the forum topic Delay in being able to send Private Messages? in the group BuddyPress Private Messages for Friends Only: 16 years, 1 month ago
If you’re requesting someone to be your friend, you have to wait for that person to accept your request, otherwise the PM will not send.
-
r-a-y posted on the forum topic Showing / outputting blog to a new page (any page! 😉 in the group How-To and Troubleshooting: 16 years, 1 month ago
Hi James,
Just set your front page as “Your latest posts”:
https://codex.wordpress.org/Settings_Reading_SubPanelSee if that works for you.
-
r-a-y posted on the forum topic User blog creation with BuddyPress and WP3 in the group Creating & Extending: 16 years, 1 month ago
@uferrpi – You should try the latest version of BP with WP 3.0. You should be able to create user blogs without a problem.
-
r-a-y posted on the forum topic Plugin layout/screen shots question in the group oEmbed for BuddyPress: 16 years, 1 month ago
Nope, this plugin doesn’t do anything with layouts.
You’ll have to custom code something yourself.
-
r-a-y posted on the forum topic Allow full HTML functionality for group admins (no code-stripping)? in the group How-To and Troubleshooting: 16 years, 1 month ago
Thanks Wayne. I’ve now put the snippet on Pastebin.
-
r-a-y posted on the forum topic Can I add an Email Listserve similar to Google Groups? in the group Creating & Extending: 16 years, 1 month ago
This currently isn’t possible.
Such a feature has been mentioned before and is on a list of requested features, so hopefully something will materialize in the next few months.
-
r-a-y posted on the forum topic Router for root components in the group Creating & Extending: 16 years, 1 month ago
I’d be interested to see what you’ve written.
-
r-a-y posted on the forum topic Changing homepage and categories look in the group Miscellaneous: 16 years, 1 month ago
If you’re using a child theme of the BP default theme, you’ll have to alter the index.php and archive.php files in your template. Thumbnails require a plugin or using WP’s post thumbnail feature: http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/ The layout is more of a general issue. Look up grid based layouts…[Read more]
-
r-a-y posted on the forum topic How to manually install to any area of the site? in the group Featured Member(s) Widget: 16 years, 1 month ago
Try the info in this thread:
https://wordpress.org/support/topic/281349 -
r-a-y joined the group Featured Member(s) Widget 16 years, 1 month ago
-
r-a-y posted on the forum topic Is Buddypress a good solution for Crowdsourcing trends? in the group Creating & Extending: 16 years, 1 month ago
1) You can control what is displayed on your home page by manually modifying the home page template. 2) Not sure what you mean here. 3) The bp-default theme has been criticized for throwing all the features of BP at the user. Features can be disabled in the BP admin area, as well as through […]
- Load More
@r-a-y
Active 6 months, 3 weeks ago
Thanks. Seems like a simple, but useful hack for users who are use to logging in with email.