Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 5,651 through 5,675 (of 32,544 total)
  • Author
    Search Results
  • #255085
    d8vjork
    Participant

    Yes, of course. I add this code on theme functions.php file:

    function bp_add_group_types() {
    
        bp_groups_register_group_type( 'radio', array(
            'labels' => array(
                'name' => 'Radios',
                'singular_name' => 'Radio'
            )
        ) );
    
    	bp_groups_register_group_type( 'community', array(
            'labels' => array(
                'name' => 'Comunidades',
                'singular_name' => 'Comunidad'
            )
        ) );
        bp_groups_register_group_type( 'team', array(
            'labels' => array(
                'name' => 'Equipos',
                'singular_name' => 'Equipo'
            )
        ) );
    }
    add_action( 'bp_groups_register_group_types', 'bp_add_group_types' );
    #255078
    Paul Wong-Gibbs
    Keymaster

    What theme are you using? Kleo?

    #255077
    Paul Wong-Gibbs
    Keymaster

    It looks like the Kleo theme might need to be updated for BuddyPress 2.6. I’d suggest to start by contact their support for help.

    tse11
    Participant

    I just updated to 2.6 and all looks great except there are 2 cover photos on single member pages…any ideas? I am using Kleo theme.

    #255070
    Slava Abakumov
    Moderator

    Thanks for sharing, @syborg!


    @jason75
    ,
    Could you please test the solution above with your theme?

    Also, @jason75 and @syborg – as you are owners of that Kleo theme, could you please contact Kleo authors with this thread information? They should test their theme with the latest BuddyPress 2.6.

    #255069
    Scott Hartley
    Participant

    I have another potential fix if the above one is not working for anyone.

    if ( ! function_exists( 'myarcadetheme_remove_bp_wpseo_title' ) && function_exists( 'wpseo_auto_load' ) ) { function myarcadetheme_remove_bp_wpseo_title() { if ( ! bp_is_blog_page() ) { $myarcadetheme_front_end = WPSEO_Frontend::get_instance(); remove_filter( 'pre_get_document_title', array( $myarcadetheme_front_end, 'title' ), 15 ); } } add_action( 'init', 'myarcadetheme_remove_bp_wpseo_title' ); }

    You can add that in a site plugin or a child theme’s functions.php

    Also feel free to rename the function to whatever you want \0 I like to keep it the name of the theme I am using

    LuciaRed
    Participant

    Hello!
    I just read everything about the same fatal error that was resolved for a multisite but in my case there is just a normal wordpress install in a subdirectory of my server.

    My Installation is as follows:
    WP version: 4.5.3
    Web server: Apache (Linux serv01.esm7.siteground.biz 64-bit #13 SMP Tue Mar 15 13:23:00 EET 2016)
    ABSPATH: /home/csrhella/public_html/csrh/community/
    WP_CONTENT_DIR: /home/csrhella/public_html/csrh/community/wp-content
    WP_PLUGIN_DIR: /home/csrhella/public_html/csrh/community/wp-content/plugins
    Table prefix: red_acdc_
    Peak memory usage: 43 MB
    Current memory usage: 43 MB
    Memory limit: 256M
    PHP version: 5.4.45 – show PHP information (phpinfo)
    MySQL version: 5.6.28
    Curl version: 7.30.0 / SSL: OpenSSL/1.0.2h / libz: 1.2.3
    OpenSSL version: OpenSSL 1.0.1p 9 Jul 2015
    MCrypt: Yes
    I have WP_DEBUG=TRUE
    The Theme is a premium one: “THRIVE”
    and my installed plugins are as in the image.

    My problem is that when I install the Buddypress plugin I get the following message:

    Notice: get_currentuserinfo is deprecated since version 4.5! Use wp_get_current_user() instead. in /home/csrhella/public_html/csrh/community/wp-includes/functions.php on line 3658

    Fatal error: Call to undefined function bp_get_current_group_id() in /home/csrhella/public_html/csrh/community/wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php on line 487

    PLEASE HELP!

    #255063
    syborg
    Participant

    Hello, I had exactly the same problem, with the theme “KLEO” (seventhqueen).

    If it can helps someone, the problem was caused by the plugin “Buddypress Cover Photo”. I fixed it by changing the first line in the file /plugins/buddypress-cover-photo/group-cover.php :

    if ( class_exists( 'BP_Group_Extension' ) ) :

    by

    if ( class_exists( 'BP_Group_Extension' ) && bp_is_active('groups') ) :

    (It’s my first post on this forum, so I wanted to say that Buddypress is a great plugin, good work guys !)

    Slava Abakumov
    Moderator

    That’s the problem of BuddyPress compatibility with color schemes.
    Core developers decided to adopt only default color scheme, because time needed to test and modify for all of the schemes, and we all are volunteers.

    And try Hueman theme, it’s better 🙂 Using on it htpps://cosydale.com

    Kookidooki
    Participant

    Hello Paul,

    I’m using theme Kleo, BP Group Hierarchy, some other plugins and installed new Buddypress with all plugins switched off.

    I’ve checked this: https://buddypress.trac.wordpress.org/changeset/10745
    and see you did a huge overhaul to the Group Navigators..

    #255044
    Sjoerdlagraauw
    Participant

    well.. i haven’t updatet Buddypress nor have I installed the beta version. But somehow the problem is solved. I had a problem with MyCred as well and they mentioned something about the plugin “user role editor”. Somehow it (or i did by mistake) change the admin role. So maybe this had something to do with the private message issue as well?

    If not it was a theme issue because we did receive a update from the theme.

    Anyway. thank you all for helping me with this problem

    #255039
    Slava Abakumov
    Moderator

    I believe the answer is in the question itself.

    heavily customised Buddypress

    I’m pretty sure they have customized templates. So perhaps some things are hard-coded in templates (like register.php) and needs to be cleaned up.
    So I would suggest going to a theme, and check all corresponding template files.
    Here is a hierarchy that can be useful for you: https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    #255029
    Slava Abakumov
    Moderator

    Is this error appearing on all pages of a site (on front-end) or only in admin area where you are upgrading?
    Woffice is a premium theme from themeforest, so we can’t test that. The issue might be in the way hooks are used in a theme, so you might want to contact them.

    Paul Wong-Gibbs
    Keymaster

    @kookidooki What theme and what plugins do you have active? We need more information to understand what might be causing this problem.

    Thank you for coming here and reporting the issue!

    Jason75
    Participant

    Hello – I have the latest WordPress version installed along with the latest Woffice theme update. However when I update buddypress to the latest version 2.6.0 the whole site breaks and this error appears:

    Fatal error: Call to undefined function bp_get_current_group_id() in /home/.../public_html/.../wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php on line 484

    Any thoughts?
    I’am able to get the site working again, when I restore to a saved backup…
    Thanks

    #255015
    sharmavishal
    Participant

    which theme are you using? did u update to 2.6?

    #255013
    sharmavishal
    Participant

    in your child theme copy the register.php to /buddypress/members/index-register.php and edit the index-register.php the way you want it

    Template Hierarchy

    nasocal
    Participant

    I tried previewing new themes without switching and they seemed to be working fine with buddypress. So I searched for vantage theme problems with buddypress and sure enough there is a conflict with site origin’s page builder. I updated page builder and everthing is working fine now. I really appreciate your help, I thought I had checked all plugins, but maybe it needed the update.

    #255003
    daltontastic
    Participant

    I found this code online, and I would like to use it in my BuddyPress installation.

    
        <?php
        function MineToWeb($minetext){
        preg_match_all("/[^§&]*[^§&]|[§&][0-9a-z][^§&]*/", $minetext, $brokenupstrings);
        $returnstring = "";
        foreach ($brokenupstrings as $results){
        $ending = '';
        foreach ($results as $individual){
        $code = preg_split("/[&§][0-9a-z]/", $individual);
        preg_match("/[&§][0-9a-z]/", $individual, $prefix);
        if (isset($prefix[0])){
        $actualcode = substr($prefix[0], 1);
        switch ($actualcode){
        case "1":
        $returnstring = $returnstring.'<FONT COLOR="0000AA">';
        $ending = $ending ."</FONT>";
        break;
        case "2":
        $returnstring = $returnstring.'<FONT COLOR="00AA00">';
        $ending =$ending ."</FONT>";
        break;
        case "3":
        $returnstring = $returnstring.'<FONT COLOR="00AAAA">';
        $ending = $ending ."</FONT>";
        break;
        case "4":
        $returnstring = $returnstring.'<FONT COLOR="AA0000">';
        $ending =$ending ."</FONT>";
        break;
        case "5":
        $returnstring = $returnstring.'<FONT COLOR="AA00AA">';
        $ending =$ending . "</FONT>";
        break;
        case "6":
        $returnstring = $returnstring.'<FONT COLOR="FFAA00">';
        $ending =$ending ."</FONT>";
        break;
        case "7":
        $returnstring = $returnstring.'<FONT COLOR="AAAAAA">';
        $ending = $ending ."</FONT>";
        break;
        case "8":
        $returnstring = $returnstring.'<FONT COLOR="555555">';
        $ending =$ending ."</FONT>";
        break;
        case "9":
        $returnstring = $returnstring.'<FONT COLOR="5555FF">';
        $ending =$ending . "</FONT>";
        break;
        case "a":
        $returnstring = $returnstring.'<FONT COLOR="55FF55">';
        $ending =$ending ."</FONT>";
        break;
        case "b":
        $returnstring = $returnstring.'<FONT COLOR="55FFFF">';
        $ending = $ending ."</FONT>";
        break;
        case "c":
        $returnstring = $returnstring.'<FONT COLOR="FF5555">';
        $ending =$ending ."</FONT>";
        break;
        case "d":
        $returnstring = $returnstring.'<FONT COLOR="FF55FF">';
        $ending =$ending ."</FONT>";
        break;
        case "e":
        $returnstring = $returnstring.'<FONT COLOR="FFFF55">';
        $ending = $ending ."</FONT>";
        break;
        case "f":
        $returnstring = $returnstring.'<FONT COLOR="FFFFFF">';
        $ending =$ending ."</FONT>";
        break;
        case "l":
        if (strlen($individual)>2){
        $returnstring = $returnstring.'<span style="font-weight:bold;">';
        $ending = "</span>".$ending;
        break;
        }
        case "m":
        if (strlen($individual)>2){
        $returnstring = $returnstring.'<strike>';
        $ending = "</strike>".$ending;
        break;
        }
        case "n":
        if (strlen($individual)>2){
        $returnstring = $returnstring.'<span style="text-decoration: underline;">';
        $ending = "</span>".$ending;
        break;
        }
        case "o":
        if (strlen($individual)>2){
        $returnstring = $returnstring.'<i>';
        $ending ="</i>".$ending;
        break;
        }
        case "r":
        $returnstring = $returnstring.$ending;
        $ending = '';
        break;
        }
        if (isset($code[1])){
        $returnstring = $returnstring.$code[1];
        if (isset($ending)&&strlen($individual)>2){
        $returnstring = $returnstring.$ending;
        $ending = '';
        }
        }
        }
        else{
        $returnstring = $returnstring.$individual;
        }
        
        }
        }
        
        return $returnstring;
        }
        ?>

    I run a Minecraft themed social networking site so I thought it would be a cool idea to integrate this function into status updates (Minecraft Wiki).

    In theory people will post:

    §4This is red text and it’ll get saved as is in the database, but it will show in color in activity feeds.

    The thing is that BuddyPress blocks font tags in status updates.

    I’m going to share with you some different techniques I tried:

    I went inside activity/entry.php and inputted the function at the top of the file, and then I replaced

    <?php bp_activity_content_body(); ?>

    With:

    <?php MineToWeb(bp_activity_content_body); ?>

    That was a no go.

    I also tried editing bp-activity/bp-activity-functions.php but there is so many references in the file and I’m not even entirely sure where to look. All I accomplished with editing this file is that it strips the § from the status update before submitting it to the database (which is the complete opposite of what I want), and it doesn’t make it colorful.

    Anybody familiar with BuddyPress? Wanna lend me a hand? Thanks a bunch.

    #254988
    r-a-y
    Keymaster

    Try switching your theme to a WordPress default theme.

    If that doesn’t work, disable all unnecessary plugins. If that works, then re-enable your plugins one at a time to see which plugin is causing trouble.

    nasocal
    Participant

    WordPress 4.2.2 running Vantage Premium theme

    BuddyPress Version 2.5.3

    Website is WaxUnion.com

    I haven’t been able to get buddypress to work now for awhile.

    Everything was working great and just one day it stopped working.

    I’m pretty sure I didn’t make any updates or anything that caused the change.

    The links are under the social link in the menu.

    I cant access profiles, members, activity stream, or the register page it all just loops back to the homepage with page title at the top of screen. If i turn off buddypress then the register page works fine.

    Since the problem I have updated buddypress, turned off all other plugins to check conflict, and double checked all settings… nothing has seemed to help.

    I have read that possibly there is a database / file problem maybe where maybe certain files are not in the right spot in the control panel / database and that could case this problem, but I’m not sure.

    I could really use some help or maybe pointed in the right direction … Thanks

    #254972
    sharmavishal
    Participant

    Shift to default wp 2016 theme and check

    #254971
    ooooooooo
    Participant

    Hello humans!

    I have a problem with BuddyPress instalation on my www server with Lighttpd.

    Background:
    Wordpress is installed in root catalog of my webserver.
    I have changed permalinks for good one.
    My lighttpd config looks:

    
    server.modules = (
            "mod_expire",
            "mod_auth",
            "mod_evasive",
            "mod_status",
            "mod_access",
            "mod_alias",
            "mod_compress",
            "mod_redirect",
            "mod_rewrite",
    )
    
    server.document-root        = "/var/www"
    server.upload-dirs          = ( "/var/cache/lighttpd/uploads" )
    server.errorlog             = "/var/log/lighttpd/error.log"
    server.pid-file             = "/var/run/lighttpd.pid"
    server.username             = "www-data"
    server.groupname            = "www-data"
    server.port                 = 1234
    server.tag                  = "blablabla"
    server.error-handler-404    = "/404.html"
    
    index-file.names            = ( "index.php", "index.html")
    url.access-deny             = ( "~", ".inc" )
    static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
    
    compress.cache-dir          = "/var/cache/lighttpd/compress/"
    compress.filetype           = ( "application/javascript", "text/css", "text/htm$
    
    # default listening port for IPv6 falls back to the IPv4 port
    include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
    include_shell "/usr/share/lighttpd/create-mime.assign.pl"
    include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
    
    $HTTP["remoteip"] !~ "127.0.0.1" {
            url.access-deny = ( "" )
            }
    
    server.dir-listing      = "disable"
    
    ## rewrite URLs
    url.rewrite-once = (
        "^/(wp-admin|wp-content|wp-includes)/(.*)" => "$0",
        "^/(.*.php)" => "$0",
        "^/(.*)$" => "/index.php/$1",
        "^/(.*)?/?files/$" => "index.php",
        "^/(.*)?/?files/(.*)" => "wp-content/blogs.php?file=$2",
        "^/(wp-.*)$" => "$1",
        "^/(avatars/.*)" => "$1",
        "^/([_0-9a-zA-Z-]+/)?(wp-.*)" => "$2",
        "^/([_0-9a-zA-Z-]+/)?(.*.php)$" => "$2",
        "(?.*)$" => "index.php$1",
        "." => "index.php"
    )
    server.max-keep-alive-requests = 0
    server.max-keep-alive-idle = 15
    server.max-read-idle     = 15
    server.max-write-idle    = 15
    server.max-fds         = 512
    server.max-connections = 256
    connection.kbytes-per-second = 0
    server.kbytes-per-second = 0
    server.chroot            = "/"
    ssl.engine               = "disable"
    evasive.max-conns-per-ip = 250
    #server.max-request-size  = 1
    server.range-requests    = "disable"
    server.follow-symlink    = "disable"
    

    User profiles works fine.

    Problem:
    Pages like member, activity, register show blank page.

    Any ideas why?

    First I had only:

    
        "^/(wp-admin|wp-content|wp-includes)/(.*)" => "$0",
        "^/(.*.php)" => "$0",
        "^/(.*)$" => "/index.php/$1",
    

    Then I read somewhere that I should add:

    
        "^/(.*)?/?files/$" => "index.php",
        "^/(.*)?/?files/(.*)" => "wp-content/blogs.php?file=$2",
        "^/(wp-.*)$" => "$1",
        "^/(avatars/.*)" => "$1",
        "^/([_0-9a-zA-Z-]+/)?(wp-.*)" => "$2",
        "^/([_0-9a-zA-Z-]+/)?(.*.php)$" => "$2",
        "(?.*)$" => "index.php$1",
        "." => "index.php"
    

    But nothing happend 🙁

    I also tried to incerase memory but it also didn’t help

    Blank Pages

    This is fresh wordpress installation with 2016 theme and without any additional plugins.

    I always use my lighttpd server for wordpress and everything works perfect till now.

    Could you please help me?

    #254948
    yahya92
    Participant

    thanks
    actually I changed it only in wp-signups. no, not using multisite
    I am editing register.php in my child theme

    terpz
    Participant

    Hi

    We have installed the newest version ( also tried the 2.6.0-beta1 )
    And set it up accordding to guide:
    – enable user registration
    – create empty pages and mapped buddypress to them

    When we vist /register we can see the form generated by buddypress, but when we click “Complete sign up” we get redirected to the front page.
    – No errors in the php error log

    We use a theme, but we also tried with a clean WP with only this plugin, and we have the same problem.

    Please advice.

Viewing 25 results - 5,651 through 5,675 (of 32,544 total)
Skip to toolbar