Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,126 through 11,150 (of 64,454 total)
  • Author
    Search Results
  • #175677
    winrarz
    Participant

    SOLUTION!

    REMOVED:
    add_filter( 'bbp_get_reply_content', array( $this, "shortcode_whitelist" ) );
    FROM PLUGIN:
    bbPress Advanced Statistics, file: class-bbpress-advanced-statistics-extras.php
    CAUSE:
    Breaks the loading of shortcodes.

    I’m hopeful this will help someone else. It seemed to be a problem with the bbPress Advanced Statistics plugin.

    #175676
    winrarz
    Participant

    UPDATE 3:
    return apply_filters( 'bbp_get_reply_content', $content, $reply_id );
    in bbpress/includes/replies/template.php

    This code breaks the entire shortcode loading function.

    If I patch this to say return $content; it will start working.
    Now to see why this happened..

    #175674
    winrarz
    Participant

    Hello,

    We have a problem on our site with loading shortcodes on /topic/ pages, as you can see in the link below:
    http://www.futsverige.se/forums/topic/test/

    However, the shortcodes work everywhere else. So the problem seems to be within bbPress suppressing the do_shortcode() calls from the theme.

    Anyone knows what could cause this or point us in the right direction on how to circumvent it?

    Thanks

    khunmax
    Participant

    Hey Robin

    In the wake of the other issue regarding any user having access to the edit link in all other user profiles,and my inability to resolve it, I had to start over with a vanilla install GP theme and bbpress. Your plugin ran fine but then when I also added the Tool kit the site became buggy. I ran your plugin alone and the problems disappeared, and the same with the toolkit. But when I ran both, bugs returned. I then bit the bullet and made my own functionality plugin and using the BBpress functionality page (and your very kind, prompt, and valuable assistance) I adopted each of the functions and styling that I coveted from your plugin and the toolkit. The site is now bug free.

    I am still building and have opened a couple of other threads. Any additional help you may offer is appreciated immensely.

    Kind Regards

    Max

    #175668
    khunmax
    Participant

    Please excuse the length of this post. It seeks information regarding functionality and best practice.

    FUNCTIONALITY

    I have developed my own functionality plugin for BBpress and would be very grateful if some one could provide me with the functions snippets for the following features:

    1. Creating a header and footer for each individual forum in the index list (ala Style kit template option)

    2. Removing the vertical bar that appears to the left of the sub-forum list when the following code is used:

    #bbpress-forums .bbp-forums-list li {display: list-item !important;}

    3. Removing the commas that appear in the vertical list of the subforums. This looks odd and ugly. My links are style in orange and then at the end of each subforum there is a black comma. Can this comma be removed or can it be styled with css so that its color is the same as the subforum links? If it can be styled what is its unique selector?

    4. The BBP toolkit has an option to remove all of the blue and yellow alert/info boxes. What is the snippet for this function?

    5. The BBp toolkit has an option to only add css to BBP pages. What is the snippet for this function and is it necessary(or a possible conflict) if I chose to run WP minify?

    BEST PRACTICE
    This is the first site I have developed with a forum. What is the best practice regarding admin forum content, forum rules is a relevant example. Should I create a forum dedicated to my admin topics (included form rules), or rather, should I just create topics for admin content and make them super sticky (which I understand means they will appear at the top of every forum)

    Again my humble apologies for the length of this post. And, as always, thanks very much for anyone render their valuable assistance.

    Kind Regards

    Max

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    khunmax
    Participant

    There were features in both the BBp Style Pack and BBpress Toolkit that I desired.

    Unfortunately when ever I installed both plugins, my site became buggy. There is a conflict between the two it would seem.

    So I bit the bullet and created my own functionality plugin and used it and WP Custom CSS to create each of the features and styling I desired from the Style Pack and the Toolkit.

    There are just three features that I couldn’t find any documentation for:

    1. Changing the header label Freshness to other wording, and
    2. Creating a “create new topic” link.

    I am aware that the first of these features is also included in Robins other plugin called Latest Post (or something like that) however that plugin also includes another feature that I do not require (as I have coded my own)

    And so my request. Can someone please provide me with:

    1. a function snippet to change freshness to other wording
    2. a function snippet to add a “create new topic” link at the top of a forum

    Thanks in advance for any assistance.

    Kind Regards

    Max

    #175658
    kjgbriggs
    Participant

    I am looking to add a button below all forum roots (under where the thread creation form sits) that is only visible when not logged in (it will be a login/register button collection).

    Personally, I don’t think this is necessary, I think the notification works fine, but a friend who I am developing this for is pretty insistant of there being something down there for people.

    I was wondering on how this would be done so it doesn’t disappear when updating BBPress?

    I would rather do this in an external plugin so it can be managed better, but I would need to restrict it so they only appear on BBPress forum root pages, and at the bottom of threads when you aren’t logged in.

    Do you have any pointers or examples on how I would prevent something like this from appearing on all pages and only in the areas I have mentioned?

    #175654
    ajising84
    Participant

    Hi,

    I have installed bbpress and it is working fine. The only problem is that the “logout” page is giving me 404 error message.

    I went to the https://bbpress.org/forums/topic/how-to-users-logout/?rs=logout and copied and pasted
    “>Logout on my custom sidebar text.

    My website is http://www.aaashi.com/support/

    Can you please tell me, what could be the problem? I even created a logout page, but not working and I am using Sydney pro theme.

    Regards,
    Ajit

    #175651
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    #175647
    rda5009
    Participant

    Hi Robin,

    Thank you very much for your reply. I was looking at the plugin and think it may be very useful. However, I am currently using a lot of functionality from Buddypress so I am trying to make the connecting points as seemless as possible. Is there any way to link the groups from bbpress from the Private Groups Plugin with the Buddypress Groups? For example, if someone is from Buddypress Group A they would become part of Group A from the Private Groups plugin.

    #175641
    kdclang
    Participant

    Any user who is not logged in can get to the forum page on my site but then if they try to click on the forum itself, it redirects to the home page. I have searched similar topics but cannot find a solution. I first set up 2 group forums. One is public and the other is private. The unlogged in user can see the public forum listed, but clicking on it takes them back to the home page. I then tried adding a sitewide forum but the same thing happens for that one. I checked that unregistered users may view and post to forums.

    I tried deactivating all plugins other than buddypress and bbpress but it still happens. Tried changing my theme, same thing.

    #175634
    #175632
    akkuakku
    Participant

    Dear All,,

    I have recently started a new website. To create a forum, I had installed wordpress and buddypress. However, in the forum registered users whose role is set as “particpant” are unable to create or even view new topics. Through the dashboard when they are trying to view the existing topics it is giving the following message.

    You are not allowed to edit posts in this post type.

    However, when I changed the user role to moderator or keymaster, the user is able to see the topics posted in the forum. I have seen similar question posted by others in the forum and most of the problems seemed to be about the plugin conflicts. Besides Buddypress & bbpress, I have only Beaver Builder Plugin (Lite Version) & Contact Form 7. I have tried deactivating both plugins but the situation does not change.

    Another possibility I have read is that it could be the problem with theme. I am using Tesseract 2 theme. I haven’t checked the theme conflict issue as I am not sure if I can change my theme temporarily to something else (say, twenty sixteen) can I get back my original layout once I change it back to Tesseract 2.

    Looking forward to replies.

    #175630
    akkuakku
    Participant

    Hi Robin,

    I am getting the following message while trying to access loop-forums.php from the mentioned link

    Fatal error: Call to undefined function do_action() in /home1/solarwind/public_html/wp-content/plugins/bbpress/templates/default/bbpress/loop-forums.php on line 12

    and when I went to the address mentioned in the error message, it says

    Oops! That page can’t be found.

    What is it that I may be doing wrong. The following is the website under question http://solarwindconsultants.com/

    smithcreate
    Participant

    Forgive me for the amount of information in this post, but I could really use some pointers here.

    I am redesigning a website on my local drive for a club which has paid membership. Their current website has forums that are running on Simple Machines 1.1.1. My solution was to move everything to WordPress and bbPress. But I want to make sure I am doing this in the most careful and streamlined way. This is where my questions begin.

    Locally, I am running WordPress 4.5.2. My theme is a custom Traverse theme which is also a Builder theme from iThemes. bbPress The look and feel is working fine. I created the forums with topics from scratch as I found no way to really migrate Simple Machines to bbPress. So the basics are there, but now I need to find a process for users and memberships. The forums are public, but only members can post and/or reply. Membership goes through a Gravity Form.

    I’m using Gravity Forms to create a membership form for new members. This also uses the User Registration add-on which hopefully will add the user as they signup and submit payment via the Paypal add-on. However, an admin will need to update/approve the user registration to “participant” so that the new user can post in the bbPress forums (and hide the WordPress menu).

    For current club members, I anticipate that I will need to wait until I launch the website, then manually add every user from a list of email addresses and names. This will kick off an email to the user that they have an account and can login. Time consuming, but I can’t think of any other way to do this.

    Another concern I have is how do these users who I enter manually renew membership? Since they are basically being manually added, they are bypassing the new membership form which will be used for new members. Actually, I have a concern with new members as well since membership is only for 1 year, how do I/admins handle alerting users to renew their membership? Perhaps I need a new “Renew” form which would bypass new user creation.

    I realise this post probably crosses over several topics and plugins and for that I apologize. Some of these questions are probably better suited for posting in Gravity Forms support forums. But any help or advice, I would greatly appreciate.

    #175625

    In reply to: phpbb Import Question

    Kolchak
    Participant

    Here are the most common errors I’m seeing…

    [09-Jun-2016 23:17:18 UTC] PHP Notice: Undefined index: salt in C:\wamp\www\oshh_testing\wp-content\plugins\bbpress\includes\admin\converters\phpBB.php on line 720

    [09-Jun-2016 23:17:18 UTC] PHP Stack trace:

    [09-Jun-2016 23:17:18 UTC] PHP 1. {main}() C:\wamp\www\oshh_testing\wp-admin\admin-ajax.php:0

    [09-Jun-2016 23:17:18 UTC] PHP 2. do_action() C:\wamp\www\oshh_testing\wp-admin\admin-ajax.php:89

    [09-Jun-2016 23:17:18 UTC] PHP 3. call_user_func_array:{C:\wamp\www\oshh_testing\wp-includes\plugin.php:525}() C:\wamp\www\oshh_testing\wp-includes\plugin.php:525

    [09-Jun-2016 23:17:18 UTC] PHP 4. BBP_Converter->process_callback() C:\wamp\www\oshh_testing\wp-includes\plugin.php:525

    [09-Jun-2016 23:17:18 UTC] PHP 5. BBP_Converter_Base->convert_users() C:\wamp\www\oshh_testing\wp-content\plugins\bbpress\includes\admin\converter.php:371

    [09-Jun-2016 23:17:18 UTC] PHP 6. BBP_Converter_Base->convert_table() C:\wamp\www\oshh_testing\wp-content\plugins\bbpress\includes\admin\converter.php:885

    [09-Jun-2016 23:17:18 UTC] PHP 7. call_user_func_array:{C:\wamp\www\oshh_testing\wp-content\plugins\bbpress\includes\admin\converter.php:1070}() C:\wamp\www\oshh_testing\wp-content\plugins\bbpress\includes\admin\converter.php:1070

    [09-Jun-2016 23:17:18 UTC] PHP 8. phpBB->callback_savepass() C:\wamp\www\oshh_testing\wp-content\plugins\bbpress\includes\admin\converter.php:1070

    #175623

    In reply to: Per user moderation

    Robkk
    Moderator

    @ddennison2016

    bbPress only uses the comment blacklist not any other settings like the one you are trying to use.

    If you do not want to use bbPress moderation there is also some fork around coupled up with other features in a plugin called FV bbPresst Tweaks.

    #175622
    Zimm
    Participant

    So, really, I have a two-part question. First, I’d like to add some new roles. I’ve read and looked all over the place without any real answer. I know what codes to use per the documentation. That said, I’m not sure which file to place them in and that’s the part I can’t find definitive answers on. If someone could direct me which directory and file to add it to that’d be great. I already know not to do it to the BBpress core files.

    Also, is there a way to assign specific moderators to specific boards. Say a user is a moderator, but I don’t want them to moderate all boards, just specific boards. Is that possible?

    #175616

    In reply to: Per user moderation

    ddennison2016
    Participant

    Hello Robkk,

    I tried the moderation plugin you suggested but it has not been updated in over 3 years so it does not work for me.

    I read here https://codex.bbpress.org/moderation-and-blacklisting/ that discussion settings should be applied for bbpress but that also does not work.

    For whatever reason anyone can immediately post replies without having to wait for moderation.

    Under Settings > Discussion > Before a comment appears – I have the checkbox selected for “Comment must be manually approved” however that does not happen.

    Thanks,
    Dustin

    #175613
    Robin W
    Moderator

    you should look at how this is working.

    The users are sent a link, which goes to a age with a strong password shown as default, but they are not asked to make a note of it, and if they just click reset, then this becomes their password, but then takes then to a login screen which asks for it again.

    This is not a bbpress issue, but how you have got wordpress set up.

    I registered fine, but I knew what to look for.

    #175612
    Robin W
    Moderator

    have you got ftp?

    if so go to your website and look in

    wp-content/plugins/bbpress/templates/default/bbpress and you’ll find it there

    #175610
    Robin W
    Moderator
    #175609
    amaros
    Participant

    Thanks a lot for your replies. I wonder why the demand for that feature is quite low. This is the first forum I created and setting up read/write permissions is one of the first things I thought about 😛
    Robin you´re great! I will donate for some (some more 🙂 ) Coffee soon when we break through the problem. I could never ever fix that problem on my own since i am a really coding newbie.
    Right now I don´t have a test site but I´ll clone the site I work with bbpress and set it up to another URL on saturday.
    Thank you Robin, I´m really looking forward to get this fixed.
    Cheers

Viewing 25 results - 11,126 through 11,150 (of 64,454 total)
Skip to toolbar