Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,776 through 18,800 (of 94,540 total)
  • Author
    Search Results
  • #242071
    johnnybkk
    Participant

    Ok thanks alot. Yes too late to change language plugin unfortunately.

    Another issue. We worked on the template in /new/ and then moved to the root when we were happy with all. Now for some reason when posts are being made, in Buddypress they show up with /new/ in the activity stream even though the site is moved and all (i believe) settings have removed /new/.

    Is this something you have seen before?

    taz101108
    Participant

    How do you pass xprofile user data to prefill forms? I am using EventOn and tried xprofile_get_field_data(‘Undergraduate College/University’), but it wasn’t working. The function is below. Do I need to somehow let this function know it’s a buddypress call?

    // Prefill form fields
    function prefill($current_user, $field){
        if($current_user){
            switch ($field) {
                case 'email':       echo $current_user->user_email; break;	
                case 'first_name':	echo $current_user->user_firstname; break;	
                case 'last_name':	echo $current_user->user_lastname; break;	
                case 'evors_addf1_1':   echo xprofile_get_field_data( 'Undergraduate College/University' ); break;
            }				
        }else{ return null;}
    }
    #242068
    sharmavishal
    Participant
    #242066
    djsteveb
    Participant

    @mattfl850 – I run a few multi-sites and a few bp sites – and after reading your first post I still don’t understand what you have as a setup and what you are trying to accomplish.

    I have awp multi-site with bp activated in maindomain dot com – the profiles and social layers are all based in the main root – if someone wants to create a “blog” aka “site” then their site becomes “usersiteOne dot maindomain dot com” – so each of their blogs (sites) are on a subdomain.

    Of course it is possible to swap that so they appear as maindomain dot com / usersiteOne

    All the groups and activity and such is run through the main root level..

    are you trying to get each user to have their own buddypress layer layer – with their own groups and such that is completely separated from the others?

    #242065
    djsteveb
    Participant

    @meeekz – Is the “jcrop tracker” something that is standard part of buddypress or something that your theme / or other plugins is handling?

    re “believe this is an aspect ratio issue” – I was under the impression that bp wanted the image to be cropped in a perfect square, and that there were modifications to make what was displayed circular like you are doing – but the standard bp expected a square image as the base (?)

    with one of your members I see that your theme is doing this kind of class on the avatar:
    class=”modified avatar” height=”80″ width=”80″>

    yet the image itself is somehow 80×53

    not sure how you got the image to be those dimensions – using the standard bp avatar uploader / cropper thing?

    #242064
    djsteveb
    Participant

    @natmba1 – you do not need a wordpress dot COM account to run buddypress – and I am not sure that you can run BP there – not the last time I checked.

    What I suggest is getting your own web hosting account – for 10 or 20$ per month you can run your own (shared) hosting – and put wordpress and buddypress and any other plugins you like into it.

    Some places like dreamhost.com (and similar hosting companies) – make it pretty simple to setup a wordpress hosting account and then you can add plugins and themes through the backend admin dashboard.

    You will likely end up with an account at wordpress dot ORG – to ask questions about plugins and stuff – but the dot ORG is the free open community and the dot COM is more the commercial thing kind of like wix.. which I am sure you have seen places like that are very limited – running your own system has many more options – but with that comes a bit more learning and responsibility 😉

    #242063
    ayam3b
    Participant

    I am also having this problem but it’s specifically with groups. We noticed it happening maybe a month ago? Does anyone know how to fix it?

    Wordpress 4.2.2
    Buddypress 2.3.2.1
    http://bitkingdoms.com/

    #242062
    Natali
    Participant

    Hi,

    I want to start a social media network. I have a website with Wix. Once that expires, I will be coming over to WordPress. However for now I want to set up a social media network and am wondering if I need a WordPress account in order to set up a BuddyPress account?

    #242057
    MattFL850
    Participant

    OK I am running a site that will be supporting multiple games. Right now the first one I’ve got running is /sbs dub domain. When someone clicks their profile it redirects them to their page at the main domain. When this happens, the page is different so it confuses people. How do I keep them on /sbs at all times? Also, can I use separate BP installs for each subdomain while using multisite? Or would i need to use separate wordpress installations?

    #242055
    Henry Wright
    Moderator

    bbPress is a separate plugin. You’d need to install that as well as BuddyPress.

    #242054
    silicon_navajo
    Participant

    I’m interested in setting up a BuddyPress powered site with the integrated bbPress Forum functionality. However, just installed v2.3.2.1 and not seeing Discussion Forums option under the Available Components Tab. What am I missing here?

    donchulio
    Participant

    Hi Guys,

    I am using WP version 4.2.2 and BuddyPress version 2.3.2.1.

    I got the problem, that BuddyPress is not creating the pages automatically after the installation. So the plugin tells me to create the member page, the activity stream and so on. I tried it now about 5 times with different ways (installation with the admin tool in WP, FTP transfer)

    Is there any way to fix that problem or is the template available for the pages so that I can create them by myself?

    The website can be found here: http://v2.germansimracing.de

    Thanks so much for your help,
    Julian

    #242042
    creativesinside
    Participant

    Ack my bad! I’m fairly new to php and super new to Buddypress.

    Ok soooo … in the file notifications-loop.php inside the loop I’ve added:

    				$notificationid7 = bp_get_the_notification_id();
    				$obj = bp_notifications_get_notification( $notificationid7 );

    And where I need to display the link (also in notifications-loop.php):

    <a href="/pins/<?php echo $obj->item_id; ?>">view</a>

    Lastly, where I passed the item ID in bp-notifications-functions.php:

    function bp_notifications_add_notification( $args = array() ) {
    
    	$r = wp_parse_args( $args, array(
    		'user_id'           => 0,
    		'item_id'           => $post_id,
    		'secondary_item_id' => 0,

    However it’s echoing the notification number … not the post ID.

    mitesh27
    Participant

    I had installed buddypress plugin on my website http://www.campus.sutrasoftwares.in.
    but after some days 508 errors were become common.One suggest me to deactivate buddypress, i did that and now no errors.

    But i want to use buddypress to start a community on my website .PLease tell me how to use it by getting rid of 508 errors.
    Thanks in advance.

    #242026

    and it’s up finally!!!!
    If anybody needs to submit a bug:
    https://github.com/vimes1984/buddypress_aweber_integration/issues

    nicky112
    Participant

    Hi !

    I am new to buddypress and I am trying to figure out if it fits my needs. So far it looks amazing but I ran into a problem while individualising it. I’ve created a custom login page and I want to redirect all logged-out users to it.

    The problem I ran into is that there a pages on which I don’t want to redirect users. Such pages like registration and activation for example. What worked for me here is that I used bp_is_register_page() and bp_is_activation_page() to check against those but I also need to be able to check against custom pages.

    I figured out that those functions mentioned above use bp_is_current_component(). I thought about creating or registrating my own component to be able to check against but I did not figure out how that works.

    Any help would be appreciated.

    Cheers, nicky

    #242012
    creativesinside
    Participant

    This is my code:

    <?php while ( bp_the_notifications() ) : bp_the_notification();
    
    $user_id = $bp->notifications->query_loop->notification->secondary_item_id;
    //bp_notifications_mark_notification(bp_get_the_notification_id(),false);
     ?>
    <?php 
                                $messageId = buddypress()->notifications->query_loop->notification->item_id;
                                $message = messages_get_message($messageId);
                                $image = null;
                                if ($message) {
                                    $title = apply_filters( 'bp_get_message_thread_from', bp_core_get_userlink( $message->sender_id ) );
                                    if ($message->subject == "comment on your post") {
                                       $title .= " commented on your post";
                                    } elseif ($message->subject == "like your post") {
                                       $title .= " liked your post";
                                    } else {
                                       $title = null;
                                    }
                                    
                                    $image = bp_messages_get_meta($messageId, 'images');
    				$obj = bp_notifications_get_notification( $id ); 
                                }
                             ?>

    And the echo:

    <div><a href="/pins/<?php echo $obj->item_id; ?>">VIEW</a></div>

    shanebp
    Moderator

    Check your site-wide settings, in wp-admin, for Forums.

    btw: this is the BuddyPress support forum.

    The bbPress support forum is here.

    #241992

    In reply to: Where to install

    monk3
    Participant

    @shanebp: There wasn’t anything rude in my response. If anything, Henry’s didn’t address my question as I stated it,. Instead, he rephrase it, which could be considered inconsiderate.

    Had I wanted to ask the question he moved my question to, I would have asked it. I didn’t. So I moved what I could have considered a rude move on his part, back to my original concern. As for your response, … “It depends”; it is not an answer. Consider the context here: We are in a BuddyPress forum que. If you haven’t figure it out yet, I am querying to how better install BuddyPress, on a domain or a subdomain. It is obvious that it has to be on a WordPress installation. (Everyone who doesn’t know that, hold up your hand….. Just as a thought, no one. Oh, there is one.)

    Now, I could have interjected my own thoughts into the original question, but by not doing so I was hoping to illicit candid input, as compared to a general and useless response such as, “It depends”. So. Since you seem to have more to add, depending on something…, let me clarify for you:

    One of the sites we created and run for a client has WordPress as the platform. We are considering adding BuddyPress to it to extend the accumulated audience. We have concerns regarding security, cpu and memory load, plugin conflicts,possibly running a separate user registration and permission scheme (possibly) and all the other common issues inherent with WP; as well as the size of the site already, which is a bit over 3Gb in size. It runs an events system, with about 400 locations and in excess of 23,000 daily events. It is on a VPS with 2 cores, 32Gb RAM, using multiple dedicated IPs, much of what is in WHM, and numerous firewalls and other security systems.

    As you maybe are able to see, how BuddyPress is installed would make a difference. But now that I have clouded your considerations with information I would have preferred to reserve until later in any possible conversation, we’ll see what bias is in any response you may have, hopefully beyond a mind-dulling, “It depends”.

    Now, on to Henry’s response:
    You left out the option of WP on both the primary and the sub-domains; which is the case. Again, if my primary question had to do with BUDDY PRESS, not to gain opinions about WP on a subdomain vs on a primary domain, which is the case; I would expect responses regarding that. Had your topic been my topic, I wouldn’t have posted my question in a BuddyPress que, simply becuase your question says nothing about BP.

    And I’m sure that question has been addressed many times already. Who cares??? IT WASN’T, AND ISN’T MY QUESTION! Why do you have this habit of trying to rephrase or move another’s original question? Must be a power struggle issue.

    Never mind. I’ll seek the opinions elsewhere, from other forums that actually want to address questions as stated, and don’t act like gatekeepers.

    Good grief!

    #241989
    Roger Coathup
    Participant

    The default BuddyPress site setup only supports a single activity, members, groups directory page.

    One solution is to create your own custom page templates, and embed the code for the activity, member and group loops in the template. You’d then assign it to your duplicate pages. You can read more about coding your own loops in the documentation section of this site.

    You could also look to see if it’s possible to use the language files — dynamically loading the appropriate text domain translations of the BuddyPress text depending which language the user has selected. In this scenario, you’d work with the default ‘single’ page setup.

    Perhaps too late for your site (if you’ve gone down the polylang route), but for all our multi language solutions, we go the multisite approach and using the Multilingual Press Pro plugin. It gives a really clean solution. Remember to enable bp multiblog if you switch to this approach.

    #241979
    @mercime
    Participant

    @quinngoldwin I’m not aware of any plugin that does what you want out of the box. At this stage, you might want to look at https://wordpress.org/plugins/wp-job-manager/ and a BP plugin https://wordpress.org/plugins/buddypress-job-manager/ and try work from there to set up a jobs category home page similar to what you posted above. Haven’t worked with either plugin before but the plugin author of the WP Job Manager has very good rep.

    You could post at the official WordPress Jobs Board at https://jobs.wordpress.net and/or our jobs board at https://buddypress.org/support/forum/plugin-forums/bp-jobs-board/

    johnnybkk
    Participant

    Buddypress 2.3.2.1
    Wordpress WordPress 4.2.2
    Site http://thailandnaturist.com/

    I am running a website in dual language, English and Thai using Polylang.

    Eventhough buddypress is not in Thai I would like the menu to stay in Thai.

    So I created duplicate of activity, members and groups pages in Thai.

    My problem is now, how do I get fx http://thailandnaturist.com/activity-thai/ to show the same activity stream as http://thailandnaturist.com/activity/

    And similar for members and groups.

    Thank you very much in advance.

    #241975

    In reply to: Where to install

    shanebp
    Moderator

    There is no need for rudeness – even if you didn’t understand a reply.

    >When is it better to install buddypress on a subdomain and when on the primary domain?

    It depends on what you’re trying to do.

    #241972
    Roger Coathup
    Participant

    Please see https://buddypress.trac.wordpress.org/ticket/6360 and associated tickets for a fix for point 1. It’s a known problem.

    #241969
    Henry Wright
    Moderator

    See the Members Navigation Menus article.

Viewing 25 results - 18,776 through 18,800 (of 94,540 total)
Skip to toolbar