-
Roger Coathup replied to the forum topic Combining Gravity Forms With Buddypress in the group Creating & Extending 12 years, 4 months ago
@shanebp — yeah, we have s2member on the same sites — and not getting a conflict.
We’re using s2 for the registration forms though (plus a few mods), with gravity picking up on some heavy loading for us on […]
-
Roger Coathup replied to the forum topic Link To Profile, Messages, Friends, and Settings in the group Creating & Extending 12 years, 4 months ago
If you are trying to use PHP code inside a page’s content that’s not going to work… you can’t embed the PHP to form your link in the page content as it won’t get processed.
You need to place it either in […]
-
Roger Coathup replied to the forum topic Combining Gravity Forms With Buddypress in the group Creating & Extending 12 years, 4 months ago
@shanebp — we use Gravity without problem on a couple of our BuddyPress sites — the fix above repositioning the action has been the only mod we’ve needed to make (other than disabling AJAX form […]
-
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 — you can implement a count on activity updates from a given user — either by creating a custom activity loop and doing a count on the number of items returned, or doing a database query directly (via […]
-
Roger Coathup replied to the forum topic Ridiculously long usernames being generated in the group How-To and Troubleshooting 12 years, 4 months ago
I take it you used a developer to develop the code to auto generate the usernames from the email address… what does the developer say about this problem?
On the face of it, it looks like they are applying […]
-
Roger Coathup replied to the forum topic activate member from admin in the group How-To and Troubleshooting 12 years, 4 months ago
It’s not available as an option from wp-admin.
It’s possible with some fairly advanced coding – you’d need to be a competent PHP developer:
You could look at using the wp_set_auth_cookie() to auto login […]
-
Roger Coathup replied to the forum topic Combining Gravity Forms With Buddypress in the group Creating & Extending 12 years, 4 months ago
try adding this to your theme’s functions.php — there is a known problem with Gravity and BP (should have mentioned this originally!):
function bbg_switch_gf_hooks() {
remove_action(‘wp’, […] -
Roger Coathup replied to the forum topic cross-site scripting attack., prone/vulnerable to… in the group Creating & Extending 12 years, 4 months ago
the username and email address on the registration form are sanitized in the function: bp_core_validate_user_signup()
Passwords are passed through wp_hash_password() which I assume does any necessary sanitising […]
-
Roger Coathup replied to the forum topic Can I do this? in the group Creating & Extending 12 years, 4 months ago
You can build this type of site on top of the BuddyPress platform, but it’s custom development work. There’s no ‘off the shelf’ plugin to achieve it.
-
Roger Coathup replied to the forum topic all member not show in member page in the group How-To and Troubleshooting 12 years, 4 months ago
Members don’t show in the members directory until they’ve logged in to the site. After they’ve logged in for the first time, you will start seeing them in the directory.
I suggest you ask your other […]
-
Roger Coathup replied to the forum topic Can't see my forum activity (topics started) in the group How-To and Troubleshooting 12 years, 4 months ago
Yes, significant chunks of this site don’t work. Particularly those relating to forums. It used to work somewhat better, but a new design was introduced which reduced the functionality.
However, try not to […]
-
Roger Coathup replied to the forum topic Is it possible to override bp-core-templatetags functions such as bp_directory_members_search_form in the group Creating & Extending 12 years, 4 months ago
These forums don’t notify people of follow up comments — so, no surprise that Boone didn’t pick up on a further question several months later.
You can try the @username approach in your comment to notify them
-
Roger Coathup replied to the forum topic Gallery, which is preferable to work with in buddypress? in the group Creating & Extending 12 years, 4 months ago
For questions 2 and 3 — yes, you can customise these aspects of your site — there are many ways of doing it, and to some extent it depends on the approach you take to developing your site’s theme.
You can […]
-
Roger Coathup replied to the forum topic Fatal Error: Cannot access empty property in … buddypress/bp-core/bp-core-template.php on line 780 in the group How-To and Troubleshooting 12 years, 4 months ago
Couple of things to look at:
Have you got anything unusual in your wp-config.php or bp-custom.php file, perhaps redefining the site URL or ‘root slug’.
Have you de-activated the components (groups, […]
-
Roger Coathup replied to the forum topic How can I see a list of all my posts in this forum? in the group How-To and Troubleshooting 12 years, 4 months ago
@frank13 — unfortunately those standard forum features aren’t available on this site, so it’s very difficult to track anything, and questions often get re-asked, and re-answered.
Not sure why the site […]
-
Roger Coathup replied to the forum topic member-header Gallery in the group Gallery 12 years, 4 months ago
Do you want to show a gallery of user profile pictures? Or some other type of photo?
-
Roger Coathup replied to the forum topic 3 major issues with my template Please Help. in the group Creating & Extending 12 years, 4 months ago
It’s sounds you need a developer to work on your general site build, rather than having specific BuddyPress questions.
You can hire a developer by posting here: http://jobs.wordpress.net
You can also try […] -
Roger Coathup replied to the forum topic Combining Gravity Forms With Buddypress in the group Creating & Extending 12 years, 4 months ago
turn off AJAX based submission on your gravity form — does that fix the problem?
-
Roger Coathup replied to the forum topic Display Custom Post Types in Activity Feed in the group How-To and Troubleshooting 12 years, 4 months ago
Your solution: copying the whole BuddyPress function and changing one line is not the best way to do this.
As I suggested earlier — that BuddyPress function has a filter for the post types it works with: […]
-
Roger Coathup replied to the forum topic Link To Profile, Messages, Friends, and Settings in the group Creating & Extending 12 years, 4 months ago
Yes, you have the BuddyPress function to use to get the URL, and the rest (image links) is basic PHP / HTML and / or CSS.
If you are looking to modify your theme, and don’t have a grounding in PHP / HTML / […]
- Load More
@rogercoathup
Active 4 years, 7 months ago