Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 59,176 through 59,200 (of 68,948 total)
  • Author
    Search Results
  • #60641
    Dainismichel
    Participant

    I’ve been messing around with BuddyPress and WPMU since April 09 or so. I haven’t been able to get my community up and running yet.

    Single WP seems to be an alternative that might work for me, but whew, I “just” got a semi-functional WPMU-BuddyPress site going.

    My community doesn’t really “need” separate blogs for each member…just a way to have a profile page, post stuff and see sitewide activity. Don’t even need them to post “pages,” just posts and post categories really.

    Right now, I’m working on configuring a user blog theme that has widgets pre-set and a BuddyPress WPMU set up that does not allow users to change their themes or widgets.

    I use WP on several sites, and “kind of” know WP. WPMU has been a real challenge for me.

    …Not sure whether to test this though…

    #60638

    In reply to: Links not working

    danbpfr
    Participant
    r-a-y
    Keymaster

    You say you are using BP 1.1.3.

    When you upgraded from the BP 1.0 series, what choice did you make when you upgraded the forums?

    https://codex.buddypress.org/developer-discussions/buddypress-forum/

    Did you choose to keep the existing installation?

    Or did you choose to create a new installation?

    Also how dependent are you on your external version of bbPress?

    Besides the group forums, do your members post in other areas in your external bbPress?

    After answering these questions, we’ll have a better idea on how to proceed.

    #60634
    Boone Gorges
    Keymaster

    It’ll be easier for others to help if they know more:

    https://buddypress.org/forums/topic/when-asking-for-support

    af3
    Participant

    @ray, thanks for info; when i integrated wpmu and bbpress, bbpress was set to be in the same dbase as WPMU, and the bbpress was already with over 70k posts (not a new install). So when bp was installed, it’s also in the same db used by wpmu and bbpress. Even if I installed bp with the bbpress forum that came with it; wouldnt it be still using the bb tables that are already there in the existing db?

    Should i install two different bbpress with separate db so I can solve this privacy issues? Its a bit confusing to me now on the whole architecture of bp+bbpress and bp group forums. Pls help.

    #60631
    shoeyn
    Participant

    I got exactly the same problem, it doesn’t matter whether it’s set up with sub domains or directories, it still won’t work

    My install is wordpress mu 2.8.6 with buddypress 1.1.3

    Everything worked fine before I added buddypress, as far as I know of.

    I didn’t upgrade from previous versions, it was a complete fresh install

    I haven’t activated any other plugins or themes or changed any core files

    All links apart from the Home link is reporting 404 error

    My host is names.co.uk

    ooster
    Participant

    I used a different approach for our BuddyPress using a BuddyPress filter to exclude all private Blogs activities from showing up:

    http://blogs.zmml.uni-bremen.de/olio/2010/01/12/activity-privacy-plugin-for-buddypress/

    #60623

    In reply to: Blog Avatar

    vusis
    Participant

    i should say this is probably the worse limitation of buddypress.

    #60617

    In reply to: Moderate members

    Tom
    Participant

    Seems that only fixed the admin panel problem.

    However it’s throwing up errors on the front end now.

    To be honest I think this plugin is maybe outdated.

    I’ll list here my site’s configuration, and what errors I’m getting in-case anyone fancies making this plugin work as it should.

    OK.. Groups and Blogs are disabled site-wide (Except for the main site blog).

    The setting “Allow new registrations” is set to “Only user account can be created.”

    And “Registration notification” set to “Yes”

    1st problem (As previously mentioned in this thread)… When I go to the admin panel and try to edit the options for the plugin, and hit save, it throws up the errors that I posted here:

    https://buddypress.org/forums/topic/moderate-members?replies=1#post-33514

    I managed to get rid of those errors by doing as mentioned here:

    https://buddypress.org/forums/topic/moderate-members?replies=1#post-33517

    However… it turns out that was not a fix for the plugin, so I reverted the file back to original state.

    OK, I couldn’t edit the emails that would be sent out due to those errors, but I could of worked around that (editing within the file itself)… so I continued to the next step, which was to try and create a new account, to see if the plugin actually done what it’s supposed to.

    After entering all my required fields, and hitting the submit button, I was taken to the upload avatar page. I was also shown the “Check your email address for your activation email” notice. Also, at the top of the page these errors appeared:

    Warning: implode() [function.implode]: Invalid arguments passed in /home2/puezq/public_html/mysite.com/v2/wp-content/plugins/bp-registration-options/bp-registration-options.php on line 639

    Warning: implode() [function.implode]: Invalid arguments passed in /home2/puezq/public_html/mysite.com/v2/wp-content/plugins/bp-registration-options/bp-registration-options.php on line 642

    Since I know only very little php, I had a look to see what those lines were in the plugin php file, but done nothing with them. Here are those lines:

    639 $bp_groups_str = implode(",", $bp_groups);

    642 $bp_blogs_str = implode(",", $bp_blogs);

    So I’m guessing these errors are showing because I have blogs and groups disabled on the site?

    However the plugin php file is full of terms relating to blogs and groups, so I saw no point just removing those lines from the file as other errors would appear from somewhere… surely?

    Anyway, to see what happened next- I then uploaded an avatar, successfully. The errors at the top of the page disappeared when it was uploaded.

    I then clicked on the activation link in the email I received, and logged into the site. I was able to EDIT my profile and browse the site pages normally, but not able to view member profiles, my own public profile, or even view the members search page.

    I then received an email saying there was a new member registration (to my admin email)… and the notice also appears in the admin panel saying there’s a user awaiting moderation.

    And that’s where Im at.

    Come to think of it, and after having read through this post several times now- It seems that the plugin’s actually working… with the exception of those errors that are flagging up in the admin panel (when editing the emails that will be sent out), and at the top of the front end page. Hopefully one of you guys can tell me how to get rid of those errors… or at least the ones on the front end. :-)

    This truly does sound like a fantastic plugin, but with non-existent support at the forum link in the README.txt file, I think it can only carry on living if one of you geniuses are willing to fix the bugs.

    Unless anyone knows of another plugin that will allow new member moderation? (I have searched, but couldnt find anything).

    #60615
    imbroglios
    Participant

    I installed the plug-in, but have been unable to get it to work.

    As I understand it, when the plug-in is activated within a buddypress group, tweets from members of that group should automatically post on the buddypress page under that group’s heading. I am unable to get tweets to post on BP.

    Has anyone successfully implemented the plug-in?

    #60612
    Tom
    Participant

    Thanks MrMaz. Fingers crossed for you recovering everything.

    My site shall be going live at the end of the week, but I can just deactivate the links plugin until I can resolve this problem :)

    #60611

    In reply to: Moderate members

    Tom
    Participant

    Hmm seems I was wrong.

    Just edited the emails that get sent out by the plugin, hit save, and my page is filled with errors.

    Screenshots:

    http://i231.photobucket.com/albums/ee311/threegcodes/capture6.jpg

    http://i231.photobucket.com/albums/ee311/threegcodes/capture8.jpg

    And the support forum for the plugin is pretty much non-existant by the looks of things: http://webdevstudios.com/support/forum/buddypress-registration-options/

    r-a-y
    Keymaster

    @af3

    The first post in this thread was made 7 months ago when bbPress needed to be separately installed.

    As of BP v1.1+, bbPress is now embedded into BuddyPress.

    Privacy options for group forums now exist natively.

    If you’re using an external bbPress install (which it sounds like you are), then you’re correct, privacy will still be an issue. I’m not even sure the BP Groups plugin by Burt Adsit even works with BP 1.1 / external bbPress.

    #60604
    michelle88
    Participant

    I finally get a response :-) Thanks Bowe! I’ve tried to answer your questions below. I hope this helps:

    1. my version of WPMU is 2.8.6

    2. I installed WPMU as a directory install?

    3. I installed in the root

    4. No. I did not upgrade from a previous version of WPMU

    5. Yes. WPMU functioned properly before installing BuddyPress

    6. My version of BuddyPress is 1.1.3

    7. No. I did not upgrade from a previous version of BP

    8. I have the following 16 plugins other than buddypress installed and activated:

    -All in One SEO Pack

    -Announcement and Vertical Scroll News

    -bbPress Integration

    -Competition Manager

    -Contact Form 7

    -Custom Admin Branding

    -Image Widget

    -JR_news

    -Tags 2 Meta Generator

    -Live Countdown Timer

    -Ultimate Google Analytics

    -Vertical Response Widget

    -Wordpress Newsletter Subscription Opt-in for Sendblaster

    -WP-Polls

    9. I’m using the BuddyPress Default theme

    10. The only core files modified is footer.php

    11. No. I have no custom functions in bp-custom.php

    12. I installed bbPress using the Forums Setup in Buddypress

    13. List of errors in my server’s log:

    [Mon Jan 11 15:04:52 2010] [error] [client 82.128.52.89] File does not exist: /home/ystars/public_html/wp-content/plugins/custom-admin-branding/images/login_youngstars_gray.jpg, referer: http://my-domain.org/wp-login.php

    14. BYOhosting [dot]com provides my hosting

    Paul Wong-Gibbs
    Keymaster

    No problem with your post, I just don’t think anyone has gotten around to answer yet

    nig3d
    Participant

    sorry, have I been too much rude overwhelming you with these questions? Maybe I should rephrase them and write one post for each one :)

    #60594
    Bowe
    Participant

    http://wpmututorials.com/plugins/buddypress-blog-author-link/ does this for the post author.. You could use the same code found in the plugin and use it for the comment author. Please post back the code because it may come in handy for others :)

    #60593
    Bowe
    Participant

    Please answer these so we know a bit more about your setup:

    1. Which version of WPMU are you running?

    2. Did you install WPMU as a directory or subdomain install?

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    6. Which version of BuddyPress (BP) are you running?

    7. Did you upgraded from a previous version of BP? If so, from which version?

    8. Do you have any plugins other than BuddyPress installed and activated?

    9. Are you using the standard BuddyPress themes or customized themes?

    10. Have you modified the core files in any way?

    11. Do you have any custom functions in bp-custom.php?

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting?

    ;-)

    #60592
    Bowe
    Participant

    http://www.bp-tricks.com/wp-content/uploads/buddypressgroupemail.zip

    It’s a plugin from WPMU Premium. If you want support or use this for commercial use or simply like to support their work, you can subscribe to their service on premium.wpmudev.org. Since this is a very small plugin I decided to share it with you (it’s GPL). Enjoy

    ps: if this is not appreciated I’ll remove it asap :)

    #60589
    Michael Berra
    Participant

    sounds very promising… :-)

    danbpfr
    Participant

    Hidding your page with the CSS trick display:none is pure illusion.

    It’s not by changing the wallpaper that you lock your door ! :-)

    The screen is effectively blank, but the datas are all visible by using right-click “view page source”.

    Demo link to “a blank screen”: http://www.netajour.com/buddytest/test.html

    If your datas need privacy, you have to use something better as display:none;

    #60575
    Boone Gorges
    Keymaster

    Try <a class="button" href="<?php echo bp_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>"><?php _e( 'Create a Group', 'buddypress' ) ?></a>. Make sure you wrap it in if ( is_user_logged_in() ) as bp_root_domain() will be empty for non-logged-in users

    #60573
    MrMaz
    Participant

    @jeffreeeey

    Thanks for the kind words and for taking the time to make a bug report! The hard drive in my dev box died yesterday and I am still trying to rebuild it from backups so it might be a day or two before I am able to trouble shoot these issues.

    I agree, admin should be able to see all of the links in the dashboard, this is probably a bug. Not sure about the undefined function, that one is weird. Maybe someone else can look into until I am back to 100%.

    @lsddesign

    Looks awesome!

    #60572

    In reply to: Moderate members

    takuya
    Participant

    Plugin page (on wp.org) says,

    1.Upload the bp-registration-options folder to the plugins directory in your WPMU installation

    2.Activate the plugin

    3.Click on the “BP Registation Options” link under Settings.

    4.Configure your BuddyPress registration options.

    #60571

    In reply to: Page not found, why?

    takuya
    Participant

    Write in detail when you ask for support. We can’t say anything until you guys tell us what versions of wpmu/buddypress, what plugins are activated…etc.

Viewing 25 results - 59,176 through 59,200 (of 68,948 total)
Skip to toolbar