Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 48,176 through 48,200 (of 68,969 total)
  • Author
    Search Results
  • #88964
    nit3watch
    Participant

    @biteweather maybe try add a login/log out some where in your theme like header to try log in?

    http://pastebin.com/dnH7DEwc

    #88962
    nit3watch
    Participant

    “nice plugin, only issue I see is that it tweets the URL of the page you are on rather than the item.”

    @modemlooper This would work nice for a tweeting a group though ( and adding “facebook Recommend” ) so that all the ‘feed things/social stuff pertaining to the group’ are in a similar place.
    Image and video hosting by TinyPic

    Im trying to get the tweet button to be between the rss feed class and the activity-filter-select div, as in the image ( using add_action('bp_before_group_body', 'bp_tweet_button_activity_filter'); ) its inserting it above the subnav div, ( needs to be inside subnav.. ) but I can figure out how to get it between the two. Once I can position it correctly I’ll add the Facebook one too. Maybe can be a seperate, spin-off of your plug-in?

    Maybe if someone knows where to find the subnav ( for groups ) code I can have a look and get it sorted.

    Edit: Iv’e created a topic not to hi-jack the thread: https://buddypress.org/community/groups/creating-extending/forum/topic/inside-group-subnav/

    #88949
    paulhastings0
    Participant

    @finni3 I think there’s a Trac ticket related to this: https://trac.buddypress.org/ticket/2472

    #88948
    nit3watch
    Participant

    @r-a-y I’ve given it my all but no matter what I try I can’t get it to work for groups that don’t have the meta-data. Think I may have layed out “Get or return the card values” wrong. I know Im starting to irritate you abit with this one :P though this is the last step in a working plug-in :D

    Ive made it echo “one”, “two”.. for now so that you don’t have to have the images to work with it. Think you could take a look?

    Here’s the plugin: http://pastebin.com/aFkPfJwW

    Edit: Iv’e though of away around this for now, adding a nother function, function gcard_none() and just making it return “we are not associated with any image..” I would just have to make one of the fields compulsory

    #88947
    Hugo Ashmore
    Participant

    Have a read through this post with particular reference to travel_junkies code which you should be able to modify to prevent access to certain pages/areas if user not registered/loggedout

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616

    #88945
    Anointed
    Participant

    U Da man!
    Look forward to chatting more about it some time.

    #88940
    Dwenaus
    Participant

    @robcwright can you post the exact email they get. That will help a huge amount.

    #88935
    Pisanojm
    Participant

    The Wibiya bar chat is quite amazing as well…

    #88934
    anindyaray
    Member

    yes I have visited the authors forum found no actual solution , approx 4 month ago somebody asked there the same question , and the answer from the author was as follows :
    ____________________________________________________________________________________
    Hi,
    Sorry, if I answered this in another method. I can’t recall. But this looks like you either did one of two things:
    1. Have a space at the end of your bp-chat/chat/config.php file or
    2. You didn’t chmod 777 your bp-chat/config directory
    ____________________________________________________________________________________

    it didn’t worked for me ; firstly there is no config.php chat directory , its actialy is under chat/lib directory ………
    and as I’m using it in localhost windows host the option 2. is not needed … but in case of option 1. there was no extra space in the lib/config.php , yet it didn’t worked….

    I visited the authors profile here , but it seems the author in inactive for a certain time as its showing no recent activity .

    this version of buddypressajaxchat is said to be working fine with wp 3.0 , but I have also tried it with wp 3.0, but again didn’t worked ……..

    any solution would be much appreciated as I’m craving for this plugin as there no much self-hosted chat for buddypress…..

    p.s. = Phpfreechat plugin – https://wordpress.org/extend/plugins/phpfreechat/ – is working very fine with the present version of wp and bp

    #88930
    M W
    Participant

    I have a problem with the mail-from plugin- it fixed the email confirmation problem but now whenever someone sends a Private Message it comes “from” the address set by the mail-from (which in our case is my email address- now I am getting all kinds of replies to people’s private messages because they hit Reply without noticing where it was going- this would not happen before because it came from no-reply @domainname.com

    #88929
    M W
    Participant

    I have a problem with the mail-from plugin- whenever someone sends a Private Message it comes from the address set by the mail-from (which in our case is my address- now I am getting replies to people’s private messages because they hit Reply without noticing where it was going- this would not happen before because it came from no-reply @domainname.com

    #88928
    techguy
    Participant
    #88919
    modemlooper
    Moderator

    @nahummadrid Interesting. I’m finding two paths for BuddyPress sites people are creating. Blogging Networks and Social Networks. These are two entirely separate theme requirements.

    #88915
    Nahum
    Participant

    @modemlooper contextual sidebars a definite must when working towards the perfect bp theme, as mentioned by nit3watch. I hate having to create them and loading up the sidebar.php with if statements to know what page you are on. Also a blog network focused theme combining the groups/blog components to work together. as mentioned here. https://buddypress.org/community/groups/requests-feedback/forum/topic/why-couldnt-the-groups-component-structure-work-for-blogs/
    Custom field and post tags,cats, recognition by the activity stream with index file that can be manipulated to function like a site wide tags replacement.
    Tagging and categorization for blogs. widgets and page templates for each.
    Bring more individual blog info out front(posts, comment_counts, ) so that member blogs content can be categorized, highlighted and maneuvered more easily.
    Pull in user blog info into their profiles, posts count, draft counts, quick links to their blog admin, widgets. Blog management options or panel.
    Include follow blog streams feature, similar to follow people, but instead it pulls in new_blog_post activity into Blogs I follow activity tab.
    The perfect blog network bptheme, basically.

    #88911
    modemlooper
    Moderator

    Good suggestions. Keep them coming.
    @nit3watch
    More sidebars huh? That’s easy, could do an if is statement and cycle through what page your on and then output that sidebar.

    #88909
    modemlooper
    Moderator

    @thekmen yeah I know I’m trying find a way to do that. Twitter is not letting me put in code to pull the permalink dynamically.

    @nit3watch I thought there was one already. If it’s a BP plugin then yeah you tag is buddypress

    #88905
    finni3
    Participant

    Would it be possible include forums as well?
    @paulhastings0

    #88903

    In reply to: Group Activity Feed

    r-a-y
    Keymaster

    After re-reading the first post again, I don’t think amahesh wanted to override the group activity RSS feed like I originally thought! lol
    That’s what happens when you read into things too literally!

    amahesh, if you’re talking about just filtering the main group home activity, then you’ll need to modify the AJAX $query_string:
    https://buddypress.org/forums/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-stream

    Detect if you’re on the group’s home page, then you’ll need to add the secondary_item_id that I talked about above.

    Or you can do what dwenaus did and create your own group activity template.

    #88902
    thekmen
    Participant

    nice plugin, only issue I see is that it tweets the URL of the page you are on rather than the item.
    i.e. If you are on the activity stream, tweeting any update tweets the activity stream url rather than the url of the update.

    #88900
    nit3watch
    Participant

    looks nice, really nice. Any intrest in adding ‘facebook like’ one too?

    Out of interest, do you have to tag a plug-in with ‘buddypress’ in order for the buddypress respiratory to pick it up?

    #88891
    Chris O’Brien
    Participant

    Thanks @r-a-y . That worked for me on the individual blog posts. How do I get the change to also appear on the homepage? That is, when people are on the homepage, they still see the old time-only format. When they click on the post, the time and date appear on the post page.

    #88895
    pcwriter
    Participant

    @hnla

    Here’s an interesting question from a user which would render the plugin more user-friendly in a WP3.0 environment:

    “How do you change the label of the $adminbarPages 1 & 2 to default to the name of the custom menus? In other words, I don’t want to hardcode the labels into the navbar. Instead, I’d like it to display the Custom Menu names.”

    Something like this maybe (I’ve omitted the “>” and “?” simply so the code would show here…)

    $adminbarPages1 = ‘ php echo wp_nav_menu( array(‘menu’ => ‘MENU-SLUG-HERE-I-THINK’ )); ‘;

    #88887
    r-a-y
    Keymaster

    If you’re modifying the AJAX activity stream, you need to modify the $query_string.

    Read this thread for pointers:
    https://buddypress.org/forums/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-stream

    #88886

    In reply to: Group Activity Feed

    r-a-y
    Keymaster

    @amahesh – You need to wrap the code in functions.php with open and closing PHP tags.
    eg.

    [?php

    THE PHP CODE

    ?]

    Replace square brackets with triangular ones.

    #88880

    In reply to: Group Activity Feed

    amahesh
    Member

    @r-a-y

    I built a child theme, creating the style.css as shown in that link and it built fine
    then I created functions.php and added the code below (does the fact that it is installed on snipbids.com/network have any impact)
    I then made a duplicate of bp-activity-groups-feed.php and put it in the child theme folder and made the edits

    however it did not work the code in my functions.php site shows in the header…see: http://www.snipbids.com/network

    Any ideas why? Thanks. My functions.php file

    // remove the current group activity feed
    remove_action( ‘wp’, ‘groups_action_group_feed’, 3 );

    function my_groups_action_group_feed() {
    global $bp, $wp_query;

    if ( !bp_is_active( ‘activity’ ) || $bp->current_component != $bp->groups->slug || !$bp->groups->current_group || $bp->current_action != ‘feed’ )
    return false;

    $wp_query->is_404 = false;
    status_header( 200 );

    if ( ‘public’ != $bp->groups->current_group->status ) {
    if ( !groups_is_user_member( $bp->loggedin_user->id, $bp->groups->current_group->id ) )
    return false;
    }

    // you should copy /buddypress/bp-activity/feeds/bp-activity-group-feed.php to your theme
    // adjust YOURTHEME to the name of your theme’s directory name
    include_once( WP_CONTENT_DIR . ‘/themes/dusk/bp-activity-group-feed.php’ );
    die;
    }
    add_action( ‘wp’, ‘my_groups_action_group_feed’, 3 );

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