Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,276 through 8,300 (of 64,420 total)
  • Author
    Search Results
  • #186818

    Topic: bbPress error

    in forum Troubleshooting
    Sammes
    Participant

    Hey,

    I have a question regarding bbPress. I have a website and would like to have a forum. I have bbPress inserted, only I get an error message if I want to open bbpress. Does anyone know how to fix this?

    Sincerely,
    Sam

    #186817
    Anonymous User
    Inactive

    Hello guys I have bbpress on my website working like charm in all devices except mobiles when i open the forum with my phone it becomes mess. I was searching a lot for hours and i found some guys gave me custom CSS and i put it also no luck the issue still the same so if anyone have faced this issue before and solved it tell me how and it would be greatly appreciated.

    This is my website forum :http://www.empirearticles.com/forum/

    Thanks in advance,

    #186814
    mariealline
    Participant

    I just got notice when I went to the backend of my wordpress site that there was an update. It was a bbpress update, so I clicked to install it and it broke my website. I can’t get to the plugins page or anything to uninstall the update. Please help! Even the front end of my website is down. http://mariealline.com.

    It looked like it installed correctly, but I get a HTTP ERROR 500 when I try to access my homepage or any other page on the website.

    “Downloading update from https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip…

    Unpacking the update…

    Installing the latest version…

    Removing the old version of the plugin…

    Plugin updated successfully.”

    Thank you,
    mariealline

    #186813
    Dave
    Participant

    I created several topics in the past months. None of them were acknowledged. So I’ll try here since this seems to an active thread.

    #1. I appreciate the addition of per-forum moderators. I installed the latest RC, but could someone explain how this works – when a mod is assigned to a specific forum, does that person receive notifications, and if so, what are then notified about?

    #2. Is it possible in any version of bbpress to batch subscribe WP users to specific forums?

    Also, is there any documentation regarding the new features? I’m especially interested in anything moderator-related.

    Thanks.

    #186806
    rogerlridge
    Participant

    Thank you for your reply, the problem however is that when something is searched on bbpress it searches topics, forums and replies but the forum displays different information as does the replies which if i set the loop-search-topic as the template for everything, it’s displayed all messed up when the search results are forums and replies and not topics, the topics are displayed normally but the other stuff is a mess. How would I get it to display the forum and reply results in the same manner as the topic results? Because that’s where my problem actually is. Thank you once again.

    #186805
    denrocs
    Participant

    Hi all

    I’m using the ‘Kleo’ WordPress theme on WordPress 4.7.5 and BBPress 2.5.13, and am trying to change the standard links to forums in BBPress as they are too difficult to read currently, specifically the ‘bbp-forum-link’ class.

    What I’m trying to achieve is a background highlight on each link, with rounded corners, plus a little extra space between them using the following code:

    color: #e4e4e4;
        background: #232323;
        padding: 1px 2px;
        margin: 2px 2px;
        line-height: 1.7;
        border-radius: 3px;

    I have also put this image together of what I’m trying – https://imgur.com/OKO9pZ8

    How would I put this code into the custom style.css file of Kleo to stylise these links, please?

    No link to site as it is on my local host (MAMP PRO 4 if that helps)

    Many thanks

    #186804
    dgssaedfrhes
    Participant

    Hi,
    I want to remove “e-mail” field from the replay form of anonymous users.
    wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php

    I removed the website field and it works, I’m trying now to remove the e-mail field too but because it’s require filed it doesn’t work!
    If i press “submit” nothing happen at all.

    Okay from what I know i should remove this code

    <p>
    <label for="bbp_anonymous_email"><?php esc_html_e( 'Mail (will not be published) (required):', 'bbpress' ); ?></label><br />
    <input type="text" id="bbp_anonymous_email"   value="<?php bbp_author_email(); ?>" size="40" name="bbp_anonymous_email" />
    </p>

    after that what should I do?! 🙂

    #186803

    In reply to: bbp_after_main_content

    jon182
    Participant

    I want to add a hook after this div (<div id=”bbpress-forums”>) in the index and archive pages.

    #186801
    Robin W
    Moderator

    bbPress 2.6 Release Candidate 3 download from

    Download

    #186799
    Robin W
    Moderator

    this thread wasa also having access problems – might be worth you trying the RC version?

    Blank page if I click on “All forums”

    #186797

    In reply to: Solve PHP warning

    Robin W
    Moderator

    the issues is with the plugin bbpress-wp-tweaks, so you would need to ask for support from the plugin author on

    https://wordpress.org/support/plugin/bbpress-wp-tweaks

    #186796
    dgssaedfrhes
    Participant

    (SOLVED)
    There is a problem between PHP 7.1 and BBpress 2.5.13
    Just update to this version bbPress 2.6 Release Candidate 3
    Everything will work smoothly again 🙂

    #186795
    lynnvr
    Participant

    We have recently migrated our website to a new host. It was running under 5.7 by the old host and now host Siteground recommends an upgrade to 7.0. The plug-in check for bbPress Version: 2.5.13 before upgrading PHP give the following:

    FILE: /home/knvwshet/public_html/wp-content/plugins/bbpress-wp-tweaks/bbpress-wp-tweaks.php
    ———————————————————————————————-
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————-
    53 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    340 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ———————————————————————————————-

    How do we correct this or can you correct this?

    Thanks!

    #186792
    Robin W
    Moderator

    4 files of interest to you

    all found in templates/default/bbpress

    loop-search.php
    loop-search-topic.php
    loop-search-reply.php
    loop-search-forum.php

    copy them to your theme

    so if you wanted to amend loop-search-topic you would do the following

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-search-topic.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/loop-search-topic.php
    bbPress will now use this template instead of the original
    and you can amend this

    wearehinge
    Participant

    I have a WordPress project that hasn’t been worked on for a year. Coming back to it today and fixing a few issues with plugin updates etc.

    I have an ACF options page that has a repeater with post relationship fields. When logged in, the data is returned correctly in a get_field but when not logged in the fields are returning an empty array.

    Disabling BBPress stops this issue.

    Is there anything I can do here?

    This is the same issue here: https://support.advancedcustomfields.com/forums/topic/relationship-field-objects-not-showing/

    But that fix no longer works?

    #186782
    dgssaedfrhes
    Participant

    I have wordpress 4.8.1 + bbpress 2.5.13 with fresh installation. No plugin at all. When I click from control panel “All forums” it will redirect me to white blank page.

    What I have tried:
    Re-install the wordpress.
    Re-install bbpress.
    Deleting the whole website and the database and make another one.

    Also if I put the short code of the forum that I made inside any page it will show the forums. but if I clicked on any forum it will show white blank page! Any help here?!

    #186779
    MonaMedia
    Participant

    Hi guys, I’m having a website agency company in Vietnam which have a simple introduce website ( not too much function on it ) and I’m planning to have:
    – Support ticket: my customer will submit a ticket here

    So, making a forum good for this case?

    #186774

    In reply to: bbp_after_main_content

    Robin W
    Moderator

    this <div id=”bbpress-forums”> is used in several places – if you can describe where you want to add, I can probably find the right hook for you.

    Most of the hooks are in the templates, located in

    templates/default/bbpress/

    the main forum uses

    content-archive-forum.php

    which has an action hook of

    ‘bbp_template_after_forums_index’ so if it just the main forum list then

    add_action( 'bbp_template_after_forums_index' ,'after_content_hook');
    #
    would work

    #186767
    jon182
    Participant

    I am trying to add a hook after the <div id=”bbpress-forums”>

    when I try this hook it does not work..

    function after_content_hook(){
      echo "my content";
    }
    add_action( 'bbp_after_main_content','after_content_hook');

    is this hook only available for Twenty Twelve theme?
    can we add a hook after the id=”bbpress-forums” ?

    #186765
    Gunilla
    Participant

    I have a WordPress multisite (4.8.1) with a bbPress forum (2.5.13). The php.errors.log show a memory leakage (PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 262144 bytes) ).

    I have inactivated the plugins one after the other and it seems that bbPress is causing the leakage.

    In the wp-config.file it stands:
    define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ );
    In the .htaccess-file it stands:
    php_value upload_max_filesize 256M
    php_value post_max_size 256M
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value memory_limit 768M

    Is memory leakage a common problem in bbPress? How do I solve the memory problem without leaving this forum plugin?

    #186762
    Robin W
    Moderator

    bbpress default role is only allocated on first user login, so users who register but haven’t yet logged in will show as having no role

    #186760
    ulferlingsson
    Participant

    For some reason some users get registered without an assigned forum role, like 50% maybe. When I try to change the forum role of a group of users it does not work, I have to open each user page individually and change it, and that is a PITA when you have hundreds of accounts that need to be changed. Using bbPress 2.5.13 and WordPress 4.8.1, also installed BuddyPress

    #186758
    Robin W
    Moderator
    #186752
    Divvy
    Participant

    Hey,

    Sorry, I know that this topic have almost 3 years old, but I have a solution.
    I’m going to add here in case there is more people looking for the same.

    I have found this code to place badges (achievements) under user avatar in bbpress:

    add_filter( 'bbp_get_reply_author_link', 'my_append_badges_via_filter', 10, 2 );
    
    function my_append_badges_via_filter($author_link = '', $args) {
    
    	# Needed to get the user ID of the person intended to be displayed.
    	$user_id = bbp_get_reply_author_id( $args['post_id'] );
    	#Construct your output here.
    	$badge_output = '';
    
    	$achievements = badgeos_get_user_achievements( array( 'user_id' => $user_id ) );
    	if ( !empty( $achievements ) ) {
    			$badge_output .= '<div class="achievements">';
            foreach ( $achievements as $achievement ) {
    						if($achievement->post_type != 'badges')
    							continue;
                $badge_output .= '<div class="achievement achievement-' . $achievement->post_type . '">';
                //echo '<h2>' . get_the_title( $achievement->ID ) . '</h2>';
                $badge_output .= get_the_post_thumbnail( $achievement->ID, 'thumbnail', array('title'=>get_the_title( $achievement->ID ) ) );
                //echo __( 'Earned on: ', 'text-domain' ) . date( get_option( 'date_format' ), $achievement->date_earned ) ;
                $badge_output .= '</div>';
            }
    			$badge_output .= '</div>';
      } 
    		
    	return  $author_link . $badge_output;
    }

    To make badge smaller I added this CSS code:

    .achievement.achievement-badges{width:50px;}

    But the code is not perfect. Because is not showing badges only under avatar, is also showing at:
    – forums main page
    – forum page
    – above topic (information bar)

    Would be great too if have:
    – link in badges to archivements tab page

    Can someone help me with this? 🙂

    Thanks!!

    #186746
    Robin W
    Moderator

    bbpress doesn’t hold stuff for moderation – suggest you have another plugin doing this !

Viewing 25 results - 8,276 through 8,300 (of 64,420 total)
Skip to toolbar