Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,901 through 5,925 (of 22,602 total)
  • Author
    Search Results
  • Henry Wright
    Moderator

    Hi @winnergirl

    Does BuddyPress require its own independent WP site?

    No. BuddyPress works just like any other plugin you might install on your WordPress website. You should just be able to click ‘activate’.

    zeesh49
    Participant

    @quaelibet and @danbp can you provide details of how you setup a vhost? I googled and have been able to setup a vhost but it only access the xampp page and not the wordpress page.

    My host file contains the following:
    127.0.0.1 buddypress.local
    ::1 buddypress.local

    My httpd-vhosts.conf file contains the following:
    <VirtualHost *:80>
    DocumentRoot c:/xampp/htdocs
    ServerName localhost
    </VirtualHost>
    <VirtualHost *:80>
    DocumentRoot c:/xampp/htdocs
    #DocumentRoot c:/vhosts/buddypress.local
    ServerName buddypress.local
    </VirtualHost>

    when i run the URL: http://buddypress.local, it resolves to http://buddypress.local/xampp/ page
    but when I run the URL http://buddypress.local/wp (my wordpress folder name is ‘WP’) it says page cannot be displayed. this is in internet explorer.

    kindly help.

    #238157
    leanneoleary
    Participant

    I am using Cinematix (http://themeforest.net/item/cinematix-buddypress-theme/4959387) and haven’t customised it in any way.

    I have found the default HINT for wordpress is the following:

    <?php _e(‘Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! ” ? $ % ^ & ).’); ?>

    I assume this is what is being used? If so I can just add this password hint but what file do I need to edit?

    Many thanks for your help.

    caniwigirl
    Participant

    I am running the current versions of everything as of today’s date… BuddyPress 2.2.3, bbPress 2.5.7 on WordPress 4.1.1

    The problem I am having is that, for the most part, I only want either Public or Hidden groups with their associated forums.

    The directory listing only displays the public groups and the forums only display the public forums.

    As a Site Admin and Keymaster, I can’t even see the hidden groups (although the count increases to show the additional number of hidden groups). In fact, none of the hidden groups show under the ‘My Groups’ tab for me or any user who is a member of a particular hidden group (although the count indicates that they area member of this non-visible group that they can’t get access to). I can see the forums, however.

    Essentially, the Hidden function appears to not be working for groups and forums as neither admins nor members of them can gain access without being provided with the URL.

    #238098
    danbp
    Participant

    Thnak you.
    Have you a test site or a local install where you can make some test ?

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

    I tried to change role and other fields in new members, but nothing happened.

    On a single regular install, all BuddyPress members have the default role you assigned to new users in WP settings > general. There is nothing to change at this level when they don’t show up on member’s directory.

    If you need some fake BuddyPress users and content, i suggest you to use BuddyPress Default Data, which is great to control if anything is working correctly.

    Deactivate your theme and all other plugins except BP and use Twenty Fifteen while testing.
    Activate also wp_debug in wp-config, and see if you get somme php errors.

    #238095
    danbp
    Participant

    hum… difficult to say at t he moment, as you use 2 different site apparently.

    hxxp://www.anadercategori.org/ and hxxp://pallavoloromana.it/anadercategori/squadre/test7/

    Which site belongs your members to ? Where is buddyPress installed ?

    BuddyPress does not work on installations where you give WordPress its own directory.
    Read here: https://codex.buddypress.org/getting-started/

    #238087
    danbp
    Participant
    #238086
    danbp
    Participant

    BP Reshare is a BuddyPress plugin to allow members to reshare their activities !

    It wasn’t made to reshare views.

    @imath is working on many other porjects, including BuddyPress. So he’s very busy and this plugin is now “old” and need probably some refactoring.
    Sorry for you, but don’t expect much at this time.

    Consider
    https://wordpress.org/plugins/social-articles/

    #238085
    danbp
    Participant

    First off, all active BP components should have a assigned page. (mandatory)
    This page must be blank, without any template model or parent page.

    As you use Twenty Eleven via a child theme, read here:
    https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-eleven-theme/ How to get the sidebar is explained there.

    Where is WP installed ?
    Site url is vatpt1.thevillageblog.com/
    Blog seems to be in /villageatthepark/

    #238083
    gremelle
    Participant

    I’m looking for the same functionality.

    This is what I’ve found so far: https://github.com/imath/bp-reshare

    It’s from this post: https://buddypress.org/support/topic/user-activity-share-plugin-for-wordpress-buddypress/

    Let’s hope this functionality will get more attention, and implemented.

    #238082
    danbp
    Participant

    Have you changed your tables prefix or do you use the default wp_ ?
    Do you have a site admin account with “admin” as username ? If yes to both, change this.

    https://codex.wordpress.org/Hardening_WordPress

    #238047
    danbp
    Participant

    Shouldn’t a User promoted to Group Moderator be able to moderate content in that Group, regardless of their WP Role and capabilities?

    Sounds logic, but No. See documentation in bp-core/bp-core-caps.php for the “why”. 😉

    Since BP 1.6, group moderators can only delete, move, spam group forum content.

    External reference.

    #238039
    shanebp
    Moderator

    Are you sure you’ve translated this label: Friends <span class="%s">%s</span>

    Did you include this Sources Keyword when creating the translation .mo in poEdit: _x()

    The Friends label is generated by __() and _x(), depending on the context.

    More info re keywords: http://www.cssigniter.com/ignite/wordpress-poedit-translation-secrets/

    #238027
    Henry Wright
    Moderator

    Sure!

    See here for where your filter will be applied. Here is documentation on apply_filters_ref_array() (it’s almost identical to apply_filters()). And you’ll need to use add_filter() to hook your filter function to the hook.

    If you’re new to filter hooks, try searching for some tutorials, there’s so much info available already. Hope this info helps!

    #238024
    Henry Wright
    Moderator

    Was my suggestion any use?

    Basically, I would like to call the activity stream of an author of a page.

    I understood that to mean “Output an activity loop on a WordPress page limited to activity items belonging to the page author”.

    If my understanding is wrong, then please let me know.

    #238008

    In reply to: Where are loops put?

    @mcuk
    Participant

    Hi @danbp,

    Thanks for reply. Yeah i know about those. I meant where would I put custom loops with my own filters etc. The wordpress codex says to put them in index.php. I assume that for Buddypress that would be:

    bp-legacy>buddypress>activity>index.php

    Then call it within bp-custom.php?

    #237997
    @mcuk
    Participant

    haha, I’ll take your 2 days and raise you another 3!

    If i get anywhere I will defo post it here. Haven’t found anything on the forums that’s helped so far (at least anything that I recognise as being a solution). I’m fairly new to php. Been through the plugin files and found a number of functions which are likely being used (not 100%), but just not able to call them to the new tab I’ve created.

    Currently working through reading Henry’s links above on the WordPress Codex and will have a fiddle around.

    #237987
    Henry Wright
    Moderator

    Hi @urbanfix

    Here’s the standard loop taken from here.

    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
        <?php while ( bp_activities() ) : bp_the_activity(); ?>
     
            <?php locate_template( array( 'activity/entry.php' ), true, false ); ?>
     
        <?php endwhile; ?>
    <?php endif; ?>

    If you scroll down the page and take a look at filtering options, you’ll see user_id. So your loop will look something like this:

    $post = get_post( get_the_ID() );
    $filter = '&user_id=' . $post->post_author;
    
    if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . $filter ) ) :
        while ( bp_activities() ) : bp_the_activity();
            locate_template( array( 'activity/entry.php' ), true, false );
        endwhile;
    endif;

    Note: I haven’t tested.

    Caveat: This must be used within The Loop.

    #237980
    Ben Hansen
    Participant

    sorry i don’t know any plugins or how to hack it but i think that would make a great feature suggestion for core if you can please add it to trac here:

    https://buddypress.trac.wordpress.org

    if not let me know and i’ll add it.

    🙂

    #237963
    danbp
    Participant

    Hi @spanda,

    it’s a bbpress bug who remains since BP 2.0.
    A patch was provided 7 mounth ago but not applied in latest bbP (2.5.6).

    Note that the patch contains a bracket error: ( component ) ) { ). Remove { !

    Open wp-content/plugins/bbpress/includes/extend/buddypress/activity.php

    Remove or comment line 279 & 280 and replace by

    $existing = new BP_Activity_Activity( $activity_id ); 
     		if ( empty( $existing->component ) )

    save and you’re done.

    #237949
    Svend Rugaard
    Participant

    Was installing https://wordpress.org/plugins/buddypress-wall/ and it actually make the error go away .. :S

    #237944
    Henry Wright
    Moderator

    Hey @djsteveb,

    Would like to try this out one of my sites.. wondering though, how this comparing to buddy block or whatever it is called? Feature compare?

    Check out the first two paragraphs of the README.md for how muting differs from blocking or unfriending.

    Also, this would be excellent if it also could “mute” / hide / selected groups from the sidebar widgets and sitewide activity..

    In v1.0.0 of the plugin, only muting users is supported. So at the moment, it works just like Twitter.

    At some point in the future I might expand functionality to mute group updates, and perhaps even activity types.

    also wondering if possible to hide posts from ‘muted users’ from appearing in the sidebar of sidewide posts when an annoying user has a blog with MU setup and stupid posts show up on the sitewide posts widget

    Right now just activity items get muted. Muting posts is a great idea; something I’ll have to think about for a future release.

    For answers to more of the plugin’s FAQs, see here:

    https://wordpress.org/plugins/buddypress-mute/faq/

    Hope this info helps 😀

    #237940
    goakes
    Participant

    Hello

    Not sure where this question fits. If I go to login through the Buddypress login dashboard and only enter my user name then login, I’m taken to the WordPress login page. Is there a way to take me to keep me on the buddypress login page with an error message?

    Equally is there a function for ‘forgotten password’ without going through the WordPress login page?

    Gary

    modemlooper
    Moderator

    I would google wordpress appointment plugin

    There seems to be some options, you don’t necessarily need BuddyPress

    #237927
    wilsos6
    Participant

    Hi Shane,

    Thanks for your reply. Would $post_comment_id be passed into the wp_insert_comment actioner function?

    As an example, when I add a comment to a BP activity, I get a comment object like the one below passed into the wp_insert_comment handler.

        [comment_ID] => 108
        [comment_post_ID] => 1385
        [comment_author] => SW
        [comment_author_email] => 
        [comment_author_url] => 
        [comment_author_IP] => 
        [comment_date] => 2015-04-15 06:23:01
        [comment_date_gmt] => 2015-04-15 13:23:01
        [comment_content] => test comment
        [comment_karma] => 0
        [comment_approved] => 1
        [comment_agent] => 
        [comment_type] => 
        [comment_parent] => 0
        [user_id] => 34

    if I get_comment_link(108) or get_permalink($comment->comment_post_ID), I get URLs returned, but both give 404 errors. If I go into the WordPress admin panel and go into ‘Comments’ I can see the comment and the URL given is the same as the one given by get_comment_link, but when I try to access it I get the 404. If I go into the admin panel and select Activities, I can see the same comment, but “View Activity” takes me to the activity panel, were I can see the parent activity and the post successfully.

    So I’m struggle to tie in the comment object I’m getting above and its URL, with the BP activity/comment URL.

    Any assistance would be greatly appreciated,

    Thanks,
    Stuart

Viewing 25 results - 5,901 through 5,925 (of 22,602 total)
Skip to toolbar