Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 55,126 through 55,150 (of 69,016 total)
  • Author
    Search Results
  • #71767
    stwc
    Participant

    Really looking forward to the new Achievements. I’m launching a new Buddypress site for an existing forum I run that is based around gaming, and they’ll love having achievements within the community too! (Especially the obsessive types that spend way too much time getting every single TF2 and L4D2 achievement on Steam…)

    #71766
    paulellis55
    Member

    Ran into the same issue of 404 Not Found after activating BuddyPress on my WP installation on Ubuntu 9.10. Looks like the default Apache installation didn’t have mod_rewrite enabled.

    To address this I did the following:

    – sudo a3enmod rewrite

    – sudo apache2ctl restart

    – put .htaccess in my WordPress directory (/var/www) :

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    – put the following in /etc/apache2/apache2.conf

    DocumentRoot /var/www

    <Directory />

    Options FollowSymLinks

    AllowOverride all

    </Directory>

    <Directory /var/www/>

    Options Indexes FollowSymLinks MultiViews

    AllowOverride FileInfo Options

    Order allow,deny

    allow from all

    </Directory>

    I haven’t tested to see if this is all needed or not, but that’s what my site has configured now and it appears to fix the issue.

    #71764
    warut
    Participant

    @deities1 thanks for comment

    first version i dont cleanup the code (coding from skeleton comp) because i want to see what others think about it so i can correct and add function it should be.

    do you have a example that gift was not show? name of user?

    I test on my site, It can send to admin normally.

    what do you mean “Gifts sent to him or myself simply don’t show”?

    for sender activity stream it show gift that him send, including in public activity stream (like other activity stream). for this, I see activity stream have hide from public but not test it yet.

    because i am coding badge plugin for budypress so maybe next sunday i will upload next version of bpgift (still confusing with subversion – -” ).

    thing to do:

    1. cleanup the code

    2. hide stream from public (if possible)

    3. deactivate plugin function

    4. correct the bug (?)

    others?

    #71762
    @mercime
    Participant

    I’m not aware of any precedent in plugins claiming to be BuddyPress compatible which aren’t

    Mingle, a social networking WP plugin is one I’ve seen listed once a while in https://buddypress.org/extend/plugins/ when the plugin get’s updated. It doesn’t even claim to be BP compatible, it’s just tagged as buddypress.

    #71757
    deities1
    Member

    Very promising plugin. A few issues I’ve found ….

    The code to remove the “high-five” notification was commented out.

    Gifts sent to my admin account don’t show under Gifts. This is happening for one of my users as well. Gifts sent to him or myself simply don’t show. It stills shows in the user activity stream who sent the gift however.

    stwc
    Participant

    Follow-on question! On the BP install I’m currently working on, the following long list of plugins (all of which seem to be working flawlessly activated non-sitewide) do not even offer the option for Site-wide Activation.

    Is there a reason (or reasons) for that? Is there any possible downside? Or are they fine the way they are?

    BP Group Management, BuddyPress Album+, BuddyPress Forums Extras main plugin (but not sub-plugins), BuddyPress Like, BuddyPress Links, BuddyPress Profile Privacy, BuddyPress Rate Forum Posts, Custom Profile Filters for BuddyPress, Enhanced BuddyPress Widgets, External Group Blogs (written by Andy!), Invite Anyone, oEmbed for BuddyPress, Welcome Pack and WP-FB-AutoConnect.

    #71753
    rich! @ etiviti
    Participant

    Hey etiviti,

    do you have a demo-page in order to see your plugin in action ?

    Many thanks,

    Demo site is up…

    http://etivite.com

    – (standard theme but with a few tweaks – which i outline on the site and blog)

    though for some plugins you have to be logged in. (sorry another registration thing – too bad WP does not have their own auth service) I’ll also install a few other plugins which i have in the works now (nongroup support forum, group forum categorization, tags (widget, index) )

    glad i did this – found a few bugs with my plugins and submitted some BP trac tickets :-)

    stwc
    Participant

    I’ve just moved a localhost.localdomain install to a live server. It was easy as pie.

    As I recall the steps: I moved the entire WPMU install to my live server, created an empty database. I exported my local database as SQL from PHPmyadmin, then opened up the export.sql file in Notepad++ and search-replaced all the URLs as necessary on the local file, then imported to the new, blank database.

    I edited the wp-config file (and the bb-config as well) to update the db credentials and URLs, and almost everything just worked!

    Once exception: I think I had to go into the Buddypress–>Forums setup and hit the button to setup the forums again for some reason, but after that, all was well.

    The instructions here were helpful.

    This would work moving between domains as well, of course.

    stwc
    Participant

    Thanks for this clarification, guys. It was something I was wondering about too — the terminology had never been clear to me.

    And I totally did not know this:

    All BuddyPress plugins should be activated sitewide.

    #71748
    stwc
    Participant

    Just a quick note @MrMaz, everything seems to be working as expected on a live install (after the fix foxley recommended) so I think my earlier issues were a combination of having Friends functionality switched off and working on a localhost install (there have been some minor strange things I’ve found doing that).

    #71744
    arthurfreitas
    Participant

    Thanks. I’m wait :-)

    #71743
    r-a-y
    Keymaster

    Wait until BP 1.3 for official BP support for WP 3.0.

    If you need this now, get WPMU and read the following codex article:

    https://buddypress.org/forums/topic/install-bp-in-a-sub-blog

    #71737
    Brajesh Singh
    Participant

    Gald It worked.

    I see you have buddypress Installed on main site /center and enabled on the blogs using the config.

    so, that’s why, It is showing the main site.

    anyway, you can manage that using conditional like this

    <?php
    global $current_blog;
    if($current_blog->blog_id != BP_ROOT_BLOG){
    //remove action which was registerd by buddypress
    remove_action( 'bp_adminbar_logo', 'bp_adminbar_logo' );

    }

    //add your own action here
    add_action( 'bp_adminbar_logo', 'my_blog_logo' );

    function my_blog_logo() {
    echo '<a href="' . get_bloginfo('home') . '" id="admin-bar-logo">' . get_option('blogname') . '</a>';
    }
    ?>

    That should do it.

    #71734
    red46
    Participant

    Got that working right. Now I have a new problem. The blog title is showing properly in the header but at the top, in the buddypress links, although it still shows the name of the home site the link is not.

    If you’ll go to http://judysbookshop.com/wildcatmolds

    You’ll see that the name WildCat Molds is properly showing and the link is the same page. That’s ok. But up at the top in the buddypress links you’ll see the name Crafters Center with the same link as the present page. I’d like it to link back to the home site.

    How can I do that?

    Thanks in advance. :)

    #71727

    In reply to: Members Area

    Brajesh Singh
    Participant

    You will need to enable permalink.

    Please login to wp-admin and go to settings->permalinks and change the permalink structure. As far as i see, it seems you are single Wp and your permalink is not enabled. For buddypress, It is required to be different than the default. Change it to anything other than the default and It will work.

    hope, It helps.

    #71708

    In reply to: Automatic log in

    hatiro
    Participant

    That is true if I clear the cookies and cache.

    But what I usually find is that when I close the browser and then open again I usually have to log in again. On my buddypress site that is indeed the case but for buddypress.org it isn’t

    I seem to be logged in to buddypress.org unless I clear the cookies or log out, regardless of closing the browser window and finishing the session or indeed rebooting…..

    I only ask this as a lot of my users keep forgetting their passwords and this option would be great….

    Jeff Sayre
    Participant

    All BuddyPress plugins should be activated sitewide. Since they depend on BuddyPress, they will only work with BuddyPress. This means they will only work on whichever blog BuddyPress is associated. So, although they are technically activated sitewide, they only work on the main blog–the blog that BuddyPress works on.

    Now non-admin users can see Facestream admin options in console.

    Yes, that is a problem with that plugin.

    motomac
    Participant

    Thank you, Jeff.

    Now these plugins are not visible for non-admin users, but after I activated them, they were activated sitewide. Is it right? I think these plugins should be activated only for main blog?

    One more: Now non-admin users can see Facestream admin options in console. Is it plugin problem? All plugin options in console should be in the BuddyPress section?

    I had written to many developers, but onle 1-2 fixed this. Another don’t know, how to make it.

    copywryter
    Member

    Hiya, yes /community is a sub-blog, but not of a WPMU installation. Does that matter?

    So on some level two independently installed blogs are controlled by a single wp-config.php file? I guess I don’t understand why they aren’t simply called up as distinct urls.

    I’ll try editing the wp-config.php. Thanks!

    *edit* no I guess I won’t, since I’m guessing that your fix works for MU sub-installations.

    #71703

    In reply to: New Accounts

    Jeff Sayre
    Participant

    If you are truly using the default BuddyPress theme, and are logged out, then you should see a login box / create a new account area near the upper right-hand corner of the homepage.

    Look at http://testbp.org/ for an example

    Jeff Sayre
    Participant

    This is a simple fix. Sometimes BuddyPress plugin developers do not set the proper plugin header tag to make their BP-specific plugins activated sitewide–which means that everyone with a blog has access to the plugin and not just the Site Admin.

    So, go to the main files of each of the plugins in question and look for this in the header:

    Site Wide Only: false

    If you see that, then you make the following change:

    Site Wide Only: true

    Of course, if you do not even find that tag in the header section, then you add it.

    BUT, before doing that, make sure you have deactivated the plugins in question. Once you’ve done that, make the change, save the file, reactivate, and it should now work sitewide only. This means that only the Site Admin will have access to the plugin settings and activation in the admin dashboard.

    One final thing to do, since you’ve discovered this issue with these plugins, please help out the community by contacting each of the plugin developers and pointing them to this thread.

    #71701
    agrundner
    Member

    @MrMaz Great to hear 0.4 is just around the corner — I say wait until WP 3.0 is out for all around compatibility.

    Feature Idea:

    I really like the BP Group Blog plugin concept. I think Group Links would be awesome! This way each group can have one parent link category (or, optionally, be able to create additional subcategories for their group links as well). Of course, all Group Links would show up in the site’s activity stream and on the default Links Directory page.

    What do you think?

    #71699

    In reply to: Buddymatic 1.2

    Mariusooms
    Participant

    Yellow notice at top in admin to “activate a BuddyPress compatible theme” remains present, even after child theme activation. Notice disappears when default BuddyPress theme is used.

    @Ron R, @webfadds – Just add this to the style.css included in buddymatic, just below the other comments:

    Tags: buddypress

    #71693
    rich! @ etiviti
    Participant

    there is no action on the forums/index.php theme page above the forum-loop. I think this might be an error though. So you would need to move do_action( 'bp_directory_forums_content' ) above the forums-loop div

    for the desc, just wrap it in

    bp_create_excerpt( $listing->forum_desc, 255)

    (where 255 is the limit – i’ll also add this to the forum index widget too)

    #71687
    melimelo
    Member

    Hi,

    In the forums index how can i set up an excerpt for the group description in “<small> – <?php echo $listing->forum_desc; ?></small>”. Some of the users use huge descriptions and i do not believe such long texts are required for the forum index. Thanks. Also (and I’m sure I’ve seen this elsewhere but cant seem to find it now, how could I put the index above the latest posts. My coding knowledge is quite limited, to say the least…

Viewing 25 results - 55,126 through 55,150 (of 69,016 total)
Skip to toolbar