Search Results for 'buddypress'
-
AuthorSearch Results
-
October 4, 2010 at 2:04 am #94164
In reply to: BuddyPress Spam
Pisanojm
ParticipantI’m using:
Si Capthca
BuddyPress Humanity Plugin
BP Signup Xtra (with required birthdate and checkbox)
Extra Profile Fields that require text input.
Bad Behavior with HTTP:BL enabled…I’ve not noticed any spam logins yet…. knock on wood/cross fingers.
October 4, 2010 at 2:03 am #94163In reply to: BuddyPress Spam
Nahum
Participant@pcwriter, it took a while for me to think of that way, but after turning off blog creation for about the 3rd time and contemplating keeping it at all, I thought of just doing it this way and it ended up being a better process for the user while killing those instaspam blogs. which btw, with all the other available strategies for blocking spam, it ends up being a very effective barrier to spam blog creation.
October 4, 2010 at 1:13 am #94162In reply to: BuddyPress Spam
pcwriter
ParticipantNow that is a brilliantly simple and effective tactic that I’m adding to my arsenal!
October 4, 2010 at 12:31 am #94160rich! @ etiviti
Participantmight point you in the right direction
http://etivite.com/groups/buddypress/forum/topic/quick-tip-highlight-friends-following-own-activity-stream-items/#topicOctober 3, 2010 at 11:06 pm #94155In reply to: BuddyPress Spam
jwack
ParticipantI wish new blogs worked like comments, meaning that the first post by a new member has to be approved before the blog is active. Once the first post has been approved the blog would then become active and viewable by the public.
October 3, 2010 at 10:26 pm #94151October 3, 2010 at 8:58 pm #94146In reply to: Editing Group activity stream
rich! @ etiviti
Participantyou can block them all together (but will need to remove the previous ones manually)
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/otherwise there is a few hacks in previous threads on how to filter on the activity array and unset items.
October 3, 2010 at 8:49 pm #94145Bowe
Participant@PJnu: Yep so far I’ve tried a bunch of popular plugins and they work and look fine! BP-Slick is a Child Theme of the standard Theme and inherits a lot of it’s templates. The templates I’ve added are build with the same classes and template structure so this means that all plugins which are developed for BP-Default (I think all plugins are) are working fine.
Plugins that are really extensive (BP-Media, CourseWare etc) might require some additional styling, but these modifications can be shared in the support group. Everyone who has bought the plugin can upload/download new templates, styles and tweaks for the Theme. So if something does not behave as expected, chances are that me (or someone else) has fixed it and has put it up for grabs in the “goodies” section of the support group!
October 3, 2010 at 7:54 pm #94144PJ
Participant@Bowromir have you tried the theme with most of the popular buddypress plugins to see that the plugin works well with them? I’ve had a few awesome themes that strangely didn’t work well with BP. The video demo seems to show you’re quite comfy with BP so that’s a great sign.
October 3, 2010 at 7:29 pm #94142In reply to: BuddyPress Spam
Nahum
ParticipantI removed/commented out the create a blog option from the member registration form while still keeping blog creation on. I only left access to the bp create a blog form for users is_loggedin Only. By tucking it away within the member profile for the member to create a blog later during their profile detailing/editing process, I was able to get to the point where I only needed to delete crap members that get in, not crapmembers + crapblogs that get created at one time wasting all my low number blogIDs!
At the end of the day, if you’re running BPmu you don’t really need to have insta-blog. The option to create a blog is link within the member profile “dash” that they can get around to when they feel settled. I’ve found it’s easier for the user to get their profile up and running first and then breathe and think of a good blog name/url after they’ve logged in for the first time.
but if you really really want instablog, which really isn’t that instant due to the wp-admin of it all. Plus, it’s not really instant because there are too few frontend posting options in member themes for the user to start posting right away, so no need for instablog in registration process, so just indicate to your user that they can do that part later. if you still want blog creation at first registration, then you can keep up the good fight by zapping spammers and their blogs.
October 3, 2010 at 6:04 pm #94140pcwriter
ParticipantOctober 3, 2010 at 5:59 pm #94139October 3, 2010 at 5:31 pm #94138In reply to: Error Message in Buddypress Ajax Chat
Paul Wong-Gibbs
KeymasterHave you contacted the author of the buddypress-ajax-chat plugin?
October 3, 2010 at 5:30 pm #94137In reply to: BuddyPress Spam
Paul Wong-Gibbs
KeymasterThere is not anything new in BP 1.2.6 that will address any spam issues. Spam blogs, however, is a problem with multisite WordPress in general (not specific to BuddyPress). It still sucks, of course.
October 3, 2010 at 5:20 pm #94135In reply to: BuddyPress Spam
jwack
ParticipantO MY GOD, I am so sick of deleting spam blogs! Does anyone know if the new version of BP coming out will have anything built in to prevent these spam blogs?
October 3, 2010 at 4:31 pm #94134In reply to: Membermap for Buddypress
Tolden
MembergPress is a very good plugin, but it does not work, because no menue options in the admin panel are clickable. I dont know why…?
October 3, 2010 at 4:29 pm #94133In reply to: Error Message in Buddypress Ajax Chat
Tolden
MemberNo one here who knows how to fix this?
October 3, 2010 at 2:02 pm #94129Fran Parker
ParticipantIn my particular BuddyPress installation, I just had to get rid of the fivestarrating plugin, to fix this error problem.
October 3, 2010 at 12:59 pm #94128In reply to: Activity Stream Design Layout
pcwriter
ParticipantThe activity stream already groups conversations. The items are simply being displayed in a single column.
Modifying the display can be achieved through css.If you want to want to play around with it to mimic what you see on tv.adobe.com, start by adding the following to “ul.activity-list li”
float:left;
width:300px;
height:200px;Then work on the inner nested divs to get stuff looking awesome!
Before making actual changes to your style.css file, use the Firebug for Firefox addon to play around and test. It helps zero in on what you want to change to achieve to effect you’re looking for.October 3, 2010 at 12:29 pm #94125pcwriter
ParticipantThat will be a great start to a new week!
A few questions…
1 – I’ve got s2member set up on my install and have already coded a membership page to display info according to level and ccaps along with various other extras. I’m guessing I’ll have to take that page down when I install bp-slick, right?
2 – Do the s2member settings in bp-slick adapt to the current install, or should the current install be reset to default settings and let the theme take over?
3 – Should I wait for theme documentation before asking more?
October 3, 2010 at 10:43 am #94119In reply to: Blog section isn’t working
Paul Wong-Gibbs
KeymasterYou need to disable BuddyPress until your WordPress multisite is setup and works fully — by “fully”, I mean blog creation, multiple user accounts, commenting and permalinks.
October 3, 2010 at 10:22 am #94115In reply to: New User Register Problem
Paul Wong-Gibbs
KeymasterA lot of us try to help answering questions on these boards, but we’re just volunteers doing this for fun. We seem to get most issues replied to within a two day period, which I think is very good.
Regarding above — neither of you have provided sufficient detail (have a look at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/ for the sort of information we’d find useful). Does WordPress (without any plugins or custom themes installed) send emails correctly, for example on user registration?
October 3, 2010 at 10:17 am #94114Paul Wong-Gibbs
KeymasterYeah, a lot has changed from the 1.1 version — https://codex.buddypress.org/buddypress-site-administration/upgrading-buddypress/

Roger Coathup
ParticipantBuddyPress currently has an unusual forum implementation – it’s based on bbPress and integrated with the BuddyPress Groups concept: https://codex.buddypress.org/buddypress-site-administration/buddypress-forum/
You set it up from wp-admin… buddypress… forum setup , but have to create the forums within your BuddyPress groups.
A new bbPress plugin solution was supposed to be released as a beta in mid-September, but that didn’t happen. The author is now suggesting mid-October.
October 3, 2010 at 9:36 am #94106 -
AuthorSearch Results