Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 2,301 through 2,325 (of 26,819 total)
  • Author
    Search Results
  • #212998
    cassel
    Participant

    I have used this plugin for a long time now: https://wordpress.org/plugins/bbpress-multi-image-uploader/
    Although it does not let one post images INSIDE the posts (they only display after the text), it is VERY useful. The problem now, is that the plugin has not been updated in 2 years. It still works, but I was also looking for an alternative.

    I will look at Chuckie’s suggestion.

    Robin W
    Moderator

    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

    #212966
    Robin W
    Moderator

    hmm – that’s a core WordPress bug.

    It has a track ticket, but no date

    https://core.trac.wordpress.org/ticket/39251

    sorry, best I can do !!

    #212965
    Robin W
    Moderator

    then use this to allow participants to close or delete topics and delete replies

    bbp style pack

    once activated go to

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

    and look at items

    17, 18 & 19

    #212964
    kriskl
    Participant

    yes,

    I have disabled all plugins but BBpress. and changed to WordPress default theme.
    with your code
    this is what it looks like:

    1 2 … 2,843 →
    it still shows the last page: 2,843

    https://opendev.leetdns.com/forums/

    #212950
    Robin W
    Moderator

    yes I see 🙂

    Put this in your child theme’s function file – or use

    Code Snippets

    add_filter ('bbp_before_paginate_links_parse_args' , 'rew_pagintion' ) ;
    
    function rew_pagintion ($args) {
    	$args['end_size'] = 0 ;
    return $args;
    }
    #212946
    Robin W
    Moderator

    what do you mean by

    Hi, i would like to use WordPress native posts as topics with bbpress.

    #212942
    Robin W
    Moderator

    that’s all fine and good, just checking 🙂

    so yes you will need to look at how to share WordPress users over two sites. Above link looks good to fix, but there were lots of answers when I googled ‘share WordPress users between 2 sites’

    I also saw this plugin

    Share Logins Across Multiple Sites

    #212941
    proversion88
    Participant

    I want to separate wordpress and bbpress..wordpress is on my main domain and I want to setup bbpress on a subdomain like forum.mydomain.com

    I tried with adding bbpress, but it really mess up everything on the membership side as it is already setup with custom themes and plugins and lot of modifications through code. I also need to use separate theme for forum as the default is not integrated well with my current theme..For these reasons, I want to install wp and bbpress on a subdomain as separate installation and keep it private and closed for registrations..

    I checked the link you posted, and it was talking about using same database for both wp installations..But in that case, their worpdress installation is identical..Mine has too nuch complicated structure in one and the forum installation will just need bbpress only..

    #212937
    Robin W
    Moderator

    if you want a subdomain, you’ll need to look at how to bridge two domains eg

    https://stackoverflow.com/questions/30952936/sharing-user-on-2-wordpress-installs-in-2-sub-domains-on-same-server

    #212936
    Robin W
    Moderator

    bbpress just uses WordPress users, so if your members are WordPress users, they will be bbpress users as well.

    you main issue will be sharing users between two domains.

    Why do you want bbpress in a sub domain ?

    #212935
    proversion88
    Participant

    I have a membership site with s2 member plugin and I want to install bbpress on a sub domain..the forum is not public and only my members need to access it. Is there an easy way to bridge login between bbpress and wordpress? All my members should be able to login to forum without registering again..

    #212926

    In reply to: bbPress like Flarum

    Hari
    Participant

    how can I set this theme as default theme for all WordPress pots too?

    #212922
    Hari
    Participant

    Hi, i would like to use WordPress native posts as topics with bbpress.

    and I would like to install bbpress in a subfolder. but if I do that bbpress creates unnecessary slugs

    I do not want bbpress to create an extra slug for example domain.com/folder/topic/orignal-post

    I want below slugs ? is it possible?
    domain.com/folder/
    domain.com/this-this-a-post/

    #212901

    In reply to: customize breadcumbs

    Robin W
    Moderator

    probably a combination of

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Breadcrumbs

    and

    dashboard>settings>forums>forum slugs to change the names

    #212898
    Robin W
    Moderator

    ok, now in – nice site by the way !

    Not sure why changing in bbpress had no effect – I can’t see your theme is doing anything.

    my first suggestion would be to install

    bbp style pack

    and once installed go into

    dashboard>settings>bbp style pack>Forums index styling

    and set some of those to a larger font – just start with 1 or 2 and see if they work.

    If so you can work though the rest to get what you want.

    If not come back, BUT leave a couple in place and tell me a couple you have changed.

    I can then look at what is being downloaded to my browser and maybe help further

    #212887

    In reply to: Lost Keymaster Role

    Robin W
    Moderator

    bbPress requires at least one Keymaster, and only keymasters can set other keymasters. However bbPress does allow you to change the last keymaster to another role without warning – leaving no keymasters, and no ability to set a keymaster.

    I’ve added some code in the bug fixes tab of my style pack plugin that detects if this has happened, and allows creation of a new keymaster.

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>bug fixes

    and you’ll see a tick box at the end.

    Once you have ticked and saved, you can deactivate and delete this plugin, but I hope you’ll find a bunch of useful things in there and keep it going 🙂

    #212868
    cassel
    Participant

    I have been using this plugin successfully for years now to allow my members to post images in the forum without having to host them somewhere else. However, although it still works perfectly with my current WordPress version (5.4.2), it has not been updated in 2 years.

    Can someone “update” or check it (it is open source) or suggest another one if/when this one no longer works?

    #212851
    jukkablog
    Participant

    Hi everyone,

    I don’t know if the right place where to ask this is on the bbpress support or in the to Better Notifications for WP support. I looked for this problem but couldn’t find anything.
    I’m using Better Notifications for WP to send notifications to new users of my bbpress forum and to alert administrator for new comments. This notifications are working perfectly.
    I’m trying as well to create a new notification that would be sent to all users upon creation of a new topic in the forum.

    This is not working no matter what I try.
    The forums are private, I tried as well to set it up for private topics and not but still is not working.

    The wordpress version is: 5.4.2
    The bbpress version is: 2.6.5
    The Better Notifications for WP version is: 1.8.3

    Thank you

    #212842
    Mike8857
    Participant

    bbPress Version 2.6.5 <

    WordPress 5.4.2

    Among other instructions I used bbPress Styling Crib (https://codex.bbpress.org/bbpress-styling-crib/). I copied bbpress.css into the wp-content/themes/%your-theme%/css/ folder as directed in the Step by step guide to setting up a bbPress forum – part 2 (https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-2/).

    The bottom line is that I changed every “font-size:” tag in bbpress.css (and there are 40) trying to have SOME effect. Nothing.

    The tiny text makes the forum unusable. Changing the font size, from much of what I’ve read, is simple.

    What am I doing wrong???

    Thanks in advance

    #212841
    Robin W
    Moderator
    #212836

    In reply to: Remove /topic from url

    Milan Petrovic
    Participant

    That is very hard to do because the rule would conflict with default WordPress rules. It is possible, but there is no plugin that can do something like that as far as I know. For my purpose (not forum related, but similar), I had to create custom rules and override and intercept default rules to make it work. And, it can highly depend on other rewrite rules added by other plugins. I never managed to find universal solution that will just work.

    #212831
    ahmedz
    Participant

    Hello , i have vbulletin v3.8 and tried to import data by bbpress plugin on wordpress last version i got issue its like a loop and never stop keep repeating i left my pc over 3 hours after i back i found it still stuck in this step >> Step 8 <<

    https://prnt.sc/thn6go

    any idea of how to fix or pass this step to finish importing ?

    #212824
    teichhorst
    Participant

    Hi there,

    there have been two posts that kind of go into this topic, but the solutions offered there didn’t help (yet). Maybe I did something wrong, idk.

    I’ll back up a little. Here are the steps and error(s):

    1. Click on registration
    2. Type in the username to be used
    3. Type in the e-mail address
    4. Hit submit
    5. Loading until ERR_TOO_MANY_REDIRECTS

    Funny thing is that even if I didn’t fill in the required fields, the registration runs into the error.

    What I tried so far:
    – De- and re-activating plugins
    – looked in the error.log and Plesk Protocols
    – Updated the permalink structure
    – … maybe more

    but nothing’s to be found, nothing’s changed. Latest versions of WordPress, Avada (Theme) and bbpress are installed. There also are no SSL or htaccess problems that I know of.

    Hopefully there’s someone who knows a solution to this issue.

    Thanks and best regards
    Tim

    Robin W
    Moderator

    no the opposite they are never subscribed.

    you can use

    bbPress Notify (No Spam)

    to get everyone to receive, but they can’t opt out !

Viewing 25 results - 2,301 through 2,325 (of 26,819 total)
Skip to toolbar