Search Results for 'wordpress'
-
AuthorSearch Results
-
February 17, 2016 at 2:18 am #249951
In reply to: Comment and Reply on Activity Page
singhnavjeet
ParticipantHey modemlooper,
Thank you very much for the reply.
I have switched my theme (child theme) to main theme (buddy theme) and also to the default wordpress theme 2015.
The comment still does not appear to work on any of the themes.
Also I have deactivated all the plugin still it does not work. :S
Regards,
SinghFebruary 17, 2016 at 1:37 am #249947In reply to: activity stream: dynamic order
modemlooper
ModeratorIt’s a bit outdated but might work https://wordpress.org/plugins/buddypress-activity-stream-bump-to-top/
February 17, 2016 at 1:15 am #249940modemlooper
ModeratorUse login redirect https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect
February 17, 2016 at 1:09 am #249939In reply to: Confirmation email
February 16, 2016 at 11:15 am #249912In reply to: @mention autosuggest in visual editor
vohraraghu
Participant@bhagwantmann
This is very good and helpful many times i suffered from this problem, I appreciate your ideaThanks
February 16, 2016 at 4:16 am #249907In reply to: Welcome email subject
jamesattoronto
ParticipantThank you for your help.
Follow the link you provided, I finally figure out that the subject of ‘Welcome email’ is defined in WordPress language file under ‘\wp-content\languages’ folder.
Search for ‘New %1$s User: %2$s’.
February 15, 2016 at 9:24 pm #249876In reply to: Welcome email subject
February 15, 2016 at 3:15 pm #249868In reply to: @mention autosuggest in visual editor
oliver_rub
Participant@benworxnl sure, I use the bbPress Enable TinyMCE Visual Tab plugin (https://wordpress.org/plugins/bbpress-enable-tinymce-visual-tab/) which is pretty much just the same as what is suggested by bbPress (see the post of danbp above).
February 15, 2016 at 2:38 pm #249865In reply to: Is anybody using Redis with Buddypress?
navinachettri
ParticipantI dont know if this issue is specific to me but when I enable redis I get all kinds of weird results.
My host is cloudways and I have followed this instructions for enabling redis1) Could not delete activity streams
Disabled redis…changed my theme to twentyfifteen and enabled redis once again but
1) I could not activate the redis plugin….no matter ho many times I activate it, it gets deactivated on its own
2) The active theme reverted to my original theme on its own
3) When I try to get to redis plugin settings; get error”You do not have permission to access this ..”Is this issue specific to me? Please update on your tests too
February 14, 2016 at 1:03 pm #249850In reply to: Feature request: Last login
Henry Wright
ModeratorThere are plugins that can do this. It isn’t necessarily a BuddyPress thing
February 13, 2016 at 10:37 pm #249842In reply to: Global $bp does not contain current_user data
r-a-y
KeymasterIt’s because
bp_displayed_user_id()is only applicable on member profile pages (eg.example.com/members/USERNAME).You’re probably looking to use
bp_loggedin_user_id(). Or if you just want to rely on WordPress functions, just useget_current_user_id()/get_user_by().February 13, 2016 at 3:36 pm #249834shanebp
Moderator1.
is_super_admin( $user_id )
https://codex.wordpress.org/Function_Reference/is_super_admin2.
bp_get_displayed_user_fullname()But at-mention functionality only works with user names.
So@jino01will work
But@LarryJinowill not work.February 12, 2016 at 2:29 pm #249817In reply to: Buddypress Security
Henry Wright
ModeratorI echo what @shanebp said.
February 12, 2016 at 11:24 am #249813In reply to: Can´t upload avatars and proflie covers
airsid
ParticipantHello,
WordPress version? Last one
Theme activated? Customizr
Plugins dealing with media activated?
Browser used? Firefox, Chrome
Host ? o2switchI’ve disable cache plugin, lazy load video plugin and clear the browser cache.
When changing image profile or image cover, the right sidebar goes down and {{data.filename}} text appears next to the profile content div area.How can I send you admin access so you can have a close look at it if you have time of course ?
February 12, 2016 at 11:22 am #249812onix07
ParticipantI do not agree , because WordPress 4.4.1 it worked fine . And why after register of member no name displayed on the user page
February 12, 2016 at 5:39 am #249808In reply to: Can´t upload avatars and proflie covers
Mathieu Viet
ModeratorOk the problem is W3 Total Cache
See https://buddypress.trac.wordpress.org/ticket/6893#comment:14
February 12, 2016 at 4:18 am #249806In reply to: Can´t upload avatars and proflie covers
Mathieu Viet
ModeratorHi all,
Thanks a lot for your feedback, but just saying “it’s not working for me” is not helping that much 🙂
Let’s share as much infos as possible..
WordPress version?
Theme activated?
Plugins dealing with media activated?
Browser used?
Host ?I’m saying this because i was able to set my cover image on @christopherwayne website and set my avatar using the wp-admin/profile Extended profile area of his website.
Perhaps try to clean your browser’s cache…
February 11, 2016 at 11:15 pm #249798In reply to: Buddypress Security
shanebp
Moderator1. On a standard install, if somebody was able to log in as a subscriber, they can mainly be annoying: generating lots of Notices and maybe emails, inappropriate content, etc.
In general, read up on ‘wordpress hardening’.
February 11, 2016 at 10:23 pm #249794shanebp
ModeratorThanks for opening the ticket.
https://buddypress.trac.wordpress.org/ticket/6895
In the ticket, please add a reference to this thread and also paste your useful filter.February 11, 2016 at 9:49 pm #249789shanebp
Moderatorbp_core_validate_email_addressuses the WP functionemail_exists.
So perhaps that WP function should check the signups table.You can open a ticket here and a decision will be made as to whether it should actually be a WP ticket:
https://buddypress.trac.wordpress.org/newticket
Use the same suer / pw you use for these forums.February 11, 2016 at 6:15 pm #249777WalkerDesign1
ParticipantDoes anyone know where I should be implementing the code that @imath has shared with me regarding the error message I have received?
Upload Failed! Error was: That photo is too big. Please upload one smaller than
This error message only happens when their is an upload of the profile photo within BuddyPress. The same profile photo can be uploaded into the media library within WordPress successfully. Unfortunately BuddyPress does not look for the media library to upload the profile image. It looks for the users hard drive.
Note: The upload of the profile image was working for the original install 2 months ago. I was able to upload 400 members profile images and then one day it stopped working. Not sure if there was an update that is causing the conflict.
Help would be appreciated as this is delaying the launch of this website.
February 11, 2016 at 5:34 pm #249772In reply to: private event for exclusive company site
calvin
Participantyou can make available certain contents for members only using one of the many wordpress membership plugins, just browse around to find one suitable for you.
https://wordpress.org/plugins/tags/members-onlyFebruary 11, 2016 at 3:51 pm #249759In reply to: Mystery privacy
shanebp
ModeratorBy default, all BP pages are public.
Your feedback page is not a BP page, afaik.
Therefore something in your theme, plugins or custom code is setting that WordPress page to private.
I doubt it is related to .htacessFebruary 11, 2016 at 3:45 pm #249757In reply to: Hide pages /Member 2 plugin
shanebp
ModeratorHave you tried this plugin?
https://wordpress.org/plugins/bp-simple-private/February 11, 2016 at 9:46 am #249750In reply to: Can´t upload avatars and proflie covers
Mathieu Viet
Moderatori have the problem after migrating my wordpress installation from one server to another
Meaning this wasn’t happening before this migration?
In the meantime, you can temporarly fallback to the “old” Avatar UI by adding this filter:
// This will disable the Avatar UI and let you use the old UI add_filter( 'bp_avatar_is_front_edit', '__return_false' ); // These will disable the cover image. add_filter( 'bp_is_profile_cover_image_active', '__return_false' ); add_filter( 'bp_is_groups_cover_image_active', '__return_false' ); -
AuthorSearch Results