Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,026 through 6,050 (of 32,561 total)
  • Author
    Search Results
  • #252392
    noahboddy
    Participant

    I’m having trouble getting BuddyPress to work correctly, and I have no idea why. When I activate it, anytime I click on ANY of the links in the drop-down menu by my profile icon in the upper right corner, all I get is a list of all the comments on my site. Whether I click my name, activity, profile, notifications, messages, etc., that’s what I get. None of the features can be accessed; I just get a complete list of comments. Does anybody have any idea what’s going on? Is it a compatibility problem with another plugin? I’m new to all of this WordPress stuff, so I really don’t know how it all works yet. I haven’t edited the plugin in any way. Any assistance would be greatly appreciated.

    WordPress version 4.4.2
    BuddyPress version 2.5.2
    Website: http://scribblers.xyz/
    Theme: Lovecraft

    dfarland
    Participant

    URL: thedivisionrpcommunity.com
    WordPress 4.4.2 (New Installation)
    BuddyPress 2.5.2
    bbPress 2.5.8
    Theme: Spacious 1.3.8
    Hosting: Media Temple (Grid)

    I am nearly finished with the setup of my site, but quickly realized that I am having trouble with BuddyPress emails. WordPress emails are working fine, but none of the BP emails are going through to the admin or the users. I’ve read through a lot of forum posts suggesting various SMTP plugins, but haven’t seemed to find the magic plugin (or plugin configuration) to get it working. I tried PostMan and Easy WP SMTP, as well as some I don’t recall the name of. In all cases, the WordPress mail continued to get delivered as well as the test emails sent via the plugins, but never the BuddyPress mail. Interestingly enough, I noticed that with Postman installed it didn’t even show that it tried to send an email from BuddyPress. Other emails showed up in the log, but BuddyPress never registered.

    I’ve also been looking at my host configuration and I have opened a support request with them to see if they might be able to shed some light on this. During my research I came across the following in their WordPress documentation.

    — Begin Quote —
    Third-party Mail Connections

    While no third-party mail plugins are explicitly banned by our plugin blocker, all connections from ports 25, 465, and 587 are blocked for security reasons. Therefore, it is not possible to send mail from your WordPress Hosting service using a third-party mail system.
    — End Quote —

    Now, I might accept this could be the issue, but I’ve seen a lot of people, including moderators, that have recommended Media Temple and are using them for their BuddyPress installation. Either this quote does not apply to my Grid account or they’ve figured out how to work around it. Hopefully one of these WP/BP users on MT has some insight for me.

    -don

    #252369
    shanebp
    Moderator

    Pity that the theme needs to be hacke as…

    To avoid that, you should be using a child theme.
    Or you could put the code in bp-custom.php.

    aminipix
    Participant

    Hi!

    @mcUK
    , I am really struggeling with the class selector! I cant figure out where to find my themes selector for #main-navigation .main-nav ul li.bubble {
    Pressing f12, what should I be looking for? See the picture below.
    Picture

    Also, when not logged in, I get the number “13” instead of “0”…
    Please advice….

    best regards!

    #252363
    mlapl1
    Participant

    Thank you very much. Pity that the theme needs to be hacke as, presumably, this will have to be added every time the theme is updated – but it is a good start. Thanks again

    wpmirwin
    Participant

    Hi all (hoping that @djpaul notices this),

    Email trouble in BP is apperantly very hard to solve (I’ve been sifting through email related posts in the forums for hours!), so I’m going to include as many clues here as possible. Hopefully someone has the patience to read all this and make sense of it, and hopefully this problem is not specific to my installation. Yes, I have a lot of plugins. But, I have disabled all of them at times to test this, and I’m fairly confident that it is not a plugin conflict.

    Problem Summary:

    It seems like some of the messages generated by BP are formed in such a way that they are being rejected (silently?) by external mail servers (i.e. google, yahoo, hotmail) while other email messages are fine. I think this may be giving the impression that BP is not sending the email, but the email messages are in fact being sent (in my case anyway). They just don’t seem to be handled properly on the recieving end. Why?… I have no idea. Hoping for some tips to continue troubleshooting here.

    Product Versions

    WP: v4.4.2
    BP: v2.5.2

    Relevant Plugins in use:

    wp-mail-smtp: In case the email problems were PHP mail() related
    bp-email-to-wp-mail-from-bridge: To fix BP ignoring existing mapping for the From email
    buddypress-group-email-subscription: To add group email functionality (mentioning only because email sent from this plugin works fine – plain text)

    Relevant Config Info:

    At first I wasn’t using an SMTP plugin, but my current config is using WP-Mail-SMTP.
    It is configured with the localhost as the SMTP Server (HostGator shared host).
    Outoing email seems to work fine (with or without the plugin). It’s only outgoing BP mail that isn’t working properly.

    High Level Details:

    Some BuddyPress generated email works and some doesn’t. There are 3 specific examples that I’ve been testing:

    * The “Friend Request” email works great! It’s a really nice HTML formatted email that informs the target of the request that the request has been made.
    * A PM to a member doesn’t work. No email notification is sent to the target of the PM (Notification settings are correct)
    * A Mention doesn’t work. No email is sent to the BP user targeted by the mention (Notification settings are correct).

    The email messages that don’t appear to be working (i.e. not reaching it’s destination) are actually being sent. However, it seems like they are completely ignored by the receiving mail server.

    * This has been confirmed with the debug plugin (bp-email-debug-2.php). In all cases it reports that the email was sent.
    * This has been confirmed by my ISP. I had them watch the email get sent out from the localhost (the smtp server) to a google mail server (for example) but the message was not received.

    I know that my mail server/domain is not blacklisted because as mentioned above, the “Friend Request” email is sucesfully sent and delivered to the same recipeint. Also, the buddypress-group-email-subscription plugin works well and sends email succesfully to the same recipients.

    NOTE:The same email (eg. PM and Metion related email) that is not delivered successfuly to external mail servers (google, yahoo, hotmail) IS sucessfully delivered to email addresses hosted on my local mail server (i.e. the mail server running on the same WP/BP host – Hostgator).

    Some steps I’ve taken to test/resolve

    I’ve ensured that the “From” email address is correct (i.e. not being rejected because it is “wordpress@domain.com”). BTW, this led me to the bp-email-to-wp-mail-from-bridge Plugin which bridges wp_mail_from settings that I had in WP functions.php (child theme) to BP Email fuction(s). Everything is fine here.

    I’ve installed and tested WP-Mail-SMTP plugin in every way I can imagine. No change in email behaviour

    I made sure all available options in the notification settings (i.e. to receive all types of notifications) are enabled and have tested the various email scenarios on many different users.

    Other important notes

    I’m using the plugin buddypress-group-email-subscription to send email to group members when things happen in the forums. As mentioned above, this plugin successfully sends email to the same recipeints that are not recieving the PM and Metnion emails. Worth noting is the email messages sent by this plugin are plain text.

    Finally

    Thanks for getting this far… that’s a lot of reading. Sorry. I’m not expecting a simple answer to this. I’m just hoping for someone to point me in the right troubleshooting direction.
    <br><br>

    lim sungbeom
    Participant

    I wrote this article in bbpress.
    But somebody reply like this

    ‘This seems a BuddyPress question, not a bbPress question, right ?
    I think the BuddyPress forum would be a better option to get an answer.’

    So I write again in buddypress forum.

    ———————————————————————————

    I want to link a group to a forum which exits,

    So I checked it and set a forum name (first one below ‘Customer Center’) in group forum box and save

    but then check in the checkbox is disappeared

    at last, I found that if I modify the group forum settings in the group page setting in backend,
    the setting sustain, even though I click or not group forum setting in the group setting option in in frontend.

    I tried with default theme twenty-thirteen and KLEO.

    Is it normal or bugs?

    – frontend setting page :

    https://www.miinfra.co.kr:44373/infra/groups/%EA%B3%A0%EA%B0%9D%EC%A7%80%EC%9B%90/admin/forum/

    – Backend setting page :

    https://www.miinfra.co.kr:44373/infra/wp-admin/admin.php?page=bp-groups&gid=588&action=edit

    wordpress ver 4.42
    buddypress Version 2.5.2
    bbpress Version 2.5.8

    #252350
    shanebp
    Moderator

    Unless you are explicitly using the BP default theme, I believe you should be using this file:
    buddypress\bp-templates\bp-legacy\js\buddypress.js

    And you should be able to overload that file in your theme.

    #252347
    jakenelson09
    Participant

    Hey there! I have been working on this for the past 3 days and cannot for the life of my figure out where I am going wrong. I am trying to add an additional input field under the activity update content field. I found a few posts about it but they are from several years ago, I am wondering if they have been outdated with updates or something. Here’s what I’ve done.

    1. Edit post-form.php with input fields

    <input name="price" id="price" type="text" />

    2. Edit global.js in the default theme folder

    /* Default POST values */
    		var object = '';
    		var item_id = jq("#whats-new-post-in").val();
    		var content = jq("textarea#whats-new").val();
    		var price = jq("input#price").val();
    		var location = jq("input#location").val();
    
    		/* added in price and location values */
    
    		/* Set object for non-profile posts */
    		if ( item_id > 0 ) {
    			object = jq("#whats-new-post-object").val();
    		}
    
    		jq.post( ajaxurl, {
    			action: 'post_update',
    			'cookie': bp_get_cookies(),
    			'_wpnonce_post_update': jq("input#_wpnonce_post_update").val(),
    			'content': content,
    			'object': object,
    			'price': price,
    			'location': location,
    			'item_id': item_id,
    			'_bp_as_nonce': jq('#_bp_as_nonce').val() || ''
    		},

    3. Add the function in bp-custom.php

    function add_trackmeta_to_activity( $content, $user_id, $activity_id ) {
    
        bp_activity_update_meta( $activity_id, 'price', $_POST['price'] );
    
    }
    
    add_action( 'bp_activity_posted_update', 'add_trackmeta_to_activity', 10, 3 );

    I am not getting anything in the database. The solution is probably staring me in the face but my mind is so burnt out, I need a fresh pair of eyes to help me out.

    Thanks for your time

    Jake

    #252335
    celziobiaz
    Participant

    Well, there are several Group chat rooms integrated well with BuddyPress.

    When you choose, you need to consider the following:
    1 – You can install one on your server, but if you have more than 10 chatters, that will probably load your server. Most shared hosting services, do not allow to install a chat on the server as it is high cpu/mem consumer. In addition, sharing files is dead slow.

    2 – I recommend a group chat hosted service, it will offload all activity to a remote server, bandwidth is not a consideration. They work with CDN, so everything is pretty fast.

    As for your question:
    I am very much in favor of RumbleTalk chat plugin, works very well and integrate with your users base.

    – Ability to send any files (anything from videos, photos, music, etc.)
    Yes -You can upload files, pdf,excel..etc, I think any file, but they have size limit
    – Ability to text chat
    Yes
    – Ability to video or voice call to a friend
    Yes – they have private chat (you need to allow it in the settings), you must be in ssl to use it (WebRTC)
    – (Optional) ability to add other friends or users to the chat
    Yes – you can allow facebook/twitter friends
    – (Optional) ability to screen share (desktop sharing)
    No – no screen sharing

    Chat room example for buddypress (from blog)

    DrMarkRhodes
    Participant

    Wordpress version 4.4.2
    Buddypress version 2.5.2
    Socrates theme version 4.05

    Setting up my revived site:

    Groups

    Members

    Problem: the “Search Groups…” and “Search Members…” buttons are partially obscured by the main menu of the theme.

    I can look on line 170 of the source code from both pages and see this line:

    <div class=”separator” style=”height:27px;”></div>

    I have tested the following line on my mock-up, and it works perfectly:

    <div class=”separator” style=”height:67px;”></div>

    >>>>

    So, my real question is where/how do I edit the actual line in the Buddypress plugin code? I think I can edit it. I just can’t find it.

    Thanks so much for any guidance.

    Mark

    #252296
    shanebp
    Moderator

    This will remove the ‘Members’ link on group pages:

    function bp_group_remove_members_tab() {
    	
        if ( ! bp_is_group() )
    	return; 
    	
        global $bp;
        if (isset($bp->groups->current_group->slug) && $bp->groups->current_group->slug == $bp->current_item) 	{
             $bp->bp_options_nav[$bp->groups->current_group->slug]['members'] = false;		 		 
        }
    }
    add_action( 'bp_setup_nav', 'bp_group_remove_members_tab', 999 );

    You can put it in your theme/functions.php
    also – I think there is probably a better way to code this… ?

    #252291
    Henry Wright
    Moderator

    So on successful login it looks as though Simple Membership’s swpm_login hook runs. With the Simple Membership plugin activated, try adding this to your theme’s functions.php file:

    add_action( 'swpm_login', function( $user, $pass, $remember ) {
        if ( ! $user || is_wp_error( $user ) ) {
            return;
        }
        bp_core_redirect( bp_loggedin_user_domain() );
    } );

    Please note I haven’t tested.

    hippiehut
    Participant

    When on a products page there is a link above the product that says “view profile”. When i click it redirects me to (yourdomain).org/profile/ but there is no page found. How can I get this link to forward to a the vendor/members profile? it should go to members/(product seller)/profile or members/(product seller) at least.

    Im running WordPress 4.4.2, (theme) Virtue 3.5.8, WC Vendors Pro 1.2.4, Woocommerce 2.2.5, Buddpress 2.5.2, and WC BP Vendors 1.0.5

    hippiehut
    Participant

    ve just installed Buddypress and WC4BP to make buddypress work better with WC Vendors Pro.

    When I go to my a members page there is no change avatar option or change cover option under edit profile. It is enabled in Buddypress settings. The cover image is blank and the avatar is just a basic blank avatar. When i go to my domain/members/(member)/change-avatar/ (not sure if thats the right url cant remember off the top of my head) page is not found. What do can I do to get this working?

    Im running WordPress 4.4.2, (theme) Virtue 3.5.8, WC Vendors Pro 1.2.4, Woocommerce 2.2.5, Buddpress 2.5.2, and WC BP Vendors 1.0.5

    #252264
    abbie2636
    Participant

    Hi – since I’ve installed a new theme Kleo in conjunction with newly installing BuddyPress, my general page blog posts are now blocked. I have S2Member. I have not restricted the blog archive page nor have I restricted any blog pages. However they are not visible when not logged in. They go to the login page. I have blocked the buddypress forums as well as used the following URI’s /profile/
    /members/
    /groups/
    /activity/
    /messages/
    /profile/
    /friends/
    /settings/

    I also have a few other pages blocked but they shouldn’t be blocking the blog posts.

    Any ideas? It doesn’t seem to have anything to do with the URI’s above. I deleted them and the blog posts were still blocked.

    #252258
    shanebp
    Moderator

    They mean the theme that is currently activated.

    #252257
    ngoegan
    Participant

    Does “your theme” here mean my theme twenty twelve? Or do they mean some other buddypress theme folder?

    Template compatibility also runs a check to see if two directories or folders exist in a theme:

    ‘buddypress’
    ‘community’
    If either of these two folders exist in your theme and they contain BP template files then those files will be used in preference to the bp plugins versions.

    #252255
    shanebp
    Moderator

    Edit this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.php

    If you have cover images enabled, edit this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\cover-image-header.php

    Either way, you should be creating template overloads.

    Naomi
    Participant

    I’m running WP 4.4.2 and Buddypress 2.5.2 on my site http://www.charlottemasoneducation.org

    I’d like to add the member’s city and state to the member profile page right where it says when their last activity was.

    I have added these fields in a theme-my-login-custom.php file in order for them to be part of the registration process to my private site which I’m using the TML plugin for.

    From reading other threads, it sounds like I need to edit the member-header.php file?

    Here is the section that I think I need to add code to. Can you please tell me what code I would need to add and where to add it in order to have those fields show up correctly?

    <?php endif; ?>
    
    	<span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span>
    
    	<?php do_action( 'bp_before_member_header_meta' ); ?>
    
    	<div id="item-meta">
    
    		<?php if ( bp_is_active( 'activity' ) ) : ?>
    
    			<div id="latest-update">
    
    				<?php bp_activity_latest_update( bp_displayed_user_id() ); ?>
    
    			</div>
    
    		<?php endif; ?>
    
    		<div id="item-buttons">
    
    			<?php do_action( 'bp_member_header_actions' ); ?>
    
    		</div><!-- #item-buttons -->
    
    		<?php
    		/***
    		 * If you'd like to show specific profile fields here use:
    		 * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field
    		 */
    		 do_action( 'bp_profile_header_meta' );
    
    		 ?>
    
    	</div><!-- #item-meta -->
    
    </div><!-- #item-header-content -->
    
    <?php do_action( 'bp_after_member_header' ); ?>
    
    <?php do_action( 'template_notices' ); ?>
    #252250
    BackpackersUnion
    Participant

    Hi @djpaul

    I wanted to follow up on the unsubscribe link and see if you were able to catch this screen shot (The link had disconnected in the above comment) and if you had any thoughts/ideas?

    I want to move away from an ’email plugin’ solution for the new email feature because I think it’s the future, but I’m fighting like crazy to avoid another child theme template for such a small tweak.

    Has anyone else expressed interest in being able to customize the link and do you think the screen shot above is a viable solution?

    Thanks Paul!

    #252246
    chrisf4s
    Participant

    Hello people,

    This is my first ever post and would be happy for a little help if possible? (please bare with me as I’m new to building websites)

    I recently changed my site into a multisite and ever since had a problem when users register. I have 3 dashboards – network admin and then one each for the sites.
    When users register they no longer receive an automated email to activate their account and admin no longer receives an email to advise a new user has registered. They show in network admin ‘users’ but don’t show in either of the sites. The only way for me to know if there is a new user is for me to check the ‘pending’ in network admin – users.
    I’m not 100% sure that this is since the multisite was added but I think it is. How can I get my site back to how members registered before (activation email/admin notification email/)

    My site is http://www.fit4site.co.uk
    Using – wordpress 4.3.3
    Boss 1.1.9 theme

    Please advise if I have missed any info

    Thanks in advance

    #252245
    Mathieu Viet
    Moderator

    Hi there, let’s try to reply to one problem at a time!

    Now the posts do appear in activity stream, but not the comments. If i comment on a post, the stream doesn’t show the comments, but if i comment on a post via activity stream, the comment is then seen on a post and on the activity stream.

    I guess, this means the BuddyPress “Site Tracking” is active.

    1/ WordPress Administration > BuddyPress Settings > Options Tab – Activity Settings section:
    Setting ‘Allow activity stream commenting on blog and forum posts’ is not checked. It means when a post or a comment is posted, then an activity will be generated, but it’s not possible to add an “Activity comment” to the generated activities. Just tested with latest WordPress and BuddyPress 2.5.2 and it works as expected:
    No sync

    2/ WordPress Administration > BuddyPress Settings > Options Tab – Activity Settings section:
    Setting ‘Allow activity stream commenting on blog and forum posts’ is checked. This means you chose to synchronize comments between the Post object and the corresponding activity object. So a comment on the activity about the post will generate a regular post comment and a regular post comment will generate an activity comment on the activity about the Post. Just tested with latest WordPress and BuddyPress 2.5.2 and it works as expected:
    Sync on

    Now @cmavrikas is talking about something else i think. He wants the activity comments to also be displayed like regular activities: in stream mode.
    I then advise to use another filter to avoid parsing args / checking the current object of the Ajax querystring:

    function activity_comments_stream_mode( $args = array() ) {
    	return array_merge( $args, array(
    		'display_comments' => 'stream',
    	) );
    }
    add_filter( 'bp_before_has_activities_parse_args', 'activity_comments_stream_mode', 20, 1 );

    I just tested it, and again it’s working fine in latest WordPress / BuddyPress 2.5.2…

    I advise you to deactivate plugins/come back to a default WordPress theme and do the opposite work to find the plugins or theme that prevents this regular behaviors.

    #252241
    shanebp
    Moderator

    what code should I place and where?

    I’ve provided the code to use.
    And explained that you need to find the code that displays the avatar on post pages – it’s somewhere in your theme.

    danbp
    Participant

    There is no need to modify the member loop. You just have to add the function into one of the file i mentionned.

    By doing this with bp-custom.php, you don’t need to alter your curent theme and by the way, it will also work in case you use another theme.

Viewing 25 results - 6,026 through 6,050 (of 32,561 total)
Skip to toolbar