Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

Viewing 25 results - 376 through 400 (of 6,780 total)
  • Author
    Search Results
  • Robin W
    Moderator

    ok, so using this process for each of the following files in place of xxfilexx.php below

    find
    wp-content/plugins/bbpress/templates/default/bbpress/xxfilexx.php

    transfer this to your pc and edit

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/xxfilexx.php

    bbPress will now use this template instead of the original

    so template 1.

    \templates\default\bbpress\user-profile.php

    to remove lines 42 & 43 to tale out the counts if you wish.

    then template 2

    templates\default\bbpress\user-details.php

    take out lines 34-60

    then templates

    \templates\default\bbpress\user-topics-created.php
    \templates\default\bbpress\user-replies-created.php

    take out all the code between the 2 ‘do_action’ lines

    That should get you there

    #226275
    stayfitlonger333
    Participant

    When I set up bbpress first locally on my computer, I managed to get all pages for bbpress full width with no sidebars. I simply went to Theme options and set all pages and posts to default full page width tempates.
    Now I am setting up bbpress on a live site. bbpress forum pages display correctly in full width, but to my unpleasant surprise the user profile page displays with a sidebar. I simply can’t get rid of the sidebar and make the page full width. This is very disappointing for me – can someone help,
    thank you

    #226271
    Robin W
    Moderator

    hmmm…agree it is very hard from this snippet to know where it is coming from.

    Presuming you can repeat this timing, I’d suggest that you do the standard fault finding ie swicth to a default theme and just have bbpress as the only plugin. If the query still shows, then it is a bboress one, and you can work through individual bbpress displays to see if you can work out where it is called.

    If it doesn’t show, then I’d suspect a bbpress add-n and you can add back plugins to try and find the culprit

    #226241
    Robin W
    Moderator

    ok, best advice I can give is the standard fault finding :

    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

    #226180
    susanhsun
    Participant

    Hi Robin,
    Thank you for comment.
    I did exactly what you said.
    Now the theme is twentytwenty.
    Disabling all plugins other than bbpress doesn’t bring the default site user roles.
    Disabling bbpress, the default site user roles are back.

    To me, it seems that bbpress removed or hided the default roles.
    Is it related to configuration somewhere?

    Really appreciate more help!

    Best regards,
    Susan

    #226175

    In reply to: BBp style pack

    Robin W
    Moderator

    Sorry, that file is back and corrupted I cannot say why.

    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

    #226173
    alastair123
    Participant

    It looks like the default pagination details are being generated like this:

    plugins -> bbpress -> templates -> default -> bbpress -> pagination-topics.php

    Inside this module are these calls which go into the plugin:

    bbp_forum_pagination_count()
    bbp_forum_pagination_links()

    These are both defined in:

    plugins -> bbpress -> includes -> topics -> template.php

    #226172

    In reply to: Issue with Polylang

    ecollart
    Participant

    Hello Robin,

    I raised the issue with Polylang today as well but no answer yet from there.
    I am not using the PRO version.

    The http://domain.com/forums/topic/admin-gui/edit/ doesn’t work at all for me but I didn’t try hiding URL language information for the default language.

    The problem looks consistent.

    Eric Collart

    #226171

    In reply to: Issue with Polylang

    xxreef
    Participant

    Hi robin,
    in my situation for the default language
    http://domain.com/forums/topic/admin-gui/edit/
    work with flag “Hide URL language information for default language”,

    but for the others language the rewrite rule is triggered for edit, and add /it/, and 404 is raised.

    Bye Renzo

    #226162

    In reply to: Issue with Polylang

    xxreef
    Participant

    Hi,
    in polylang settings the url is set to change with language, bbpress work for all situation (topic post reply) but the edit and other link in the upper bar not work.

    polylang settings

    this is the default configuration for polylang.

    With the flag “Hide URL language information for default language” allow to work for the default language (not use /en/).

    I try to add a rewrite rule to htaccess without success.
    https://stackoverflow.com/questions/70142230/why-my-additional-rewrite-rule-is-ignored

    Bye Renzo

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

    #226143
    susanhsun
    Participant

    Hei
    After activated bbpress, the default wordpress user role reduced to only reader and administrator.
    Is there anyway to get the default roles back?

    Best regards,
    Susan

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

    #226037

    In reply to: Missing Forum Menu

    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

    #226006
    nes421
    Participant

    Looks like there is no problem with default theme.
    Theme causing problems is Newspaper 11

    #226003
    Robin W
    Moderator

    ok, I’d suggest you next test with those deactivated and see if it an issue with one of them, and if not test with a default theme.

    #226000
    ecollart
    Participant

    In the backend. No forum is assigned per default when you create a new topic.
    I use the backend as admin to create (and preferably manage afterwards) a super sticky topic that is not related to a specific forum but I want to see it on top of each individual forums (this topic explains how to use the forums).

    I can create the topic as super sticky and it is visible on the frontend but you cannot find it anymore in the “All Topics” section if you ever want to modify it.
    If you try to modify it from the frontend, you get an Error 404 (page not found)

    I can share a backend screenshot if you want

    Eric Collart

    #225946

    In reply to: Subscription Mails

    Chris
    Participant

    No success Robin. I used troubleshooting mode. I switched to a default theme, enabled bbpress and style pack – notification was still the same. On my theme the same.

    #225945

    In reply to: Subscription Mails

    Robin W
    Moderator

    ok, so I am wondering if something else is interfering.

    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

    #225942

    In reply to: Subscription Mails

    Chris
    Participant

    Sure Robin. I’m not sure if it’s wordpress default template, but I’ll show you what I receive (as a test user, not admin) and what I set up.

    Here’s what I receive:
    Example

    Here’s my template:
    Template

    I also noticed that “Don’t show this message” (Oh bother! No forums were found here!) doesn’t work for me. I ticked it, but the message is still there. Is there a php snippet I could add to my Woody snippet plugin? Thank you.

    Robin W
    Moderator

    find
    wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-access.php

    transfer this to your pc and edit the text as desired

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/feedback-no-access.php

    bbPress will now use this template instead of the original

    untested, but of you add

    <?php bbp_get_template_part( 'form', 'user-login' ); ?>

    to the end of that form, it should also show a login

    #225935
    Chris
    Participant

    HI. I have bbp Style Pack. I set up nice templates in Subscription Emails tab, but users don’t receive those mails. They receive default WordPress notifications. How to force bbPress to send those nice looking templates I’ve created?
    Thank you
    Chris

    #225897
    Robin W
    Moderator

    Untested, but find
    wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php

    transfer this to your pc and edit

    change line 31

    from

    <?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>

    to

    <?php if ( bbp_current_user_can_access_create_topic_form() && (bbp_get_forum_id() != '2927') ) : ?>

    and save

    where 2927 is the forum you don’t want to show the form for

    then create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

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

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-topic.php

    bbPress will now use this template instead of the original

    If you want multiple forums, you could create and array and test against that

    #225892
    Robin W
    Moderator

    @oscowordpress1 – it does on my test site

    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

    #225808
    Robin W
    Moderator

    it’s a wordpress rather than bbpress issue.

    The documentation could be clearer, but that section refers to the tinymce not the text editor

    I’ve not tried it, but this might help

    Paste As Plain Text By Default

Viewing 25 results - 376 through 400 (of 6,780 total)
Skip to toolbar