-
r-a-y posted on the forum topic Problems setting up Buddypress in the group How-To and Troubleshooting: 13 years, 9 months ago
Does the problem go away when you disable BuddyPress?
Error 500 is a pretty vague error.
Disable BuddyPress and re-upload the /buddypress/ folder again. Make sure you uploaded all the BuddyPress files, then reactivate it and see what happens. Also make sure your .htaccess file isn’t corrupted.
-
r-a-y posted on the forum topic BuddyPress Template Pack in the group BP-Default: 13 years, 9 months ago
You can’t because the function that BP uses to call templates is not filterable. This method is close to a plugin I’m tentatively working on, which uses modified bp-default template files to work around this problem. This is so the plugin can serve the template files directly without copying them to the current theme’s directory […]
-
r-a-y posted on the forum topic Duplicate Content: Slash and No Slash at the End of URL in the group Miscellaneous: 13 years, 9 months ago
You can put the code from the second patch into your theme’s functions.php file.
You’ll probably have to change “bp_loaded” to “init” though.
-
r-a-y posted on the forum topic help to a newbie in the group Creating & Extending: 13 years, 9 months ago
You should be able to with the “My Friends” tab on the activity stream directory page when you’re logged in.
-
r-a-y posted on the forum topic Custom Language changes not showing in the group Creating & Extending: 13 years, 9 months ago
This thread is over 9 months old. The codex instructions have been updated since then to better reflect the changes made to BP 1.2.7. Putting the language file in /wp-content/languages/ is preferred because when you upgrade BP, your changes won’t be wiped out! You have to make sure your generated .mo file is valid. I’d […]
-
r-a-y posted on the forum topic Fatal error : Call to undefined function is_site_admin() when upgrading BuddyPress plugin 1.2.7 in the group How-To and Troubleshooting: 13 years, 9 months ago
Sounds like you’re using an older version of WordPress.
BP 1.2.7 requires at least WP 3.0.
-
r-a-y posted an update 13 years, 9 months ago
@pcwriter Gaming spam thread gone. Thanks pcwriter!
-
r-a-y posted on the forum topic How do I display full profiles? in the group How-To and Troubleshooting: 13 years, 9 months ago
A user needs to fill in these fields in order for them to show up on their profile page.
The profile page can usually be found here:
example.com/members/USERNAME/profile/ -
r-a-y posted an update 13 years, 9 months ago
@mercime Thanks mercime. Deleted that spam thread in the miscellaneous forum.
-
Thank you @r-a-y. Cheers.
-
-
r-a-y posted on the forum topic The Forum Topic's Second Post's Position in the group How-To and Troubleshooting: 13 years, 9 months ago
Code edited again; please recheck.
-
r-a-y posted on the forum topic Problem intalling Forums in Buddypress: Fatal error: Out of memory (allocated 31719424) (tried to al in the group How-To and Troubleshooting: 13 years, 9 months ago
Okay, if you’re running a lot of plugins, consider disabling a ton of them and only enable BuddyPress and then see if your memory problems go away.
Another thread on the situation:
https://buddypress.org/community/groups/installing-buddypress/forum/topic/how-much-php-memory-should-be-allocated-to-buddypress/But, it might be better to start…[Read more]
-
r-a-y posted on the forum topic New Buddypress Theme: Custom Community – 1.0 in the group Creating & Extending: 13 years, 9 months ago
As per Svenl77’s request, topic closed.
-
r-a-y posted on the forum topic The Forum Topic's Second Post's Position in the group How-To and Troubleshooting: 13 years, 9 months ago
Re-read the above post, I’ve edited it.
-
r-a-y posted on the forum topic The Forum Topic's Second Post's Position in the group How-To and Troubleshooting: 13 years, 9 months ago
There’s no such function. You could try something like this in your theme’s functions.php :
function my_not_first_post() { global $topic_template; $current_page = $topic_template->pag_page - 1; $post_position = $current_page * $topic_template->pag_num + $topic_template->current_post; if ( 0 != $post_position ) { // do your business here... eg.…
[Read more] -
r-a-y posted on the forum topic iframe embed code youtube / vimeo in the group oEmbed for BuddyPress: 13 years, 9 months ago
Sounds like a good idea. I’ll add it to my list.
-
r-a-y posted a new activity comment 13 years, 9 months ago
Thanks for the kind words.
I’ll probably not add support to set the height, because the width / height will then not be proportionate.
-
r-a-y posted on the forum topic Embed sub-blogs media content? in the group oEmbed for BuddyPress: 13 years, 9 months ago
It’s possible, but it’s not within the realm of this plugin.
I’ll think about adding this to a future release.
-
r-a-y posted on the forum topic Making Buddypress a Social Network for non-bloggers? in the group Creating & Extending: 13 years, 9 months ago
Thesis is only a WordPress theme.
—
You don’t need to create a WordPress network if you don’t want users to create full-blown WordPress blogs.
If you want your users to post on a single WordPress install without creating a WP network, you might be interested in this…[Read more]
-
r-a-y posted on the forum topic Creating custom link in menu to profile page in the group How-To and Troubleshooting: 13 years, 9 months ago
Currently, this isn’t possible to do in the dashboard, you have to manually add some template tags into your theme. Template tags can be found in the /plugins/buddypress/ directory. Look for files suffixed with -templatetags.php. — I’ll get you started with a link to the logged in user’s profile page. Add this to your theme’s functions.php : […]
-
r-a-y posted on the forum topic HTML/Javascript in Admin bar in the group How-To and Troubleshooting: 13 years, 9 months ago
Read this codex article:
https://codex.buddypress.org/theme-development/modifying-the-buddypress-admin-bar/ - Load More
@r-a-y
Active 4 months, 4 weeks ago