Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 8,351 through 8,375 (of 32,505 total)
  • Author
    Search Results
  • stickFinger
    Participant

    Hi Stephen

    Thanks for your input here.:-)

    I guess i did not understand you very well šŸ™
    You telling that in the en_US.po file it works, am i correct?

    I“ve just download a fresh copy of the po file at: https://translate.wordpress.org/projects/bbpress/dev/pt-br/default

    and that is the header:

     Translation of Development in Portuguese (Brazil)
    # This file is distributed under the same license as the Development package.
    msgid ""
    msgstr ""
    "PO-Revision-Date: 2015-07-15 17:00:03+0000\n"
    "MIME-Version: 1.0\n"
    "Content-Type: text/plain; charset=UTF-8\n"
    "Content-Transfer-Encoding: 8bit\n"
    "Plural-Forms: nplurals=2; plural=(n > 1);\n"
    "X-Generator: GlotPress/1.0-alpha-1000\n"
    "Project-Id-Version: Development\n"

    there is no Kewyword list
    IĀ“ve read something regarding this issue also on buddypress foruns. It seems that the strings after the “_x(….” caracter is the problem on some languages.

    #164108
    Danny
    Participant

    @PinkishHue My bad. Was suppose to be .bbp-login-form.


    @Robkk
    I’m not overly worried about the mobile layout because as pointed out by PinkishHue, I’ll be using media queries later.

    Though thank you for reminding me about the form templates. I’ve copied them over, just in case I might need them.

    Coming back to the topic of the login form position..

    I’ve looked inside the loop-forums.php template, then found this <?php do_action( 'bbp_template_before_forums_loop' ); ?> being executed. Which template file is bbp_template_before_forums_loop pulling from ?

    Because this is also loading the Search form, I’d like to load the login form too. Rather than use the shortcode [bbp-login] above my [bbp-forum-index].

    What I’d like to achieve is a header with the login form and search form on the same line before listing the forums.

    Thank you in advance for the help so far.

    #164105
    David13_13
    Participant

    Hello again.

    I just installed a new website and the latest version of WordPress and BBpress and the last code that worked well in that website is no working here. The email notification works well, but still is checked the log field…

    Any suggestion please?

    I guess that the code of BBpress has changed in recent versions…

    Thanks in advance

    #164095

    In reply to: Importing from WBB4

    Robkk
    Moderator

    @sammmmy

    in the original code you will see

    'from_tablename' => 'wbb1_1_post',

    you listed it as being just wbb1_post so edit that to the correct table name.

    #164094
    Robkk
    Moderator

    You can try and see if resetting your permalinks helps any

    Navigation Links Return 404s Errors

    Other than that maybe try putting the main bbPress templates into a child-theme.

    Theme Compatibility

    #164093
    Robkk
    Moderator

    Maybe the URL of the registration page can be used as the URI.

    Yes use that page you created with the bbPress registration form shortcode. You can also use the default WordPress registration page which would be.

    http://yoursite.com/open/wp-login.php?action=register

    Same for the Lost Password page, you can use the page you placed the bbPress lost password shortcode or the default lost password form by WordPress.

    Robkk
    Moderator

    9 years. Man. Can you stop rely on third party developers and plugins. They are simply said a mess.
    This one from this trac is not the only one lacking in forum core.

    First 5 years is an entirely different bbPress from what it is now, but the last 4 it picked up more and more and now it seems to be finished from what I can tell.

    Make a list of ā€œmustā€ things in the core. Otherways you lose time coding, relatively nobody use bbPress.

    There is this, that lists possible considerable plugin functionality that might be in the core. I need to clean it up later though and move some information I placed their earlier to some other guide I created. There are also probably more functionality I recommended to be adopted that I haven’t yet listed in the page yet.

    Feature Plugins Tracking

    Share tasks between bbPress core developers and give each of them, or few of them, adopt a fetured plugin. it doesnt have to be in the core. Just some security it will follow all changes in the bbPress core and adapt fast to changes, continue to work with all new bbPress version.

    Plugin functionality adoption happens for some plugins like bbPress threaded replies which made its way to core, and also topic/forum subscriptions. Other plugins need to rely on the plugin author to keep up, if there is an issue or no updates the community will usually fork/adopt the plugin. I might help though, I thought about it.

    I repeat, third party (plugins) community for bbPress is a complete mess and cannot be trusted. How do you expect people can sleep well with 5-15 thousands of registered Users on forum and one important third party plugin has a developer writing one comment per year on support forum. Or per 3 months, one per month. All the same.

    Hopefully when I get around to writing the Plugin developer section in the codex, that it will help most of the code quality/security side of things. But right now most devs will have to use the WordPress codex to gain their knowledge of this (I am mostly gonna base the information I learn from this).

    Support Forum activity has many factors to it. The dev could be busy or just stopped supporting the plugin.

    Also would you mind sending me list of plugins that you may not trust through my email, not to call anyone out in the forum. And see if I can take a look at why you may be thinking that.

    Contact

    Stephen Edgar
    Keymaster

    I just changed the https://translate.wordpress.org/projects/bbpress/dev pending string to stickfinger and it works as expected šŸ˜‰

    #164086
    Stephen Edgar
    Keymaster

    What happens if you resave your permalinks? Go to Settings > Permalinks

    A more common and now default of WordPress is to use the Post name format, also known as pretty permalinks, as such the following would be what you’d see for the “maine” forum

    http://www.plowandanchorconnect.com/forums/forum/plow-and-anchor-forums/maine

    gothweb
    Participant

    post test:

    I looked at:

    Step by step guide to setting up a bbPress forum – Part 1

    I tried to write an explanation of what I did, but flood detection seems to be deleting my posts.

    Edit:

    I tried to use:

    If you do not permit anonymous posting, then your users will need to register with your site. It is up to you to decide which method is preferable.

    Automatic registration is easier and it does allow people to quickly sign up, but by the same token gives you less control over who is contributing to your forums, and can lead to spam postings.

    Manual signup involves you in more administration, but does give you complete control over who has write access.

    Neither is better overall, but one will be better for you !

    To allow automatic registration, go to Dashboard > Settings > General settings and under membership, tick ā€œanyone can registerā€. Then in Dashboard > settings > forums tick the auto role, and ensure this is only at participant level.

    To set manual registration, go to Dashboard > Settings > General settings and under membership, and ensure ā€œanyone can registerā€ is not ticked. Then in Dashboard>settings>forums tick the auto role, and ensure this is only at participant level.

    In both cases, you will then need a screen for users to register – we’ll come back to where to put this screen later, but for the moment go into dashboard>pages>add new page and create a page. You can call this page anything you like but ā€œregisterā€ or ā€œregistrationā€ would be logical when users view or access its URL.

    If you are doing automatic registration, then put whatever preamble you’d like (ā€œto register for our forumsā€ etc.) , and then add the following shortcode [bbp-register]. Save the page.

    and I can register new users by the page at:

    http://makers.beyondnp.com/open/?page_id=149

    but I don’t know how to fix the widget. Maybe the URL of the registration page can be used as the URI.

    #164082
    geog272
    Participant

    Hi,

    I upgraded to 2.5.8 and now all my forum pages are blank. I can bring up the forum index by using a shortcode, but links from the forum index are blank. Any advice on how to bring my forums back?

    http://www.plowandanchorconnect.com/?page_id=207

    #164075

    In reply to: bbPress 2.5.8

    Avalon98
    Participant

    Curious… the solution:

    
    add_filter('private_title_format', 'ntwb_remove_private_title');
    function ntwb_remove_private_title($title) {
    	return '%s';
    }
    

    used to work for taking off the “Private” suffix for my Private forums… now it’s not working since the upgrade… any solutions??

    #164074
    Robkk
    Moderator

    Its some CSS in your theme something is hiding the .reply class probably in your WordPress comments and it is affecting bbPress replies.

    Adding this CSS should fix it.

    #bbpress-forums .reply {
      display: block
    }
    #164073
    division123
    Participant

    Hi, i am trying to remove the sidebar as well, below is my code from page.php which I have duplicated and renamed bbpress.php but I can’t see which code I need to remove?

    <?php get_header(); ?>

    <?php
    $options = get_option(‘sf_dante_options’);

    $default_show_page_heading = $options[‘default_show_page_heading’];
    $default_page_heading_bg_alt = $options[‘default_page_heading_bg_alt’];
    $default_sidebar_config = $options[‘default_sidebar_config’];
    $default_left_sidebar = $options[‘default_left_sidebar’];
    $default_right_sidebar = $options[‘default_right_sidebar’];
    $sidebar_width = $options[‘sidebar_width’];

    $pb_active = sf_get_post_meta($post->ID, ‘_spb_js_status’, true);
    $show_page_title = sf_get_post_meta($post->ID, ‘sf_page_title’, true);
    $page_title_style = sf_get_post_meta($post->ID, ‘sf_page_title_style’, true);
    $page_title = sf_get_post_meta($post->ID, ‘sf_page_title_one’, true);
    $page_subtitle = sf_get_post_meta($post->ID, ‘sf_page_subtitle’, true);
    $page_title_bg = sf_get_post_meta($post->ID, ‘sf_page_title_bg’, true);
    $fancy_title_image = rwmb_meta(‘sf_page_title_image’, ‘type=image&size=full’);
    $page_title_text_style = sf_get_post_meta($post->ID, ‘sf_page_title_text_style’, true);
    $fancy_title_image_url = “”;

    if ($show_page_title == “”) {
    $show_page_title = $default_show_page_heading;
    }
    if ($page_title_bg == “”) {
    $page_title_bg = $default_page_heading_bg_alt;
    }
    if ($page_title == “”) {
    $page_title = get_the_title();
    }

    foreach ($fancy_title_image as $detail_image) {
    $fancy_title_image_url = $detail_image[‘url’];
    break;
    }

    if (!$fancy_title_image) {
    $fancy_title_image = get_post_thumbnail_id();
    $fancy_title_image_url = wp_get_attachment_url( $fancy_title_image, ‘full’ );
    }

    $sidebar_config = sf_get_post_meta($post->ID, ‘sf_sidebar_config’, true);
    $left_sidebar = sf_get_post_meta($post->ID, ‘sf_left_sidebar’, true);
    $right_sidebar = sf_get_post_meta($post->ID, ‘sf_right_sidebar’, true);

    if ($sidebar_config == “”) {
    $sidebar_config = $default_sidebar_config;
    }
    if ($left_sidebar == “”) {
    $left_sidebar = $default_left_sidebar;
    }
    if ($right_sidebar == “”) {
    $right_sidebar = $default_right_sidebar;
    }

    sf_set_sidebar_global($sidebar_config);

    $page_wrap_class = $post_class_extra = $sidebar_class = ”;
    if ($sidebar_config == “left-sidebar”) {
    $page_wrap_class = ‘has-left-sidebar has-one-sidebar row’;
    if ($sidebar_width == “reduced”) {
    $post_class_extra = ‘push-right col-sm-9’;
    $sidebar_class = ‘col-sm-3’;
    } else {
    $post_class_extra = ‘push-right col-sm-8’;
    $sidebar_class = ‘col-sm-4’;
    }
    } else if ($sidebar_config == “right-sidebar”) {
    $page_wrap_class = ‘has-right-sidebar has-one-sidebar row’;
    if ($sidebar_width == “reduced”) {
    $post_class_extra = ‘col-sm-9’;
    $sidebar_class = ‘col-sm-3’;
    } else {
    $post_class_extra = ‘col-sm-8’;
    $sidebar_class = ‘col-sm-4’;
    }
    } else if ($sidebar_config == “both-sidebars”) {
    $page_wrap_class = ‘has-both-sidebars row’;
    $post_class_extra = ‘col-sm-9’;
    $sidebar_class = ‘col-sm-3’;
    } else {
    $page_wrap_class = ‘has-no-sidebar’;
    }

    $remove_breadcrumbs = sf_get_post_meta($post->ID, ‘sf_no_breadcrumbs’, true);
    $remove_bottom_spacing = sf_get_post_meta($post->ID, ‘sf_no_bottom_spacing’, true);
    $remove_top_spacing = sf_get_post_meta($post->ID, ‘sf_no_top_spacing’, true);

    if ($remove_bottom_spacing) {
    $page_wrap_class .= ‘ no-bottom-spacing’;
    }
    if ($remove_top_spacing) {
    $page_wrap_class .= ‘ no-top-spacing’;
    }

    $options = get_option(‘sf_dante_options’);
    $disable_pagecomments = false;
    if (isset($options[‘disable_pagecomments’]) && $options[‘disable_pagecomments’] == 1) {
    $disable_pagecomments = true;
    }

    ?>

    <?php if ($show_page_title) { ?>
    <div class=”container”>
    <div class=”row”>
    <?php if ($page_title_style == “fancy”) { ?>
    <?php if ($fancy_title_image_url != “”) { ?>
    <div class=”page-heading fancy-heading col-sm-12 clearfix alt-bg <?php echo $page_title_text_style; ?>-style fancy-image” style=”background-image: url(<?php echo $fancy_title_image_url; ?>);”>
    <?php } else { ?>
    <div class=”page-heading fancy-heading col-sm-12 clearfix alt-bg <?php echo $page_title_bg; ?>”>
    <?php } ?>
    <div class=”heading-text”>
    <h1 class=”entry-title”><?php echo $page_title; ?></h1>
    <?php if ($page_subtitle) { ?>
    <h3><?php echo $page_subtitle; ?></h3>
    <?php } ?>
    </div>
    </div>
    <?php } else { ?>
    <div class=”page-heading col-sm-12 clearfix alt-bg <?php echo $page_title_bg; ?>”>
    <div class=”heading-text”>
    <h1 class=”entry-title”><?php echo $page_title; ?></h1>
    </div>
    <?php
    // BREADCRUMBS
    if (!$remove_breadcrumbs) {
    echo sf_breadcrumbs();
    }
    ?>
    </div>
    <?php } ?>
    </div>
    </div>
    <?php } ?>

    <?php if ($sidebar_config != “no-sidebars” || $pb_active != “true”) { ?>
    <div class=”container”>
    <?php } ?>

    <div class=”inner-page-wrap <?php echo $page_wrap_class; ?> clearfix”>

    <?php if (have_posts()) : the_post(); ?>

    <!– OPEN page –>
    <div class=”clearfix <?php echo $post_class_extra; ?>” id=”<?php the_ID(); ?>”>

    <?php if ($sidebar_config == “both-sidebars”) { ?>
    <div class=”row”>
    <div class=”page-content col-sm-8″>
    <?php the_content(); ?>
    <div class=”link-pages”><?php wp_link_pages(); ?></div>

    <?php if ( comments_open() && !$disable_pagecomments ) { ?>
    <div id=”comment-area”>
    <?php comments_template(”, true); ?>
    </div>
    <?php } ?>
    </div>

    <aside class=”sidebar left-sidebar col-sm-4″>
    <div class=”sidebar-widget-wrap sticky-widget”>
    <?php dynamic_sidebar( $left_sidebar ); ?>
    </div>
    </aside>
    </div>
    <?php } else { ?>
    <div class=”page-content clearfix”>

    <?php the_content(); ?>

    <div class=”link-pages”><?php wp_link_pages(); ?></div>

    <?php if ( comments_open() && !$disable_pagecomments ) { ?>
    <?php if ($sidebar_config == “no-sidebars” && $pb_active == “true”) { ?>
    <div id=”comment-area” class=”container”>
    <?php } else { ?>
    <div id=”comment-area”>
    <?php } ?>
    <?php comments_template(”, true); ?>
    </div>
    <?php } ?>
    </div>
    <?php } ?>

    <!– CLOSE page –>
    </div>

    <?php endif; ?>

    <?php if ($sidebar_config == “left-sidebar”) { ?>
    <aside class=”sidebar left-sidebar <?php echo $sidebar_class; ?>”>
    <div class=”sidebar-widget-wrap sticky-widget”>
    <?php dynamic_sidebar( $left_sidebar ); ?>
    </div>
    </aside>
    <?php } else if ($sidebar_config == “right-sidebar”) { ?>
    <aside class=”sidebar right-sidebar <?php echo $sidebar_class; ?>”>
    <div class=”sidebar-widget-wrap sticky-widget”>
    <?php dynamic_sidebar( $right_sidebar ); ?>
    </div>
    </aside>
    <?php } else if ($sidebar_config == “both-sidebars”) { ?>
    <aside class=”sidebar right-sidebar col-sm-3″>
    <div class=”sidebar-widget-wrap sticky-widget”>
    <?php dynamic_sidebar( $right_sidebar ); ?>
    </div>
    </aside>
    <?php } ?>

    </div>

    <?php if ($sidebar_config != “no-sidebars” || $pb_active != “true”) { ?>
    </div>
    <?php } ?>

    <!–// WordPress Hook //–>
    <?php get_footer(); ?>

    #164071
    melanie bund
    Participant

    Hi Robkk – on the test site i have deactivated every plugin (so it looks odd) and i still have the same problem – replies empty, am using twentytwelve theme so should not be a theme problem.
    http://photohunters.org/photohunters-test/topic/sony-alpha-dslr-a100/#post-348
    Tha only thing i have added to fuctions.php is to hide author links and profile and avatar

    add_filter('bbp_before_get_breadcrumb_parse_args', 'mycustom_breadcrumb_options');
    
    add_filter( 'bbp_get_author_link', 'remove_author_links', 10, 2);
    add_filter( 'bbp_get_reply_author_link', 'remove_author_links', 10, 2);
    add_filter( 'bbp_get_topic_author_link', 'remove_author_links', 10, 2);
    function remove_author_links($author_link, $args) {
    	$author_link = preg_replace(array('{<a[^>]*>}','{}'), array(" "), $author_link);
    	return $author_link;
     }
     
    
    add_filter ('bbp_before_get_author_link_parse_args' , 'rew_remove_avatar' ) ;
    add_filter ('bbp_before_get_reply_author_link_parse_args' , 'rew_remove_avatar' ) ;
    add_filter ('bbp_before_get_topic_author_link_parse_args' , 'rew_remove_avatar' ) ;
    function rew_remove_avatar ($args) {
    	$args['type'] = 'name' ;
    	return $args ;
    }

    Any ideas? Melanie
    p.s. pop gone on main site, trying to sort out the problem…

    saintjaved
    Participant

    One more question. Can bbpress work on intranets? If they can, is there something in the bbpress plugin code that is conflicting probably with the wordpress code on the firehost server? I’m running wordpress 4.2.2 and bbpress 2.5.8

    stickFinger
    Participant

    Hi all
    After a lot of digging iĀ“ve found that the only way to translate the Topic Status dropdown strings is via the “bbpress/includes/topics/functions.php”, around line 1963, we have:

    function bbp_get_topic_statuses() {
    	return apply_filters( 'bbp_get_topic_statuses', array(
    		bbp_get_public_status_id()  => _x( 'Aberto',    'Open the topic',        'bbpress' ),
    		bbp_get_closed_status_id()  => _x( 'Fechado',  'Close the topic',       'bbpress' ),
    		bbp_get_spam_status_id()    => _x( 'Spam',    'Spam the topic',        'bbpress' ),
    		bbp_get_trash_status_id()   => _x( 'lixeira',   'Trash the topic',       'bbpress' ),
    		bbp_get_pending_status_id() => _x( 'Pendente', 'Mark topic as pending', 'bbpress' ),

    i“ve also downloaded the last development version of pt_BR.po from https://translate.wordpress.org/projects/bbpress/dev but despite of strings being there they don“t get translated.
    Opening the po with a text editor iĀ“ve noticed the absense of the “X-Poedit-KeywordsList: ” which i guess should be something like that:

    "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
    "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"

    For now i“ll try to add the keywordlist by hand at the top of my pt_BR file. Hope that fixes te issues specially with the _x:1,2c keyword

    What could be wrong with the glotpress generator?
    Thanks

    #164063

    In reply to: Help!! Please!!

    Celtic
    Participant

    oh ok, I was putting in the hole code which would have broke the quota … Ya, I will only need to edit Moderator roles … So that plugin will work… Thank you.

    #164060
    SethTurin
    Participant

    Wow thanks for answering so quickly! I doubt my code will be up to any useful coding standard, but I’ll be happy to share what I come up with anyway. It would be a great help to look at other attempts at this, even if it’s for another forum. Can you show me their code?

    Thanks

    #164059
    Robkk
    Moderator

    The Invision converter is in

    wp-content\plugins\bbpress\includes\admin\converters\invision

    if you don’t mind share your conversion code/experience to the community, it would help a lot.

    There have been users doing something similar to this especially for attachments (but probably different forum system). I can also show you their code if that would help you any.

    ghoush
    Participant

    An update:

    Here is the fixed up code, all working now. This version creates a meta value for the post and checks that next time it gets published. No more duplicates if something goes published->draft/pending->published again.

    
    function gh_post_published_create_topic( $ID, $post ) {
        $checkduplicate = get_post_meta( $ID, 'gh_topic_created',true);
        if ( empty( $checkduplicate ) ) {
            $author = $post->post_author;
            $name = get_the_author_meta( 'display_name', $author );
            $title = $post->post_title;
            $permalink = get_permalink( $ID );
            $excerpt = $post->post_excerpt;
            $subject = sprintf( '%s: %s', $name, $title );
            $message = sprintf ('[b]%s[/b]' . "\n" . 'By %s' . "\n\n" . '[i]%s[/i]' . "\n\n" . 'View: %s' . "\n\n", $title, $name, $excerpt, $permalink );
            $tags = wp_get_post_tags( $ID, array( 'fields' => 'names' ) );
    
            $new_post = array(
                'post_title'    => $subject,
                'post_content'  => $message,
                'post_parent' => 691,
                'post_status'   => 'publish',
                'post_type' => 'topic'
            );
            $topic_meta = array(
                'forum_id'       => $new_post['post_parent']
            );
            $topic_id = bbp_insert_topic($new_post, $topic_meta);
            if ( !empty( $topic_id ) ) {
                add_post_meta($ID, 'gh_topic_created', 'true', true);
                $term_taxonomy_ids = wp_set_object_terms( $topic_id, $tags, 'topic-tag' );
                bbp_update_forum(array('forum_id' => 691));
            }
        }
    }
    add_action( 'publish_post', 'post_published_create_topic', 10, 2 );
    
    ghoush
    Participant

    I have searched and put code together and tested. Now whenever a new post is created in WordPress a new topic is created in a specific sub-forum on my bbPress. This is working great. It brings over the tags and everything.

    The one problem I have is that the publish_post action fires every time a post is set to published. So if a post gets set back to draft or pending review, and then published again, another forum topic is created. There are problaby 2097324907629306 ways this can be solved. I am only coming up with some pretty stupid ones I think, so I was hoping someone might have a good idea here.

    Here is the code for your functions.php:

    
    function post_published_create_topic( $ID, $post ) {
        $author = $post->post_author;
        $name = get_the_author_meta( 'display_name', $author );
        $title = $post->post_title;
        $permalink = get_permalink( $ID );
        $excerpt = $post->post_excerpt;
        $subject = sprintf( '%s: %s', $name, $title );
        $message = sprintf ('[b]%s[/b]' . "\n" . 'By %s' . "\n\n" . '[i]%s[/i]' . "\n\n" . 'View: %s' . "\n\n", $title, $name, $excerpt, $permalink );
        $tags = wp_get_post_tags( $ID, array( 'fields' => 'names' ) );
    
        $new_post = array(
            'post_title'    => $subject,
            'post_content'  => $message,
            'post_parent' => 691,
            'post_status'   => 'publish',
            'post_type' => 'topic'
        );
        $topic_meta = array(
        'forum_id'       => $new_post['post_parent']
        );
        $topic_id = bbp_insert_topic($new_post, $topic_meta);
        $term_taxonomy_ids = wp_set_object_terms( $topic_id, $tags, 'topic-tag' );
    }
    add_action( 'publish_post', 'post_published_create_topic', 10, 2 );
    

    Take that code and put it in your themes functions.php (hopefully you are using a child theme.) The 691 is my sub-forums ID, replace that with the right ID for yours. The format of the post and its content is done on the line that starts “$message = sprintf”.

    Now I just need to get it to stop creating a new post every time the same post is published. So far my ideas have been something like matching up the topics title with a string comparison, but that seems a bit heavy. There should be a simpler way and I am just not seeing it right now.

    beherawr
    Participant

    This can happen also in some default themes like Twenty Fifteen (should work in Twenty Twelve though), but can also be easily fixed by placing the bbPress template files into a child theme.

    https://codex.bbpress.org/theme-compatibility/

    I tried copying my ‘css’ and ‘bbpress’ directories from my template files to my theme as outlined in your link, however it changed nothing.

    Do profiles show up without BuddyPress?

    Not quite sure what you mean…. if you mean can I see a user profile with bbpress deactivated then the answer is no.

    Also, the link to the ‘Edit Profile’ button is exactly what I needed, however it currently returns to 404 because of the previous unresolved issue.

    #164036
    Robkk
    Moderator

    There is no shortcode for an edit profile page.

    Shortcodes

    #164035
    Robkk
    Moderator

    @bananadan

    If you do find someone that could do it for you, if you don’t mind share your conversion code/experience to the community.

Viewing 25 results - 8,351 through 8,375 (of 32,505 total)
Skip to toolbar