Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 1,851 through 1,875 (of 2,990 total)
  • Author
    Search Results
  • #104489
    xXDarkie
    Member

    Thanks a lot for the reply!
    It’s not indeed my own server, I’m working on someone else’s. What should exactly ask them? To allow a greater number of active connections?
    Thanks!

    #104487
    Paul Wong-Gibbs
    Keymaster

    BuddyPress’ SQL is fine. Your SQL server might be dropping connections. Is this on your own server, or is it being hosted by someone? I’d suggest that you ask them to check your SQL database and look at the number of active connections allowed. Something must be a little bit off-kilter somewhere, or they are throttling database queries.

    #104486
    xXDarkie
    Member

    I’ve just realized I have a couple of warnings from WordPress, don’t know if this can be helpful to help me out:

    Warning: mysql_real_escape_string(): 11 is not a valid MySQL-Link resource in /path/to/wp-includes/wp-db.php on line 785
    Warning: mysql_error(): 11 is not a valid MySQL-Link resource in /path/to/wp-includes/wp-db.php on line 1119

    These happens only when calling the above stated functions of BuddyPress.
    Thanks!

    #104485
    xXDarkie
    Member

    Bump. Sorry don’t want to be annoying, but it’s pretty important and I’m in a hurry.

    xXDarkie
    Member

    Hey, I’m new here and also new with BuddyPress.
    I have installed BP and I’m now trying to add some functionality within the code of my website. Right now I’m working with the friendship requests. I have a button that is showed if two persons are not friends, and when clicked, it calls (via AJAX) the BP function friends_add_friend which takes as parameter the two IDs.
    First question of all: this is unbelievably slow. I use to alert the answer of my AJAX call, and that takes forever. Is this normal?
    Anyhow the very important question is the following: why when I call friends_check_friendship_status it always returns me “not_friends” even though I actually called the function friends_add_friend? The funny thing is that in my DB in the table wp_bd_friends I have the correct IDs shown in the entry and 0 in “confirmed” which means that is a friendship waiting for approval (pending). This means that even though the function call was slow it worked! Yay! But still, the second function call always returns “not_friends” when it should return “pending”.
    Any comments, thoughts, tips?

    Edit:
    I’ve just tried by manually accepting the friend request (putting 1 in the column “is_confirmed”) but still the function friends_check_friendship_status returns “not_friends”. No idea what to do.

    #104374
    aljuk
    Member

    Hi, I should preface this by saying that I’m not a BuddyPress developer as such, but have been coding WordPress themes professionally for a couple of years, and have been researching BP and putting together a BP-based startup for the past couple of months, so have been through these questions myself, and my own early steps may prove useful.

    1. See https://wordpress.org/extend/plugins/bp-profile-privacy/

    2. https://wordpress.org/extend/plugins/buddypress-private-community/ might be interesting. There’s another, more granular, privacy plugin that the community has its fingers crossed for, for further details see http://bp-privacy.com/

    3. All of that should, and does, happen as a matter of course.

    4. Semantics aside, they are all “subscribers” as far as WP is concerned, ie. members and commenters are one and the same.

    5. BuddyPress themes contain extra template files for the parts of BP that are an extension on the WP template system (eg. activity, groups, user profile etc.) plus various css and javascript files. Running a regular WP theme with BP running won’t give you the framework to display that BP functionality. In order to achieve that, your WP theme needs the extra template files. You have two options, each with benefits and drawbacks:

    a) Extend your existing theme with the required template files, javascript and css to enable and display the BuddyPress sections and functionalities. See https://wordpress.org/extend/plugins/bp-template-pack/ The drawback is that next time BuddyPress is updated, you might be faced with quite a fair amount of development getting your site aligned with the latest code base, new features etc.

    b) Constructing a child theme. This relies on running the Default theme, and then adding your own css overrides and theme hacks as a non-destructive layer on top. The principle is that you can strip away your own additions, and you’ve still got the Default theme running beneath it, so in a sense it’s “unbreakable” and whilst you may need to modify your additions once BP is next updated, the underlying template will always function. With a decent caching strategy, unless you’ve expert level php behind you, I think it’s the way to go.

    #104372

    In reply to: Register and login

    Hugo Ashmore
    Participant

    Why have you posted on the back of a another thread? Did nothing in what I mentioned above about asking detailed questions, supplying a little bit of background information on your situation / setup make sense?

    Please do as is expected, if you really need help, post a new thread rather than piggy back of another only possibly related post, supply detail so that we do not have to start of by asking you questions that shouldn’t be necessary.

    Closing this thread.

    #104366
    Hugo Ashmore
    Participant

    Locking topic, too many old posts on this forum get resurrected, not generally an accepted practice on boards.

    @n_sane a little advise if you really want help you must formulate a detailed question which describes the issue and any attempts at rectifying it, along with your setup in terms of app versions and server, simply stating there’s an issue will not get very far as we have to start asking you a whole series of questions just to get that detail from you, ergo much of our volunteered free time wasted.

    #19578

    I’m webmaster for Working Writers of Wisconsin (http://www.workingwriters.org/), a small non-profit group of freelance writers. Right now, we have 18 specialty pages on our WordPress-based site (right-hand column) that are currently hand-coded HTML. I’d like to make them dynamically generated so I don’t have to hand edit them all. I’ve done some research and it seems like BuddyPress would be the most useful tool for me to allow our members to edit their own information and for me to craft specialty pages that are dynamically generated from the member profile information.

    However, I have some basic questions that I haven’t been able to get answers to yet but that a BuddyPress developer might be able to help me with.

    I’ve tinkered with BuddyPress on my sandbox site, creating profile fields (including all checkboxes in the categories section of our membership form (http://www.workingwriters.org/join-us/ [Note that the membership application form is currently a disaster but I’m holding off fixing or replacing it until I get these BuddyPress questions answered. It used to work fine before I converted the site to WordPress]) . Each member should be able to revise his/her profile information. However, I have some concerns:

    1. Given that this site is for members to allow themselves to be contacted, much of the information added to their profile should be visible to site visitors. However, for safety concerns, members do not want their home address visible (yellow on http://www.workingwriters.org/BuddyPressProfileFieldSetup.png).

    2. Other information gathered on the membership application does not need to be visible to visitors but needs to be visible to members and saved to the database. (green on http://www.workingwriters.org/BuddyPressProfileFieldSetup.png).

    3. I’d like to make sure there’s coordination of data entered (blue on http://www.workingwriters.org/BuddyPressProfileFieldSetup.png and http://www.workingwriters.org/WordPressAddNewUser.png) so that the membership application form creates both the WordPress user and BuddyPress profile without requiring duplicate entry of information. It seems like in order to register a user must enter the same data in two different places and I’d rather avoid that. Note: I’d like to have them add their password on the registration form.

    4. Can there be a separate registration for members versus those just registering to comment?

    5. What are the things about BuddyPress-enabled themes that are different from other themes? I created a custom theme with Artisteer and have been quite happy with it but Artisteer does not at the moment support BuddyPress. I read at some point that BuddyPress will work to a certain extent with themes that are not BuddyPress-enabled but wonder what I’d be losing with that approach. I’m hoping Artisteer will release a new version soon that supports BuddyPress because the workarounds I’ve seen require significant modifications of PHP files and I’d rather avoid that if at all possible.

    #19507
    Nick Budden
    Participant

    Hi everyone,

    I’ve got a bit of a weird request…I’m consider putting together Buddypress as an ad server due to the weirdness of my ad serving needs. Basically, what I need is for affiliates to be able to log into a buddypress install behind a walled-garden, inside of which be able to download an embed code for my ads (the ads being iframes due to project requirements). It will be easy enough to create the ads for copying inside a single post, but because this is an affiliate program I’ll need to restrict which posts can be viewed by which users in order to keep them embedding ads from those those programs they have been approved for (I suppose according to category).

    Also, I need my advertisers themselves to be able to log into buddypress and view the metrics on their ad impressions (I suppose the google analytics API could do the trick for this). My questions, if anybody would be kind enough to help me out, are:

    1) Can I restrict which categories my buddypress users can see, in order to restrict which ads users can see?

    2) Also, our advertisers would really need to see a completely different site than our affiliate members, albeit with similar information from the database. Would there be a way to separate the content our advertisers see? Our would this call for a new buddypress install?

    Thanks for any help!

    #104039

    In reply to: Change Groups to Teams

    Hugo Ashmore
    Participant

    Yes, have a read through the Codex documentation, then if any questions post back to this thread.

    #104034
    Hugo Ashmore
    Participant

    @residentcusano I have closed the other two threads, please take heed of my comments in one of them and also of modemloopers above.

    There is a right way and a wrong way to ask questions on tech forums the RFC on the subject is this link below, it might pay to give it a little glance over.

    http://www.catb.org/~esr/faqs/smart-questions.html

    #104032
    Hugo Ashmore
    Participant

    What does it say in the readme text, what does the authors homepage say? buddypress.org is a support forum for matters directly related to BP and it’s default theme and plugins that are specific to it.

    Someone here may know of this plugin but in general you should ask these questions of the plugin author and/or study the installation guides.

    #104030
    akle
    Member

    Great! Couple follow-up questions:

    1. If admin creates a post (a general website post, not specific to a user or group), would these images go to the same database or will I have two separate media database?

    2. if a user wants to add an image that would be associated with a post that was created by the admin on the back end (i.e. it is not a they did in their group or profile), would they be able to do that?

    #104020

    In reply to: Group avatar size.

    Hugo Ashmore
    Participant

    @ residentcusano can you please not simply jump around posts with the same question, you have asked this in another post , once only is the golden rule, please also could you start to actually ask questions in a detailed and considered manner rather than simply barking out requests that are somewhat vague it’s up to you to make things as clear as possible so that people can help you effectively.

    Closing this thread.

    #19115
    akarimov
    Member

    Here is my questions:
    Current structure of member profile: http://www.domain.com/members/membername
    I was wondering if I can change it to http://www.domain.com/membername

    is this possible with buddypress?

    thanks

    #19048
    ora8i
    Member

    Evening All.

    This is my first post, I’m new to WP I’ve only done a couple of sites with it and very new to Buddypress so please be patient with my dumb questions.
    I’ve installed the latest Buddypress onto WP 3.04 seemingly with no issues, I am interested in using it as the major component of a local community portal. I know that it will do all the things I want and more besides.

    But ( you just knew there was one coming) I need some good up to date training material not just the Docs all they will tell me is what buttons to push, I need a proper overview and preferably some examples of what does what n why.

    Can you recommend any recent videos or tutorials that I could look at?

    Many Thanks Ora

    #102984
    EBOC
    Participant

    Hello Buddypress, can someone that has fixed this issue please post the solution? Seems like the forum is scattered with questions about this problem.

    #102896
    imjscn
    Participant

    @DJPaul
    Thanks for response!
    I am making a Questions and Answers forum, so, it’ neccesary to address who asked the question. Would you point some clue on how to create a new function to get the starter’s username?

    #102837
    jclaflin
    Member

    This also is a problem for me as well. My client has no way of knowing when new questions are posted and does not have the ability to send emails to the entire group, please advise. Thanks

    #102802

    In reply to: forum does not work

    joelgomez
    Member

    Dear hlna,

    In most of the support forums I participate people is encouraged to do exactly the opposite, because you could end having too many people asking the same questions. I think its better that people that had the same problem read the same suggestions to solve them.

    BUT if you are the moderator and those are the rules, I respect them. Should I create a new topic to ask the same question and receive the same answers?

    Regards,
    Joel

    #102783

    In reply to: forum does not work

    Hugo Ashmore
    Participant

    With my moderators hat on: Can I please remind people that on tech forums it is frowned upon to hijack threads i.e have two or more people asking questions within the one topic, this is due to threads rapidly becoming confused, my question was directed at ? one person but another replied in answer to it, this thread and it’s responses belong to the original OP or at least are meant to.

    #18794
    ikmcwilliam
    Member

    Hi there, I am new to WordPress / BuddyPress…..great software..thanks

    So I am using WP 3.0.4 and Buddypress (1.2.7 ? I think). I also installed the ’facelook’ theme. I am going through the menu items as a administrator in an attempt to understand and work out how to change the webpage.

    My questions are…
    1. How do I change the name ’facelook’ as it appears on the webpage to something like ’MySite’.
    2.Should I use a PHP editor of is the editor you provide under admin sufficient?

    cheers
    Ian

    #102746
    Sven Lehnert
    Participant

    Hi eredepe, this bug doesn’t make sense for me. Please activate a different theme, and then reactivate the custom community theme.

    If the error still occurs, I will need to check it, and try to reproduce it.

    For Support around Custom Community, please use the forum on themkraft.com
    I guess you will find most questions already answered over there.

    http://themekraft.com/forums/

    myerman
    Member

    Will this work if two of our questions are lists of countries/states and the other two are lists of categories? In other words, will buddypress allow me to add data sets like these? And can I still set the data in wp_usermeta table and retrieve it in other uses?

    Also–is it possible to rework look and feel of the registration form itself? Two of our questions involve choosing images along with form elements, didn’t know if this was possible.

Viewing 25 results - 1,851 through 1,875 (of 2,990 total)
Skip to toolbar