Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 7,026 through 7,050 (of 64,471 total)
  • Author
    Search Results
  • #193836
    go-systems
    Participant

    Hi,

    I’m trying to find out if its possible to have shortcode on a page that pulls keyword related posts from bbpress?

    I’m wanting related posted from forums on a page.

    Is this possible?

    #193833
    thetimeranger
    Participant

    Hi everyone,

    We are looking in to migrating out forums over to bbPress, and doing some dry run installations. I have look around, but can’t find a solution have multiple of these under each other.

    Multple of these under each other

    Thank you for the help in advance.

    #193831
    jisas666
    Participant

    Hello and installed BBpress, and everything is ok. But when I use the Statistics shortcode. I get a column, annoying. Could someone tell me, what php file I can modify. To show me the data horizontally. And not vertical? … It would only be to change that code and for me it would be great.

    My website is: https://www.libreriaurano.com/blog/

    #193830
    myheadz
    Participant

    Dear Team & Community,

    I’ve a problem with the widget people use to login.
    At my mainpage the widget is shown correct. ( http://www.myheadz.de )
    But when I open the forum page or any other page the widget looks messed up. ( http://www.myheadz.de/forum/ )

    Wordpress 4.9.7
    Theme: Envo Magazine Pro
    BBPress 2.5.14
    BBP Style Pack 3.9.3

    Looking forward for your help.

    Regards from germany,

    Jens

    #193818

    Topic: Disable Comments

    in forum Installation
    planeo8
    Participant

    In an ongoing effort to fight spam, I want to disable all comments via the WordPress Admin Dashboard…Settings/Discussion…(uncheck allow notifications and uncheck allow people to post comments)

    If I do this, will bbPress New Topic or Replies be impacted? Will users still be able to submit new topics or reply to existing omes?

    I am running WP 4.9.7 and bbPress 2.5.14 with bbPress Moderation 1.8.3

    Thanks.

    #193817

    In reply to: 404 Erros acces

    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #193816
    ntfrance
    Participant

    Hello my name his Chris, i have some problem on my instal BBpress.

    Administrator wordpress have acces to the page forums (bbpress) but the role suscriptor haven’t acces, page 404 error

    can you help me
    sorry for english

    Thanks

    Plugin : wordpress, bbpress, utlamte member

    Robin W
    Moderator

    should be there

    1. It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    2. https://wordpress.org/plugins/bbp-style-pack/

    TheBeliever
    Participant

    Hello,

    1. I went to forum settings and the toolbar was already enabled. But I don’t see it anywhere. I see the “Your account has the ability to post unrestricted HTML content.” notice above the text box but I can’t find HTML formatting tool bar.

    2. Do you guys use buddypress plugin to make the bbpress forum more attractive?

    TheBeliever
    Participant

    Hello,

    I have installed bbpress and everything is running smoothly for now. In future if I want to move my bbpress forum topics, users to other paid forum, can I do it?

    I want to migrate every topic, reply and user profiles to invision or vbulletin or any other paid forum… is it possible?

    #193789
    emgb_520
    Participant

    I am trying to use the bbpress login widget in the header widget of my site. When Logging in using this bbp login widget, it doesn’t redirect to the page I logged in from. It goes to the User’s WordPress dashboard.

    Can someone please help with this issue?

    Thanks.

    #193783

    In reply to: detail of Style.css ?

    Robin W
    Moderator

    easiest solution is this plugin, which lets you set all that

    bbp style pack

    or

    bbPress Styling Crib

    #193782
    tymbusku
    Participant

    Hi ALL
    In which line of style.css describ those color????

    f.ex: sticky color is on the line 161 of style.css

    1) the color of your forums name? (the one on the right-top corner)

    2) the background color of forums ?

    3) the title of table ?(the gray one on the top: Topic — Add New » Posts Last Poster Freshness …)

    4) the original topic color ? (there 2 colors i think)

    5) those words color? (Hot tags, Latest Discussions, Forums, View..)

    6) the white line under under those title: Hot tags, lastest discussions…?

    7) all link words ?( add new, no-reply, untag… the original color is green)

    8) all link words ?(when mose hover)

    8) background color of the bottom section of forums ?(there is : xxxxxxx is proudly powered by bbPress)

    9) Now, when u add a new topic, theres a table which ask u the subjet, the content, the tag and the ection. i want to change the background color of this table, which line it is?

    10)Now, when u look at a topic, theres the original post and reply. the background of each one is on which line?

    11)last thing..: i want to also change those word (the word, not the color) : ‘Enter a few words(call tag)separeted by spaces to help someone find your topic’ and ‘ pick a section’

    Thank you a lot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    #193778
    nghiann
    Participant

    I using bbpress 2.5.14, theme helpguru however I can’t get threaded replies working on my site
    Anyone got any ideas?

    #193777
    Robin W
    Moderator

    Shortcodes

    and to customise and style bbpress try

    bbp style pack

    #193776
    Yin Jin
    Participant

    i want to show forums on my own theme but i don’t know how. does bbpress provide shortcodes?

    quigley05
    Participant

    Hi Robin, Oddly enough the Subscribed forums is the only chunk that has issues with this setup. It ignores the current user with the below code. See result at https://obeii.com/discussions-subscriptions/

    	<?php do_action( 'bbp_template_before_user_subscriptions' ); ?>
    
    	<?php if ( bbp_is_subscriptions_active() ) : ?>
    
    		<?php if ( bbp_is_user_home() || current_user_can( 'edit_users' ) ) : ?>
    
    			<div id="bbp-user-subscriptions" class="bbp-user-subscriptions">
    				<h2 class="entry-title"><?php _e( 'Subscribed Forums', 'bbpress' ); ?></h2>
    				<div class="bbp-user-section">
    					
    <?php $user_id = get_current_user_id() ; ?>
    
    					<?php if ( bbp_get_user_forum_subscriptions($user_id) ) : ?>
    
    						<?php bbp_get_template_part( 'loop', 'forums' ); ?>
    
    					<?php else : ?>
    
    						<p><?php bbp_is_user_home() ? _e( 'You are not currently subscribed to any forums.', 'bbpress' ) : _e( 'This user is not currently subscribed to any forums.', 'bbpress' ); ?></p>
    
    					<?php endif; ?>
    
    				</div>
    
    		<?php endif; ?>
    
    	<?php endif; ?>
    
    	<?php do_action( 'bbp_template_after_user_subscriptions' ); ?>
    #193771

    In reply to: Eliminating User Roles

    Robin W
    Moderator

    ok, to remove all the data, you’ll need to use the tool in bbpress.

    so re-install bbpress, activate and go to

    dashboard>tools>forums>reset forums

    This will delete the roles (and everything else)

    #193767
    Robin W
    Moderator

    hmmm…

    wp_bp_xprofile_data is a buddypress table, bbpress only uses wp_users and meta.

    Might be worth logging in the buddypress support forum to see if they can help

    https://buddypress.org/support/

    Robin W
    Moderator

    bbpress is a free plugin and this forum is a community forum – there are no paid staff, so questions are answered by volunteers.

    bbpress uses wordpress registration, so the issue is a wordpress one, and as suggested by the password reset, you should contact you host provider.

    also try https://wordpress.org/plugins/check-email/

    #193762
    OscarGuy
    Participant

    I had to delete bbPress while I worked on my site design, but it seems to have left a bunch of user roles behind and I cannot find any way to get rid of them. How can I do that?

    #193757
    nineplanetsllc
    Participant

    Does bbPress add any cookies beyond the standard WordPress login cookies? We’re putting together the list of all the cookies the site sets and aren’t sure if bbPress is adding any. If it does add any, could you list the name, duration and purpose of the cookie(s)?

    saad4u
    Participant

    Hello,

    I just installed the bbpress plugin and created page, new topics in forum. However, when I enter the email address in registration form, the email is not being sent to my address. I almost tried with 3 different email addresses. But received none of the confirmation email.

    I also added
    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ ); to my functions.php file.

    Please help me out with this..

    #193754
    sdeeds
    Participant

    No, bbPress adds imported_ to the username in the wp_bp_xprofile_data table. Which appears en lieu of the username on all forums. However, the imported_ namespace is not in the wp_users table. It’s only an issue in bbPress.

    #193751
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

Viewing 25 results - 7,026 through 7,050 (of 64,471 total)
Skip to toolbar