-
Roger Coathup replied to the forum topic Custom Profile Fields not shown on members profiles in the group How-To and Troubleshooting 12 years, 4 months ago
BuddyPress profile fields do show by default when you visit a profile. So, it sounds like either your theme, or a plugin is causing the problem.
Did you create your profile fields from the BuddyPress menus in […]
-
Roger Coathup replied to the forum topic Can't get to WordPress admin dashboard in the group How-To and Troubleshooting 12 years, 4 months ago
You can also try increasing your PHP memory (as indicated by the error message you’ve received)… you should then be able to run BuddyPress without problem on your site.
There are many ways to increase PHP […]
-
Roger Coathup replied to the forum topic How do i create a page named Pages identical to page Groups ? in the group Creating & Extending 12 years, 4 months ago
It sounds like you want to create a directory page for all the pages on your site… is that correct?
The BuddyPress directories only exist for BuddyPress components like groups, members, […]
-
Roger Coathup replied to the forum topic How to get the user registered date and the years old in the group How-To and Troubleshooting 12 years, 4 months ago
Take a look at this — you get the information from the basic WordPress user data:
https://wordpress.org/support/topic/user-registration-date
Remember to replace the user ID appropriately in the function I give
-
Roger Coathup replied to the forum topic Need a link to each users profile page in the group How-To and Troubleshooting 12 years, 4 months ago
We answered this question just a few days ago: https://buddypress.org/community/groups/creating-extending/forum/topic/link-to-profile-messages-friends-and-settings/
This forum desperately needs a working search […]
-
Roger Coathup replied to the forum topic DOB Problem on Registration form. in the group Creating & Extending 12 years, 4 months ago
The date picker profile field on BuddyPress doesn’t allow you to specify a range (from wp-admin).
2037 is a PHP upper date limit.
You would have to write some PHP code to modify your registration templates […]
-
Roger Coathup replied to the forum topic Single activity entry template location in the group How-To and Troubleshooting 12 years, 4 months ago
Yep, it’s a really difficult one to find. Try:
/members/single/activity/permalink.php
-
Roger Coathup replied to the forum topic Still crashed site after buddy press activation – anyone? in the group Installing BuddyPress 12 years, 4 months ago
Please don’t start duplicate threads: https://buddypress.org/community/groups/installing-buddypress/forum/topic/heeelp-i-activated-buddypress-and-my-site-crashed/
-
Roger Coathup replied to the forum topic activate member from admin in the group How-To and Troubleshooting 12 years, 4 months ago
Thanks @shanebp — that’s point for point exactly what I was going to say!
-
Roger Coathup replied to the forum topic How to add time in blog post? in the group How-To and Troubleshooting 12 years, 4 months ago
thanks for the feedback — glad you got it working
-
Roger Coathup replied to the forum topic HEEELP! I activated BuddyPress and my site CRASHED! in the group Installing BuddyPress 12 years, 4 months ago
Once you’ve done that:
1. Ideally, set up a test environment and try your BuddyPress install / related dev on there first
2. De-activate all your other plugins before activating BuddyPress — it’s likely a […] -
Roger Coathup replied to the forum topic HEEELP! I activated BuddyPress and my site CRASHED! in the group Installing BuddyPress 12 years, 4 months ago
go to plugins and delete the BuddyPress folder
-
Roger Coathup replied to the forum topic Link To Profile, Messages, Friends, and Settings in the group Creating & Extending 12 years, 4 months ago
Have you used something like firebug / Safari (or Chrome) developer tools to see what code it is actually generating for your link?
What’ve you written above looks nothing like a link — has something been […]
-
Roger Coathup replied to the forum topic Newbie questions about using this forum in the group Requests & Feedback 12 years, 4 months ago
-
Roger Coathup replied to the forum topic How to add time in blog post? in the group How-To and Troubleshooting 12 years, 4 months ago
in bp-default single blog posts are displayed using single.php, and archive.php for the archive view
-
Roger Coathup replied to the forum topic Custom Permalink and Rewrite Rules for Buddypress? in the group Creating & Extending 12 years, 4 months ago
A lot of the BP URL processing is done by component — components register their base URL part (in this case ‘groups’), and provide functions to process the URL and screen redirects.
If you look in […]
-
Roger Coathup replied to the forum topic How to add time in blog post? in the group How-To and Troubleshooting 12 years, 4 months ago
or just pass a PHP date format to the function call in your blog post template, if you don’t want date format changing across the site.
-
Roger Coathup replied to the forum topic How to limit the amount of updates a user can submit per day in the group Creating & Extending 12 years, 4 months ago
@murasaki — it seems this thread is getting hijacked. If you need further help / specific questions on the feedback above, it may be best to open a new thread
-
Roger Coathup replied to the forum topic is there anything similar to bp_member_id in the group How-To and Troubleshooting 12 years, 4 months ago
Inside the loop, you can use:
bp_member_user_id() to echo the ID
and bp_get_member_user_id() to get the ID
-
Roger Coathup replied to the forum topic Combining Gravity Forms With Buddypress in the group Creating & Extending 12 years, 4 months ago
p.s. I think the switch action fix is a must if you want GF to work with BP
- Load More
@rogercoathup
Active 4 years, 7 months ago