Search Results for 'questions'
-
AuthorSearch Results
-
February 3, 2011 at 7:32 am #104489
In reply to: Some questions about BuddyPress friendships
xXDarkieMemberThanks 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!February 3, 2011 at 7:25 am #104487In reply to: Some questions about BuddyPress friendships
Paul Wong-GibbsKeymasterBuddyPress’ 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.
February 3, 2011 at 7:13 am #104486In reply to: Some questions about BuddyPress friendships
xXDarkieMemberI’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 1119These happens only when calling the above stated functions of BuddyPress.
Thanks!February 3, 2011 at 6:26 am #104485In reply to: Some questions about BuddyPress friendships
xXDarkieMemberBump. Sorry don’t want to be annoying, but it’s pretty important and I’m in a hurry.
February 1, 2011 at 10:30 am #104374In reply to: Some basic BuddyPress questions…
aljukMemberHi, 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.
February 1, 2011 at 9:59 am #104372In reply to: Register and login
Hugo AshmoreParticipantWhy 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.
February 1, 2011 at 8:02 am #104366Hugo AshmoreParticipantLocking 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.
January 27, 2011 at 5:16 pm #104039In reply to: Change Groups to Teams
Hugo AshmoreParticipantYes, have a read through the Codex documentation, then if any questions post back to this thread.
January 27, 2011 at 4:09 pm #104034In reply to: How enlarge my header image!
Hugo AshmoreParticipant@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.
January 27, 2011 at 4:01 pm #104032In reply to: How to use Rax-Google Adsense plugin?
Hugo AshmoreParticipantWhat 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.
January 27, 2011 at 3:53 pm #104030In reply to: BP Gallery/Media – Which plugin do people recommend?
akleMemberGreat! 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?
January 27, 2011 at 12:32 pm #104020In reply to: Group avatar size.
Hugo AshmoreParticipant@ 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.
January 16, 2011 at 4:40 am #102984In reply to: Link to any Member’s Profile page not working
EBOCParticipantHello Buddypress, can someone that has fixed this issue please post the solution? Seems like the forum is scattered with questions about this problem.
January 15, 2011 at 1:20 pm #102896In reply to: How to get topic starter’s username?
imjscnParticipant@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?January 14, 2011 at 1:55 pm #102837In reply to: Email notifications when new post in activity stream
jclaflinMemberThis 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
January 13, 2011 at 11:19 pm #102802In reply to: forum does not work
joelgomezMemberDear 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,
JoelJanuary 13, 2011 at 7:42 pm #102783In reply to: forum does not work
Hugo AshmoreParticipantWith 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.
January 13, 2011 at 11:44 am #102746In reply to: New Buddypress Theme: Custom Community – 1.0
Sven LehnertParticipantHi 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.January 12, 2011 at 11:55 pm #102689myermanMemberWill 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.
January 11, 2011 at 10:54 pm #102607myermanMemberYeah, at the moment we are using the answers to these questions to grab content based on their gender, location, and category preferences — we match what they give us to WP categories and any meta-keys in the content we can match.
January 10, 2011 at 12:00 pm #102453In reply to: PLEASE HELP!!! no group creation option in groups
Hugo AshmoreParticipantI simply don’t get what you are trying to do here and you seem to be over complicating things.
Simply click the link to ‘groups’ in the main set of menu links this is the groups directory view and on that page should be seen a clickable link ‘create a group’
This isn’t anything to do with adminbar, nor do you access this via a url which actually would be http://example.com/groups/create/
Your bp default theme either shows this or it’s a defective incomplete install your other questions are related to third party plugins and / or themes and at this stage we are simply trying to establish that bp-default works before moving on.
January 10, 2011 at 10:49 am #102442In reply to: OK…still no luck
Hugo AshmoreParticipantPlease do not create a new topic on the same subject, continue in the existing one, creating a new thread simply serves to fracture all that we have asked and discounted thus far in trying to help you and will have members asking all the same questions over again which is a pointless exercise and wasteful of resources.
Please post a request for further help in the existing thread you started on this issue in order to bump the thread.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/please-help-no-group-creation-option-in-groups-1Closing this thread
January 6, 2011 at 9:48 am #102048In reply to: Erorr Message under My Home Tab
Hugo AshmoreParticipantWell there you go!
@fellowchirps now you know what plugin you installed that caused this if you have follow up questions on it please post them to the plugin authors group:
January 2, 2011 at 6:57 pm #101693In reply to: PLEASE HELP!!! no group creation option in groups
VirtualiParticipantyou need to give more information about your issue. “there is no option for this”
What do you mean???
Also, please provide some, or all of the questions from This post
December 31, 2010 at 1:45 pm #101604Andrea RennickParticipantIf you’re using GenesisConnect, please keep questions over on that support forum.
Usually, Buddypress links are all on the blog where BP is activated. They do not go across all blogs unless you add a line to the config file. (like you see in our demos)
-
AuthorSearch Results