Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 10,951 through 10,975 (of 64,535 total)
  • Author
    Search Results
  • #176435
    akkuakku
    Participant

    Dear All,

    In my new forum, I am finding out that as replies are given, the default indent space is eating in to the post space rather than the post adjusting the text to fit it within the available width (after reducing the indent space). You can see that clearly in the second reply post #942 (posted by Fazil) in the below link

    http://solarwindconsultants.com/forums/topic/economic-viability-of-solar-energy-at-any-given-location-latlong/

    My versions are: WordPress 4.5.3 & bbPress 2.5.10. Also, my “Reply Threading” tick box is not enabled.

    Please let me know what it is that I could be doing wrong?-

    #176434
    rmens
    Participant

    I just upgraded bbpress from 2.5.3 to 2.6.1.1 and on the profile page navigation there used to be a submenu with the option to edit your profile and change the avatar. Since upgrading to 2.6.1.1 these options are no longer visible.

    After searching around a bit in my theme I couldn’t find anything that seems to be related to this. Does any one else have this problem? Thanks!

    #176430
    Robkk
    Moderator

    Its not available for download. Besides its just a custom made theme made for the bb sites (bbpress.org and buddypress.org and their respective codex subdomains, possibly trac too )

    Choose a theme from here.

    #176426
    oldshaghat
    Participant

    I dug down into bbpress/includes/core/template-functions.php and inspected a couple of variables there in the enqueue_script call to see what’s going on.

    $content_dir (from the constant ‘WP_CONTENT_DIR’) resolves as:
    /var/lib/openshift/hexkey/app-root/data/current/wp-content

    content_url gives mydomain/wp-content

    and the file location starts out as :
    /var/lib/openshift/hexkey/app-root/data/plugins/bbpress/templates/default/js/editor.js

    So the string replace is going to fail – because that constant content-dir isn’t where you expect it to be – which is maybe something stupid openshift has done. Or goodness knows.

    Seems like if I edit this file to trim the “current/wp-content” piece off the content dir location I’ll be in business.

    #176423
    oldshaghat
    Participant

    I’m seeing this in WordPress 4.5.3 and bbPress 2.5.10.

    Stephen Edgar
    Keymaster

    They’re all available from https://bbpress.org/plugins/legacy/

    #176419
    Stephen Edgar
    Keymaster

    bbPress queues up its CSS stylelsheet using WordPress’ standard functions wp_enque_stylesheet() so it shouldnn’t cause any issues.

    I’ve never tried Redhat’s Openshift, nor even knew it was a thing until now.

    Do they use a “standard” copy of WordPress or is it modified somehow?

    What versions of WordPress and bbPress are you having this issue with?

    Guna
    Participant

    Hello,

    I’m looking for a forum software for my site, but none on the market seems to be satisfying!

    It seems forum software has peaked with vBulletin 3.6, 12 or more years ago! How come nothing seems to beat a piece of software that is 12 years old?! Many of the top forums that use vBulletin 3.6 don’t want to upgrade, simply because there isn’t anything better, anywhere.
    (here is an example of typical vB 3.6 forum: http://paganforum.de)

    My question/suggestion: Why can’t BBPress (or anyone else for that matter) match the design and functionalities and design of vBulletin of 12 years ago?

    BBPress should do whatever it takes to reach that level, then we will be ready to pay!! There is a huge need out for a modern forum software! Plenty of people are stuck with their vB 3.6, simply because there isn’t anything better…

    But from all the demos I have seen, the current BBPress interface looks and feels more like a Helpdesk support system than an actual forum…

    Could someone please direct me to a version/skin/addon of BBPress that looks most similar to a vB 3.6 forum? Thank you!

    #176415
    oldshaghat
    Participant

    Redhat’s Openshift has a nice WordPress option which was how I found bbPress. However, I am seeing that when deployed on openshift, the URL that the page ends up using to obtain the default bbPress theme data seems to be looking in the wrong spot.

    The root page is looking at mydomain/var/lib/openshift/longHexKey/app-root/data/plugins …
    This yields a 404 for the bbpress.css file and editor.js.

    whereas if I change that to mydomain/wp-content/plugins …
    The file comes back correctly.

    I’m just starting to get things going here with this stack so I’m not sure if this is a bbPress thing, a WordPress thing, or an OpenShift thing, but other plugins seem to be doing it ok. Is there a straightforward edit I can make to the bbPress files?

    walterfenley
    Participant

    Hi there,
    i want to download plugins for bbpress1.1 or lower. i have bbpress stand-alone version installed and need plugins for that please send me some links to download or if i can find them in a single file it will be great.

    Kineta
    Participant

    I have been commenting out the error that disallows duplicate posts and replies:

    if ( !bbp_check_for_duplicate( array( 'post_type' => bbp_get_reply_post_type(), 'post_author' => $reply_author, 'post_content' => $reply_content, 'post_parent' => $topic_id, 'anonymous_data' => $anonymous_data ) ) )
    bbp_add_error( 'bbp_reply_duplicate', __( '<strong>ERROR</strong>: Duplicate reply detected; it looks as though you’ve already said that!', 'bbpress' ) );

    Obviously this isn’t ideal – everytime we upgrade I have to remember to do this. Is there any way to override this in my theme files?

    Thanks in advance.

    #176410
    fullmoonfriday
    Participant

    Thanks. I am not really sure if this is a Buddypress or BBpress area to ask as it becomes a bit of a grey area. It this using buddypress templates, or is it using bbpress templates….not quite sure. I guess more research is needed still. I guess at bit of both, to an extend. Thanks

    #176409
    magicvish
    Participant

    Hi,
    I want to stop new topic creation on my bbpress groups page, i contacted bbpress and they said i need a customer code to stop new topic creation on bbpress groups. Can anyone on here help?

    Regards
    Vish

    #176401

    In reply to: Non-logged in people

    Robkk
    Moderator

    This plugin might be what you are looking for.

    https://wordpress.org/plugins/bbpress-members-only/

    #176400
    marcono
    Participant

    @Robkk
    Thanks for ur reply! Honestly I dont understand ur reply well, maybe I did not explain my problem clear: ((I am developing a website and I used buddypress and bbpress.))

    When someone comments on my replies in ‘Activity’ page, I get notification for it which is the way it should be. So when I have, say 6, new comments on my replies I have a notification says u have 6 replies (…blablabla) which is OK. Then, I click on that notification and I will be directed to the ‘notifications’ page which is OK too. But the ‘notifications’ page shows nothing! It should show me a list of all the 6 replies!
    I appreciate if anyone help me where in my theme I should dig into, as I am sure it’s my theme problem.
    Thank you!

    #176399

    Topic: Non-logged in people

    in forum Plugins
    ecroow
    Participant

    Hello!

    I’d like to know if there’s a plugin for bbPress which doesn’t allow non-logged in people to see any of the topics in the forum and redirects them to the login page?

    Have a great day,
    Ecroow

    #176395

    In reply to: BBPress slowness save

    TriiXx
    Participant

    Hi again,

    I’ve created a developpment server and disabled all plugins (without bbpress) and change my template to use default template.

    Same issue :/

    #176392
    marcono
    Participant

    1. Does anyone know how to move the reply box in bbpress forum from the bottom to the top!? I tried to code but it does not work for me!!?
    2. Is it possible to make the reply box as it is in the activity page? (which is very small and handy)
    Thank you!

    #176391
    Robkk
    Moderator

    Surely there is a way to change the reply author without going into the admin panel?

    The devs made it possible in the 2.6 version of bbPress I think.

    https://github.com/ntwb/bbPress/blob/master/src/templates/default/bbpress/form-reply.php#L117

    Not sure how to do what you want with a filter.

    #176389

    In reply to: Searching Problem

    Robkk
    Moderator

    Check to see if this is theme specific or see if changing the forum search slug is causing this.

    https://codex.bbpress.org/getting-started/troubleshooting/

    #176388
    Robkk
    Moderator

    Im just going to leave a link to this since @abuosama36 did end up resolving their issue.

    https://bbpress.org/forums/topic/options-general-phppagebbpress-not-work/

    #176386

    In reply to: Core change

    Robkk
    Moderator

    2.6 alpha did just get updated with the 2.5.10 security fix.

    https://bbpress.org/forums/topic/bbpress-2-5-10-released/

    #176385
    Robkk
    Moderator

    I rolled back bbPress since I read they changed their mail headers in 2.5.4 – so I went from the latest (2.5.9) to 2.5.3

    Update it to the latest version.

    Edited the database and added multiple addresses in the wp_options field for admin – still no notifications.

    Maybe consider reverting this to what you had previously.

    Did you do all what is described below @benjieblock?

    Create a forum and subscribe to the forum, and create a topic with your admin account and also subscribe to it on a live test site to test these subscriptions in.

    Create a test participant user to just post test posts in that topic you just created to test topic subscription emails, and create topics in the forum to test forum subscription emails.

    I guess now just check on your Admin/Keymaster email {your admin user email} to see if any of them sent.

    This is just troubleshooting to see if you can even get 1 subscription email, either topic or forum subscription emails using bbPress by default without any new plugins.

    If it works without any plugins we can go from there.

    IF it doesn’t we need to find a plugin/theme/custom code snippet that might be causing an issue.

    Also in the future the larger your forums grow and if you allow both subscription emails for every mod and keymaster in your forum, you will need to consider using smtp and AsynCRONous bbPress Subscriptions.

    #176382
    Robkk
    Moderator

    Follow this. If you theme has a specific way of creating a child theme follow any of their own guides.

    https://codex.wordpress.org/Child_Themes

    The categories and topics are all weird. I just wish it looked standard like every other major forum out there.

    It may be how the default category and forum layout bbPress uses. Maybe consider using this loop-forums.php file in a child theme.

    https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout

    #176381

    In reply to: Editing Permissions

    Robkk
    Moderator

    Per forum moderation is coming in the 2.6 release of bbPress.

    THere might be a premium plugin that can add this feature, I think it was Press Permit Core, not entirely sure though.

    Robin says his plugin Private Groups may be able to do this type of thing too.

Viewing 25 results - 10,951 through 10,975 (of 64,535 total)
Skip to toolbar