Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 31,601 through 31,625 (of 69,130 total)
  • Author
    Search Results
  • teorourke
    Participant

    Maybe I’m missing something, but I think that’s the only index I have.

    View post on imgur.com

    @mercime
    Participant

    @teorourke Code to the index.php you posted above is a BP template file from /swagger/members/index.php Please post the code of index.php from /swagger/index.php which I use to double-check structures. It looks like you would only need to add two xxx-buddypress.php files instead of revising 16 files but I want to make sure first.

    #133018

    I added the plugin wp-mail SMPT and it worked. I just had to delete the mail-from plugin. Thanks!

    Nahum
    Participant

    @mercime thanks again. I decided not to go the sitewide forums. :) I’ve not gone there in a while either.

    Anyway here’s what I got so far, anyone welcome to help edit it. I figure If i’m able to get the image, we can also get the latest_post’s real author since blog-avatar doesn’t make much since on sites with multiple authors.

    ` <?php
    global $blogs_template;
    global $post;
    switch_to_blog($blogs_template->blog->blog_id); ?>

    <?php $my_query = new WP_Query('showposts=1&order=DSC');
    while ($my_query->have_posts()) : $my_query->the_post();
    $do_not_duplicate = $post->ID; ?>

    <a href="” rel=”bookmark”>
    ID, ‘image’, array(‘class’ => ‘alignleft’)); */ ?>

    `

    I just fashioned this up “quickly” (took me all morning) to show images. I have to figure out how to find the right image as in fallback from a woo_image to a featured image to an inserted content image. So i’ve got my work cut out.

    I don’t know how “expensive” this all is as well, so I figure I get something to work first then we can see if it’s worth it or not or if there is a better way to do it.

    Update @mercime

    I switched off all plugins besides the BuddyPress and BuddyPress Template Pack and the comments still dont work. It must have to do with my theme so its ok I will disable Activity as its not a major issue.

    Still need the second issue resolved though please :D

    Ok I will try that to see if it fixes the commenting issue. Will let you know.

    New index.php – http://pastebin.com/UFHaJ9Lk
    New footer.php – http://pastebin.com/Dgdk3Fvx

    Buddypress has already made itself wider when it comes to its modules, while the rest of the site is working using the theme.

    This is the theme I purchased http://themeforest.net/item/fullscreen-business-portfolio-wordpress-theme/236194

    relachola
    Member

    I think this is a bug. I have been facing this issue for a very long time and raised it on this forum and reported to buddypress as well but with no solution as yet. If you try creating a topic under the forum as an non admin user, you might get an error as well.

    @mercime
    Participant

    == Ok I just test the comments with the BuddyPress Default 1.5.5 Theme and the commenting worked. ==

    @scorpiion4984 So this means that there is something – theme/plugin – which is conflicting with the JS of BuddyPress for the activity comments. One way to check is deactivating other plugins except BuddyPress and changing to Fullscreen. If activity commenting still works, activate plugins one by one to check which is the culprit.

    Re: BP template HTML compatibility issues
    – Code to index.php you posted above is that of BuddyPress templates’ /blogs/index.php. What I need is the code for your theme’s fullscreen/index.php
    – Code to footer.php is blank
    – Your layout is 3 column in http://nationalgamingleague.com.au/main/category/competitions/ , Just to let you know that you might need a wider area for the BuddyPress content like members and group pages, etc. ==> like a layout with 2 column or a full-width layout instead? Up to you though.
    .- Also, please confirm, your theme is Fullscreen from Graph Paper Press.

    relachola
    Member

    I think this is a bug. I have been facing this issue for a very long time and raised it on this forum and reported to buddypress as well but with no solution as yet. If you try creating a topic under the forum as an non admin user, you might get an error as well.

    #133005

    In reply to: BP Signature Plug In

    @mercime
    Participant

    Deactivate the buddypress-group-forum-extras plugin manually via FTP/SSH/File Manager by renaming it to e.g. buddypress-group-forum-extras-xxx

    #133003
    VeeBeeGlobal
    Participant

    Check you did all the Theme Compatible steps.
    The part missing sounds like the Buddypress ajax bits…

    When you are logged in with your user, and you do Activity things, like posting updates, or writing contents, do the functions work properly?? If they dont, it is definitely an issue with the BP Ajax stuff not getting called.

    VeeBee

    Ok I just test the comments with the BuddyPress Default 1.5.5 Theme and the commenting worked.

    header.php – http://pastebin.com/R9EZJ83r
    index.php – http://pastebin.com/7HG8gqVs
    page.php – http://pastebin.com/qGPBgEvw
    sidebar.php – http://pastebin.com/PsivcL1Y
    footer.php – http://pastebin.com/jsiAVnt5

    @mercime
    Participant

    Re: issue with commenting on posts in activity stream:
    Have you tried changing to bp-default theme to check if the issue is corrected? If not, deactivate plugins except BuddyPress as well?

    Re sidebar below content area:
    In order to assist you in making BP template files compatible with the HTML structure of your Fullscreen theme: Open up your Fullscreen theme’s header.php file, copy all code, paste all to pastebin.com, click submit and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php files.

    No its not in that list

    I have disabled the country block

    @mercime
    Participant

    Getting the following message when I go to your main site:

    Forbidden – Users from your country are not permitted to browse this site.

    What theme are you using? Check if it’s listed in this page with the solution to BP template compatibility – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes

    #132994
    @mercime
    Participant

    Setting up CDN on the same server as your site is, will defeat the purpose of a CDN to speed up your website. Different strokes for different folks. Check out these articles:

    1. http://bp-tricks.com/featured/the-perfect-cdn-setup-for-buddypress-using-maxcdn-and-w3-total-cache/

    2. http://wpmu.org/scaling-wordpress-wpmu-buddypress-like-edublogs/ with some tidbits about media files management

    #132993
    bjkitchin
    Participant

    After doing a little more reading, what we are trying to create is a multisite install that allows for multi-network BuddyPress networks (x2) that segregates BuddyPress social networks in the multi network WordPress install so that each WP network has a different social network. The user base is still shared across the WP install and the root is NOT a buddypress site, rather a straight up wp site. (Not sure if used all the correct language there … :)

    Question 1: First of all, is this possible?

    So it seems like we might want to use BP Multi Network plugin by @wpmuguru & @johnjamesjacoby.
    see: https://wordpress.org/extend/plugins/bp-multi-network/

    However, a little more reading and it seems that the WP Multi Network plugin by @johnjamesjacoby is a good candidate too.
    see: https://wordpress.org/extend/plugins/wp-multi-network/

    Question 2: Might it be that using both of these plugins is in order? Multi Network to Create Domain/Subdomain/Subsubdomain then BP Multi Network to segregate the buddypress newtorks Subdomain from Subsubdomain? Or would BP Mulit Network suffice?

    Thoughts?

    As we sort this out, we are also wanting each network to have its own extended/custom profile and its own groups and forums.

    As I read on I am seeing that we need to have a good understanding about how sharing a database for these discrete networks, that will also have groups & forums, could be a bit tricky.

    Are there any buddypress elves out there who could provide some guidance on this issue? :)

    Anonymous User 8418620
    Inactive
    @mercime
    Participant

    @mrlobaloba remember that solving this involved changing to bp-default theme and deactivating other plugins except BuddyPress beforehand and assigning the new Page Attivita to the Activity stream in BuddyPress > Pages and clicking save.

    This was what I did in that specific installation – simple really:
    1. Go to Network Admin dashboard menu BuddyPress > Components – deactivate activity stream component, click button to save/update.
    2. Go to lavori.italianproplayers.com/wp-admin (where you defined BP i.e., where BP is installed) and dashboard menu Settings > Permalinks and click on Save button.
    3. Go back to Network Admin dashboard menu BuddyPress > Components – Activate activity stream component, click button to save/update
    4. Check that the page Attivita is selected for the Activity stream in BuddyPress > Pages and click save.
    5. Go back to lavori.italianproplayers.com/wp-admin dashboard menu Settings > Permalinks and click on Save button.

    Note that the above might or might not work for other installations.

    I suggest that you set up BP components, pages, forums, etc. and adding BP plugins using the bp-default theme. Test if BP components and plugins work using bp-default theme as well. Change to BP-compatible or BP-ready theme if you’re satisfied that your default installation is working well.

    @mercime
    Participant

    @nahummadrid Yeah, I was kinda surprised you asked about a blog’s post thumbnail since I’ve seen you doing more advanced stuff. Thanks for adding “in blogs-loop” to the topic title now lol.

    Re: Thumbnails for latest posts per blog in Blogs Directory
    – last time I did this was early 2011, I installed https://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/ and it supported post thumbnails. Best place to ask advice and support re this plugin is at the WP Multisite forums https://wordpress.org/support/forum/multisite and just add tag wordpress-mu-sitewide-tags on the sidebar :-)

    Anonymous User 8418620
    Inactive

    I’m using this code:

    `function my_test_setup_nav() {
    global $bp;
    bp_core_new_nav_item( array( ‘name’ => __( ‘test’ ), ‘slug’ => ‘test’, ‘parent_url’ => $bp->loggedin_user->domain . $bp->slug . ‘/’, ‘parent_slug’ => $bp->slug, ‘screen_function’ => ‘my_profile_page_function_to_show_screen’, ‘position’ => 40 ) );

    bp_core_new_subnav_item( array( ‘name’ => __( ‘Home’ ), ‘slug’ => ‘test_sub’, ‘parent_url’ => $bp->loggedin_user->domain . $bp->slug . ‘/’, ‘parent_slug’ => $bp->slug, ‘parent_slug’ => $bp->slug, ‘screen_function’ => ‘my_profile_page_function_to_show_screen’, ‘position’ => 20, ‘item_css_id’ => ‘test_activity’ ) );

    function my_profile_page_function_to_show_screen() {

    //add title and content here – last is to call the members plugin.php template
    add_action( ‘bp_template_title’, ‘my_profile_page_function_to_show_screen_title’ );
    add_action( ‘bp_template_content’, ‘my_profile_page_function_to_show_screen_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/plugins’ ) );
    }
    function my_profile_page_function_to_show_screen_title() {
    echo ‘something’;
    }
    function my_profile_page_function_to_show_screen_content() {

    echo ‘weee content’;

    }
    }
    add_action( ‘bp_setup_nav’, ‘my_test_setup_nav’ );`

    But active only a new tab in profiles, but don’t active a subnav… Can you help me?

    #132988

    In reply to: Non-members

    Anonymous User 8418620
    Inactive

    @djpaul Sorry, I didn’t know about…

    #132987
    @mercime
    Participant

    @aces Yes, did them all so far, but all are welcome to help out :-)

    @jkrysto what’s the name of your WP theme? Open up your theme’s header.php file, copy all, then paste code to pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s index.php, page.php, sidebar.php and footer.php

    #132985
    bjkitchin
    Participant

    Im working with DC – Like he said, we have three sites in our wpmu install, we would like the primary site to be a standard wp install and the two other blog id’s to be buddypress sites.

    We made a bp-custom.php file with:

    define ( 'BP_ROOT_BLOG', 2);

    But how can we also include blog_id_3?

    Or rather, is it possible to exclude the buddypress from running on the primary site?

    Any help would be greatly appreciated!

    BJ

Viewing 25 results - 31,601 through 31,625 (of 69,130 total)
Skip to toolbar