Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,676 through 14,700 (of 32,678 total)
  • Author
    Search Results
  • bergblume
    Participant

    Hi,

    I have integrated successfully the post-form of what´s new within my index.php of my theme by integrating this code

    unfortunately I do not see here the activity plus buttons (for links, images and videos).

    what do I have to do to get them also on my front page?

    thanks a lot for helping!

    bergblume

    http://wordpress.org/extend/plugins/buddypress-activity-plus/

    #157478

    In reply to: Admin bar modification

    Panoravu
    Participant

    Thank you @chouf1 for your response! But I found this plugin https://wordpress.org/extend/plugins/wp-topbar/ …

    So no need for coding! 🙂

    Ikenna
    Participant

    I am using the latest version of wordpress and the latest version of buddypress. I love the left navigation menu in my wordpress backend. The way it neatly arranged and the way the flyout menu moves out keeps me hovering over it each time I go the back end. Now I want to embed this same feature in the front end of my site. If anyone knows the css and the html or anything that I can use to achieve this, I will surely appreciate. I really need this, someone please help me out!

    #157462
    samivir
    Participant

    Hello everybody

    Is it possible to use buddypress/wordpress as Open Atrium type itranet solution? Open Atrium is good, but its old and uses drupal and i like wordpress more.

    What i need in my intranet:
    – Groups that have their own “site”
    – Only admin add’s person to a group
    – Every group should have their own eventcalendar in groups front page
    – Every group should have their own notepad or pinboard where to place information
    – Some sort of “case tracker” where you can post “cases” vie public form or email, and people in that group could view those cases and comment on them.

    #157456
    bp-help
    Participant

    Grab it an do what? You haven’t explained what you wanna do after it is fetched.
    You can try:
    https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/

    #157443
    Jack Reichert
    Participant

    One of the issues with using the straight built-in WordPress role management to manage users is that the usermeta is cached in a way that doesn’t scale well.

    If this site has millions I imagine that it handles well, are there caching plugins that should be used to optimize BP for large amounts of users?

    #157442
    Halfdan87
    Participant

    Hi @bphelp,

    first I want to thank you for your plugin :).

    I have one problem with it and I think it belongs to my theme and my not existing php-skills :). Perhaps you can help me? I was searching for a solution the last two days, but without success. So I will try my luck here.

    I tried to activate the plugin over wordpress and in a second step I copied the needed code to my child themes functions.php, but I always get the following error:

    Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/themes/theme/design.php:2) in …/wp-includes/pluggable.php on line 876

    I found some solutions for such errors, but nothing works for me.

    Many thanks in advance

    Greetings

    Anonymous User
    Inactive

    Hi Brendino,

    I think it’s a bug in the function xprofile_format_profile_field as it’s working great when seeing the birthday in the profile of the user. I’ve just posted this ticket on the dev trac.

    While waiting for core developers review / patch, i suggest you to use this little hack to achieve what you’re trying to do. Adapt your snippet this way :

    if ( bp_has_members() ) :
        while ( bp_members() ) : bp_the_member();
    
            echo bp_member_name();
            echo ': ';
            /* this functions is detailed after */
            xprofile_birthday_patch();
            echo '<br />';
    
        endwhile;
    endif;
    

    Now in the functions.php of your active theme, paste the content of the xprofile_birthday_patch() function :

    function xprofile_birthday_patch() {
    	$birthday = xprofile_get_field_data( 'Birthday', bp_get_member_user_id() );
    	
    	if ( is_numeric( $birthday ) )
    		$birthday = bp_format_time( $birthday, true, false );
    	
    	else
    		$birthday = bp_format_time( strtotime( $birthday ), true, false );
    	
    	echo $birthday;
    }
    
    #157440
    ozgurpolat
    Participant

    Hi, I am quite new to the World of WordPress and Buddypress. I used to be a perl programmer and was a member of a community called Perlmonks. They were really great, if I needed help, I would get it instantly, and most questions were answered and most problems were solved by the community members fairly quickly. As a result I also wanted to help others and sometimes tried to help people even if I wasquite busy. I noticed that here in this forum, I sometimes ask questions and I get a few answers but I cannot always solve my problems. Also noticed that some people are realy rude to one another, and this made me wonder, why Perlmonks is so different. I could be wrong, because it is based on my own experience, maybe there are people out there who had similar experiances with Perlmonks as well. But I try to find a solutions on my own instead and it is consuming a lot of time. I was wondering having a voting/grading system like Perlmonks would make a difference and make this community a little more dynamic?

    planetzuda
    Participant

    I am looking for the activity equivalent to wp_delete_post http://codex.wordpress.org/Function_Reference/wp_delete_post. If there is one, please let me know.

    #157438
    daganread
    Participant

    Hello,

    I would like to display different member profiles for different types of groups. I have 2 groups: faculty and contributor. More accurately i want to disable components like bp Links and group docs wiki for the faculty group; i settled for removing the links to such.

    i thought the best approach would be to check if a member is of a certain group and then based on the conditional statement, remove the unnecessary tabs in the profile menu. If there is a better approach. Please lead the way:)

    http://www.depthleadership.co.za is the website. I have wordpress WordPress 3.5.1. I have buddypress 1.6.4.

    in my theme’s function.php:

    
    
    if(groups_is_user_member( bp_loggedin_user_id(), BP_Groups_Group::get_id_from_slug('faculty'))){
    	
    		function setup_nav() {
    		      global $bp;
    
    		      // Remove a menu item
    		      bp_core_remove_nav_item( 'messages' );
    
    		}
    	
    		add_action( 'bp_setup_nav', 'setup_nav', 1000 );
    	}
    
    

    i’m stuck because, if i make the conditional statement truthy the appropriate tab is removed. So i know i can remove nav tabs with this function. If i place the code too check if the member is a part of a certain group into something like header.php it works. BUT for some reason, together in my functions.php file they do not.

    I tried putting it into bp-custom.php, site just crashed.

    Thank you for your time, any help would be appreciated 🙂

    #157433
    ntmedia
    Participant

    Hey,

    to allow browsers more then the regular count of request, i decided to outsource my images to a subdomain. I used a method as described here:

    How to Serve Images from a Sub-Domain [WordPress]

    Everything works fine and the loading time for post-archives and single-posts are much faster now. Also user-avatars are now served via subdomain, BUT the loading time for pages, which include more then 2-3 avatars (members-loop, bbpress reply-loop,…) is much longer now. Uploading new avatars works fine.

    Error-log shows the following for every visited page, which includes avatars:
    Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary.

    Is there an endless loop now? Did anyone have an idea, why dis happens and how i can fix it? Can i force Buddypress to serve the images from the regular wp-content-path (which is also accessible)? Could i test some changes at the bp_core_avatars.php?

    Thanks a lot for any ideas, help and suggestions!

    BP 1.6.1
    WP 3.4.2
    Site: tauschothek.de

    #157423
    Nahin
    Participant

    i m new in wordpress & bp. so Pls show how 2 step by step.

    #157420
    valuser
    Participant
    Brendino
    Participant

    WP 3.5.1, BP 1.7-b1.

    I elaborate on the problem a bit more here, but the gist of it is that I tried to call a datebox with bp_member_profile_data() and it didn’t work. I’m not a programmer, but I was able to go through the source and isolate the problem; it happens in xprofile_format_profile_field() in bp-xprofile/bp-xprofile-functions.php when the following is passed:

    `$field_value = bp_format_time( $field_value, true );`

    bp_format_time is definitely causing the problem. I was able to get it to show by doing the following things:

    • Comment out the line that’s causing the problem.
    • Wrap $field_value in strtotime() when calling bp_format_time. The resulting dates were off by a day, but it otherwise displayed as expected.
    • Go into the bp_format_time function and, with
      `if ( !isset( $time ) || !is_numeric( $time ) )
      return false;` change false to $time.

    Remember, I don’t really know what I’m doing. I don’t know exactly what the problem is and what the proper fix would be, or how that fix would affect other parts of the site. Just wanted to share what I found, and if someone has a solution, that’d be really helpful! I have a workaround but I’d like to use bp_member_profile_data as intended.

    jacobmclaws
    Participant

    I’m using the latests version of WordPress and running the Frisco Theme. I just read a thread about someone having a similar problem on their bp register page, but couldn’t find out what the solution was. I’ve tried deactivating plugins, but haven’t been able to pinpoint what’s going on. Any help would be greatly appreciated.

    the page that isn’t working is http://www.swarmtag.com/register

    thanks!

    #157382
    parakeet
    Participant

    @mercime,
    Ok, now I’ve deleted my entire public_html contents, databases and users, reinstalled WordPress, BuddyPress 1.7b2, installed no other plugins, switched to bp-default…

    And STILL I’m seeing the white colour block.

    Also, I have a report from a friend elsewhere that this is showing, too.

    Time to start filing this as a bug? Can we widen the discussion so I can get a fix? This is bugging me.

    Thanks very much.

    danbpfr
    Participant

    @aaronshin said:

    Are you saying WordPress Admin Bar Imporved is not compatible with my WordPress version?

    YES ! It’s not really me, it’s writtent black on white on the plugin page, in the header image. Check the link above !

    So far i understand your picture, the buttons are part of the installed login plugin. Logicaly you have to search in it’s code to remove them.

    AaronShin
    Participant

    Thank you for your reply Chouf1.

    I have some questions for you.

    I am using Worpress 3.5.1. Are you saying WordPress Admin Bar Imporved is not compatible with my WordPress version?

    Would you please check my pics

    here is the URL

    Thank you for your reply again!

    #157353

    In reply to: Registration form

    @mercime
    Participant

    @danny80 WordPress/BuddyPress versions? What theme are you using – BP Default or some other theme?

    #157350
    @mercime
    Participant

    @lradden
    1. backup database and server files.

    2. Change to Twenty Eleven theme and deactivate BuddyPress.

    3. Now re-activate BuddyPress. You should see the Installation Wizard https://codex.buddypress.org/legacy/buddypress-1-5-installation-wizard/ Follow instructions and select the BP Default theme in panel which shows up during this process.

    4. Continue on to Configuring Components codex.buddypress.org/legacy/configuring-components-v1-5/

    5. Check your BP pages in the front end.

    6. If all is working as expected, then backup DB again.

    7. Upgrade to latest WordPress and BuddyPress versions.

    danbpfr
    Participant

     
    Forget my previous answer. As stated on https://wordpress.org/extend/plugins/wordpress-admin-bar-improved/

    A set of custom tweaks to the WordPress Admin Bar that was introduced in WP 3.1. Since version 3.3.5 of this plugin, it is only compatible with WP 3.3

    #157330
    Yuttadhammo
    Participant

    Just a note that the server plugin has now moved to wordpress.org; get the latest version of the plugin here:

    https://wordpress.org/extend/plugins/buddypress-xml-rpc-receiver/

    #157321

    In reply to: Buddypress and sliders

    redknite
    Participant

    won’t let me edit:

    my page is fishwire . rudtek . com

    my wordpress version is 3.5 and i’m using buddypress beta 1.7.2

    #157320
    redknite
    Participant

    I had buddypress installed and bbpress. I updated to this version so that i wouldn’t have to use the tempate pack any more. Before installation i deleted buddypress and buddypress template pack. I then unzipped and uploaded the file to the plugin folder. In the wordpress backend i activated the plugin. It seems to be working but for 2 things. The register page css is messed up and doesn’t cover the whole page. That isn’t as important though. My slider has stopped working. (this is the same thing that happened with the template pack which is why i was upgrading) can anyone tell me why this is happening? or better yet, how to fix it?

Viewing 25 results - 14,676 through 14,700 (of 32,678 total)
Skip to toolbar