Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,151 through 8,175 (of 64,454 total)
  • Author
    Search Results
  • mithrandir
    Participant

    bbPress does not currently have such a feature, A similar topic is posted bellow:

    Guest Notification

    However you might be in luck since a plugin exists for this very purpose:

    bbPress – Anonymous Subscriptions
    By Stefano Ottolenghi

    I can not post the link due to spam blocking.

    As for the ‘anyone can register’ check box, Do you have administrative credentials? Also just wondering are you using a multi site?

    mychildis
    Participant

    Hi,

    I’ve just created first bbPress forum. when I write a post, I have this check box, but unregister visitors on the site can create new posts and comment existing posts, but there is no option for notify me via e-mail. There is no also the subscribe to forum option.
    Visitors have to subscribe to my website in order to have this option?
    I created another user using the /wp-signup.php/ but this user didn’t even have the option to comment or to create any post.
    One last detail:
    in my Dashboard > Settings > General. I could not find the ‘anyone can register’ check box.

    I just want visitors to be able to comment & create posts, with option to get notify by mail for their comments.

    Any help will be very appreciated!
    Thanks

    #187478
    mithrandir
    Participant

    Dont mean to waste your time any further, but a quick google search using the keywords “bbpress edit redirect url”, will list a few results with a similar issue. Searching on the bbpress support also returns similar topics. Hope you can get it sorted out soon.

    #187476
    sarwarc
    Participant

    Hi there,

    I am a newbie to wordpress. I am using bbPress for my site. I have an existing form that doesn’t have any approval process. I am manually adding the users after receiving the forms. I did some digging and found the “New User Approve” plugin. I went ahead and installed the plugin. But not sure how to link/connect the plugin to my form so that the new user registrations can be moderated (approve or deny). Any help will be greatly appreciated.

    #187470
    mithrandir
    Participant

    I understand, just my two cents, it is most likely an issue with one of the plugins.

    In the wordpress dashboard under settings > bbP private groups –> under the topic permissions tab try to disable topic permissions or change configuration in the plugin.

    I can not replicate your issue as i have tested the smart magazine theme and bbpress is working just fine for me. I am not familiar with the bbP private groups plugin, but i have just tested it, and it is throwing some php errors for me. It might be a compatibility issue with the latest version of wordpress or bbpress.

    I would recommend to start by disabling the bbP private groups plugin first and disable plugins one by one to trace the cause of the issue.

    I’m sorry if i could not be much help, hope you can share your results , and perhaps someone else could offer a solution

    #187469
    mithrandir
    Participant

    The problem is most likely not specific to bbPress and is with your server settings or htacess. WordPress may not be able to generate or modify the .htaccess file for your website due to file permissions issues. It might help to delete the htaccess file, grant correct permissions and refresh permalinks which will generate a new htaccess file. Try to enable php error log in htaccess as well.

    # enable PHP error logging
    php_flag  log_errors on
    php_value error_log  /path/to/htdocs/PHP_errors.log

    Create a blank PHP_errors.log file in the directory specified in your .htaccess file and set its permissions to 777. Now refresh the page that’s giving the 500 error and check if that log file now contains an error(s).

    #187468
    pmbordeaux
    Participant

    Thank you mithrandir.

    The time for disallow editing is not the point… I try to create a subject then editing the post and was transfer to the othe subject (see 1st post)

    About my configuration :

    WordPress 4.8.2 avec le thème Smart Magazine

    Admin Menu Editor
    Version 1.8 | Par Janis Elsts | Afficher les détails

    BBP pack Style
    Version 3.6.0 | Par Robin Wilson | Afficher les détails

    bbP private groups
    Version 3.5.9 | Par Robin Wilson | Afficher les détails

    bbP Toolkit
    Version 1.0.10 | Par Pascal Casier | Afficher les détails

    bbPress
    Version 2.5.14 | Par La communauté bbPress | Afficher les détails

    bbPress – Custom KSES Allowed Tags
    Version 0.2 | Par Stephen Edgar – Netweb | Aller sur le site de l’extension

    bbPress Advanced Statistics
    Version 1.5 | Par Jake Hall | Afficher les détails

    bbPress Enable TinyMCE Visual Tab
    Version 1.0.1 | Par Jared Atchison | Afficher les détails

    bbPress New Topics
    Version 1.0.1 | Par c.bavota | Afficher les détails

    BuddyPress
    Version 2.9.1 | Par La communauté BuddyPress | Afficher les détails

    Dynamic To Top
    Version 3.5.1 | Par Matt Varone, Tim Berneman | Afficher les détails

    GD bbPress Attachments
    Version 2.5 | Par Milan Petrovic | Afficher les détails | FAQ | Upgrade to GD bbPress Toolbox Pro

    GD bbPress Tools
    Version 1.9.1 | Par Milan Petrovic | Afficher les détails | FAQ | Upgrade to GD bbPress Toolbox Pro

    Hide Admin Bar From Non-admins
    Version 1.0 | Par Stranger Studios | Afficher les détails

    If Menu
    Version 0.7.1 | Par Layered | Afficher les détails

    Logged In Content
    Version 1.1 | Par The Tarpon Creek Agency | Aller sur le site de l’extension

    TinyMCE Advanced
    Version 4.6.3 | Par Andrew Ozz | Afficher les détails

    Widget Logic
    Version 5.8.2 | Par wpchefgadget, alanft | Afficher les détails

    WP-Optimize
    Version 2.1.1 | Par David Anderson, Ruhani Rabin, équipe Updraft | Afficher les détails

    #187467
    mithrandir
    Participant

    In the WordPress dashboard under settings>forums –> under the Forum User Settings, you will see the option:

    Disallow editing after x number of minutes

    You could try increasing the limit, however it does not explain why the keymaster or administrator can not edit a reply or topic.

    It might help in finding the problem by changing the theme to the default wordpress themes and disabling all plugins except bbPress.

    If you could provide more information, regarding the bbPress/wordpress version, themes and plugins, I could try my best to help.

    #187466
    mithrandir
    Participant

    To find the location of the template files navigate to:
    ‘wp-content/plugins/bbpress/templates/default/bppress/’

    You will find all the template parts in this folder. It is recommended to not modify the files directly, instead create a folder named bbPress in the ‘generatepress’ theme root folder. ie. ‘wp-content/themes/generatepress/bbpress/’ copy any files you wish to modify into this folder. This way updates to bbPress wont overwrite any files you have modified and your changes wont be lost.

    Test this by copying the content-archive-forum.php to the newly created bbpress folder and begin to modify the file.

    a simple php echo command will confirm it is working by printing a message at the top of the content-forum-archive template.

    <?php echo "Hello world!"; ?>

    The Example provided in the previous reply can be pasted on top, or wherever you would like to display the topics. Some formatting is required, by adding appropriate div classes and styling with css as necessary. Would be happy to help with any of the html, php or wordpress functions if there is any difficulty.

    *my apologies if this a duplicate reply, previous reply did not get submitted properly,spam protection may have blocked it, since it included links to screenshots on imgur.

    #187461
    lauradimitra
    Participant

    Hi Mithrandir,

    thank you for your reply.

    I’m using the GeneratePress theme and I figured out that I don’t have (or cannot find) the template “content-archive-forum.php”. I’ve looked for it in my theme (GeneratePress) and the plugins bbPress and BuddyPress. Can you tell me where I can find it?

    I’m starting a forum for an open source product. One of our users prefers to see the unanswered questions immediately because he wants to help all user with an answer, so that’s the reason I’m asking it. My HTML and CSS skills are good,and now I’m using wordpress already for some months. My PHP knowledge is very basic and passive, but I’m used to it in WordPress.

    Kind regards,
    Laura

    #187449
    durvilchat
    Participant

    How to create Topic Info like on the supports of the sites BBpress and Buddypress? thanks

    #187446
    Gareth@alined.com
    Participant

    Hello,

    I’m a developer trying to implement bbPress on a clients website and I’m running into some issues.

    Firstly anything related to “Replies” is returning a 500 error. For example:
    – “/forums/users/admin/replies/”
    – “/wp-admin/edit.php?post_type=reply”
    – The recent replies widget.

    We’re running:
    – Windows Server
    – PHP 5.6.30
    – Memory Limit is set to 128M
    – PHP error log doesn’t report back any errors (???) related to this issue.

    I’ve tried:
    – Removed the replies widget, obviously.
    – Repair Forums
    – Refreshed Permalinks

    I know a few other people have had a similar 500 issue/s regarding replies, particularly the admin panel. Has anybody got a solution?

    Thank you in advance,

    Gareth

    #187438
    DiegoM0urah
    Participant

    When I upgraded my Wp to version 4.8.2 the “forum” information disappeared from the “dashboard”.
    Bbpress keeps running, but I can not create a new forum or topics.

    Is this a compatibility issue with version 4.8.2 of WP?

    Can you tell me when we will have a bbpress update for version 4.8.2 of WP?

    #187429
    mithrandir
    Participant

    The code below loops through specified number of topics in the forum. eg ‘posts_per_page’ => 100 .
    Please the read the link included below.

    if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => 'false', 'meta_key' => '_bbp_last_active_time', 'orderby' => 'meta_value', 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 100 ) ) )
    		bbp_get_template_part( 'bbpress/loop', 'topics' );

    Link to topic:
    https://bbpress.org/forums/topic/display-list-of-topics-under-specific-forum/

    #187428
    sysix
    Participant

    Hello Guys,

    I think I have found a bug. But at first some Info from the System:

    WP version 4.8.2
    PHP version 7.0.22-0ubuntu0.16.04.1
    bbPress version 2.5.14-6684

    I want the hide the Tag-Input for all “normal” Users. So only the Keymaster and the mods can assign tags. I found, that I can hook into the capatiblities with bbp_get_caps_for_role and set the settings to false:

    `
    add_filter(‘bbp_get_caps_for_role’, function ($caps, $role) {
    // only the admin can delete and manage topic tags
    if (!in_array($role, [‘bbp_keymaster’])) {
    $caps[‘manage_topic_tags’] = false;
    $caps[‘delete_topic_tags’] = false;
    }

    // only mods and admin can edit or assign tags
    if (!in_array($role, [‘bbp_keymaster’, ‘bbp_moderator’])) {
    $caps[‘edit_topic_tags’] = false;
    $caps[‘assign_topic_tags’] = false;
    }

    return $caps;
    }, 10, 2);

    But the problem is, that in template\defaults\bbpress\form-reply.php we check with:

    <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?>

    current_user_can calls WP_User->has_cap and there is $capabilities['assign_topic_tags'] = true.

    —–

    Workaround:

    `
    add_filter(‘user_has_cap’, function($caps, $metaCaps, $args) {
    $forumCaps = bbp_get_caps_for_role($args[0]);

    return array_merge($caps, $forumCaps);
    }, 10, 4);
    `

    #187427
    lauradimitra
    Participant

    Hi all,

    I’m starting a community page in WordPress with the plugins bbPress and BuddyPress.

    I have a nice Forum page with my topics. At the top of the forum page I would like to have an overview about the topics with no replies for the logged in users with a certain role. So not a link to the page with all unanswered questions, but, if possible an overview of the questions.

    Is this possible? Thanks for your help!

    Kind regards,

    Laura

    #187425

    In reply to: Search css issues…

    mithrandir
    Participant

    The problem is not not in bbPress itself. After inspecting your website, at first glance, it appears you have the plugin bbPress – New UI installed which modifies the appearance of bbpress. It is possible the plugin has compatibility issues with your bbpress installation.

    In the browser I locally disabled the CSS loaded by the plugin and it fixed the overlapping and alignment issues. The reason changing themes does not help is that the plugin remains active regardless what theme you are using. I would recommend disabling the plugin and manually adjusting css.

    If you are not familiar with CSS, I highly recommend the plugin Yellow Pencil by Waspthemes. It is a visual CSS style editor and makes it very simple to style any WordPress theme or plugin, including bbPress.

    #187420

    In reply to: Remove sidebar?

    mithrandir
    Participant

    The theme you are using is most likely overriding the bbpress default template, any template files you modify in the plugin folder are most likely being bypassed by theme or child theme. It would help to visit the bbpress codex which explains the template hierarchy in detail.

    Getting Started in Modifying the Main bbPress Template

    Step-by-Step Guide to Creating a Custom bbPress Theme

    I could try my best to help out if you could provide more information regarding which theme you are using, folder structure, child theme etc.

    #187419
    mithrandir
    Participant

    You would have to use a conditional statement comparing against, if it is the forum archive. Depending on your theme and how bbPress has been implemented, the location of the title may vary. I am by no means an expert, but I can try my best to help out if you could provide more information.

    <h1 class="entry-title main-title">
        <?php
        // Display title on all pages except forum archive
        if (!bbp_is_forum_archive()) {
            the_title();
        }
        ?>
    </h1>
    #187407
    s1r0n
    Participant

    I recently screwed up my BBPRESS installation. After changing the URL structure of my site to remove the ‘blog’ part of the url, bbpress stopped showing up topics. I deleted all forums and threads, deactivated bbpress, reinstalled, reset the permalinks, all multiple times, and it is still not working properly. Can somebody help me completely purge BBPRESS so I can do a clean install? Tell me what I have to do

    #187404

    Topic: Remove sidebar?

    in forum Plugins
    loiruca
    Participant

    HI, I found many articles on how to remove the sidebar from bbpress pages but nothing I do works for me. I’ve already checked my theme and sidebar is enabled. I’ve tried commenting out the <?php get_sidebar(); ?> under all bbpress templates files. I’ve tried hiding it with CSS.

    The index forum pages and topics don’t show sidebar, but when I go to other pages like a user account or a tag, etc then the sidebar is there. Please, anyone, help me. I’m not sure what to do anymore.

    #187401
    mithrandir
    Participant

    I would like to integrate anonymous posting for registered users with my bbPress forum. ie. logged in users should have the ability to be anonymous if they choose to do so. The entire board is private and requires membership so guest posting is not an option.

    I have searched high and low for a plugin yet no luck. In my particular case, there are certain members who are embarrassed to post certain topics or questions, anonymous posting would give them the freedom to ask and participate without being judged by the community.

    I was hoping someone could offer there expertise and give me a nudge in the right direction, as to what would be the best way to develop such a feature, regarding which functions and files of the bbPress core i should be looking at. I am relatively new to php and programming in general and any advice/guidance would be a huge help for me.

    Thanking you for your time and help

    #187372

    In reply to: Small ticks all over

    Robin W
    Moderator

    I’d need a link to a live site, but doesn’t look like native bbpress.

    #187368
    paladinbrewer
    Participant

    I can try that. Where would I find the php for your template? Also, I sent the bbpress folder to your email that was listed on your contact. Any help you can provide is super appreciated!

    #187348

    In reply to: Forum Freshness

    melodies
    Participant

    I know that changes made directly inside the bbPress plugin will be overridden during the next update, but I’m just wondering if in the meantime there is a line of code I could change within the plugin as a temporary fix?

    …Similar to the way the person who was experiencing the same problem in the link provided above did, stating: “In my case (Pacific Time) I needed to subtract 7 hours which translated to 25200 seconds” and made the temporary fix directly inside his install of the plugin.

Viewing 25 results - 8,151 through 8,175 (of 64,454 total)
Skip to toolbar