Search Results for 'wordpress'
-
AuthorSearch Results
-
March 22, 2016 at 9:19 am #251663
In reply to: @mention autosuggest in visual editor
Paul Wong-Gibbs
KeymasterThanks @oakcreative! I’ve created a ticket in https://buddypress.trac.wordpress.org/ticket/6972 and as it’s such a trivial change, I’m pretty certain it’ll get done for the next BuddyPress release (2.6, a few months away).
March 22, 2016 at 9:19 am #251662In reply to: @mention autosuggest in visual editor
OakCreative
Participant@benworxnl, our
wp_editor()call is exactly as posted above, so I’m not really sure why it isn’t working for you or why the visual tab isn’t showing.I am running the latest versions of both WordPress and BuddyPress, perhaps that’s the difference?
March 22, 2016 at 6:34 am #251655In reply to: 2.5 HTML email styling not working
ripulkr
ParticipantYou can also integrate Gmail for sending Emails using the WP SMTP plugin : http://www.wpbeginner.com/plugins/how-to-send-email-in-wordpress-using-the-gmail-smtp-server/
For the WPLMS theme, the developers are working on migrating their course related emails to Buddypress.
March 22, 2016 at 6:31 am #251654In reply to: Redirect login after activation
alkarana
ParticipantThis plugin would be better if you added a redirect after login so that we could send users to any page we wanted after they login instead of going to the user dashboard.
https://wordpress.org/extend/plugins/user-activation-email/
———–
WebsiteMarch 22, 2016 at 6:24 am #251652In reply to: I can’t update profile avatar
March 22, 2016 at 6:05 am #251651In reply to: Users Sell Items
ripulkr
ParticipantI am also using the WPLMS theme, based on the information I have they’re already working on similar module integrating with this plugin :http://codecanyon.net/item/booked-appointment-booking-for-wordpress/9466968?s_rank=1
March 21, 2016 at 10:00 pm #251630shanebp
ModeratorLooks like wordpress isn’t sending any email at all
It’s a fairly common problem.
google: wordpress not sending email
March 21, 2016 at 9:22 pm #251629harleycodr
ParticipantLooks like wordpress isn’t sending any email at all. What are my next steps to troubleshoot and fix this? It did when I originally installed it.
March 21, 2016 at 7:57 pm #251624In reply to: Do not send one email in buddypress 2.5
r-a-y
KeymasterSee:
https://buddypress.org/support/topic/buddypress-2-5-1-maintenance-release/#post-250987I’ve added a potential fix for this here:
https://buddypress.trac.wordpress.org/attachment/ticket/6969/6969.01.patchMake the change to
bp-core/classes/class-bp-email-recipient.phpto fix this temporarily until BP 2.5.2 is released.March 21, 2016 at 7:37 pm #251619r-a-y
KeymasterI turned off all Plugins except WordPress and Buddypress and this issue still occurs.
Are you sure you disabled all plugins except BuddyPress? If so, check for any rogue code snippets in your theme’s
functions.phporwp-content/plugins/bp-custom.php.Once that is done, delete all registration pages you have set up in WordPress. Create a new WordPress page to be used for BuddyPress registration. Just enter a post title and hit “Publish”. Also, ensure all your pages in the “Pages” trash are deleted.
Next, go to “Settings > BuddyPress > Pages” and set the “Register” page to the page you just created.
March 21, 2016 at 7:30 pm #251617harleycodr
ParticipantI’m not using any email plugins with WordPress…
March 21, 2016 at 7:20 pm #251616r-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. -
AuthorSearch Results