-
Roger Coathup posted a new activity comment 14 years, 5 months ago
This is the post I suggested you to search for: https://buddypress.org/community/groups/creating-extending/forum/topic/membermap-for-buddypress/
-
Roger Coathup posted on the forum topic showing all the user locations on single map in the group Miscellaneous: 14 years, 5 months ago
It’s not a default function.
But, yes it’s possible to integrate something like Google Maps and show all profiles on a map. We’ve recently commissioned this for one of our client websites.
Have a search on this forum for a post by @travel-junkie. He gives some tips on how to do this.
-
Roger Coathup posted on the forum topic Limit sign up based on age? in the group How-To and Troubleshooting: 14 years, 5 months ago
Typically you would do this with a combination of client and server side validation. JavaScript on the client side to validate your register form prior to submission, and a secondary check in your php post submission.
Start with a look at your register.php file
-
Roger Coathup posted on the forum topic Show Profile changes in activity feed in the group How-To and Troubleshooting: 14 years, 5 months ago
The T-string error is because your code is not valid php
You’ve closed your function after the global definition, and failed to put a ; after your statements.
-
Roger Coathup posted on the forum topic @mentions show up on personal activity streams like they do here on BP.org? in the group Creating & Extending: 14 years, 5 months ago
@bplove @marcrem You’ll need to build your own bespoke theme, with a custom activity loop that doesn’t filter ‘the scope’, but instead shows all activities. Sounds confusing – unfortunately, it is a little. The default BuddyPress theme uses a set of filters (put together by a javascript routine in _inc/ajax.php) to determine which entries to show…[Read more]
-
Roger Coathup posted on the forum topic adding an activity type in the group Creating & Extending: 14 years, 5 months ago
Do a search on bp_activity_add on this forum.. I’ve posted some code samples previously
-
Roger Coathup posted on the forum topic Notification messages are only partly translated in the group Localization: 14 years, 5 months ago
Giving this a bump:
Anyone encountered (fixed) this problem translating notification messages when building a BuddyPress site in a non-english language?
-
Roger Coathup posted on the forum topic Freshness date in the group How-To and Troubleshooting: 14 years, 5 months ago
I don’t think there should be any trouble with quotes in this case. See examples on this page, partic. #4 http://php.net/manual/en/function.date.php Are you still getting the ‘unexpected T_STRING’ message? Are you certain line 66 is your date(…) line? If Ray’s suggestion / similar thread doesn’t help, it would be a good idea to post a […]
-
Roger Coathup posted on the forum topic Broken links when creating groups and member registration problems in the group How-To and Troubleshooting: 14 years, 5 months ago
Re: new members – did you create them in the admin system or through the BuddyPress registration pages?
-
Roger Coathup posted on the forum topic Broken links when creating groups and member registration problems in the group How-To and Troubleshooting: 14 years, 5 months ago
To confirm: you can use custom permalinks without problem in the default wp install.. Changing them as suggested to /%category%/%postname% ?
If that’s the case, try installing BuddyPress plugin again using the automatic install, switch to the bp-default theme, and let us know the outcome
-
Roger Coathup posted on the forum topic Broken links when creating groups and member registration problems in the group How-To and Troubleshooting: 14 years, 5 months ago
If you deactivate buddypress..can you create and use custom permalinks in your WordPress install? Try something like /%category%/%postname%/
Do they work, can you go to page, post and category pages with custom permalinks turned on?
You need to get this working on your base WordPress before installing BuddyPress
-
Roger Coathup posted on the forum topic dynamically create new sets of profile fields in the group How-To and Troubleshooting: 14 years, 5 months ago
I don’t know if you found any code in the meantime, but in case you haven’t:
The basic function to insert a new profile field is: xprofile_insert_field()
And, to populate a field use: xprofile_set_field_data()
They are defined in bp-xprofile.php
-
Roger Coathup posted on the forum topic dynamically create new sets of profile fields in the group How-To and Troubleshooting: 14 years, 5 months ago
@slashnata – no entiendo tu pregunta exactamente
-
Roger Coathup started the forum topic Notification messages are only partly translated in the group Localization: 14 years, 5 months ago
We’ve installed the French language translation files for BuddyPress, but find that the notification messages are only getting partially translated, e.g. Nouvelle demande de contact de pierre pierre wants to add you as a friend. To view all of your pending friendship requests: http://xxx.co.uk/members/ridouane/friends/requests/ To view pierre’s…[Read more]
-
Roger Coathup joined the group Localization 14 years, 5 months ago
-
Roger Coathup posted on the forum topic Cameroon-Tribune: Le Quotidien National Bilingue in the group Creating & Extending: 14 years, 5 months ago
SPAM @hnla @johnjamesjacoby
-
Roger Coathup posted on the forum topic Replies disappear when I try to reply on Activity Stream page? in the group How-To and Troubleshooting: 14 years, 5 months ago
@johnnyscience – does it work if you switch to the default theme?
If so, you know the problem is in your theme, and you should probably try contacting labsecrets.com for advice on this one
If not, fire it back on here
-
Roger Coathup posted on the forum topic User specific Activity Stream: Depending on Friends and Groups? in the group Creating & Extending: 14 years, 5 months ago
The default theme files are in plugins/buddypress/bp-themes/
But, don’t edit these directly, create a child theme and work on that
You’ll find the activity loop calls in the activity folder in the default theme
-
Roger Coathup posted on the forum topic Profile Media in the group Creating & Extending: 14 years, 5 months ago
bp media+ adds a tab to your profile for media uploads
I believe version 1.9 when it eventually arrives (you can beta it, but it will delete all your media when you upgrade), will support multiple media types
- Load More
@rogercoathup
Active 4 years, 11 months ago