Search Results for 'wordpress'
-
AuthorSearch Results
-
October 4, 2015 at 12:42 pm #245049
In reply to: Custom Profile Fields
Henry Wright
ModeratorYes. Check out the WordPress Custom Fields article.
October 4, 2015 at 1:52 am #245043In reply to: Restricting Lapsed/Expired Members
HPMemSite
ParticipantHi, we are using Paid Memberships Pro. I’m finding that no membership plugin will work completely with WordPress because of the way BP is built. BuddyPress does not use WordPress custom post types (instead using several custom tables in your database) to store its information, so membership plugins will not automatically detect its content for restriction.
Can BuddyPress be re-coded to use custom post types?
October 2, 2015 at 10:33 pm #245035In reply to: Hide Course Discussion button
shanebp
ModeratorQuestions specific to another plugin are best asked of the plugin creators.
Try http://www.learndash.com/ or https://wordpress.org/support/plugin/buddypress-learndashOctober 2, 2015 at 5:54 pm #245020In reply to: How to get an ID of a user who was just activated?
shanebp
ModeratorThat’s not how you use a hook.
https://codex.wordpress.org/Function_Reference/do_actionfunction william_bp_core_activated_user( $user_id, $key, $user ) { // do something with $user_id // there is no return for add_action, only add_filter }; add_action( 'bp_core_activated_user', 'william_bp_core_activated_user', 10, 3 );October 2, 2015 at 1:32 pm #245007In reply to: After Migration All Members and Activity are Missing
billreed
ParticipantHi there Justin,
I’ve run into a similar issue but in reverse.
We’re in the process of migrating an individual WordPress site with BuddyPress to a multi-site WordPress with BuddyPress.
In my case, the normal practice would be to rename the WordPress tables from wp_ to something like wp_99_* , where 99 represents one of the site IDs.
The tool I used called “Export2 Multisite”, does a great job at fixing the table names.
However, it’s not smart enough to handle the data merge of the wp_bp_* and wp_rt_* table names.Regardless, I’m seeing the same symptoms on the site I migrated from a single WordPress install to a multi-site WordPress.
So, any help whatsoever from this community on migrating sites with Buddypress either coming FROM or TO a multi-site would be GREATLY appreciated!
October 2, 2015 at 11:59 am #245006In reply to: will the buddypress be compatible with php7?
Paul Wong-Gibbs
KeymasterHi
We’ve been testing against PHP7 nightly releases for a long time. It helps that our PHP is newer than most of WordPress’, so we have less really old stuff to migrate.
You can view our test coverage on https://travis-ci.org/buddypress/BuddyPress/ (“PHP: nightly” is PHP7), as you can see, there’s currently a failure with one test that we need to fix. It looks fairly straightforward to fix, and we’ll do that soon.
This one test aside, to the best of knowledge, yes, BuddyPress works with PHP 7.
October 2, 2015 at 11:12 am #245004In reply to: will the buddypress be compatible with php7?
Henry Wright
ModeratorGood question! This is likely to being looked at by the core team.
See this post which describes what is being done by the WordPress core team: https://make.wordpress.org/core/2015/09/10/wordpress-and-php7/
My guess is the BuddyPress core team are doing something like that. Maybe @djpaul can add something here?
October 2, 2015 at 11:10 am #245003In reply to: will the buddypress be compatible with php7?
danbp
ParticipantHi,
of course, in so far that php 7 will be used by WordPress. BuddyPress’s dev follow the same route.
October 2, 2015 at 2:15 am #244996In reply to: Site not loading for Logged out users after update?
Tecca
ParticipantTry saving your permalinks again through /wp-admin/options-permalink.php
If that doesn’t work, turn on your debug logs for WordPress through wp-config.php and come back with the errors that show up.
October 1, 2015 at 6:25 pm #244980In reply to: Business directory
ckchaudhary
Participanthttps://wordpress.org/plugins/bepro-listings looks good. I have not tested though.
If nothing else works:
- Create a custom post type ‘Businesses’. You can use the plugin https://wordpress.org/plugins/custom-post-type-ui/
- Use plugins like https://wedevs.com/products/plugins/wp-user-frontend-pro or gravity form to give users a form to submit/edit entries from front end
- Use any of the rating/review plugins and set it up to work with this custom post type
September 30, 2015 at 6:53 pm #244945In reply to: Do I need Xprofiles, can’t i just use User Meta
Henry Wright
ModeratorYou can disable the xProfile component and there shouldn’t be any ill effects associated with doing that. You obviously won’t get that functionality but of course you’re free to use the WordPress-based usermeta to store profile data instead.
September 30, 2015 at 10:49 am #244934In reply to: Buddypress group member subscribe to group forum
danbp
ParticipantHi,
consider this plugin:
https://wordpress.org/plugins/buddypress-group-email-subscription/September 29, 2015 at 3:41 pm #244912In reply to: Contact form on profile
Henry Wright
ModeratorCool idea. I haven’t seen a plugin which can do this myself. Did you check the Plugin Directory?
September 29, 2015 at 2:40 am #244896In reply to: Slug Conflict (/search/) with Buddypress
nautinz
ParticipantSorry missed these
1. Which version of WordPress are you running?
4.3.12. Did you install WordPress as a directory or subdomain install?
root dir3. If a directory install, is it in root or in a subdirectory?
root4. Did you upgrade from a previous version of WordPress? If so, from which version?
no5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes6. Which version of BP are you running?
2.3.37. Did you upgraded from a previous version of BP? If so, from which version?
no8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Can I submit this to you privately?9. Are you using the standard WordPress theme or customized theme?
http://themeforest.net/item/porto-responsive-html5-template/410698710. Have you modified the core files in any way?
no11. Do you have any custom functions in bp-custom.php?
not yet12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
WP 4.3.113. Please provide a list of any errors in your server’s log files.
actually none!14. Which company provides your hosting?
digitalcoean/cloudflare15. Is your server running Windows, or if Linux; Apache, nginx or something else?
nginxSeptember 29, 2015 at 12:11 am #244894In reply to: Profile Field Text Area Max Character or Word Length
danbp
ParticipantHi,
read here, maybe it helps
https://buddypress.org/support/topic/how-to-check-if-the-length-of-field-is-too-long/or try:
https://wordpress.org/plugins/buddypress-xprofile-validate-with-regex/September 28, 2015 at 6:25 am #244863In reply to: Code for adding new members to groups automatically?
danbp
ParticipantHi,
This question was asked many times in the past. Search the forum. Ie.
September 27, 2015 at 11:06 pm #244855In reply to: Lost Password not working
Henry Wright
Moderator3 reports in 3 weeks sounds as though there could be an issue here. Can you open a ticket on Trac?
https://buddypress.trac.wordpress.org/
You can use the same username and password that you use here in the forum to log in. Please provide as much background info as you can regarding your setup.
September 27, 2015 at 10:46 am #244834In reply to: Best Theme for Busy Community?
Henry Wright
ModeratorThere’s currently also 29 themes in the WordPress Theme Dir tagged “BuddyPress”. See here. I’m not sure if any of these will be different to the themes you’ve seen already at BP Inspire, but it’s worth taking a look 🙂
September 25, 2015 at 8:26 pm #244798In reply to: Activity stream disappears in WordPress dashboard
Skvirly
Participant@danbp:
Yes permalinks are enabled. This is a copy of my .htaccess file
“# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress”
Anything that needs to be changed ?
September 25, 2015 at 1:13 pm #244785In reply to: Error 404 on all components of buddypress
nagarjunsarathy
ParticipantHi,
I am facing the same issue.
My WordPress version- 4.3.1
BuddyPress version- 2.3.3
Theme- Twenty Thirteen
Plugins used- Branded Login Screen, Register Plus Redux.As an Admin, able to edit my profile but not able edit profile as an user.
And all components of BuddyPress is throwing 404 error.
Can anyone please help me as I am new to this field.Thanks
September 25, 2015 at 11:46 am #244782In reply to: Activity stream disappears in WordPress dashboard
danbp
ParticipantHi @skvirly,
unfortunately, i think nothing about your issue, except that it seems that something is interfering somewhere.
The best practice in such case is to start from the begin.
Activate WordPress and 2015 theme. Check that anything is correctly working.
Then activate BuddyPress. Re-check.
Then bbPress. Re-check.
Then, activate Sweet Date theme. Re-check.If all is Ok, and only if all, you now have a base install of WP/BP/bbP and your theme working correctly. There shouldn’t be any notice or warning at this stage. If you got one, it’s a probleme with the theme.
If this is ok, you add one plugin. And re-check. This normally make things easier to debug.
As it is apparently related to xprofile, it could be possible that if you use contactform plugin for your register page, that something is wrong with that plugin. But this is only a hypothesis, not a certainty.Note that php memory_limit of 128 mo is enought to run a script, when BP is running on a single install. Aside, note also it’s default for php 5.6 version.
Happy debuging.
September 24, 2015 at 9:44 pm #244777In reply to: Display an excerpt from xprofile field
September 24, 2015 at 9:07 pm #244776In reply to: Stopping html codes and more…
Henry Wright
Moderatora) If I click to “View” the message (not the html link), in the majority of cases I’m taken to the error page. I’m not clear why this is the case?
Did you happen to delete those activity items? The reason I think you are getting the error page is because those activity items don’t exist.
b) Is there a way to disable html coding in these message boxes?
Yes. You need to filter the text so that all HTML tags are stripped out. There are WordPress functions that can do this for you. See
wp_filter_nohtml_kses().Ref: https://codex.wordpress.org/Function_Reference/wp_filter_nohtml_kses
2. How do you get the edit facility to appear under Profile? I have Extended Profiles checked. I can only see “View” and “Change Profile Photo”.
This could be a theme issue. Try activating TwentyFifteen to see if you get the edit facility appear.
3. Is there a way to disable the html coding for all of the message boxes i.e. site-wide, private, public, groups and members?
Yes, but it isn’t as straightforward as updating a setting. You’ll need to filter each one, using
wp_filter_nohtml_kses()to strip out the tags, as mentioned above.Hope this helps!
September 24, 2015 at 4:33 pm #244762In reply to: Bug Report (class-bp-attachment-avatar.php)
Henry Wright
ModeratorHi @damland
Thanks for the report. Bug reports can be opened on Trac:
https://buddypress.trac.wordpress.org
The username and password you use here in the forums will work there too.
September 24, 2015 at 8:54 am #244745In reply to: Hold new profiles for approval?
danbp
ParticipantHi,
see if this plugin fit to your need:
https://wordpress.org/plugins/bp-registration-options/ -
AuthorSearch Results