Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,251 through 65,275 (of 68,950 total)
  • Author
    Search Results
  • #45093
    Jeff Sayre
    Participant

    Codyb-

    Thanks for the detailed response!

    A few more questions:

    1. Did you copy over to WPMU’s root the .htaccess file that comes with the download?

    2. Did you select the BuddyPress member theme in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”?

    #45090
    Jeff Sayre
    Participant

    KitWit-

    Okay, I’ve made a mistake. I did not even notice that you had linked to the members’ theme, not the home theme.

    My widget is for the home them. What you’re asking about is not a widget. It is a coded into the /directories/members/index.php file in the bphome theme.

    You can make your own custom theme, edit this out, and get what you want:

    <div class="item-meta"><span class="activity"><?php bp_the_site_member_last_active() ?></span></div>

    <div class="field-data">
    <div class="field-name"><?php bp_the_site_member_total_friend_count() ?></div>
    <div class="field-name xprofile-data"><?php bp_the_site_member_random_profile_data() ?></div>
    </div>

    Just make sure to place your custom theme in the proper place and then select it in WPMU’s backend via “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”

    #45089

    In reply to: 404 everywhere

    Jeff Sayre
    Participant

    Javajoba-

    I’m glad your BuddyPress install is functioning once again.

    As you have already done, one of the first places to begin troubleshooting BuddyPress issues is by deactivating plugins one at a time until the problem goes away. If it does not go away, then the issue may be BuddyPress related.

    #45088
    Jeff Sayre
    Participant

    I do not see any BuddyPress widgets entitled “Featured Members” in my v1.0 install of BP. Are you using a version newer than v1.0 from trunk?

    Either way, the widget I linked you to will solve your problem.

    #45086
    2733824
    Inactive

    I’ve just created my site, check it out!

    It is still a work in progress

    http://placelister.com/

    #45084
    KitWit
    Participant

    Jeff–

    Uh, this is the widget that comes with BuddyPress … I have not installed any member widgets from any other source … !

    #45083

    In reply to: Error creating groups

    Jeff Sayre
    Participant

    We don’t have sufficient information to provide any assistance. Please answer these questions:

    1. Which version of WPMU are you running?
    2. Did you upgraded from a previous version of WPMU, and if so, from which version and how?
    3. Did you have WPMU functioning properly before installing and upgrading BuddyPress?
    4. Which version of BuddyPress are you running?
    5. Did you log in as site admin in WPMU’s backend and activate BuddyPress?
    6. Do you have any plugins other than BuddyPress installed and activated?
    7. Are you using the standard BuddyPress themes or custom themes?
    8. Are there are errors in your server’s log files, and if so, what are they?

    #45082
    Jeff Sayre
    Participant

    KitWit-

    Where did you get this Featured Members widget version? It does not look like mine.

    My Featured Members widget only show’s avatar and name. You can find it here: https://wordpress.org/extend/plugins/buddypress-featured-members-widget/

    #45074

    JadedEvan,

    Regarding the elusive die(‘0’) in bp-core-ajax-handler.php, if you have an alternative that you feel works better or will be more future proof, drop a ticket in the Trac with a fix or a patch.

    The BP 1.0 release is the first stable, reliable, full working version of the core of BuddyPress. Right now there are a number of specific things going on behind the scenes, including security sweeps, code cleaning and beautification, bug hunting, etc…

    It is anticipated that there will be a certain amount of bugs and quirks even in the 1.0 version of BuddyPress, and the dev team is still steadily submitting patches and updating the trunk almost daily with little changes and tweaks.

    #45073
    codyb
    Participant

    Response to your questions are as follows:

    1. I am positive I am running wordpressMU, under my admin dashboard it states You are using WordPress MU 2.7.1.

    2. This is a fresh install of WordPressMU and Buddypress. I had never heard of either of these until a week ago so I installed WordPressMU 2.7.1 first and then downloaded BuddyPress1.0 and installed via installation instructions listed here https://codex.buddypress.org/getting-started/installing-buddypress/

    3. I believe WordPressMU was functioning, but I had never used it before so I can’t state that confidently. Just from playing around with it previously and me still being able to use the dashboard without issue, I would say it was functioning.

    4. I am using BuddyPress1.0

    5. Yes I logged in as site admin on WPMU’s backend, activated buddypress under the plugins section, and am currently utilizing the BuddyPress Default Home Theme 1.0

    6. The only plugin I have listed is BuddyPress and I’ve never installed any other plugins

    7. I believe I am using the standard buddypress theme that was automatically installed with BuddyPress, I myself did not install any custom themes

    8. I do not see any error messages that are catching my eye in my /var/log/messages

    Just a little additional info. I’m running WordPress/BuddyPress on my own webserver. I am running a linux box using CentOS 5.3 and apache to host my current website utilizing drupal and all works fine. I wanted to utilize the BuddyPress social networking feel for my site so I’d like to move to BuddyPress. I started from scratch with installing WordPressMU and BuddyPress. I made the correct databases and users using MySQL. If you have any other questions please let me know. Thanks

    #45072
    Jeff Sayre
    Participant

    I know this probably does some harm to server security and makes the data integrity a little bit more questionable.

    As you recognize, increasing programming flexibility at the expense of platfrom security is not the proper tradeoff. Your request for the ability of BuddyPress plugins to make cross-domain application calls is such a security risk.

    As an Open Source project, you are free to hack the core features of your copy of BuddyPress as you see fit. Just remember that if your server and data get compromised because of your hacks, we will not be able to offer any support.

    #45068
    Jeff Sayre
    Participant

    Okay, before we can assist further, we need more information. Please answer these questions:

    1. You’re positive that you’re running WordPress Mu and not single-version WP?
    2. Assuming the answer to number 1 is yes, then did you upgraded from a previous version of WPMU, and if so, from which version and how?
    3. Did you have WPMU functioning properly before installing and upgrading BuddyPress?
    4. Which version of BuddyPress are you running?
    5. Did you log in as site admin in WPMU’s backend and activate BuddyPress?
    6. Do you have any plugins other than BuddyPress installed and activated?
    7. Are you using the standard BuddyPress themes or custom themes?
    8. Are there are errors in your server’s log files, and if so, what are they?

    #45065
    codyb
    Participant

    I tried to add those and it still isn’t working, its still giving me the 404 error. But now the path has changed to /wpmu/users/admin/ instead of it being /wpmu/members/admin/ Any other suggestions as to how to fix this? I’m still getting the 404 Not found error

    #45064
    Jeff Sayre
    Participant

    I’m closing this thread as it is not a BuddyPress support question. If you’re interested in providing services, contact member via the message component of BP.org.

    Enlightenmental1, in case you did not know, there is a Jobs Board here: https://buddypress.org/groups/buddypress-job-board

    #45063
    Jeff Sayre
    Participant

    Your answer is in this forum thread: https://buddypress.org/forums/topic.php?id=2572

    #45062
    Jeff Sayre
    Participant

    The reason you cannot find a directory called “members” is because /members/ is a slug and not a directory. Here’s an article that might shed some light: https://buddypress.org/blog/how-to/customizable-slugs-in-buddypress/

    #45061
    enlightenmental1
    Participant

    you just need to edit your Members-Theme and move the “post to wire box/function” to where you want it.

    bp-themes/buddypress-member/profile/index.php

    on the very bottom of the page, you’ll see an IF statement “bp_wire_get_post_list”

    just move that where you want it, be sure to keep it in the right DIVs

    #45059
    azznonimous
    Participant

    Hi again

    I made some mistakes:

    – asume that the upgrade from RCx to v1 was simply copying files over the old ones and didn’t noticed the change in the setup procedure to /wp-content/plugins/buddypress

    – Also is posible that as my MU base was 2.7 it messed a bit too

    – Tampering the themes fields in the db with a non ortodox setup

    I started the intall process all over and it works fine again.

    As a final test I tried to swap the old DB for the new one but I get again messages like the BP_PLUGIN_DIR path.

    Just if helps …

    Regards,

    #45056
    enlightenmental1
    Participant

    you would edit your bp bp-themes/ or theme/buddypress-home/

    depending on where you want it.

    you could also add the “tweet” stuff directly to the functions.php file

    /themes/buddypress-home/home.php

    (the above is the home page, which calls the left,center,right sidebars)

    you could manually insert your code there.

    there’s a few different way to do that…. some would say creating a plugin/function/bp-custom code is the best

    #45055
    Dainismichel
    Participant

    Just replaced the 6 instances of get_option(‘home’) in header.php of my member blog theme with $bp->root_domain as described.

    Don’t see any difference in the behavior of the site.

    Really impressed with delsolownersclub wow. great work.

    I’d love to turn this into a procedure for the community, but I don’t know how to do it yet. Stuck here too: https://buddypress.org/forums/topic.php?id=1632&page=2&replies=43#post-14553

    Best,

    Dainis

    #45048
    mattlay
    Participant

    I am looking for this exact eplaination as well it is perfect how it is done on buddypress. It would be helpful if once you installed buddypress and do the integration of the forums that it somehow shows up on in your site like it does here. I am no coder and am sure it is not trivial.

    #45044
    KitWit
    Participant

    Apparently the bar doesn’t extend to the full width of the open browser even in the default installation (I assumed it did), but if you notice how this installation of BuddyPress is configured here on the BuddyPress site (the page we’re on, in BuddyPress.org), the bar at the top extends full-width! Since I can’t peer into this site’s base.css file for the theme I’m wondering how to change that attribute … ?

    #45040
    belogical
    Participant

    I was just following what I thought was proper buddypress forum etiquette according to rule # 7 here https://buddypress.org/forums/topic.php?id=2543.

    Thanks for the response.

    #45035
    The Sandman
    Participant

    Thank you I’ve pasted the text of your code into a newly created .php file and placed it in mu-plugins folder. It works nicely.

    I’ve also had to disable BuddyPress to WordPress profile syncing. Otherwise a newly created user would seem to “lose” his name completely after attempting to change it in BuddyPress’ Edit Profile.

    Thanks again!

    #45033
    Kunal17
    Participant

    Ok after further testing, my earlier belief that wp-signup.php works was wrong. I just realized that I must have tried wp-signup.php while signing up with a gmail address (which works).

    Considering that the only entry that I make for the admin email address is to add the email address in the site admin options, do I not need to add a user name and password into WPMU for the email address to allow WPMU access to send emails? I am using a non gmail domain hosted on google apps as the support email in the admin.

    Btw, I realize that with wp-signup.php not functioning as well, this is no longer a buddypress issue but probably a WPMU one. However, I would still be grateful for any help I can get from these forums. I will continue my search at WPMU forums also. Thanks.

Viewing 25 results - 65,251 through 65,275 (of 68,950 total)
Skip to toolbar