Search Results for 'wordpress'
-
AuthorSearch Results
-
June 27, 2013 at 7:12 am #167015
In reply to: User notification when new reply etc
sushmitha
ParticipantHello,
I have a requirement that, once user reply to activity comment. It should notify other users who are replied to that comment.
I found this http://en.support.wordpress.com/comment-notification-email/ plugin. But the problem is, it will notify only parent comment user. I want to notify all users .June 27, 2013 at 2:42 am #167012In reply to: Status Update Form
@mercime
Participant@sakarya simple way: remove the whole form in the /activity/post-form.php file and copy that file over to your BP Default Child theme or WordPress theme in server following the directory structure. Or, remove the call to /activity/post-form.php in three files which you then need to copy over to your theme folder in server
See https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/June 26, 2013 at 10:16 pm #167001In reply to: [Resolved] Show member recent post in members loop
Henry
MemberYep! not really that hard at all :} Check out the WordPress Codex, you’ll find lots of useful info on there…
June 26, 2013 at 9:20 pm #166989In reply to: Avatar Cropping
@mercime
Participant@dswd you would go with the jQuery version that current WordPress version is using because that’s what BuddyPress and other updated plugins are using. That’s a major reason why themes should not be dequeueing WP jQuery and enqueueing their own – bad form really.
June 26, 2013 at 9:13 pm #166988In reply to: [Resolved] Show member recent post in members loop
applegateian
ParticipantThanks @mercime – however, I’m already successfully showing users posts on their profile – see below. I’m doing this using posts-on-profile but it’s quite out of date:

What I can’t do, is show the most recent post for each user on the members list (on the members home page) – note the placeholder image on the right for each member:

Hope someone can help!
June 26, 2013 at 8:05 pm #166979In reply to: Avatar Cropping
dswright
ParticipantThis is in the front end of the site on the BP side
eg.
/members/dwright/profile/change-avatar/not in the wordpress dashbboard
June 26, 2013 at 7:53 pm #166976@mercime
Participant@richardicanie BuddyPress is a plugin for WordPress. Hence, you need WordPress installed in order to install BuddyPress. For the forums, you install bbPress plugin in WordPress installation. You may install BuddyPress as well, but it is not necessary if you only want forums in your WP install.
If you already have a large membership in your WordPress site, then I suggest that you upgrade to at least VPS or better yet a dedicated server before activating BuddyPress.
June 26, 2013 at 6:24 pm #166972Ben Hansen
Participant@synaptic i’ve noticed that sometimes there is a lag with forum posts showing up.
@richardicanie buddypress is designed to be fully integrated with your primary wordpress installation. If you are using multisite then you would network activate buddypress. Be advised that although the various sub sites are part of the buddypress integration for the most part their activity shows up only on the primary site of your network (widgets and possibly themes can still access and display the network wide bp activity).June 26, 2013 at 4:56 pm #166957Asynaptic
Participantmoderators: I am unable to respond – I’ve tried several times. There is an error which doesn’t allow my posts to show.
June 26, 2013 at 4:29 pm #166953In reply to: Members not showing up
Henry
Member@kathytarochione make sure they’ve activated their account. If a user registers an account they show up in the WordPress admin area. Only once they’ve activated their account by clicking on the activation link in the email they get sent do they appear in the BuddyPress members area.
June 26, 2013 at 11:19 am #166928In reply to: [Resolved] bp-default sidebar login not working
NewbieSteve
ParticipantSure, bug reported: https://buddypress.trac.wordpress.org/ticket/5080#ticket
June 26, 2013 at 8:09 am #166905In reply to: Prevent from spam messages.
Henry
MemberHave you tried searching the WordPress plugin repository for something like ‘buddypress spam messages’?
A good plugin that will certainly resolve the issue is
https://wordpress.org/plugins/buddypress-private-message-for-friends-only/June 26, 2013 at 7:57 am #166903In reply to: [Resolved] bp-default sidebar login not working
Henry
MemberSame here after an install of 1.7.2 and 3.5.2 with multisite.
It does seem to be an issue so I suggest you file a bug report at https://buddypress.trac.wordpress.org/
June 26, 2013 at 7:29 am #166898In reply to: [Resolved] bp-default sidebar login not working
mixali
ParticipantThis is really crazy!
I also found this problem in the creation of my site (WordPress 3.5.2 + Buddypress 1.7.2 + bbPress 2.3.2, default BP Theme, no other plugins, fresh installed…).
I was getting a Error 500 when antempting to log in.
Followed the instructions and now is solved, thanks!
Someone should include this bug into development for next version of BuddyPress!!
June 26, 2013 at 2:14 am #166888In reply to: Modify hook for posting new activity comment
digitalminion
ParticipantThanks have done so here
June 26, 2013 at 1:38 am #166887In reply to: Modify hook for posting new activity comment
shanebp
ModeratorSubmit an enhancement ticket at
https://buddypress.trac.wordpress.org/
using the same user / pw you use hereJune 25, 2013 at 4:52 pm #166844Paul Wong-Gibbs
KeymasterThis is a better question to ask on WordPress.org, as the question is all about its implementation of TinyMCE.
June 25, 2013 at 3:09 pm #166837In reply to: [Resolved] Forum Issues
resom
ParticipantYes, I deactivated the plugins and went to default theme but that didn’t do anything.
Wordpress 3.5.2
BuddyPress 1.7.2June 25, 2013 at 11:06 am #166832mixali
ParticipantI reinstalled WordPress (imported post, pages and forums) and it seems to be displaying right for each visit at the website!
June 25, 2013 at 7:43 am #166826In reply to: Untraceable spam user
Jose Conti
Participant@mareksgregs use this plugin:
https://wordpress.org/plugins/wordfence/
That plugin will check all core files.
Do you use WordPress simple or WordPress Multisite?
June 25, 2013 at 5:23 am #166817In reply to: Getting the large avatar
mattg123
Participant@applegateian, henries code should work, but as you’ve experienced it won’t change the current size of the avatars. I also believe bp has thumbnail avatars and “full” the smaller “thumbnail” the ones wordpress uses is 50px and the larger(which can be grabbed with bp_core_fetch_avatar) are 150px by 150px.
bp_core_fetch_avatar( array( 'item_id' => $userid, 'type' => 'full', 'width' => 150, 'height' => 150 ));That will display the “full” avatar.
June 24, 2013 at 9:23 pm #166787@mercime
Participant@jimbaldwin1137yahoocom You’re welcome. Marking this issue as resolved.
June 24, 2013 at 8:59 pm #166782mgkoller
ParticipantThe dashboard > activity is correctly displaying after applying trishasala’s patch (4573.patch)
https://buddypress.trac.wordpress.org/ticket/4573#comment:19
June 24, 2013 at 5:47 pm #166770In reply to: Untraceable spam user
Ben Hansen
Participantjust blank space huh? never seen that before not sure how its even possible unless as i said before your site was hacked and even then I’m still not sure how it’s possible. as far as i know every wordpress user account must be associated with an email address.
June 24, 2013 at 5:09 pm #166762In reply to: Member waiting list (beta invites)
Asynaptic
ParticipantI’m opening this up again in the hopes that someone who knows something will see it this time:
I’m looking for a plugin that would allow me to put up a page like this one:
http://moz.com/invite/signupand to collect name/email from those interested in joining as members for my site
I do NOT want to block off the site from them if they are not members or haven’t joined yet, like so many beta plugins do. For example:
I want them to be able to find the site, read it, etc. but not to be able to signup, except for through an invitation request.
I know there is a plugin called invite anyone, but this is to allow existing users to invite friends to join. I want to be able to accept invitation requests from the public.
-
AuthorSearch Results