Search Results for 'wordpress'
-
AuthorSearch Results
-
March 21, 2016 at 7:20 pm #251616
r-a-y
KeymasterIf you are using any WordPress plugins that manipulate email, try disabling them and see if you are able to send out the activation email.
If you are using any email plugins, please list them as well. If not, check if your WordPress install can send any email. You can check by enabling post comment moderation under “Settings > Discussion” and using an anonymous user to post a comment on your blog.
March 21, 2016 at 5:38 pm #251610In reply to: Attempting to register
Paul Wong-Gibbs
KeymasterThis is fixed and will be distributed in version 2.5.2 of BuddyPress.
If you are reading this and you ARE affected, however, I’d recommend you update your WordPress version, too.
March 21, 2016 at 12:05 pm #251601In reply to: [Resolved] Database schema description
danbp
ParticipantHi,
Correct columns name are sender_only and is_deleted.
The recipients table has an is_deleted column, which is used to mark when a user has deleted a given thread. The thread and its messages are only deleted from the db when every participant in the thread has marked is_deleted. (#3912)
sender_only is used to get the sender user_id (#3520)
March 21, 2016 at 8:13 am #251597danbp
ParticipantHi,
There is, but take in account that registering is done in 2 steps.
1) a user enter some profile information. His account is registered but not activated. This means that at this stage, the user doesn’t really exist.2) To accept it as member, the account must be activated.
In what you want to do, is the fact that you’ll give him the right to upload a picture before activation. This can lead to security issues and the reason why it works (by default) like it does actually.Here two plugins you can use. Read carefully their documentation before install one and take in mind what i said previously.
https://wordpress.org/plugins/buddypress-upload-avatar-ajax/March 21, 2016 at 1:03 am #251589In reply to: Disable Activity streams, keep mentions for BBPress
r-a-y
KeymasterbbPress wouldn’t give you any suggestions.
I just took a look at the bbPress codebase and bbPress should link usernames when
@USERNAMEis used in the post content. That’s basically the extent of their at-mention functionality.You might want to keep an eye on these tickets in bbPress Trac:
https://bbpress.trac.wordpress.org/ticket/2409
https://bbpress.trac.wordpress.org/ticket/2773March 20, 2016 at 10:52 pm #251576In reply to: cover images won’t work on 4.2.2 latest buddypress
ds123
ParticipantThanks for the reply paul …. they have never worked for me … i tried switching to the wordpress 2016 theme and then the classic theme to rule out my own theme being responsible …the cover images are there where they should be in the buddypress uploads directory ..but they don’t show up ..any ideas?
March 20, 2016 at 10:00 pm #251573In reply to: Member pages won’t display members. Please help!
danbp
ParticipantHi @kory27,
checked your site and found that you haven’t setup correctly BP/WP.
The link to members page you use is:
../gamma.rabbitholeconsulting.com/index.php/activity/Same path error for activities…
The path should be ../gamma.rabbitholeconsulting.com/members/ When you use this path you’ll see your members (actually 2)
I suggest that you read carefully WP’s install documentation.
https://codex.wordpress.org/Installing_WordPress#Detailed_Instructions
and for BuddyPressMarch 20, 2016 at 7:09 pm #251563In reply to: How To Hide Pages To Unlogged Users
shanebp
ModeratorHave you tried:
https://wordpress.org/plugins/bp-simple-private/March 20, 2016 at 10:33 am #251545In reply to: Attempting to register
Paul Wong-Gibbs
KeymasterKeep an eye on https://buddypress.trac.wordpress.org/ticket/6970
@bobbyredding Thank you for letting us know about this bug!March 20, 2016 at 10:13 am #251544In reply to: Attempting to register
Paul Wong-Gibbs
KeymasterInteresting. This looks like you are indeed running an older WordPress — probably no later than v4.2.6. @bobbyredding An immediate fix is to update WordPress to the latest version. We’ll look into seeing if and how we can fix this (without bumping the required minimum WordPress version) in a small release in two or three weeks’ time.
Relevant core change was https://core.trac.wordpress.org/ticket/25560, see the commit note. Looks like this was a WordPress bug that was only discovered/fixed relatively recently.
March 20, 2016 at 8:00 am #251539ngoegan
ParticipantBTW, I don’t have New User Approve anymore, it has been deleted along with all other login plugins. I turned off all Plugins except WordPress and Buddypress and this issue still occurs.
March 20, 2016 at 6:27 am #251534In reply to: Attempting to register
r-a-y
KeymasterWhat version of WordPress are you using?
If you’re not on the latest version of WordPress, please try upgrading and see if that fixes the problem.
March 19, 2016 at 6:53 pm #251517In reply to: Auto-role based on forum post count
r-a-y
KeymasterSince you are talking about forum post count, you should post this over on the bbPress forums:
https://bbpress.org/forumsbbPress adds support for group forums in BuddyPress.
Here are some hints though:
https://codex.wordpress.org/Function_Reference/count_user_posts
http://wordpress.stackexchange.com/a/4727March 19, 2016 at 6:49 pm #251516r-a-y
KeymasterThanks for the report.
We do support default WordPress themes, however new color schemes for default themes is something we really haven’t taken into consideration.
I’m going to ping @hnla here since he’s our resident companion stylesheet guru.
hnla – I haven’t looked into this yet, but if 2016 adds a
<body>CSS class to denote the new dark scheme, it might be possible to change our BP colors in our 2016 companion stylesheet to reflect 2016’s dark scheme.March 19, 2016 at 6:41 pm #251514r-a-y
KeymasterThanks for the report, however BuddyPress doesn’t touch the lost password email. That is a native WordPress email.
Perhaps you need to configure your SendGrid plugin or SMTP.
March 19, 2016 at 4:46 pm #251505In reply to: Do not send one email in buddypress 2.5
shanebp
ModeratorI can confirm, using BP 2.5.1, that the “accepted your friendship request” email is not sent.
The ‘friendship requested’ email is sent.
March 19, 2016 at 7:39 am #251490In reply to: Display notifications
neijisly
ParticipantIt is not possible with wordpress core. I suggest to deactivated your menu and add all page manually like you had do. You can style them properly in the future.
March 18, 2016 at 10:37 pm #251466In reply to: Total number of activity update posts by user
danbp
ParticipantYou can use BuddyPress Member Stats plugin or just this function (in bp-custom.php)
This example is for group updates only. But you have the general idea. And please, keep calm, if you have a big update writers community, totalizing ALL existing updates can became a mess and a real problem which can slow down a site. You’re warned ! 😉
function bms_get_total_group_updates_count(){ global $wpdb, $bp; $user_id = bp_displayed_user_id(); if ( bp_is_active( 'groups' ) ) : // DB query $total_updates = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM {$wpdb->prefix}bp_activity WHERE component = 'groups' AND type = 'activity_update' AND user_id = '%s' ", $user_id ) ); echo $total_updates; endif; }And for the output somewhere in your template, something like:
<li><?php _e( 'My updates:', 'buddymemberstats' ); ?> <?php bms_get_total_group_updates_count(); ?></li>Yes, i’m the plugin author. 😉
March 18, 2016 at 9:29 pm #251460In reply to: Wrong emails editing
shanebp
ModeratorThanks for providing further info.
Please create a ticket here using the same user & pw you use for these forums.
And include a link to this topic.
March 18, 2016 at 9:16 pm #251458In reply to: Wrong emails editing
palla5000
ParticipantHi,
thanks for your reply.– By ‘save’, you mean update?
Yes, sorry for my english– Have you tried editing and updating any other emails?
– If so, did the same issue occur?
Yes. If we update any mail, the mail are saved as post type, not as BuddyPress Emails type (bp-email type).– Have you tried using the Email Repair tool?
– wp-admin > Tools > BuddyPress > ‘Reinstall emails (delete and restore from defaults).’
This will delete your current emails including any edits you made to them.
“Reinstall emails” work fine but the problem is the same: all new mails are not updatable.– What version of WP are you using?
We use WordPress 4.4.2.BR
March 18, 2016 at 8:38 pm #251457In reply to: 2.5 HTML email styling not working
Thorsten :-)
ParticipantHi @abuyaman
I found a HTML solution that works now with WP/BP.
1. Use WP Better Emails
https://wordpress.org/plugins/wp-better-emails/2. Use SAR Friendly SMTP
https://wordpress.org/plugins/sar-friendly-smtp/And if you don’t have a SMTP service, use SendGrid.com
Tested and it works for like a charme.
March 18, 2016 at 6:20 pm #251445In reply to: Unable to Set BP Pages
pcpro178
ParticipantNo I haven’t because aren’t those pages already built into WordPress? For example, I can go directly to the address mydomain.com/register. I don’t want to reinvent the wheel.
March 18, 2016 at 5:39 pm #251439In reply to: Profile is Forcing avatar upload
wiziwiz
ParticipantI am using word press social login https://wordpress.org/plugins/wordpress-social-login/
March 18, 2016 at 4:06 pm #251430In reply to: Buddypress doesn’t send activation email.
harleycodr
ParticipantNope. I just have Buddypress installed without any email plugins. Just using whatever WordPress uses as a standard! I’d love to get this working as I have an organization that I am proposing we convert to this as our members are very active on FaceBook and why not make our organization’s website interactive with BuddyPress.
March 18, 2016 at 1:32 pm #251426In reply to: Custom member directory styling
danbp
ParticipantPlease don’t call out people individually (this was already told to you by @shanebp)
bp-default is no more the default theme for BP. You can use almost any other existing theme.
While testing, i recommend you to use one of the Twenty’s theme shipped with WordPress.Then to create a child theme and copy into it the needed file from wp-content/plugins/buddypress/bp-templates/buddypress/
As reminder, a page structure contains at least a header, a content and a footer template, and sometimes a sidebar, depending the theme you use.
If you open index.php from wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\index.php you should get the search form in that template.
Though if you asign the Member page as home page in WP’s Read settings, you won’t have to struggle much with customization.
Read Codex attentively by starting from here.
You may also explain what you want to do exactly and tell which theme you use.
-
AuthorSearch Results