Search Results for 'buddypress'
-
AuthorSearch Results
-
June 13, 2011 at 8:28 am #114428
In reply to: BuddyPress Maps
June 13, 2011 at 6:49 am #114427In reply to: 1.2.8 makes the database server crash
Paul Wong-Gibbs
KeymasterClosing topic. BuddyPress does not “make the database server crash.” Please make a new post with full details of your server/website, such as the URL, and any relevant web server or MySQL errors/warnings that you get. We can’t try to help when you don’t give us any information.
June 13, 2011 at 6:19 am #114425In reply to: Limiting text length of activity update posts
@mercime
Participant@modemlooper, that’ll be a cool option +1
June 13, 2011 at 5:51 am #114424@mercime
ParticipantYou don’t have this in your Settings > Reading page? http://www.michaelkuhlmann.com/2010/02/19/how-to-display-activity-stream-in-buddypress/
June 13, 2011 at 5:27 am #114423In reply to: Any successful Buddypress site?
stwc
ParticipantMy BP site at http://gamefilter.net is busy and growing… about 400 members at this stage, I think.
June 13, 2011 at 3:07 am #114421In reply to: Community Activate v0.1.0
David Bisset
ParticipantGuys, fyi – i have updated the plugin. New control panel added plus a bug fix.
More information on my blog here:
http://www.davidbisset.com/2011/06/12/buddypress-plugin-%E2%80%93-community-activate-v0-2-0/June 13, 2011 at 1:22 am #114417In reply to: Buddypress is Not my Buddy… :o(
stwc
Participant@jtcreate Not sure on that end — I’m more of a front-end kinda guy, with fairly rudimentary server-admin skills. I’m running a couple of VPS’s with 300Mb memory for the MySQL server and 600Mb for the web server, and that’s running a fairly busy BP instance, a very busy forum, and a few other not-very busy sites as well, reasonably happily.
I did notice a very signification reduction in resource usage after deploying and tweaking W3 Total Cache, though, for what it’s worth.
June 12, 2011 at 9:43 pm #114412v_andreev
Member@Boone Gorges
thanks a lot…this helped my understanding, because I thought that you had to “login” on the “key/activation page” to be classified as “active”.
June 12, 2011 at 9:24 pm #114411In reply to: Buddypress Forum Layout
@mercime
ParticipantHi Morticia. You don’t need to touch php files to add spacing between topics, it’s just changing styling – like adding padding/margin in style.css.
Your link above redirects to home page and http://glitchaddict.com/forums show no topics at all.
June 12, 2011 at 8:21 pm #114401pcwriter
ParticipantThere’s also this plugin that’s supposed to work with BP: https://wordpress.org/extend/plugins/wp-activate-users/
And the code snippet in this thread works very well (I’ve used it): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-non-activated-users/June 12, 2011 at 8:15 pm #114400pcwriter
ParticipantDid you try closing the window or tab, and then simply clicking the email link again?
June 12, 2011 at 7:23 pm #114398In reply to: New Topic for group forum – error
Steve D
ParticipantThe reference to crossdomain.xml is probably caused by my server settings as my blog is a sub-domain and my bbPress installation is in a sub-folder on the domain. The bbpress settings in the BuddyPress Forums setup in wp-admin say that things are set-up correctly but suggests a re-install if there is a problem (as you most likely well know). I am worried about a re-install because my bbPress has a lot of work involved and I don’t want to impact it.
I’ve had fits with this same issue in the past, and got it settled down to a workable condition. It has to do with the salt parameters, etc… between the 2 installations.
To put it briefly, I’m afraid to re-install, however, I’ll keep chipping away at it.
Thanks for your input Paul!
Update:The forum topics entered through the BP groups forum are getting posted on the bbPress side, but the interface between my Buddypress/Wordpress is not smooth and the author is assigned “anonymous”.
June 12, 2011 at 6:02 pm #114397In reply to: Any successful Buddypress site?
craig1985
MemberMine is doing pretty well but only a few months old if that. It is aimed at magicians and people with a love for the art. http://maskedmagic.com
June 12, 2011 at 5:55 pm #114396In reply to: Buddypress Forum Layout
Morticia Addams
MemberBump.
Could someone maybe just tell me what php files I need to edit to add more space to the group forum table (Latest Poster, Topic etc)
June 12, 2011 at 4:34 pm #114395In reply to: Any successful Buddypress site?
gregfielding
ParticipantMine is working and growing well: http://housingstorm.com
June 12, 2011 at 2:12 pm #114393In reply to: New Topic for group forum – error
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t try to use any file called crossdomain.xml anywhere. What’s in your web server’s error logs, and did you complete the Forums Setup screen under the “BuddyPress” menu in wp-admin?
June 12, 2011 at 2:09 pm #114391In reply to: BuddyPress on zymic
Paul Wong-Gibbs
KeymasterI think you need to fix WordPress before you use BuddyPress. I am assuming your host has disabled ini_set; research into if you can re-enable it.
June 12, 2011 at 12:44 pm #114390In reply to: Any successful Buddypress site?
valuser
Participantcame across http://blogs.ubc.ca/
appears to be a great example of what bp can do (3000+ blogs etc)June 12, 2011 at 11:37 am #114387In reply to: Limiting text length of activity update posts
aljuk
Member@nahummadrid @justbishop @modemlooper
modemlooper – you’re totally right, the script should be called from the header or an external js. Placing it in post-form.php only calls it for the whats-new form, and placing it in entry.php calls it repeatedly for every comment reply, leading to multiple instances.
I adapted your reset script suggestion for use with nahummadrid’s technique of using a read-only text input field to display the count:
`jQuery(‘#aw-whats-new-submit,.ac_form_submit’).click(function() {
jQuery(‘.charlimitinfo’).val(‘240’);
});``.charlimitinfo` is my count field
`.ac_form_submit` is a class I’ve attached to the submit input for activity comments (in entry.php)
240 is my chosen text limitThe only issue I’ve encountered is that if you post something via the whats-new form and then post a comment reply without refreshing the page first, the reset for the character limit for the comment reply doesn’t fire. I guess this is related to the bug in Buddypress that prevents the whats-new form functioning correctly after an update’s been made and the page hasn’t been refreshed – perhaps due to the use of multiple identical ids and nonce field ids in the activity stream? I’m no expert, just a guess.
June 12, 2011 at 8:00 am #114385pcwriter
ParticipantJoining a site running Buddypress can be as simple or as convoluted as you want to make it for potential members. There are quite a few plugins that can be implemented for captchas; authentification via other networks like Facebook, Google, etc; profile synchronization with other networks; custom login pages and much more. An example of the basic BP account creation process can be found on one of my sites here: http://buddylite.com/register/
The only thing I’ve added to the default registration process on BuddyLite is a simple math captcha called Buddypress Humanity: https://buddypress.org/community/groups/buddypress-humanity/
You can see a working example of one front-end post solution called TDO-Mini-Forms on the same site here: http://buddylite.com/buddybuilder-style-submission/ and the end results here: http://buddylite.com/category/custom-buddybuilder-styles/
You’ll need to login as a test user to see the form though… user = buzzer / pass = hellobirdieOn another site I’m currently working on, you can see an example of another front-end post form called Quick Post Widget: https://wordpress.org/extend/plugins/quick-post-widget/
See it here: http://kwitterz.com/share-your-thoughts-with-all-kwitterz/
Again, you’ll need to login… user = pjohn / pass = gollysargeHope this helps to get you started!
June 12, 2011 at 2:29 am #114383In reply to: Being re-directed to your Profile Page after login
Famous
ParticipantThanks for the answers. @Mikey3D, I used the code as you directed and it worked great.
You said that I should let the user decide where to go and not the other way around. However, it’s not me that has decided that, rather it is the majority of social sites that directed users to their profile. Although, I must say that what you said is true also; a user should specify where they want to go although I haven’t seen that in practice. Great idea though.@laconic you said that’s just the way it works, but shouldn’t we question why it works that way. I hope no one gets me wrong–I really want BuddyPress to work, however someone on the internet commented that there is no successful BuddyPress site. Which may not be true, but it gets you thinking–how many BP sites are actually successful? I would think by now at this stage in the development that there would be quite a few. Does anyone know of any? I found this link to successful BP sites. To those who contribute to BP, thanks I really do appreciate BP.
June 11, 2011 at 11:54 pm #114381In reply to: Limiting text length of activity update posts
justbishop
MemberThanks again gentlemen (I’m ASSuming you’re all men, if not, I apologise!) I tried both methods, but ended up gpong with the one laid out by @aljuk
June 11, 2011 at 10:50 pm #114378In reply to: BuddyPress permalinks, Categories not working.
wraithmonster
MemberMake sure the .htcaccess file is at the root of your WordPress installation at that it has permissions of 644. Also, make sure Apache is enabled to do the URL rewrites that BuddyPress requires: http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/.
June 11, 2011 at 10:18 pm #114376In reply to: Default Avatar size problem
aces
ParticipantJune 11, 2011 at 9:32 pm #114374In reply to: [Resolved] Buddypress Theme – Header Menu
mexxa84
MemberI figured it out

-
AuthorSearch Results