Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 54,801 through 54,825 (of 68,918 total)
  • Author
    Search Results
  • Jeff Sayre
    Participant

    All activity action types are stored in an array. Look at the function bp_activity_set_action in bp-activity.php. Components register their activity actions via this function. They then get added to the array $bp->activity->actions.

    Now, as far as filtering out the various activity actions, you can either write some custom code, or wait for my BuddyPress Privacy Component as that is one of the services it provides users.

    A final note, if a third-party component fails to register any of its activity action types, then they are not added to that array and it becomes much more difficult to filter them.

    tim-watt
    Member

    No – I’d already tried that thanks….

    #72410
    irfun4ever
    Participant

    one interesting thing is we can give karma to ourselfs over and over

    it means people can vote them self, they can give karma to themself. how we can fix it?

    #72407

    In reply to: ads plugin

    José M. Villar
    Participant

    Just stumbled into this post but for WP, do not know if it will work in WPMU/BP: http://www.wpcookies.com/how-to-add-adsense-code-manually-in-post-using-shortcode/

    Open functions.php file of your theme and add the following code:

    function adsense() {

    return ‘/*Paste your adsense code here!*/’;

    }

    add_shortcode(‘adsense-block’, ‘adsense’);

    Now just add the following shortcode where you want to display Adsense ads while writing a post.

    [adsense-block]

    And you can use conditional tags to display it may I add…

    https://codex.buddypress.org/developer-docs/conditional-template-tags/

    #72406
    Paul Wong-Gibbs
    Keymaster

    Codex.buddypress.org is only as good as the amount of people who bother to contribute to the documentation. Failing that, reading the code (if you can read code) is always a good way.

    The only parameter that bp_group_list_admins() takes is an optional group object; it defaults to the current group object from the bp_groups templatetag loop. You’d need to duplicate (and rename) this function into your plugin / your theme’s functions.php to do what you want to do with it.

    Paul Wong-Gibbs
    Keymaster

    For instance Blog Tracking is not happening at all across the site – when every setting suggest this should be happenning automatically. It simply isn’t!

    Are the blogs, that aren’t appearing, marked as “private” in their admin? i.e. the “Hide from search engines option”.

    #72401

    In reply to: BuddyPress Like

    Tore
    Participant

    “What would be cool is to take it a step further and make the plugin agnostic and have multiple buttons. For example, I might want a like, dislike, and sarcastic like button (or whatever creative things people come up with). “

    Lovely. In a futuristic version perhaps the poster can set up different buttons for his/her post.

    #72391
    Gene53
    Participant

    @xevo it works with whatever username admins have.

    @Mike Pratt “BuddyPress does have an edit user function” My bad, I just noticed Admin Options when I click on a user’s name. Mind you, I’ll still keep Skeleton Key in case I need to edit a user’s settings, etc.

    #72390
    eazee
    Participant

    hi im using WordPress MU 2.9.2 ,with buddypress, i believe i have to edit something in bp-core-signup.php

    #72388
    r-a-y
    Keymaster

    For the first part, what version of WordPress are you using?

    Secondly, you can edit the sign up text by using a language file:

    https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/

    Or by creating a child theme and modifying the registration templates.

    #72387

    In reply to: Comcast won't register

    r-a-y
    Keymaster
    r-a-y
    Keymaster
    tim-watt
    Member

    OK – I’m new here, and everything’s quite standard….

    1. Which version of WP/MU are you running? – WordPress MU 2.9.2.

    2. Did you install WP/MU as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? ? Don’t follow? Please explain… (blogs are in format *.domain.com/blogs/)

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? NA

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? Version 1.2.3

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

    8. Do you have any plugins other than BuddyPress installed and activated? Contact Form 7 & WordPress Hashcash

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

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

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

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

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

    14. Which company provides your hosting? wpwebhost.com/

    Paul Wong-Gibbs
    Keymaster
    #72380

    In reply to: Add links into menu

    @mercime
    Participant

    Hi ant60 – just to clarify, do you mean you want logged-in user’s link to his/her profile page appear in your navigation menu? If so, you can add this code

    `<?php if ( is_user_logged_in() ) : ?>

    <li><a href=”<?php echo bp_loggedin_user_domain() ?>”></li>

    <?php endif; ?>`

    to your theme’s header.php file within

    <ul id="nav">
    <li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif; ?>>
    <a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a>
    </li>
    <?php wp_list_pages( 'title_li=&depth=1&exclude=' . bp_dtheme_page_on_front() ); ?>
    <?php do_action( 'bp_nav_items' ); ?>
    </ul><!-- #nav -->

    #72371

    In reply to: BuddyPress Like

    techguy
    Participant

    Like in and of itself isn’t useful. What’s useful is what you then do with the data that people have liked. For example, you can send email notifications to people who have liked something that then gets commented on. You could show information in a feed based on previous likes. You can do lists of most liked items. etc.

    This is a good baseline that can be built on. Plus, users for some reason like clicking the like button. It’s another form of communication without having to think of a comment.

    What would be cool is to take it a step further and make the plugin agnostic and have multiple buttons. For example, I might want a like, dislike, and sarcastic like button (or whatever creative things people come up with).

    Nahum
    Participant

    Try starting with a premium City Guide theme from Woo themes. http://www.woothemes.com/2010/03/cityguide/ and merge it with buddypress. That theme is already a big plugin itself combine it with bp for something pretty cool. Then there’s this business directory plugin that you could throw in there for the complete package – http://themestown.com/wp-business-directory-manager. Its been on my list of things to do to make a hybrid of those three. Look forward to seeing what you come up with. Salu2

    #72368
    arnonel
    Participant

    release release release!

    cant wait :)

    José M. Villar
    Participant

    Hola vato ! Bienvenido al mundo Buddypress.

    For citiguide, take a peek at http://wikiroma.it maybe it is of some inspiration to you. They have done a wonderful integration with G maps, georeferencing their posts.

    Suerte !

    #72363
    Jeff Sayre
    Participant

    If your “second request” is related to installing bbPress, then post it here. Otherwise, please start a new thread.

    #72362
    irfun4ever
    Participant

    wow, it was so easy. how i did a mistake. anyway thanks.

    what about second request?

    Scotm
    Participant
    #72359
    irfun4ever
    Participant

    So should i uninstall it?i meant should i delete bbpress

    #72360
    idotter
    Participant

    can you show us something to give you the feedback you want ? ;-)

    Activity-Stream-integration is a great thing your working on and i hope this will work soon.

    #72358
    MrMaz
    Participant

    I need some feedback from you guys on activity attachments.

    I have spent quite a bit of time working on the API for attaching content to activity items, and near the end here I am really struggling to make it work without modifying the core. The right way to do this is to integrate my API into the core starting with 1.4. Of course that is probably months away from release, which is a short term bummer.

    Do you guys want me to release 0.4 with all of the group integration and re-link features now? I really wanted to get activity attachments in there, but like I said its proving to be difficult and time consuming to make it work as a plugin.

Viewing 25 results - 54,801 through 54,825 (of 68,918 total)
Skip to toolbar