Search Results for 'questions'
-
AuthorSearch Results
-
October 1, 2016 at 8:56 am #259299
In reply to: translating bbpress show internal server error
danbp
ParticipantHi,
you are on the BuddyPress support.
bbpress questions should be asked on bbpress support.
And as you use Loco Translate plugin, and apparently have an issue with it, you have to ask on the LT plugin support.To get more about chinese translation, help and much more, please read the Polyglots blog.
September 29, 2016 at 7:42 am #259212In reply to: BuddyPress pages style issues
danbp
ParticipantHi,
color scheme’s are usually defined by the theme. Positioning elements needs some ID’s or class correctly defined and a medium knowledge for HTML & CSS handling.
if you create a child theme, you can change a lot of things related to BuddyPress, including CSS.
Read through the theme guidelines on BP Codex to get a general overview and check also the documentation of your theme.
Unfortunately, you use a premium theme and, as we have no access to his code, we can’t assist you more for it. Any questions related to it should be asked on your theme support.
But don’t hesitate to search the BuddyPress forum using keywords like css, template and so on…
September 18, 2016 at 12:48 am #258878ngiderin
ParticipantHi @shanebp, thank you for creating an awesome plugin and responding.
We are so impressed looking up into WC Vendors Map and we are now getting interested to apply WC Vendors Map.
We see that the store are already embedded into the pop-up window, and when we click on them, the shop and products are shown promptly, which we really like.
Yet there are still some lingering questions:1. Can WC Vendors Map displays the vendor’s current location automatically?
Our vendors are very mobile, we would love to enable them to update their current location easily.2. We are going to display vendors by their roles (category), would WC Vendors Map able to sort which category (vendor roles) are on display?
This is the main thing that made us choose Geo My Wp (for their Exclude Members add-on).3. Can the vendor set the time when they would be showing on the map based on their working hours (whether they are on business or OFF business)?
We are concerned of the density (over-crowding) of map markers on the map displayed.Could you please answer us by the order of the numbers above, we are hoping that WC Vendors Map can be the solution.
If no, is there any suggestion that you may advise us to accomplished the points above, whether they are plugins or add-ons.
We are looking forward to hearing from you @shanebp, thank you for your time and advice.
September 12, 2016 at 9:37 pm #258672In reply to: activity primary key
danbp
ParticipantHi,
a mysql error has nothing to do with BuddyPress.
#1062 – duplicate entry ‘190’
Normally you re-import datas in empty tables when you restore. In your case it seems that an entry with an ID ‘190’ was already in bp_activities table…More details here
http://stackoverflow.com/questions/29545733/error-1062-duplicate-entry-in-mysqlhttp://www.w3resource.com/mysql/administration-tools/phpmyadmin-tutorial.php
September 11, 2016 at 10:13 am #258624In reply to: “Create Group” button not showing
claudiosinopoli
ParticipantHi danbp!
Thanks for your prompt reply.Replying your questions:
– Yes, group creation is allowed for all users
– Yes, it works in the usermenuYou can visit my website at http://www.claudiosinopoli.com/sinergy/ and login with the following
user: aldo
pwd: aldoAs you can see if you are in the page http://www.claudiosinopoli.com/sinergy/groups/ you get the button but when you are in http://www.claudiosinopoli.com/sinergy/members/aldo/groups/ the button is missing.
The same is happening with the Twenty-Sixteen (see HERE)
If required I can give you admin access.
August 23, 2016 at 5:39 pm #257943In reply to: Adding notification for groups.
danbp
ParticipantHaven’t you found that plugin ?
Introducing BP Group Activities Notifier plugin for BuddyPress
Don’t omit to read the comments too. They’re several questions who can interest you.
August 19, 2016 at 10:44 pm #257812In reply to: Register LABEL
danbp
ParticipantHi,
have you done this ?– create a new field
– enter Birthday as title
– give a description
– Under Type section, select date selector
– saveWhen you’re on a profile’s edit page, you should see
– title
– date selector (day, mounth, year)
– This field can be seen by:….
– the field descriptionIf you highlight the whole and check his source code, you would see something like:
<fieldset class="datebox"> <legend>Birthday</legend> <div class="input-options datebox-selects"> <label for="field_xx_day" class="bp-screen-reader-text">Select day</label> <select id="field_xx_day" name="field_xx_day"> <option value="">----</option> <label for="field_xx_month" class="bp-screen-reader-text">Select month</label> <select id="field_xx_month" name="field_xx_month"> <option value="">----</option> <label for="field_xx_year" class="bp-screen-reader-text">Select year</label> <select id="field_xx_year" name="field_xx_year"> <option value="">----</option> </div> </fieldset>If you can read this code but don’t see it’s ouput on your theme, you have to find which CSS rule is handling the labels.
Could be a simple contrast issue or something omitted somewhere.
To get sure of this, try first with one of Twenty’s theme.And if possible, answer the questions you already received from Paul and give some details about your install: used theme and plugins at least.
August 16, 2016 at 8:18 am #257658danbp
ParticipantYes, that was already clear. But what about the other questions ?
July 28, 2016 at 9:09 am #257081In reply to: Different forum permissions
Henry Wright
ModeratorForum topics are a bbPress thing. If you have questions related to those, bbPress is the best place:
July 24, 2016 at 6:02 pm #256995In reply to: Profile Print
r-a-y
KeymasterYou’d have to add a custom “Print” button in your template. Or perhaps you could use a WordPress plugin.
If you go the custom code route, here’s an article that might help:
http://stackoverflow.com/questions/16894683/how-to-print-html-content-on-click-of-a-button-but-not-the-pageJuly 20, 2016 at 1:02 am #256823In reply to: Buddypress Profiles Display In Wrong Order
danbp
Participant@eli225, please calm down. @sharmavishal is only trying to help you !
It’s not easy trying to help people asking questions without giving much details. It’s the case with this topic and your previous. Have you even read this before asking ?
This is not possible: Buddypress Profiles Display In Wrong Order as it is not BP but the site admin who determines this.
xprofile fields and xprofile field groups (what you call section i suppose ) are drag’n’dropable.
If despite a correct positionning in the backend, the order changed on front-end, two possibilities: the drag’n’drop was to fast or there is a js error/latentency/cookie somewhere. And this is generally due to the theme in conflict with a plugin (which could be BP).
Unfortunately, kleo is a premium theme for which you can’t expect assistance here, as we have no access to it’s code.
For the part related to BuddyPress, note that the actual version works flawlesly with the xprofile component. Nobody related a similar issue to yours recently.
So back to handcrafted annoying but very related questions:
What do you call section ?
Which type of field do you use ?Also related to general debug work:
Have you tested with another theme ?
Have you tested without any other plugin as BP ?July 19, 2016 at 11:34 pm #256818In reply to: Incorrect all member number count
knowitallnz
ParticipantHi Jrzvw,
Were you able to fix this?
I can’t find where to start a new questions so i will just add to this one?
My current site only shows the members that were active. There is 50 WP members registered but only 22 showing on ALL MEMBERS page. I feel the amount of members showing will influence the amount that will join up. SO this one time I would like to have it show all registered members and after it can just add them as they are active.
I tried :
add_filter( ‘bp_get_total_member_count’, ‘bp_core_get_total_member_count’ );in the theme function.php and also bp-custom.php BUT it did nothing.I tried a few other suggestions e.g one that did make the last activity of all users registered to be a certain time, however this made all the Members look as they are logged in. Is there any code I can insert in function.php that will show the members registered and not just the active ones?
Cheers.
BP 2.6.11
WP 4.5.3July 15, 2016 at 8:34 pm #256642coffeywebdev
ParticipantI think ‘bp_init’ is the wrong hook.. Try using ‘bp_core_signup_user’
function save_wc_address() { if ( wp_verify_nonce( $_POST['bp_settings_general'] ) ){ $user_id = sanitize_text_field( $_POST['user_id'] ); //sanitize input data $billing_phone = sanitize_text_field( $_POST['billing_phone'] ); //update user meta update_user_meta( $user_id, 'billing_phone', $billing_phone); } } add_action( 'bp_core_signup_user', 'save_wc_address');July 15, 2016 at 8:27 pm #256639In reply to: Add $_POST data before submitting registration
gorbett
Participantthanks for all the help. I ended up doing something like this in my functions.php child theme:
function assign_username() { if ( isset( $_POST ) ) { $_POST['signup_username'] = create_username(); } } add_action( 'bp_signup_pre_validate', 'assign_username' ); function create_username() { $i = 0; $username = $_POST['field_3'] . $_POST['field_4']; while ( username_exists( $username ) ) { $username = $username . ++$i; } return $username; }However, now I have some weird behavior that is asking me if I want to leave the page when submitting the form (typical window.onbeforeunload event when entering information: http://stackoverflow.com/questions/1119289/how-to-show-the-are-you-sure-you-want-to-navigate-away-from-this-page-when-ch) although I have no idea what is triggering it on my custom register.php (https://pantest.centralus.cloudapp.azure.com/register/).
So I think my code above solves my $_POST issue, but now I have another one. Going to run through some tests to debug it now.
Thanks again for the prompt help. Was hoping people still check out these forums.
July 14, 2016 at 8:07 pm #256612Jeremy Pry
ParticipantThanks all for the quick replies. I don’t mean to ignore all of your helpful questions and suggestions, but those may not be needed anymore.
After getting a chance to speak with a colleague who’s been out of the office for a while, I was able to identify the problem here. A function from a custom plugin was filtering both the
bp_before_has_activities_parse_argsandbp_after_has_activities_parse_argsfilters, and the specific problem was that it was setting$args['include']to an empty string. This removed the comment ID that was supposed to be part of the query, and resulted in the wrong query. We don’t know why it was doing this in the first place, but it has been corrected and the infinite loop has been fixed.Regardless, it may be beneficial to include some checking in this code to prevent the possibility of an infinite loop even for edge cases like this.
July 14, 2016 at 8:44 am #256590In reply to: Recommend caching plugin for BP
tonywillis
ParticipantSo is this is definite “Object cache doesn’t work inside W3 Total Cache” because it breaks password resets? This seems to be my experience.. I’ve whitelisted registration, membership (Paid Memberships Pro) and activation pages in the page cache but seem to have issues with password reset and account activation since using activating xcache Object Cache within W3.
So my questions are:
1) is there a different object cache plugin I could use alongside w3 (which is great for its page cache etc)?
2) is this issue unique to xcache? Could I use APC instead?
3) are there any other integrated cache solutions that work with Buddypress that include object cache? The benefits to my site speed have been huge since activating.. It’s just the account activation issue
ThanksJuly 14, 2016 at 2:45 am #256578In reply to: Add $_POST data before submitting registration
coffeywebdev
Participantalso ‘bp_signup_validate’
function bp_password_beefing() { global $bp; if ( !empty( $_POST['signup_password'] ) ) if ( strlen( $_POST['signup_password'] ) < 6 ) $bp->signup->errors['signup_password'] = __( 'Your password needs to be at least 6 characters', 'buddypress' ); } add_action( 'bp_signup_validate', 'bp_password_beefing');July 6, 2016 at 3:57 am #256020In reply to: Members display name
webexpression
ParticipantI have just noticed that I was supposed to answer some questions before posting. I am just waiting for the answers and will post here.
Thanks,
Linus
July 1, 2016 at 12:19 am #255607In reply to: Getting error saying Buddypress Group photo large?
pfeufer
ParticipantI disabled ALL plugins except for the Buddypress plugin. I am also using the Twenty Fifteen theme. The error is still happening when I go to change the photo (avatar) in the Buddypress group: ““Upload Failed! Error was: That photo is too big. Please upload one smaller than”
1. Can you please provide more information on how to fix this issue?
2. You mentioned “cache software”… Should I have a cache software installed to clear the cache?
3. You also mentioned debugging. When I read the content on the page you provided a link for, it talks about developers and using debugging during development. How does this apply to my situation?Kindly address each of the 3 questions above so I can clearly understand what to do.
Thanks!
JohnJune 27, 2016 at 9:41 pm #255351In reply to: How to add widget to new front.php template
danbp
Participant…but it is a simple code to add a widget !
Don’t take it wrong, we all started a day to learn. Like you, i’m not a coder. But the widget coding is a WP thing, explained on the codex page i indicated.You say you didn’t understand what is written on codex. What would be if i give you some code if you don’t understand a text ? Try again. And while learning step by step, read also BP’s codex about templates.
Once you feel more confortable, after some experimentation and errors, come back for BuddyPress related questions. 🙂
June 26, 2016 at 12:53 pm #255250In reply to: Buddypress Registration page auto suggest plugin
danbp
ParticipantHi,
here a script to load an xprofile country list
and here an autoload JS scriptAnd here some instructions for enqueuing a JS to login/register page.
Happy coding !
June 20, 2016 at 11:17 pm #254888In reply to: Avatar URL
danbp
ParticipantSince WP 4.2, you can use
get_avatar_url. More on this discussion.Perhaps this may work too:
bp_loggedin_user_avatar( 'html=false' );June 15, 2016 at 9:30 pm #254595navyspitfire
ParticipantI have a questions pending with them, just curious if anyone here knows.
May 30, 2016 at 11:22 am #253876Paul Wong-Gibbs
KeymasterThank you for getting in contact with the BuddyPress team. Some of the attitudes displayed in this discussion have not been respectful and are not conducive to a productive conversation, so I am going to close this topic for that reason only. If anyone has questions about this moderation action and is prepared to discuss them civily, you can find my contact details on https://profiles.wordpress.org/djpaul/.
All projects, including bbPress, BuddyPress, and WordPress, appreciate responsible reporting of suspected vulnerabilities. Read this page on the WordPress site for reporting guidelines for all the aforementioned projects: https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/
@djsteveb On the whole, the BuddyPress team enjoys a good working relationship with rtMedia, and we have often discussed issues when it’s vague when the root cause lies. I appreciate that it’s frustrating to be passed from pillar-to-post when you’re trying to get support or report a problem. If you still have the information, I’d encourage you to get in contact with the rtMedia team to start the conversation.May 26, 2016 at 3:23 am #253770mingjie0409
ParticipantNO matter what page I click …. such as Activity,
Profile
Questions
Notifications 0
Messages 0
Friends 0
Following 0
Followers 1
Groups 3
Forums
Settings all these page I clicked ,,, The title always show the latest blog name + site title ..Why ?? what’s wrong with it please ?
Thanks a lot
JK
-
AuthorSearch Results