Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 21,251 through 21,275 (of 68,968 total)
  • Author
    Search Results
  • #163385
    Hugo Ashmore
    Participant

    Glad it worked.
    One thing to bear in mind, if these changes are in the parent theme you may lose the changes if the theme gets updated so it might be wise to try creating a simple child theme with basic required files plus the two new BP ones to ensure your changes are preserved.

    Marking as resolved.

    #163382
    Zion Oyemade
    Participant

    Dear Hugo,
    You have been a blessing. I can never thank you enough. I followed you steps and with little adjustments. The members page is working.
    This is how he new buddypress.php page looks like now.

    <?php
    get_header(); 
    
        $no_feat_class = '';
        if( !options::logic( 'blog_post' , 'enb_featured' ) || !has_post_thumbnail( $post -> ID ) ){
            $no_feat_class = ' no_feat ';
        }
    
        $post_id = $post -> ID;
                        
          
        /*---------------------*/
        $post_format = get_post_format( $post -> ID );
        if(!strlen($post_format)){ $post_format = 'standard';}
    ?>
    
    <section id="main">
    
        <div class="main-container">  
            <div class="row">
                <div class="twelve columns main-container-wrapper">      
                    <?php
                        while( have_posts () ){ 
                            the_post();
                          
                                get_template_part( 'content', 'page' ); 
                                  
                        } /*EOF while( have_posts () ) */
                    ?>
                    <?php
                        $resizer = new LBPageResizer('page');
                        $resizer -> render_frontend();
                    ?>
                </div>
            </div> 
        </div>
    </section>    
     
    <?php get_footer(); ?>

    Once again Hugo. thanks for the assistance God bless you.

    #163381
    Famous
    Participant

    1. Which version of WordPress are you running? latest

    2. Did you install WordPress as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? been upgrading to latest

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. wordpress works fine

    6. Which version of BP are you running? latest

    7. Did you upgraded from a previous version of BP? If so, from which version? been upgrading to latest

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? none

    9. Are you using the standard BuddyPress themes or customized themes? using 2012

    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? Version 2.3.1

    13. Please provide a list of any errors in your server’s log files. TypeError: jQuery.easing[jQuery.easing.def] is not a function
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/js/buddypress.js?ver=1.7.1
    Line 1455

    14. Which company provides your hosting? godaddy

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? lamp

    #163380

    In reply to: Notices don't work

    bp-help
    Participant

    @famous
    https://buddypress.org/support/topic/when-asking-for-support-2/
    Same applies here! You need to supply your info as it instructs in the above link on every support topic you open because it is isolated to your individual setup! Otherwise it is just a pure guess which usually doesn’t fix the issue.

    #163379
    bp-help
    Participant

    @famous
    https://buddypress.org/support/topic/when-asking-for-support-2/
    You need to supply your info as it instructs in the above link on every support topic you open because it is isolated to your individual setup! Otherwise it is just a pure guess which usually doesn’t fix the issue.

    Walid
    Participant

    Thanks so much for your help 🙂 also, I think about suggesting this as a feature in buddypress trac if that is available, it will be so much better adding all those kind of lists fields through admin panel. I will add the cities list for now, thank you again 🙂

    Walid
    Participant

    Thank you so much guys but I think it will still be time consuming to add each mark before and after every city name ( or is there a way to add them automatically too? )

    I think adding a feature like that to buddypress core would be fantastic, like an option to add a list of names instead of one by one.

    #163358
    pimpanoob
    Participant

    Now this sounds like a stupid question…but i cant find the trash… lol
    Where is it?
    Thanks very much!

    #163356
    aces
    Participant

    When you delete a page it goes into trash but the permalink is preserved. To recover the name you need to delete the trash…

    #163355
    pimpanoob
    Participant

    Oh really?! Cool 🙂
    Thanks a lot! I do appreciate that!

    My problem however now is, that I had created a page called register – thought it was the wrong thing to do and deleted it again.
    I have just tried to create another, but this is no called register-2 at the end.I can edit that part of the permalink to register. But when I click on save it goes back to register-2.

    And I guess that this won’t work.

    Would be great if you could help me here as well.

    Thanks again,
    Fabian

    #163354
    kkradel
    Participant

    I’m seeing similar behavior, using Tetris theme.

    #163353
    kkradel
    Participant

    One has to be logged in, and have a notification message waiting for them, to be able to see it.

    I haven’t been able to see any scripting errors, but next time the orange box appears I will try and check that out.

    I’ve also noticed a similar thing happen here on the buddypress.org site, when I try to search the forms a huge red box extends down over the header and over the first search result.

    #163352
    Hugo Ashmore
    Participant

    Afraid this section is not really standard WP:

    $meta = meta::get_meta( $post -> ID, 'settings' );
     $meta_enb = options::logic( 'blog_post' , 'meta' );

    This is a repeat of the earlier suggestion just in case it wasn’t followed quite fully?

    To test things try copying that file, rename it buddypress.php, locate in your theme root

    remove those two lines above and replace with:
    <?php get_template_part( 'content', 'page' ); ?>

    Then from the twentytwelve theme copy content-page.php to your theme root and see if that renders.

    More than that it’s going to be hard to help with.

    #163350
    Hugo Ashmore
    Participant

    And that is exactly what it should be ‘Without function’ or put another way empty with only a title set. You then go to the BP settings and select that page to associate.

    #163348
    linkinp
    Participant

    Thank you for responding.
    What is confusing is that I have two local installations of WordPress and two local websites.
    In one of the installation’s WordPress Admin I can see Forums panel in Buddypress config, on the other one I cannot.

    Anyway the only reason I wanted to access Forums Panel was to be able to enable Site-wide Forums.

    With no Forums panel how do I do it ?

    on the Forums panel I had two options Forums for group and New! Site Wide Forums.

    #163346
    Donald McIntyre
    Participant

    Thx @karmatosed its the first time I install Buddypress for this theme no previous experience for this theme (I did it for the theme compatibility of 1.7).

    I don’t know about the site rendering, when I see the files using ftp I see:

    page.php and single.php, and other templates by the format page-xxxx.php

    Thank you, D.

    #163342
    Zion Oyemade
    Participant

    Dear Hugo,
    Thank you so much for your assisitance. I have not gotten a reply from the theme’s author. It really fustrating. I really will appreciate anyone’s help in this regard. below is my page.php content.

    <?php
    get_header(); 
    
        $no_feat_class = '';
        if( !options::logic( 'blog_post' , 'enb_featured' ) || !has_post_thumbnail( $post -> ID ) ){
            $no_feat_class = ' no_feat ';
        }
    
        $post_id = $post -> ID;
                        
          
        /*---------------------*/
        $post_format = get_post_format( $post -> ID );
        if(!strlen($post_format)){ $post_format = 'standard';}
    ?>
    
    <section id="main">
    
        <div class="main-container">  
            <div class="row">
                <div class="twelve columns main-container-wrapper">      
                    <?php
                        while( have_posts () ){ 
                            the_post();
                            $meta = meta::get_meta( $post -> ID, 'settings' );
                            $meta_enb = options::logic( 'blog_post' , 'meta' );             
                        } /*EOF while( have_posts () ) */
                    ?>
                    <?php
                        $resizer = new LBPageResizer('page');
                        $resizer -> render_frontend();
                    ?>
                </div>
            </div> 
        </div>
    </section>    
     
    <?php get_footer(); ?>
    
    #163341
    hallsy
    Participant

    ok here is a pastebin to my page.php code which is the same as my newly copied buddypress.php

    From line 33 it is my content-page.php code

    I hope this is what you mean @hnla if it isn’t i apologise as i am very much a total beginner..

    http://pastebin.com/a7d93eQA

    #163329
    hallsy
    Participant

    right i have copied the page.php and renamed it buddypress.php but i dont understand what you mean by:

    get_template_part call for content-page with the actual content in that file

    I can see that part but i dont know what to add

    <?php get_template_part( 'content', 'page' ); ?>

    Tammie Lister
    Moderator

    Cool site, really like to see a magazine format being used like this with BuddyPress. I like how the stories are the feature and it’s a really effective entry point home page.

    #163325
    Hugo Ashmore
    Participant

    Checking that pastebin link to see what you’ve done does show the while loop in place and it
    looks like it ought to be ok so there may be issues elsewhere.

    Just for safety copy the page.php file and rename it buddypress.php, revert your page.php to as it was. BP will use buddypress.php if it finds it. In buddypress.php replace the get_template_part call for content-page with the actual content in that file so your buddypress.php contains all the code it needs in one place and repost it to pastebin – this is chiefly so people can see all the code.

    Tammie Lister
    Moderator

    I’m not aware you can use it twice but perhaps you don’t have to. What about having types of groups?

    You can do a custom field to indicate type using maybe: https://wordpress.org/extend/plugins/buddypress-groups-extras/

    Then you can check for type and load a different template, style differently, change language and name.

    I’m not sure about forums but you could do something similar using forums and topics.

    #163321
    Tammie Lister
    Moderator

    A few questions if that’s ok to try and work out what is going on.

    1. Did your theme work for BuddyPress before you updated BuddyPress? If so it could be your theme is causing the issues.
    2. What template is being used for the site rendering – is it single.php or page.php or another page?

    #163320
    Tammie Lister
    Moderator

    Admin’s can edit under the WordPress admin panel > Activity.

    Aside from that there was this plugin: https://wordpress.org/extend/plugins/buddypress-edit-activity-stream/ – not sure if that works on current versions though. May be worth trying out on a safe test site (not your live site) to see.

    #163319
    tobiasandersen
    Participant

    You’re probably looking for something like the profile.php found in plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single

    Copy the buddypress folder found in bp-legacy to your theme’s folder and edit the files you want.

Viewing 25 results - 21,251 through 21,275 (of 68,968 total)
Skip to toolbar