Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 301 through 325 (of 6,780 total)
  • Author
    Search Results
  • #230105

    In reply to: Edit Topic Page

    Robin W
    Moderator

    ok, so presuming this is in any topic, then if you fancy sharing the shortcode you are using and the php code, I might take a look at that

    Outside of your php code, I’d suggest 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

    #229997
    janecarole
    Participant

    Wordpress 6.0, Most recent bbPress version, https://lemonstograpes.com
    Using Twenty-Seventeen

    When a reply is posted, 2 email notifications are sent out to users: see #1 AND #2 below.

    #1. email format (template): I want only this one to be sent! I created it in bbPress Notify (No spam).

    Hello! A new reply has been posted by Jane Carole.
    Topic title
    Link
    Excerpt

    Source: Created by me in bbPress Notify
    This one is sent out and has the correct format and contents.
    It is the only one I want to send.

    #2. email format (template): I do not want this one to be sent.

    Jane Carole posted new reply:
    Full content
    Link

    Source: I don’t know where this one is coming from.
    It is automatically sent right after #1 is sent.

    In summary:

    I need to stop #2, but don’t know how. I think maybe it is the bbpress default email text. (I used bbPress Style pack, Subscription emails tab, and checked the box that allows me to enter different email body text, but the changes I make (in instructions 4-9 of that tab) aren’t applied and used even though I save them. The default text keeps appearing.

    I thought that The bbPress Notify plugin would stop any other email notifications (I marked override subscriptions), but for some reason that isn’t happening.

    Help please! (I am posting this again because for some reason when I posted it earlier today it was wrongly marked as spam!)

    #229916
    Robin W
    Moderator

    thanks for posting. The site needs access to replicate so cannot be reproduced without.

    bbpress does not have a WYSIWYG editor by default, so what code/plugin are you using to get this? I’d suspect your theme may be doing this, and therefore may be creating the problem.

    You also have an error in your theme (Use of undefined constant bbp_reply_id ), which is either code you have added to what looks like a parent theme, or an error in the theme itself.

    I’d suggest that you prove this by

    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 if it is theme contact the theme author as it is a paid theme

    Robin W
    Moderator

    this is because of the ‘notify me of follow up replies via email’, which is actually the same as ‘subscribe’

    If the user is not subscribed, then when the page is sent to the browser the page shows ‘subscribe’ as an option and has the ‘notify me’ unticked.

    when you click the subscribe, the database is changed, but the box is still left unticked. So on posting a reply, the absence of a tick ‘unsubscribes’ the user that has just subscribed 🙂

    It would be possible to create some js to correct this, but beyond free help.

    however given that someone replying probably wants to be subscribed :

    if you are using or want to use

    bbp style pack

    go to
    dashboard>settings>bbp style pack>Topic/Reply Form>item 6 and set as default

    or use:

    Reply Subscribed

    mod603
    Participant

    By default, topics and replies are unapproved.
    I would like to be notified by email to the poster if approved by the administrator, can you tell me how to implement it?

    #229673

    In reply to: Pictures

    Chuckie
    Participant

    You are right. By default you can’t upload images and embed them in your forum topic / replies.

    There are plugins to allow it. Also you can upload images to your domain and paste their urls ok.

    Finally you can paste imgr links and they will show inline. I tend to use imgr links these days.

    #229645
    Robin W
    Moderator

    bbp style pack

    We also want it so the “notify me of followup replies” is checked of by default.

    once activated go to

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

    What I’ve been asked to do is customize where it says “Topic” and “Tag” on the topic page.

    dashboard>settings>bbp style pack>translations

    #229643
    diannekrause
    Participant

    Hi,

    I apologize if this answer is elsewhere but there is SO much here to search and dig through and much of what I’m finding is too technical for me to understand, especially the things in the documentation I found.

    What I’ve been asked to do is customize where it says “Topic” and “Tag” on the topic page. We actually want Topic to say what we’d like them to type there and we’d like “Tag” to actually say “Strategy” where the users can type in a specific strategy we are asking them to learn about (We are an educational PD company and we’re using BBpress in conjunction with the Lifter LMS we’ve built into WordPress). We also want it so the “notify me of followup replies” is checked of by default.

    MY own personal knowledge of WordPress is primarily GUI but I’ve done some things in the “customize” area of WordPress with the help of Lifter Support. SO, when things are telling me to deal with .php files (like I see in the documentation), I have no idea what to do.

    Is there someone who can tell me how to customize these things? Is there bbPress SUPPORT where I can put in a ticket and get hand-held help like I do with Lifter?

    Any and all help is appreciated as I have been asked to do these things that I have no idea how to do.

    Thank you!

    Dianne Krause

    ferule
    Participant

    Thanks, the only thing is, I do not want to modify the php or css files. Not only is that a rathole that I’d never escape from, I do not feel competent to do so, and to be honest, I don’t want to learn all that. I wanted a forum plugin that would use my theme and allow me to style it by using one of my theme builder’s page templates, because that I know how to do.

    In any event, further research led me to discover that bbpress seems to use three custom post types: forum, topic, and replies. I can’t find documentation about when these custom post types are used, but I’m guessing that “forum” is used for the forum index listing, “topic” is used for the topic listing within an individual forum, and “replies” are for the replies.

    I figured out that Thrive Theme Builder lets you create a template and apply it to custom post types. I did that with the “forum” type and it it does seem to work. It looks ugly, but at least it applied the template and now I can fiddle with it.

    So then I tried it with the “topic” type, but that doesn’t seem to take effect. When I click on a a topic that I created, it takes me to a page that uses the default Theme Builder’s archive page. Not what I want at all. I would be fine if it used the same “forum” template, actually, but I don’t see how it does that.

    Finally, Theme Builder does not even show the “reply” type as an option so I can’t try making a template for that one.

    ferule
    Participant

    Hi all,

    I am using Thrive Theme Builder, which has a set of templates (or you can easily create your own) that you can apply to different pages, etc. One nice feature is that they are “smart” in that you can set your theme colors and then if you change them, they’ll change on all of the pages in your site that use the smart templates.

    It’s easy to specify which Thrive Theme Builder template to use for pages that show up in the wp Pages list. However, BBpress forum pages seem to be generated on demand. Right now, if I click on a forum, it us using a random (but probably the first alphabetical) template (the default “Audio post”). Which needless to say, is not what I want and is ugly to boot.

    Is there a way to specify which Thrive Theme Builder template to use for these pages? I am not a coder (at all) and I’m highly leery of poking around with php files and so on, especially as they might get overwritten or broken by wp or Thrive or BBpress updates down the line. So what I really want is a setting that says, “choose this Theme Builder template for the forum pages.”

    Thanks!

    Robin W
    Moderator

    standard fault finding advice applies viz

    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

    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

    #229190

    In reply to: mobile

    Robin W
    Moderator

    I can only suggest

    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

    Robin W
    Moderator

    your theme or another plugin might be affecting my template loading

    if you want to check this:

    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

    #229066
    ddbell
    Participant

    I thought the tabs were supposed to be there by default. I guess not. I am brand new to bbPress.

    Just to Clarify, I have quite a few other plugins on the site. The bbPress plugin is just one part of the website and is a recent addition. The bbPress plugin was 100% default but it seems other plugins affect this text area in bbPress.

    On the backup test website I was using as a test site, it looks like the tabs were there from the bbPress style plugin I installed which was only on the test site but not the main suite. I forgot I installed that…. but had never used it. It was only on the test site.

    For the test site I just did the following to test.

    I disabled the bbPress style plugin. It then only had the Visual Text tool bar and was stuck in Visual text mode (which I don’t want because I need to use HTML).

    I then disabled the bbPress style plugin and also disabled all plugins except bbPress itself. Then it was in Text edit mode with no tool bars at all and no tabs at all.

    I then re-enabable the bbPress style plugin so the only plugins on the site activated were bbPress and the bbPress style plugin. Then there was the text tool bar (not the visual tool bar), but no tabs.

    I then re-enabled all other plugins. Now it has the tabs which switch between the Visual toolbar and the Text tool bar. So it seems one of the other plugins, unrelated to bbPress is adding the Visual Tool bar which also adds it into bbPress too. I’m not sure which one because I didn’t test one by one.

    So that will work for me. I now added the bbPress style plugin to the main site and I have tabs and the text Editor I need. Other users can use the Visual if they want.

    I didn’t realize a another plugin could change what happens inside of a different plugin. I guess WordPress can get convoluted with lots of moving parts. I may go back and try to figure out exactly which plugin adds the extra tool bar. But I like it to have both so it works fine as is now.

    #229063
    Robin W
    Moderator

    My bbPress install is 100% default. There is no custom styling at all. I haven’t made any changes to the settings.

    ok, so bbpress without anything else does not have the ‘visual/text’ options, so what is adding these please.

    #229058
    ddbell
    Participant

    The Text Edit Bar and buttons for the text area is missing on my Keymaster account. It shows up in regular user accounts. It was working in my Keymaster until recently. My bbPress install is 100% default. There is no custom styling at all. I haven’t made any changes to the settings.

    I loaded a site backup on a different URL and the Edit Bar shows up for the same Keymaster account in the backup. However, I don’t want to reload the backup on the main site because I have have Woocommerce orders since the last update.

    I already tried clear the browser cache and tried multiple browsers but that didn’t fix it.

    Is there any setting to control this?

    Missing edit bar on text area

    #229027
    Robin W
    Moderator

    portal-admin is not a default wordpress or bbpress role, so how ever you created that, you’ll need to add the appropriate bbpress capabilities to it.

    bbPress User Roles and Capabilities

    Steveorevo
    Participant

    Very nice work with the style pack Robin! I do have one issue with Mega Max menu compatibility. For whatever reason, it doesn’t look like shortcodes are being processed when style pack is activated (which is how MegaMax allows menus to be embedded).

    Otherwise I’d recommend your style pack for bbPress users as this “simply works” to deliver the forum styling to Twenty Twenty Two without having to painfully apply one’s own CSS rules to make it marginally pretty.

    For those willing to go that far, I found that simply adding a basic, default template page as described on WordPress.org will do the trick. Supposedly block editor doesn’t care for/use PHP template pages anymore so it’s otherwise ignored.

    For simplicity, I just replace Twenty Twenty Two’s otherwise empty index.php with the “skinny” template index.php I created here:

    https://gist.github.com/Steveorevo/96d8015bcf353221e1cf0cd6b89bb766

    #229011
    Robin W
    Moderator

    backend forums are generally only seen by bbpress keymasters

    I’d need further details on what roles, are these default roles or have you set them up etc. to try and help further

    #228894
    Robin W
    Moderator

    find

    find
    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-forum.php

    and you’ll see several action hooks you can link to

    #228798
    janecarole
    Participant

    A little more explanation: My site is active so I don’t want to switch to a default theme because it makes the site go nuts. (My site uses twenty-seventeen.) I tried switching to twenty-twenty on my staging site, but that didn’t help because I couldn’t test the problem as a user since I have to stay logged in as myself in order to use my staging site.

    If I decide to test by changing themes on my live site and letting it go nuts, and if that were to solve the user posting problem, how would that help? I have to be able to use the twenty-seventeen theme. I have worked and worked with twenty-seventeen over a long time to get it exactly like I want it. Twenty-twenty or twenty-one will not work for me.

    #228793
    Robin W
    Moderator

    so did you do this bit?

    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.

    #228784
    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

    #228783
    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

Viewing 25 results - 301 through 325 (of 6,780 total)
Skip to toolbar