Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 1,276 through 1,300 (of 26,818 total)
  • Author
    Search Results
  • #227520
    Robin W
    Moderator

    with wordpress 5.9 this works on my test site

    bbp style pack

    go to

    dashboard>settings>bbp style pack>topic/reply form and look at item 9

    Robin W
    Moderator

    if you are just registering a single user in dasjboard>users, then they should get the wordpress registration

    #227514
    Robin W
    Moderator
    #227494

    In reply to: Issue with Polylang

    xxreef
    Participant

    I finally fixed my forum with another workaround.
    I change template.php in topics folder, from
    // Pretty permalinks, previously usedbbp_use_pretty_urls()`
    // https://bbpress.trac.wordpress.org/ticket/3054
    if ( false === strpos( $topic_link, ‘?’ ) ) {
    $url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
    $url = user_trailingslashit( $url );

    // Unpretty permalinks
    } else {
    $url = add_query_arg( array(
    bbp_get_topic_post_type() => $topic->post_name,
    bbp_get_edit_rewrite_id() => ‘1’
    ), $topic_link );
    }`

    I disable permalinks for edit of the topic when It’s Italian

    // Pretty permalinks, previously usedbbp_use_pretty_urls()`
    // https://bbpress.trac.wordpress.org/ticket/3054
    if ( false === strpos( $topic_link, ‘?’ ) && strpos($topic_link, ‘/it/’) == false ) {
    $url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
    $url = user_trailingslashit( $url );

    // Unpretty permalinks
    } else {
    $url = add_query_arg( array(
    bbp_get_topic_post_type() => $topic->post_name,
    bbp_get_edit_rewrite_id() => ‘1’
    ), $topic_link );
    }`

    I hope this helps.
    You can check the behavior on http://www.mischianti.org

    Bye Renzo

    cutman
    Participant

    Problem
    I want to use bbpress in wordpress to create an anonymous forum.
    In the current state, when you try to create a thread, your name and email address (private) are required. Also, there is a website input screen, though it is not required.
    It also says, “The following HTML tags and attributes can be used. and
    a href, blockquote cite=””, etc. are in blocks, and the HTML in those blocks can be used.

    What I want to solve
    I would like to remove the name, email address, and website fields, and disable the use of HTML tags.

    Please let me know how to solve this.
    Please help me.

    What I have tried
    I searched and searched, but couldn’t find anything.

    #227484
    viridw
    Participant

    I have tried that one, but just like what you said, new wordpress seems having some trouble with visual editor XD, anytway, thanks you for sharing your experiences!

    #227482
    viridw
    Participant

    ok reinstall wordpress and database didnt work :/

    Maybe wordpress 5.9 updated something,

    Can anyone suggest me a theme that allowed html formatting tool bar of bbpress work. (Only theme I know that have html tool bar is twenty-twenty one)

    Or is there anyway I can enable html formatting tool bar for other theme? (Just make sure I have enable it in the setting but most themes do not seems to have it)

    Thanks!

    niseadel
    Participant

    Hello!

    Im registering a journalist who will be an author on my site.

    Registration is done through the administrative part of the site, section – Users.

    But after registration the user gets a link to the profile like this: website.com/forums/users/username/.

    I don’t need it to be a forum member and it should have a standard link to wordpress profile. How do I do that? I couldn’t find a setting that would allow me to fix it.

    Thank!

    #227479
    viridw
    Participant

    I double checked, it is not only forums not working all the pages and post is not working on classic visual editor, I will try to reinstall wordpress

    #227476
    Robin W
    Moderator

    this is a known bug.

    either

    if( !function_exists( 'bbpress_browser_supports_js' ) ){
    	function bbpress_browser_supports_js() {
    		echo '<script>document.body.classList.remove("no-js");</script>';
    	}
    	add_action( 'wp_footer', 'bbpress_browser_supports_js' );
    } 

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

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

    or use

    Code Snippets

    or

    install

    bbp style pack

    which has the fix built in

    #227466

    In reply to: bbPress as Standalone

    Robin W
    Moderator

    bbpress now requires wordpress, but you can set these two up with bbpress version 2.x, and then import the bbpress1 forum

    so once installed go to

    dashboard>tools>forums>import forums and select bbpress1

    #227463
    ajaxStardust
    Participant

    Hi there. I discovered bbPress circa 2007. I might have updated the version since, and most likely did. I probably stopped using it by 2010. I don’t know how to even determine what version it is (filename ?).

    At that time, I was not using WordPress on that domain. I used bbPress as a standalone forum software.

    Bottom line: is it possible to upgrade that installation? What would be my steps to at least salvage the db, perhaps install a WordPress and re-use the old bbPress. Quite honestly, just curious.

    #227438
    Robin W
    Moderator
    #227424

    In reply to: Viewing My Profile

    Robin W
    Moderator

    bbpress (here and on your site) uses the gravatar system, so upload you pic to there

    https://en.gravatar.com/

    or for your site you can also use a wordpress upload plugin such as

    WP User Avatars

    #227378

    In reply to: 404 on New Topic

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #227371

    In reply to: Mixed languages

    Robin W
    Moderator

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #227352
    Robin W
    Moderator

    looks like a theme issue- your theme is seeing this url as a post and showing a ‘post excerpt’

    try

    bbPress WP Tweaks

    to see if changing the default wrapper will help

    Robin W
    Moderator

    next page works fine on my test site.

    Standard tests need to be performed

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    elliesatt
    Participant

    (I’ve posted this previously but it got stuck in moderation, so I’m removing most of the URLs, hope that was the issue.)

    I’ve been battling this bug for months now and it’s driving me up the wall.

    When a forum user has more than one page of forum topics or replies, the pagination links do not generate correctly.

    Take this user, for example: …com/members/adaptprep/forums/

    For forum topics, the URL that is generated for the page 2 link is:
    …com/members/adaptprep/page/2/
    when it should be
    …com/members/adaptprep/forums/topics/page/2/

    For forum replies, the URL that is generated for the page 2 link is:
    …com/members/adaptprep/page/2/
    when it should be
    …com/members/adaptprep/forums/replies/page/2/

    I have seen many users with similar issues, but so far no solutions. Can anyone help?

    Wordpress version 5.9
    bbpress version 2.6.9
    Website https://300hours.com

    Thanks!

    #227342
    Robin W
    Moderator

    ok, it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #227334
    Robin W
    Moderator

    I should say that I simply help out here, I am not a bbpress plugin author, but have several plugins that add to bbpress capability.

    Simply they both have registration functions as they are separate plugins, so if you only use one, it is useful to have a registration function, but as I say any WordPress registration function will do the job.

    As for my second para, perhaps if I re-phrased it to read as I intended…

    Many people do not use both bbpress and buddypress, rather some have just bbpress or just buddypress, but some like to have both – for instance I don’t use buddypress on any of my sites but many have just bbpress.

    #227332
    restorm
    Participant

    Thanks, Robin. I understand that both BuddyPress and BBPress create WordPress users. But if Buddypress users and BBpress users are identical, I’m wondering why BBPress has a Forum registration function.

    The second part of your response seems to be assuming that I was asking why BuddyPress and BBPress aren’t included in WordPress. I wasn’t asking that. I was asking why Buddypress and BBpress aren’t together in one plugin.

    #227331
    Robin W
    Moderator

    Buddypress and bbpress just use wordpress registration and login, so any wordpress, buddypress and/or bbpress registration/login will register/log you into all these.

    Many people do not need either bbpress or buddypress, but some like to have both – for instance I don’t use buddypress on any of my sites.

    #227327
    gene-stevo
    Participant

    Hi Folks, I’ve used bbPress successfully before but I think I’ve done something wrong this time around.
    I’ve added a menu item (for logged in users) to the forums but neither of the new forums displays.
    Previously each forum would be displayed one above the other but this time just some search text.
    Forums page:https://conwycameraclub.com/forums/
    Sample forum when previewed from editor:
    https://conwycameraclub.com/forums/forum/general-chit-chat/
    or…forum/how-do-i
    I’m sure I must have missed something but can’t think what. It appeared so simple last time.
    Cheers, Eugene

    Wordpress 5.9, bbPress 2.6.9 Template twenty-twenty

    #227310
    gnu95
    Participant

    Hi again,

    I made a change, it seems to be with permalinks. When I change to “plain” it showed up in the link of the forum but other site pages’ custumization doesn’t show up like contact with wordpress.com/contact example. Here is the forum website link: https://liberognulinux.wpcomstaging.com/forums/ and this is the link that works by changing the permalink plain https://liberognulinux.wpcomstaging.com/?page_id=50

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