Search Results for 'buddypress'
-
AuthorSearch Results
-
October 4, 2018 at 7:09 am #277179
In reply to: DIrect messaging problem
casper99
Participantreported as a bug:
https://buddypress.trac.wordpress.org/ticket/7982#ticketOctober 4, 2018 at 5:51 am #277176In reply to: User cover image will not add app to view portal
brudderj505
ParticipantI’m not the type of person that’s going to issue a bunch of complaints and not issue any suggestions so I do have one suggestion regarding a search navigation problem… The search navigation problem should be established on the page where the user has direct access to it to designated to what page is on the website he wants to put it on for one thing I’m building an adult social media platform and in the state of New Mexico I can be facing federal charges if I had the navigation bar for the platform buddypress31 on my front page We’re Miners could get to it for the more I have a moral problem with that second of all there’s a technical problem with that having it as a widget you really have no easy access to manipulating the navigation bar as to where you want it on your website so just like users & groups you ought to set the navigation bar as page or something to that effect where I can be easily handled or even better yet maybe just to plugin and just tell the customer wants it download buddypress31 load the plugin for the navigation bar which is customizable to what page is you wanted on and how you want to set it up just like the navigation bar for WordPress… Okay so that’s my one constructive thought I don’t have any idea what to say about the image problem I can’t figure it out I think it’s a great big pain in the butt
my other consideration to the end user if you would know PHP in user that is is that you ought to be able to access all of the PHP HTML for buddypress31 press editor then at least it would be easy access to the fundamental code if you had to buy no other choice do any kind of reprogramming…Once again just my humble but accurate opinion
October 4, 2018 at 5:43 am #277175In reply to: User cover image will not add app to view portal
brudderj505
ParticipantIn regards to the specific problem of the user profile photo it has become a secondary problem as I have discovered that I have no navigation bar for the social platform option basically all I have is a plug-in with a fancy back in for blogging that’s about it users cannot navigate to any of the buddypress31 for the morning either. As the administrator because it is set as a widget and I have tried 3 different things and I can’t get the widget to work on any of them…
In regard to the problem with the user profile cover image when I look at it it desktop mode is still does not fit but at least it’s a little bit better but on mobile devices as I said if somebody takes a profile pic it all you can see in the viewport is maybe their nose or half of their mouth or half of their eye so it’s got a serious problem on three different seems that I’ve tried it on and I got tired of trying anymore I just don’t think you should be that hard it should either work or it doesn’t work… I would ask for a workaround I have considered trying to use some PHP in the editor to fix the problem but I do not understand how the child theme setup works with buddypress31 not sure where to attempt PHP fix and furthermore I have 40 hours a week minimum on brick-and-mortar Administration and I’ve already wasted 80 hours plus over the last 3 weeks screwing around with this document and yeah I’m just trying to run a business
October 4, 2018 at 5:40 am #277174In reply to: User cover image will not add app to view portal
brudderj505
ParticipantOnce again I would like to reiterate that I am not trying to bust anybody’s chops or anything to that nature…
I am a front end developer at best and definitely not a software programmer but I understand how stressful it can be and how difficult it is to find the bugs until people start to use it…
but especially in the case of buddypress31 must have at least a thousand people participating in the project to a greater or lesser extent there for you have more than enough user pool to give it throw testing for integration with current WordPress as well as back versions… As far as setting up an end-user direct response system for problems I’m not sure how to approach it but I know that if it were tackled it would vastly improve buddypress31 pro version software
.Just my humble but accurate opinion…
October 4, 2018 at 5:37 am #277173In reply to: User cover image will not add app to view portal
brudderj505
Participantmy previous post in regard to this particular website is the fifth revision of this website the first for revisions of this website were all used with auto install and after that I downloaded the entire buddypress31 swear explicitly prohibits Auto install of WordPress with platform like soft pholicious which is what I used to install WordPress the first three times in the first three instances you could not access the sign-up or the registration or the activate page I’ve gone through at least six teams and it did not integrate well with any of them for various reasons some functions woodworking one theme and then other things those functions would break in new functions would work but and nothing was it completely functional… So I had WordPress installed by the it texted DMT to make sure that it was installed correctly through the admin panel MySQL which is what is required for the WordPress in order for buddypress31….
I am aware that buddypress31 but that does not excuse the fact that there is no core development structure going on to supervise the fluid integration of buddypress31 press WordPress itself is an open source project and It suffers a similar problem…
open source project in something like science research is incredibly useful cuz you can get hundreds of thousands of subjects to participate but it’s something like complicated software development it has serious pitfalls and downfalls to compensate for those pitfalls and downfalls there needs to be some form of structured end-user resource for immediate specific question and answer… But even before that then needs to be some kind of structured LLC hierarchy type situation that supervises the functionality of the software before it is released to the public…
In this last paragraph I’m disgusting the business structure that applies to a successful business because that’s what I know as I mentioned in my earlier post I’m only interested in software development to the extent that it makes me money as a businessman and an entrepreneur…
and I sincerely believe that that is the case for most people that are interested in buddypress as in casual bloggers don’t really have an interest in the social media platform per seOctober 4, 2018 at 3:49 am #277172olandir
ParticipantI have a corporate Intranet running on WordPress 4.9.8 and BuddyPress 3.1.0
I have specific xprofile fields that I’d like only editable to people who have the “Edit Users” capability.
I’ve seen snippets of code here or there that almost do what I’m looking for but everything I’ve found is old and out of date.
Could someone help me with this.
Basically I need the PHP equivalent of
If we’re on the edit BuddyPress profile page AND user does not have the “edit users” capability then hide profile fields with X id(s).
I’d also be happy with specifying a role instead of capability as long as I can specify multiple role ids.
Thank you in advance.
October 3, 2018 at 11:52 pm #277171In reply to: Identicon lost
gingerbooch
ParticipantHi @prashantvatsh,
At first, I thought your test was different because the default avatar in you example is a static one called “Logo (Gravatar)”, the same for every users, while mine is a dynamic one called “Identicon (generated)”, a different one for every users.
I tried your example on a test server, that worked. Then I tried with my case (generated identicon), that worked too !
Finally I found the reason, in fact the replacement avatar was not coming from the classic “upload a picture”, it was coming from a social plugin (nextend) which retrieves the facebook avatar when you link your WP-account with FB-account, and stores it in the server but in a different folder that buddypress does. (Plus some extra “butterflies” in the DB …)
I reproduced it several times today to understand exactly what is happening, I write it down in case that could help anyone in the future.
What I did first was unlinking the FB-account, but I realized the avatar was still there.
So I clicked on “delete the picture” from my BP-profile page. Success message, but the FB-avatar is still there.
Then I use “inspect element” on my browser. I found his name is “user-99-2-150×150.jpg” and I get the path to the folder too.
First I search that file in the database, I found one “_wp_attachment_metadata” in “postmeta” table. I delete the row.Here is the point I was stuck on. The picture is gone but there is no more avatar and the header is now above the profile tabs š
Then I went to the server folders, removed the file but what I missed last time is that there are two files š … “user-99-2-150×150.jpg” & “user-99-2.jpg” … I deleted both, no changes, and I did it so fast, I forgot there was 2.I really thought the problem was coming from BP/Gravatar.com, I thought the path to my original avatar was lost in the DB (and using a dynamic name).
Finally, thanks to your answer, I just inspected the header again, and found the new avatar link pointing to the second file “user-99-2.jpg” !! Yes !! šBack to the database to look for this second file and there are two answers :
One “_wp_attachment_metadata” row in “postmeta” table -> deleted. (at this stage the original gravatar is back)
One “attachment” row in “posts” table -> deleted. (no need to keep this row)The problem is solved. Thanks a lot for your answer, you drove me to the good direction.
Have a nice day šOctober 3, 2018 at 9:35 pm #277168In reply to: Identicon lost
Prashant Singh
ParticipantHi,
I have tried to generate the same scenario with the default theme(2016) and Legacy Template. Please see: https://screencast-o-matic.com/watch/cF6eryYlWO
It works fine for me. Can you please check the same with default theme as well as try disabling other plugins except BuddyPress to check if any of them created the issue.
Thanks
October 3, 2018 at 9:22 pm #277167In reply to: Not showing accept friend request option
Prashant Singh
ParticipantHi,
I am facing missing members on members page.
Members gets listed on members page as soon as they login to the site. BuddyPress always shows active members in the directory. Please confirm once if they have ever logged-in or not.
I have another issue when I tried to add friend from another user profile then I have seen new user friendship request in notifications. I have click on it then I am see āYou have no pending friendship requestsā error .
Please try disabling other plugins except BuddyPress and then test once. Also if plugins seems one then try to switch to default theme to see if the issue remains or not.
Thanks
October 3, 2018 at 9:09 pm #277165Prashant Singh
ParticipantHi,
Please go to BuddyPress settings (Settings->BuddyPress->Options) and then in āTemplate Packā option choose template legacy.
Hopefully, it will fix the issue.
Thanks
October 3, 2018 at 9:03 pm #277164In reply to: User cover image will not add app to view portal
Prashant Singh
ParticipantPlease try those things that Shane mentioned and also please see this video https://screencast-o-matic.com/watch/cF6eYPYl9U where I am using the same theme to test with BuddyPress. You will see that everything looks fine there, so certainly there is anything else that is creating the issue.
Thanks
October 3, 2018 at 4:25 pm #277067In reply to: User cover image will not add app to view portal
shanebp
ModeratorBuddyPress is open source code – not a commercial product, not a hosting platform.
All work is done by volunteers.I have not experienced the issues you mention.
It can be frustrating to debug.
You’ve described the issue, but not what you’ve tried to fix it.> Buddypress was manually installed by the it text and DMT web hosting
Why? Why didn’t you just use the auto-installer?Have you tried –
– deactivating mediaPress
– deactivating any other plugins
– switching to another WP theme
– switching template packs via …/wp-admin/admin.php?page=bp-settings
– using your browser debug tools to see what the css is for profile imagesiow – basic debugging to try and narrow down the possible causes.
October 3, 2018 at 6:57 am #276945In reply to: User cover image will not add app to view portal
brudderj505
ParticipantPS here’s another problem when are you going to make this website mobile-friendly we’re living in 2018 for goodness sakes…
On my Droid cell phone when I look at the post I just put up… my Personal Image is covering over the plug-in’s on the site which need to be consider holistically to fix the problem…
FYI: the majority of the world uses Droid tablets and cell phones
…
.. Solution to Communication BreakdownBuddypress development Community needs to established a direct SMS textsupport
To end users and web site Admin’smethod by which end users can get direct answers to specific problems…
This is the approach most of the successful and profitable hosting platforms U and it is quite effective and satisfying.
I know that means of buddypress31 source or grateful for any assistance they can get in setting up buddy Presby cuz it is a complicated and aggravating matter but it does not get easier when you’re faced with Reams and reams of documentation and hours upon hours of reading only to find no solution…October 2, 2018 at 9:11 pm #276939In reply to: Creating Private Groups Gives No Access to Creator
shanebp
ModeratorI cannot duplicate this issue.
You can narrow things down by deactivating any plugins re buddypress.
Then test the issue.
If it does not persist, then reactivate those plugins One At A Time and test the issue again.
That should allow you to identify the specific plugin incompatibility.
AT that point, possible fixes can be discussed.October 2, 2018 at 8:05 pm #276934In reply to: BuddyPress causing error
Prashant Singh
ParticipantHi,
Your theme does not seems to be compatible with the latest versions of BuddyPress. Please ask theme developer once.
You can also try switching template packs in BuddyPress settings (Settings->BuddyPress->Options) and then in ‘Template Pack’ choose different template. If it does not help the certainly the theme is not compatible with newer versions of BuddyPress.
Thanks
October 2, 2018 at 12:15 pm #276919In reply to: Upload Avatar and cover image issue
kelwin17
Participanti got solution after reading many posts.. here it is link: https://buddypress.trac.wordpress.org/ticket/6893#comment:17
October 2, 2018 at 6:41 am #276913In reply to: Use member type to limit access?
Prashant Singh
ParticipantOctober 2, 2018 at 6:26 am #276911In reply to: Please help with emails
Prashant Singh
ParticipantHi,
This code will allow to use all the WordPress emails instead of BuddyPress or if you have existing email template system. So password reset should work for you.
Thanks
October 2, 2018 at 6:23 am #276910In reply to: Creating members outside of theme
Prashant Singh
ParticipantI am not saying that it’s not practical to use but if it is restricting you to create user through this then the workaround can be the solution I have suggested and I think it will send a mail to the user to let him/her know that their account is created on the site.
If you want exactly same functionality like BuddyPress registration then please check this plugin as well https://www.gravityforms.com/add-ons/user-registration/ and this is the link where they notified that it is integrated with BuddyPress https://docs.gravityforms.com/user-registration-add-on/#buddypress-integration
Thanks
October 2, 2018 at 4:56 am #276909In reply to: Buddypress disappeared?
jameswee
ParticipantUnpacking the packageā¦
Upgrading the pluginā¦
Backing up the old version of the pluginā¦
The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. bp-notifications/screens, bp-notifications/screens/read.php, bp-notifications/screens/unread.php, bp-notifications/actions, bp-notifications/actions/delete.php, bp-notifications/actions/bulk-manage.php, bp-members/screens, bp-members/screens/activate.php, bp-members/screens/profile.php, bp-members/screens/directory.php, bp-members/screens/register.php, bp-members/actions, bp-members/actions/random.php, bp-activity/screens, bp-activity/screens/permalink.php, bp-activity/screens/friends.php, bp-activity/screens/directory.php, bp-activity/screens/mentions.php, bp-activity/screens/groups.php, bp-activity/screens/favorites.php, bp-activity/screens/just-me.php, bp-activity/actions, bp-activity/actions/unfavorite.php, bp-activity/actions/delete.php, bp-activity/actions/favorite.php, bp-activity/actions/spam.php, bp-activity/actions/post.php, bp-activity/actions/reply.php, bp-activity/actions/feeds.php, bp-core/admin/sass, bp-core/admin/sass/hello.scss, bp-templates/bp-nouveau, bp-templates/bp-nouveau/sass, bp-templates/bp-nouveau/sass/_nouveau_messages.scss, bp-templates/bp-nouveau/sass/_nouveau_invites.scss, bp-templates/bp-nouveau/sass/buddypress.scss, bp-templates/bp-nouveau/buddypress, bp-templates/bp-nouveau/buddypress/members, bp-templates/bp-nouveau/buddypress/members/activate.php, bp-templates/bp-nouveau/buddypress/members/register.php, bp-templates/bp-nouveau/buddypress/members/index.php, bp-templates/bp-nouveau/buddypress/members/single, bp-templates/bp-nouveau/buddypress/members/single/blogs.php, bp-templates/bp-nouveau/buddypress/members/single/profile.php, bp-templates/bp-nouveau/buddypress/members/single/friends.php, bp-templates/bp-nouveau/buddypress/members/single/notifications.php, bp-templates/bp-nouveau/buddypress/members/single/home.php, bp-templates/bp-nouveau/buddypress/members/single/groups.php, bp-templates/bp-nouveau/buddypress/members/single/settings.php, bp-templates/bp-nouveau/buddypress/members/single/messages.php, bp-templates/bp-nouveau/buddypress/members/single/profile, bp-templates/bp-nouveau/buddypress/members/single/profile/change-avatar.php, bp-templates/bp-nouveau/buddypress/members/single/profile/edit.php, bp-templates/bp-nouveau/buddypress/members/single/profile/profile-loop.php, bp-templates/bp-nouveau/buddypress/members/single/profile/change-cover-image.php, bp-templates/bp-nouveau/buddypress/members/single/profile/profile-wp.php, bp-templates/bp-nouveau/buddypress/members/single/cover-image-header.php, bp-templates/bp-nouveau/buddypress/members/single/plugins.php, bp-templates/bp-nouveau/buddypress/members/single/default-front.php, bp-templates/bp-nouveau/buddypress/members/single/friends, bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php, bp-templates/bp-
October 1, 2018 at 8:42 pm #276900In reply to: Creating members outside of theme
Prashant Singh
ParticipantHi,
You can directly create a WordPress user also and it will become BuddyPress member automatically.
Please check: https://wpengineer.com/2054/create-users-automatically-in-wordpress/
Thanks
October 1, 2018 at 3:15 pm #276891In reply to: bug in buddypress install
Prashant Singh
ParticipantHi,
It is possible that your theme is not compatible with BuddyPress latest version or there are style conflicts in theme’s style and plugin’s style.
Thanks
October 1, 2018 at 1:46 pm #276884In reply to: Buddypress disappeared?
jameswee
Participanttrying to re-install buddypress, but it show āInstallation Failed: Destination Folder already existsā
login to putty to delete the directory of buddypress, it show permission denied.
October 1, 2018 at 1:40 pm #276883In reply to: Buddypress disappeared?
Prashant Singh
ParticipantHi,
Please install and activate this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and then download the zip of BuddyPress plugin from wordpress.org and then on your site go to add new plugin and upload the zip there.
It will replace the previously existing folder and will add the new one.
Thanks
October 1, 2018 at 1:37 pm #276882In reply to: Send Invites Adds Users to Group Automatically
Prashant Singh
ParticipantHi,
Please check this thread once https://buddypress.org/support/topic/automatic-add-to-groups-including-private-ones/
Thanks
-
AuthorSearch Results