Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,126 through 5,150 (of 64,310 total)
  • Author
    Search Results
  • #206855
    Scaffies
    Participant

    In non-bbpress related user displays, the spacing works as before (if that makes any difference in the troubleshooting):

    #206848
    jrv123
    Participant

    replace bbpress 2.6.3 with bbpress 2.5.14.

    Create a topic, then create a series of semi-random reply-to-reply, and look at the hierarchy that is displayed.

    Change to bbpress 2.6.3, and try the same thing. Create a topic, then create a random series of reply-to-reply, and some of the reply-to-reply end up being interpreted as reply-to-topic.

    the other thing i’ve noticed, bbp_insert_reply() is no longer being called.
    In bbpress/includes/replies/functions.php, put exit(-1); at the topic the bbp_insert_reply() function, and you will notice that the function is NEVER called.

    #206845
    Robin W
    Moderator

    bbPress – Moderation Tools

    still works as far as I know.

    #206835
    randrcomputers
    Participant
    #206832
    bttmrc
    Participant

    Hello,

    My client wants to aprove ALL replies before they are posted. Is this possible with bbpress?
    I saw a couple of plugins but they are abandoned

    #206827
    Chuckie
    Participant

    I have the GD Power Search plugin installed and raised a query here:

    https://wordpress.org/support/topic/searching-is-broken/

    They stated:

    The bbPress search requires to have the search term/keyword present. As a workaround, right now, you can set the keyword to minus sign: -.

    But I find that even that is not working on my site.

    What are the expected rules for performing searches? With this extra form I can seach by author or tag etc but doesn’t seem quite right.

    #206821
    unclemiru
    Participant

    After updating 2.6.3, the following error occurs.

    Notice: Undefined variable: topic_id in E:\xampp-2\htdocs\test\wp2\wp-content\plugins\bbpress\includes\replies\template.php on line 456
    
    Notice: Undefined variable: topic_id in E:\xampp-2\htdocs\test\wp2\wp-content\plugins\bbpress\includes\replies\template.php on line 461
    
    Notice: Undefined variable: topic_id in E:\xampp-2\htdocs\test\wp2\wp-content\plugins\bbpress\includes\replies\template.php on line 467

    wordpress
    config.php setting
    define( ‘WP_DEBUG’, true );

    #206814
    randrcomputers
    Participant

    I am also seeing this problem. I added @ajtruckle code to my childs function.php and will see if it helps. frustrating as bbpress dont email admin about pending posts/topics or replies so hard to keep track. hope the code works until they get it sorted out.

    #206813
    jrv123
    Participant

    Wordpress 5.3, bbPress 2.6.3

    When you create a reply to a reply, a “_bbp_reply_to” postmeta row is NOT created; so everything ends up being a reply to the main topic, as opposed to a reply to another reply.

    Specifically the URL https://mywebsite.org/forums/topic/newest-topic/?bbp_reply_to=49888&_wpnonce=78c211457a#new-post

    that initiates creation of the reply, the “bbp_reply_to=49888” part of the URL is not being assigned to the created reply’s metapost ‘_bbp_reply_to’ data row.

    As a result, the hierarchical nature of replies is not reflected on the UI, nor in the database.

    #206806
    اینترلن
    Participant

    here the same issue and not only BBPress but BuddyPress in creating groups faces some issues
    I thought it might me version incompatibility but after updating some major versions the issue is yet unsolved my theme is also updated and I’m using a famous LMS theme I mean I do not think its theme related I think some plugins that I have installed maybe not compatible with bbpress and buddy Press
    here is my site too اینترلن

    I would really appreciate if kindly help me
    I am planing too implement both to my app too

    #206768
    beat sk
    Participant

    Hello,

    Is there any function or something for the nickname field to take data from username field and possible to save the profile? I’ve tried everything but I can’t do it.
    I don’t want users to be able to change their name at all times, but only administrators will be able to change it through the dashboard.

    I am editing bbpress form-user-edit.php in my child-theme. But still got only ERROR: Please enter a nickname.

    		<div>
    			<label for="first_name"><?php esc_html_e( 'First Name', 'bbpress' ) ?></label>
    			<input type="text" name="first_name" id="first_name" value="<?php bbp_displayed_user_field( 'first_name', 'edit' ); ?>" class="regular-text" />
    		</div>
    
    		<div>
    			<label for="last_name"><?php esc_html_e( 'Last Name', 'bbpress' ) ?></label>
    			<input type="text" name="last_name" id="last_name" value="<?php bbp_displayed_user_field( 'last_name', 'edit' ); ?>" class="regular-text" />
    		</div>
    
    		<div>
    			<input type="hidden" name="nickname" id="nickname" value="<?php echo esc_attr( $profileuser->user_login ); ?>" disabled="disabled" class="regular-text" />
    		</div>

    Thank you.

    beat

    #206767

    Topic: help

    in forum Troubleshooting
    Brien E Cron
    Participant

    Kinda new to BBPress

    Looking to set up my forum almost exactly like this forum where a member of my site can start a formum – read and respond to all other forums but not have the ability to edit others forums……

    now Ive installed BBpress created 2 topic but in my user created account i cannot see the topics – just says that I havent subscribed to any topics but the topics Dont show

    also I have noticed that if you are not logged in you cannot view the forum links anywhere on my site …. only when logged in it it appearing.

    tauschring
    Participant

    Wordpress 5.3 bbpress 2.6.2

    Hi,
    I would like to create a link to the list of subscribed topics in the page menu in a bbpress forum. Since I use wp user manager as logon widget, unfortunately this does not include it. The bbpress login widget is not used because you can not upload a photo when editing the profile and because many fields are displayed that I do not use. Wp usermanager I could restrict to the fields User-Display-Name, Firstname, Lastname and E.Mail-Address.

    In order to be able to display lists like subscriptions and favorites, I would like to create the following link in the sidebar that works in my text widget:
    Abonnierte Themen

    “Test-1234” is a sample user that works with the above link in the text widget .. “test-1234” should be replaced by a variable with the display user name, thus linking each logged in user to his own subscription list leads.

    Or would it be better to write a plugin widget? Then I’ll learn how to do.

    Since I am new to WordPress and bbpress and also have little experience with PHP, I ask for help how to solve it.
    Thank you and greetings from the Lake of Konstanz,
    Klaus

    #206736
    Robin W
    Moderator

    bbpress just uses your theme’s font, so theme related.

    you can amend the css

    bbPress Styling Crib

    #206732
    steve02476
    Participant

    Thanks for the suggestion, Robin, much appreciated.

    I guess I’ll try it but TBH I’m trying to use the bare minimum of “extras” on my site since I’m so new at WordPress. Does the extremely small font used by bbPress not show up for others? Or is it just expected that one will either go into the CSS files or else one would use this plugin?

    If the latter, are there other plugins that are sort of standard to use with bbPress?

    #206728
    steve02476
    Participant

    I have a brand new WordPress site v5.3 and just installed bbPress v2.6.2. I’m using the Twenty-twenty theme (one of the official WP themes). The site isn’t public yet so I don’t want to include a link.

    bbPress seems to be functioning ok on my site but the font size is tiny, much smaller than the type on other parts of the WP site. I can’t see any way to adjust it.

    Did some searching on the bbPress site and I guess the font size can be changed in CSS files but that’s a little too deep for me right now. Is there something else I can do? I’m willing to use a different WP theme if that would help.

    If it absolutely must be adjusted in a CSS file can you help me finding the right file location?

    Thanks so much!

    #206723
    andrew55
    Participant

    When recently updating to 2.6.2 version of bbPress, I am getting 404s when new user arrives on homepage of forums. 404s are visible to user and showing in logs. When page is hard refreshed, forums show up.

    But strange, if, if user goes to link within forums (topic, etc.), no 404s occur.

    I am using bbp-forum-index shortcode on homepage of forums. I did a test and issue doesn’t occur when shortcodes aren’t used (no 404), but of course, no forums are available.

    With shortcodes, even through 404s occur, the sidebar displays and shows the user’s logged-in info (avatar, etc).

    Issue seems to only occur when user is logged in and visits forums. I have forums on their own WordPress installation within a directory of main site.

    I thought it might have been cache, but issue still occurs when cache is disabled.

    Here is link to site:

    https://www.lifeleap.org/community/

    Any suggestions on what might be occurring or what I do to troubleshoot issue? Thanks for any help

    #206709

    Topic: emojis

    in forum Installation
    neohack
    Participant

    is there no emojis in bbpress?? there is a section for Plugins but none of those Plugins adhere to bbpress even when it says there specifically for bbpress??!!

    #206705
    Danishsard
    Participant

    I mean if where is the list of changes published bbpress codes to know what codes are where found in what line changed etc.

    For example, the page template has visible changes https://themes.trac.wordpress.org/changeset/111632/anima/1.4.0?old&old_path=%2Fanima%2F1.3.0.2

    Is somewhere the same thing about bbpress?

    #206701
    Robin W
    Moderator

    if you mean the files in /templates then you can amend these and put them in your child theme

    You can copy all the templates across, but you only need to copy those that you want to change, and it is better just to do this, as then you know which you have altered.

    so if you wanted to amend loop-single-forum 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-single-forum.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-single-forum.php
    bbPress will now use this template instead of the original
    and you can amend this

    #206695
    Danishsard
    Participant

    Hello, where can you see what code and file changes are made in each bbpress update?

    I have a forum on bbpress https://infomiasto.eu/forum/tematy/rozmowy/ but if the update is manual changes to the code will be lost – I want to see where the code changes during each update.

    My page template has something such that I always see what code and where it changes on the wordpress page in bbpress, I don’t know where to look for such information if you wanted to manually paint it in the template. I am asking for help.

    Chuckie
    Participant

    I added some CSS styling to make the error notices stand out on my site:

    #bbpress-forums div.bbp-template-notice.error {
    	background: #fff !important;
    	padding: 2px !important;
    	border: solid 4px #000 !important;
    	outline:#ff0 solid 4px !important;
    	border-radius: 0px;
    }
    
    #bbpress-forums div.bbp-template-notice.error li {
    	color: #000 !important;
    }

    I am very happy with that. It is just this issue of bbPress jumping to the top of the topic rather than the actual error notice it has created in the reply forum.

    Is there a workaround for that or must it be fixed by bbPress authors?

    Danishsard
    Participant

    Hello, I would like my forum to be set up in css and some pages code by myself. https://infomiasto.eu/forum/tematy/rozmowy/ I have a question how to do it in the sense of the template folder bbpress does not contain everything, many things appear on the forum – the description frame is after the template layout

    How to do it so that you don’t lose those data when updating – because I want to remove a lot of what the forum displays, columns of voices, description frame and this type.

    Danishsard
    Participant

    Hello, I have a page https://infomiasto.eu/ where I have set various data in htaccess

    As set by default: ExpiresDefault “access plus 10 days”

    Does this apply to all things on the site, even those individual parts not listed?

    I have the following

    ExpiresByType font / opentype “access plus 1 month”
    ExpiresByType application / javascript “access plus 1 months”
    ExpiresByType text / html “access plus 10 minutes”

    So will this apply to the default also for what is not mentioned, for example, text / javascript?

    #206648
    rhysedwards
    Participant

    I have also tried adding ‘add_theme_support( ‘bbpress’ );’ to the main theme’s functions.php.

    I have tried following the instructions here: https://codex.bbpress.org/themes/theme-compatibility/

    Which recommended copying the bbPress plugin files to the root of my theme folder. This has also produced no results.

Viewing 25 results - 5,126 through 5,150 (of 64,310 total)
Skip to toolbar