Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 2,276 through 2,300 (of 26,821 total)
  • Author
    Search Results
  • #213337
    kanejason
    Participant

    Can you explain it in detail? please! We use WordPress only in blogs. Is there any kind of issue with that? Can we use bbpress on this? The topics we choose for the forum is the same as blog categories. Here is the blog of my website:

    #213332
    Robin W
    Moderator

    ok I suspect you are talking about wordpress post custom fields.

    if so, bbpress has never natively supported these, so I suspect you have code or an additional plugin such as acf or a bbpress plugin that is doing this.

    #213320

    In reply to: Login URL

    Mushlih Almubarak
    Participant

    This is the login URL for my user:

    Login

    I want to direct from the create topic and also reply, and all the links (which is in the bbpress plugin) that redirect the login to my WordPress deafult

    #213319
    kanejason
    Participant

    Hello There,

    I have just installed bbpress on my WordPress blog website I have created 7 categories in the main forum, but when I click on the categories, topics do not show on the category. I have created a demo forum on local, whenever I open the link a blank page shows up. I saved permalinks too, but it did not work.

    #213318
    kevinschmidt
    Participant

    Wordpress allows comment replies to ten levels deep. When many members are participating in a popular forum topic, it gets very confusing when trying to follow a line of discussion.
    How can I allow comments to open/close on an individual level within the forum comments hierarchy structure?

    #213314
    bobwhallz
    Participant

    Hi
    I have a transparent header built with Astra theme and Elementor page builder. I am also using BuddyPress on my site.

    I would like to change all the bbpress forum pages header to a different background color, none white, so the header menu can display properly.

    What css codes should i use?
    Bbpre Version 2.6.5 on latest WordPress installation
    Thank you

    #213309
    Robin W
    Moderator

    bbpress just uses WordPress login.

    When a user first logs on without a bbpress role (eg keymaster, moderator, participant spectator or blocked) bbpress looks at

    dashboard>settings>forums>roles and if set gives the user that role – yours is almost certainly set to ‘participant’ – so you can switch off or amend that settings as you wish.

    participants have then ability to create topics and replies.

    KenTheriot
    Participant

    I’m using version 2.6.5. I’m looking at all the subscribers on my WordPress site and wondering what “Participant” means? Are these the folks that signed up to the forum rather than just to comment on my posts? In other words, do people who sign up to the forum get assigned as “Participant?”

    Thanks!

    #213306

    Topic: Login URL

    in forum Troubleshooting
    Mushlih Almubarak
    Participant

    Hi
    I have a login page for my users (generated by one of my plugins). however, when I download bbpress, it directs users to login on WordPress deafult log in page, how can I change the login page for my users to the login page generated by one of the other plugins?
    Thank you

    #213263
    lonelydime
    Participant

    It’s been about 10 years since I’ve attempted anything WordPress or PHP for that matter, but while this works it feels like it’s going to break in an update.

    add_filter( 'bbp_default_styles', 'rew_dequeue_bbpress_css' );
    
    function rew_dequeue_bbpress_css ($defaults ){
    	fixed_bbp_enqueue_style("bbp-default", "css/bbpress.css", array(), bbp_get_version());
    	unset ($defaults['bbp-default']) ;
    	return $defaults ;
    }
    
    function fixed_bbp_enqueue_style( $handle = '', $file = '', $deps = array(), $ver = false, $media = 'all' ) {
            // Attempt to locate an enqueueable
            $located = bbp_locate_enqueueable( $file );
    	$located = str_replace('/bitnami/wordpress', '', $located);
    		
            // Enqueue if located
            if ( ! empty( $located ) ) {
    
                    // Make sure there is always a version
                    if ( empty( $ver ) ) {
                            $ver = bbp_get_version();
                    }
    
                    // Make path to file relative to site URL
                    $located = bbp_urlize_enqueueable( $located );
    
                    // Register the style
                    wp_register_style( $handle, $located, $deps, $ver, $media );
    
                    // Enqueue the style
                    wp_enqueue_style( $handle );
            }
    
            return $located;
    }

    From what I can tell your snippet does, it just clears out the default css object so the loop to bbp_enqueue_style skips including it and then I can inject my own function. The scripts function seem more complicated because there are many more includes than one file and they’re based on pages from what I can tell. Is what I’ve done what you were referring to?

    Robin W
    Moderator

    lists re very subjective – what I find useful you will find useless or not how you want it.

    https://colorlib.com/wp/bbpress-plugins/

    gives a list

    I’d add bbp style pack to that list, but I wrote it, so I’m biased

    bbp style pack

    That plugin also lists other plugins that I have found added value to forums

    Tobias Claren
    Participant

    Hello.

    I have installed WordPress.

    For testing, also MyBB in /forum.
    I ask myself the question, is BBpress an alternative to extra forum scripts now?
    A few years ago, BBPress was quite rudimentary, wasn’t it? Did this change?
    Can BBpress keep up with all available plugins in the range of functions with forum scripts such as SMF, MyBB, phpBB etc.

    Is there a good clear list of all plugins for BBPress?
    Possibly with usage ranking. There will be a reason if certain plugins are used very often.
    But also curated recommendations.
    The plugin list here is very “simple”.
    21 pages with 10 plugins each, not sortable, no recommendations or rating based on usage (not quality rating) …
    I saw user avatars. But there may be different plugins for the purpose.
    Or a map with the members.
    I don’t know where to start.
    And doesn’t want to try out hundreds of plugins.
    E.g. such an insignificant little thing as using homemade forum icons.

    #213198
    cassel
    Participant

    I am not sure if I am not doing it right, but I am not sure how to get to tag someone with @someone correctly.

    I might have more than one user with the same display name (currently, I have two Susan in one thread) and I would like to identify which one I am responding to. However, if I put @Susan, I have no clue which one will be tagged.

    I am also using BuddyPress, so I am not sure if it is controlled by bbPress or BuddyPress (or even by WordPress for all I know).

    Can someone point me to a way to tag/mention someone correctly when I respond?

    #213185
    Robin W
    Moderator

    ok, thanks, but sorry I can’t really help further.

    I will state again that WordPress handles both registration and login, and as long as you don’t use the login widgets or shortcodes then bbpress should not be involved.

    I hope you get a resolution

    #213182
    chaosfranklin
    Participant

    I watched tutorials of the setup and see people testing the registration. They showed new users were required to activate their accounts by email.

    Unfortunately, I cannot give the url due to the mature nature of the content. I don’t want to get ban.

    I am using this plugin to to hide the administration login.

    Hide login page, Hide wp admin – stop attack on login page

    #213181
    lonelydime
    Participant

    Hello,

    I’m running a fresh install of WordPress from the bitnami helm chart using persistent storage on an NFS share. The path used by the containers is /bitnami/wordpress/wp-content/ to pull in plugins/etc. When I install bbPress, all of the css files and js files use the wrong path to include the assets.

    Here’s an example:

    <link rel='stylesheet' id='bbp-default-css' href='https://example.com/bitnami/wordpress/wp-content/plugins/bbpress/templates/default/css/bbpress.min.css'>
    
    <script type='text/javascript' src='https://example.com/bitnami/wordpress/wp-content/plugins/bbpress/templates/default/js/editor.min.js?ver=2.6.5'>

    I haven’t had any issues with other plugins thus far, but for some reason bbPress is wanting to use the full installation path instead of the web root. Is there a way of fixing this with some WP constant that I’m not setting? The installation of wordpress is in /opt/bitnami/wordpress and wp-content/ and wp-config.php are symlink’d to /bitnami/wordpress/wp-content and /bitnami/wordpress/wp-config.php.

    I have a temporary fix right now which will be wiped out when bbPress updates.

    File: wp-content/plugins/bbpress/includes/core/template-functions.php

    function bbp_enqueue_style( $handle = '', $file = '', $deps = array(), $ver = false, $media = 'all' ) {
            // Attempt to locate an enqueueable
            $located = bbp_locate_enqueueable( $file );
            //Ghetto fix
            $located = str_replace('/bitnami/wordpress', '', $located);
    function bbp_enqueue_script( $handle = '', $file = '', $deps = array(), $ver = false, $in_footer = false ) {
            // Attempt to locate an enqueueable
            $located = bbp_locate_enqueueable( $file );
            //Ghetto fix
            $located = str_replace('/bitnami/wordpress', '', $located);
    #213162
    Robin W
    Moderator

    bbpress doesn’t have a ‘your account is activated’ page – something in WordPress is doing this, not bbpress.

    #213150
    sillyninja
    Participant

    Hello,

    I have installed bbpress on my WordPress website. I have created 4 categories in the main forum, but when I click on the categories, topics do not show on the category. Each category has more than 4 threads.

    I saved permalinks too, but it did not work.

    #213141
    Robin W
    Moderator

    ok, so where are the registering ? ie from what part of your site – I need to understand what is sening the ‘activated’ email.

    the incorrect login is fixed by :

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Login Failures

    #213121
    Robin W
    Moderator

    there is no separate bbpress login. If you login using WordPress on first login bbpress will allocate the role that you have set in

    dashboard>settings>forums>roles.

    so bbpress does not use a url for login.

    so when you say ‘ However, bbpress is using this url for members to login. ‘ where are you seeing this ?

    #213116
    Robin W
    Moderator
    #213115
    Robin W
    Moderator

    not tested (I manually approve new users, but that is just because of the type of sites I run) but this might help

    Stop Spammers

    #213114
    Robin W
    Moderator

    bbpress just uses WordPress login, so if you’ve changed the url, just use any WordPress login and ignore the bbpress one.

    #213113
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Form

    #213103
    Robin W
    Moderator

    ok, without getting heavily involved in coding a solution for you (which is my paid day job 🙂 ) I guess that you have hooked to ‘template redirect’ which fires on everypage, so when WordPress displays the test-page it looks again for a value of topic_id, which on the test page does not exist, so returns zero.

    if your code is working in that it redirects to test page, then you could try appending the topic id and picking that up in $_REQUEST

    eg (untested)

    wp_redirect('/test-page/?topic_id='.bbp_get_topic_id());

    and then on test page use the code

    if (isset($_REQUEST['topic_id'])) $topic_id = $_REQUEST('topic_id') ;

Viewing 25 results - 2,276 through 2,300 (of 26,821 total)
Skip to toolbar