Search Results for 'wordpress'
-
AuthorSearch Results
-
October 31, 2016 at 1:22 am #260569
Marc Luther Capulong
ParticipantHi,
I’ve created two drop-down fields in xprofile and added one option each just to save them. In the registration page, their options are dynamically populated through jquery. Registration is always successful but when the option populated by jquery is selected, it is not being saved. While the option added when creating the fields is selected, it is being saved.
Is it really required to add all the options in the drop-down fields to be able to save it to the user’s extended profile?
Wordpress Version: 4.6.1
Buddypress Version: 2.7.0October 30, 2016 at 5:38 pm #260561In reply to: “Send Message” without reloading the page
Venutius
ModeratorYou could try this plugin, it replaces the profile page send message for with an Ajax form
October 30, 2016 at 4:55 pm #260560Masoud
Participanthi.
i am using latest version of BP and WordPress.
and i am working on a food & recipe website.
in this website, i’d like to show the “private message” button only on admin’s page.
something with the help of:if (current_user_can(administrator) && is_admin()) { \\show the button on his profile } else { \\hide the button on profiles }Or maybe:
if(current_user_id == 1) \\for example user 1 is admin { \\show the message button on his profile for others to see }—–
as an example: imagine you have 4 users. user A, user B, user C, user D.
Role user A : admin
Role user B & C & D : subscribers/or/authors/or/editor/or…
subscribers can’t see the private message button on each others profile page to send each other message.
but when they visit User A profile page, they can see the button , and can send message only to admins…i searched a lot, but all i found was how to hide that button, or remove it.
but not show it only on some profiles for others to see .any help would be much appreciated.
thanks a lot.October 29, 2016 at 5:53 pm #260548In reply to: Force email for login
modemlooper
ModeratorThis is outside scope of BuddyPress support as the login system is core WordPress. You may get better answers in the WordPress forums.
October 29, 2016 at 3:28 pm #260546mummytobe
ParticipantHi, I’m not sure if I should be asking for help here, or over at Buddypress, so just let me know if I need to approach someone else.
I have downloaded Buddypress and BBpress to my site which is using X theme. It seemed to be working well until yesterday when I noticed a glitch. When I am logged in, and visit the various menu items on my page, some show me as being logged in, while others (mainly Home and Chat) show me as being logged out (when I’m actually logged in). Have you any ideas as to what might be going on here?
I created a tester user profile to test the site out, and the problem only seems to be arising on Safari. Firefox and Chrome seem to be working fine, and consistently show me as being logged in throughout the site.
Any help you might be able to offer would be much appreciated!
Using Buddypress Version 2.7.0 and WordPress 4.6.1.
My site can be found at http://mummytobe.co.uk
Many thanks,
Catherine
October 29, 2016 at 2:15 pm #260545In reply to: menu link member list
danbp
Participant– you can add a condition for logged-in user on the directory template.
– for the menu itself, and specially if it is a wordpress menu like primary, you need to write a function. Here another tutorial for this. It’s similar to the other i’ve mentionned previously, but with more examples (including positionning and conditionnals).And you can also open an enhancement ticket if you estimate this should be part of BuddyPress and not only WordPress.
October 29, 2016 at 8:40 am #260543In reply to: How to Turn Off Email Notifications for All Users
danbp
Participantdealing with spammers is a long run work, to not say a never ending work. There is no miraculous plugin or trick to stop them.
And even if you would be a genius coder creator of an extra super original spam shield, you could be sure to became target #1 of all spammers, because in this case, you would represent the absolute challenger of all code breakers !Back to real life.
Most of updates spam comes directly into the DB. Bots are clever and don’t need to login to do that.
Some spammers are real people, and once they are logged, they do their stuff manually. These people can be isolated, but to do this, you have to find them in the user list. Which is absolutely not easy and time comsumting. And of course, this is not prevention but intervention, after you where spammed.You could also track IP‘s, but again, this can be helpfull only AFTER you where spammed. But getting ip’s on admin user list is a great way to gain time. Once you have the IP, you can consult many anti spam sites who store any bot and user known to be attackers. And eventually ban them with this plugin.
For now, first thing to do is to clean your user list. Whatever suspect username, like a589xdf or special to BP, Bill UNERHOOD, can be eliminated. The first example use alpha-numeric digits, the second a very well formed first and last name. It’s extremely rare that normal users enter such credentials. In addition to this, you can check their email. Why would you, for example, have members with a polish email (@blogmedykamenty.pl) if you’re in New Zeeland and your site relates about pets ? In this case, you can raisonably doubt about an interest between medicaments and pets ! You can fire such user.
All this may be good and well, but you have also to hardening WP. This means using another table prefix as wp_ at very first. And second, to not use “admin” as user name. Never !
Read also @venutius tutorialYou have to clean out the existing spammers, unfortunately manually. And to avoid upcoming spam.
To calm down the bots – in case you receive dozen of spam daily, close all comments and deactivate notices and messages component in bp settings for 2 or 3 weeks.
Also, in case you’re on a dedicated server, you really need to enforce his security. But this is out of the scope of this forum.
October 29, 2016 at 8:34 am #260541In reply to: Localized time stamp broken with 2.7 update
r-a-y
KeymasterI tested by switching my WordPress locale to
da_DKand the dynamic timestamp is loadingda.jscorrectly.@adjunkten – If you want to help debug, can you add the following line:
var_dump( $locale );after lines 31 and 42 of this file?
https://buddypress.trac.wordpress.org/browser/tags/2.7.0/src/bp-core/bp-core-cssjs.php?marks=31,42#L22October 29, 2016 at 5:40 am #260538In reply to: Localized time stamp broken with 2.7 update
r-a-y
KeymasterBP 2.7 introduced dynamic timestamps using livestamp.js and moment.js.
For dynamic timestamp localization to work correctly, we try to load the moment.js localization file.
It is quite possible that moment.js does not come with a Danish translation.
@adjunkten – Can you check to see if there is a Danish translation here?
https://github.com/moment/moment/tree/develop/localeIf so, can you output your WordPress locale using
get_locale()? There might be a bug in how we are checking for the moment.js locale file.October 29, 2016 at 12:11 am #260536In reply to: Localized time stamp broken with 2.7 update
Jonas
ParticipantYour time stamps looks correct, I’m guessing you mean the Danish translation isn’t working correctly?
You can grab the newest Danish Buddypress translation here https://translate.wordpress.org/locale/da/default/wp-plugins/buddypress followed by merging your current buddypress-da_DK.po file in poedit like this http://www.marketpressthemes.com/blog/how-to-merge-two-po-files-using-poedit/, translate the words you needs to translate, save it as both buddypress-da_DK.po and buddypress-da_DK.mo – and reupload it to your server in your language folder.
October 28, 2016 at 8:54 pm #260531In reply to: how to add new members
danbp
ParticipantHow do I add a new member to buddypress from the backend of WP?
They are the forum moderators and group admins.
So, how do I “activate” them?What should be understood from your questions ?
Adding a new user from backend and/or promote it as mod or group admin ?
Adding a new user is not related to BuddyPress, but to WordPress.To promote users as mod or admin or add new user to a group from back-end
dashboard > groups > select the group > edit > anything to do that is at the bottom of the screen.October 28, 2016 at 8:52 pm #260530In reply to: how to add new members
Venutius
ModeratorIf they are known to you then you can set them up in the way that you suggested, if you choose not to send them and email, that will prevent the activation mail going out and they will be free to login, you will have to tell them their password though.
To those that have not activated their accounts you can view them in the Dashboard>>Users>>All Users views, their one view called Pending, it’s in here you will find unactivated users.
You could always turn registration on, for them, let them see a new users view of getting set up on the site.
I’m trying to put together a guide to setting up social networks with BuddyPress, you might like to give it a look, it’s here: It’s spread over multiple chapters that you can access via the “Installing BuddyPress” menu.
It’s nothing official, just information on what I’ve discovered over the past couple of years so it’s pretty current.
October 28, 2016 at 5:49 pm #260518Earl_D
ParticipantI see you are using wordfence security plugin. There was a recent but that was preventing uploads on my BP site. You may want to check this thread in WP plugin support forum to see if it related to your problem.
https://wordpress.org/support/topic/recent-update-and-image-uploads/#post-8350474October 28, 2016 at 4:46 pm #260514In reply to: how to add new members
Venutius
ModeratorYes that user would have to be active to show up in the bp member list, you’d have to actually login once with that id
Is it test users you want to populate?
There’s a couple of plugins that will create test user information and traffic, including groups for a test site.
October 28, 2016 at 4:44 pm #260512In reply to: how to add new members
danbp
ParticipantHi,
did you activate the user ?
or have you omit to uncheck Send User Notification ?If you’re doing this just to test BP with some content, use better BP Default Data
October 28, 2016 at 3:54 pm #260508In reply to: menu link member list
October 28, 2016 at 10:17 am #260490In reply to: impossible to create new group, register, ….
Emmanuel
ParticipantHere is my config please :
wampserver 2.5
php v 5.5.12
apache v 2.4.9
mysql v 5.6.17
OS : windows 7
wordpress 4.6.1
Buddypress 2.7an exemple of error meesage:
The requested URL /mysite/register/ was not found on this server.
Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80this is the same for groups and so …..
The requested URL /mysite/groups/create was not found on this server.
Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80October 27, 2016 at 9:19 pm #260466In reply to: Profile Cover Image
Venutius
ModeratorWhich option in particular are you looking for?
You should see these:
Profile Settings
Profile Photo Uploads Allow registered members to upload avatars
Cover Image Uploads Allow registered members to upload cover images
Profile Syncing Enable BuddyPress to WordPress profile syncingGroups Settings
Group Creation Enable group creation for all users
Administrators can always create groups, regardless of this setting.
Group Photo Uploads Allow customizable avatars for groups
Group Cover Image Uploads Allow customizable cover images for groupsOctober 27, 2016 at 7:57 pm #260463In reply to: profile page sidebar assignment
Venutius
ModeratorYep I’ve been playing with it myself tonight, I found that you can also personalise those BuddyPress pages that are static and have a WordPress page such as Members or Groups.
It’s a shame it only does half the job and I’m not sure the Pro version does all of the other half, it does Groups, which I think is a big thing – to have each group sidebar as unique as the group is a nice idea. But there are other pages I’m not sure even the pro version covers.
I might be wrong though so I’m planning on testing it.
October 27, 2016 at 5:54 pm #260458In reply to: profile page sidebar assignment
Venutius
ModeratorYes, you are looking for Content Aware Sidebars, this plugin allows you to create sidebars for each individual profile page view if you wanted to, it’s a little complex at first. I ended up just putting every possible profile page view into the one sidebar and choosing to replace the default sidebar with that.
October 27, 2016 at 5:54 pm #260457jenfilgate
Participant1. Which version of WordPress are you running? 4.6.1
2. Did you install WordPress as a directory or subdomain install? directory
3. If a directory install, is it in root or in a subdirectory? root
4. Did you upgrade from a previous version of WordPress? If so, from which version? yes 4.6.0
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes
6. Which version of BP are you running? 2.7.0
7. Did you upgraded from a previous version of BP? If so, from which version? 2.6.2
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
– AsynCRONous bbPress Subscriptions
– BackWPup
– BAW Login/Logout menu
– bbP private groups
– bbPress
– bbPress auto subscribe for new topics and replies
– BP Direct Menus
– BuddyPress
– BuddyPress for LearnDash
– BuddyPress NoCaptcha Register Box
– Cloudflare
– CodeStyling Localization
– Contact Form 7
– Content Aware Sidebars
– Custom Post Type Page Template
– Draw Attention
– Gallery Carousel Without JetPack
– Google XML Sitemaps
– LearnDash & BBPress Integration
– LearnDash – Gradebook
– LearnDash Content Cloner
– LearnDash LMS
– LearnDash Pro Panel
– LearnDash WooCommerce Integration
– Livemesh SiteOrigin Widgets
– MailChimp for WordPress
– Members page only for logged in users
– Page Builder by SiteOrigin
– Post Types Order
– Postman SMTP
– Prevent Content Theft Lite
– Revolution Slider
– Simple User Profile
– SiteOrigin Widgets Bundle
– Slideshow
– Slim Stat Analytics
– The Events Calendar
– Theme My Login
– Ultimate Posts Widget
– User Login Log
– W3 Total Cache
– Widget Importer & Exporter
– WooCommerce
– WooCommerce MailChimp
– WordPress Importer
– WP Better Emails
– WP Smush9. Are you using the standard WordPress theme or customized theme? customized
10. Which theme do you use ? Invent
11. Have you modified the core files in any way? no
12. Do you have any custom functions in bp-custom.php? no
13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.5.10
14. Please provide a list of any errors in your server’s log files. none
15. Which company provides your hosting? InMotion Hosting
16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache
I did the tests you recommended and it was my W3 Total Cache plugin that was causing the issue. I will have to look into that to figure out what setting was messing it up. @Scaffies doesn’t have that plugin, so guess our issues were caused by different things.
October 27, 2016 at 3:51 pm #260448In reply to: Maybe Buddypress is not right for OUR community!
coffeywebdev
ParticipantI could maybe help out! I estimate that it would cost ~$100-200. I specialize in WordPress plugin extensions, you can check my website out at http://coffeywebdev.com!
I’ve been pretty busy lately, but I found a potential solution on these forums:
I’d be happy to help you make these adjustments, you can direct message me about cost/timeline/etc.
In members-loop.php use this
<?php if ( bp_has_members(bp_ajax_querystring( ‘members’).’&type=alphabetical’) ) : ?>source: https://buddypress.org/support/topic/show-all-members-in-buddypress-directory/
October 27, 2016 at 3:22 pm #260447naowin
ParticipantHello!
i’m using WordPress 4.6.1, Buddypress 2.7.0 and multi site.
I’m using the theme Boombox with Viralpress, and when i go to the “posts” tab in the profile page, i don’t see any posts…
Is it because Viralpress make different kind of posts? Do you know how to make them appear please?Thank you in advance!
October 27, 2016 at 3:14 pm #260446In reply to: Error Call to undefined function dbDelta ()
nhatnnt1
ParticipantHello.
Sorry for late reply. I had to reinstall several times and install wordpress not script. I do not understand why.
If BuddyPress plugin and theme running on the host. It works well. But when up vps is problematic. I have tried many ways.
Looking forward to your suggestions.October 27, 2016 at 2:37 pm #260443In reply to: impossible to create new group, register, ….
Emmanuel
ParticipantI am using
wordPress 4.6.1
buddyPress 2.7
I deleted the other plugins. only buddypress plugin is active but the problem remains
I try other theme but nothing happen -
AuthorSearch Results