Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 22,976 through 23,000 (of 64,534 total)
  • Author
    Search Results
  • #139987
    serks
    Participant

    I need a way to find out what a replies parent forum is.

    Reason is because I have created members only forums in a specific way by integrating DAP (Digital Access Pass) conditional functions. All of this is working great but my problem is with the search function of bbpress.

    I need to filter the search so it doesn’t display replies that are under members only forums.
    So like, IF REPLY_ID IS CHILD OF FORUM_NAME-OR-ID, REPLY = MEMBERS-ONLY-REPLY.

    I don’t mind if it displays topics but I do not want people to see replies that are under members only forums if they are not a member.

    So I think the file I need to play with is loop-search-reply.php but I need some help with figuring out the code to do this.

    Thanks in advance to anyone who can help

    #139983
    s1r0n
    Participant

    hi all

    i need to know how to manipulate the post just before it is displayed on the page? do I use wordpress hooks for that (and if so does anybody know which one off by hand), or is there a bbpress hook that does that?

    m

    #139977
    ronthai
    Participant
    #139973
    ltanya
    Participant

    I am having the same problem. I have tried the repair tool and my posts and topics still do not show up. Has anyone tried un-installing the update and going with a previous installation of bbpress?

    #139970
    Mr-B
    Participant

    Ooh yeah – I would be first in line to install that!
    I do like bbPress, but it seems like something that should be built in. Anyway, thanks, this effort is appreciated.

    #139959
    dtommy79
    Participant

    Hi,

    I’m using the latest wordPress and bbPress and for some reason new topcis and posts don’t show up if I’m logged out. When I log in the posts are there. I tired disable caching plugin, checked forum permissions, but nothing happened.

    Any idea?

    #139953
    isMail ElFa
    Participant

    Hii !

    I want to include Polls on Topics, So can users able to add polls ..
    is there any plugin works with Bbpress that support Polls? and who’s the best one?

    Thanks
    Ismail

    #139951
    Doctor Dave
    Participant

    Is it possible to remove these meta tags?

    I’d also like to remove the forum title/name – already have breadcrumbs that show where the page is so this is kinda redundant.

    Thanks.

    WP 3.7
    BBPRESS 2.5.1

    #139948
    Dan
    Participant

    So I’ve been trying to debug this problem for about a month and finally decided to try and get some extra help. Here’s a summary of what’s going on.

    When a user clicks Edit, they are brought to a page that’s showing the excerpt for the reply, with a Continue Reading button. No editing can be done. Regular topics can be edited as expected, but replies are pulling from my post loop it seems.

    Here’s what the topic looks like: http://imm.io/1lH2h

    Here’s what happens when I try to edit my first post / topic post: http://imm.io/1lH2t

    Here’s what happens if I try to edit a reply: http://imm.io/1lH2y

    The website is lootpalace.com – I’ve got a dev clone readily available for testing ideas out on.

    Does anyone know where to begin looking for something like this? The theme’s creator is MIA (Huddle theme from Themeforest), and if I knew which files to begin digging through, I might be able to fix it on my own.

    I’m using WordPress 3.7.1
    I’m using BuddyPress 1.8.1
    I’m using bbPress 2.4.1

    I can provide more information upon request, would appreciate any help or general finger pointing to get me in the right direction. Thanks!

    #139947
    ronthai
    Participant

    With all due respect to the developers of bbPress and its plugins,

    People, bbPress admins, should realize that bbPress is a plugin/add-on to WordPress and bbPress is ideal for adding a nice straight forward forum to your WP, what I am setting up now for myself for the first time next my WP.

    I have extended experience with phpBB forum software.
    Changes/addons like these is not what bbPress is intended for, in my humble opinion.
    If you want all the extra’s and whistles, people should use phpBB, which also can be used next to WP. I believe WP has plugins for that and phpBB also supports it with MOD’s/plugins.

    #139946
    Hdm89
    Participant

    It happens in the index page of the forum.

    And EXACTLY it appears like:
    Forum A
    – Forum A
    – Forum B
    – Forum C
    Forum B
    – Forum A
    – Forum B
    – Forum C
    Forum C
    – Forum A
    – Forum B
    – Forum C

    I think it is a sort of incompatibility between a plugin and the permissions plugin
    bbPress Permissions -> https://github.com/ZanderAdam/Tehnik-bbPress-Permissions

    #139943
    ronthai
    Participant

    Yes, you are right, they do move to the right. Guess was to busy with the numbering that I didn’t noticed that.

    To change the background color of reply to reply posts add this to the bbpress.css
    .bbp-threaded-replies div { background-color: #ccc ! important; }

    Color #ccc is a little dark, but just change it to what you want

    #139942
    Matoca
    Participant

    I too wanted to differentiate the reply to a reply and played around with firebug last night for an hour trying to find the right CSS style. I was only able to color the background and that added a color under the reply box that extended to the left, thus adding a colored tab on the left side of the reply box. I had only wanted to color the box a slightly darker gray but could not find the attribute. I didn’t change this.

    If you look carefully you will notice that reply to reply is always floated right of the previous reply and that the “Reply and Details” moves to the bottom of the reply. In a reply to a topic, these are usually at the top left.

    However the issue we are having is that actual replies to the topic are moved out of the correct posting order and continue to float at the very bottom. Current and new replies to topic post above these.

    If I remake these replies to topic and backdate them and then delete the original posts will that solve the problem? Or is bbPress different than WP where you can backdate posts? Of course in this case the replies in question are already dated late November so they should not be at the bottom.

    #139938
    robgranholm
    Participant

    I’m using the Pagelines theme [before DMS] and they have a selector at the bottom of each page or post that you can select to make the page full width.

    On forum pages, and individual threads, this option isn’t available. I know I can create a bbpress.php template which bbPress will look for, but I’m not sure how to deconstruct my theme, or set it up to be my default page, but minus the sidebar.

    Help here would be much appreciated.

    My page.php code doesn’t give me much indication as to how to craft this…

    
    <?php
    /**
     * PAGE
     *
     * This file meets the WordPress template requirements for 'page.php'
     *
     * @package     PageLines Framework
     * @since       ...
     *
     * @link        http://www.pagelines.com/
     * @link        http://www.pagelines.com/tour
     *
     * @author      PageLines   http://www.pagelines.com/
     * @copyright   Copyright (c) 2008-2012, PageLines  hello@pagelines.com
     *
     * @internal    last revised January 20, 2012
     * @version     ...
     *
     * @todo Define version
     */
    
    setup_pagelines_template();
    
    #139934
    sallysqueak
    Participant

    Hi

    Having never used bbpress before and being relatively new to wordpress, I’m struggling to get the forums on my site up and running.

    Having spent 3 hours today just looking for the ‘forums’ tab, I eventually worked out that the reason I couldn’t find it was because in the latest version of buddypress (or bbpress?) there is no ‘forums’ tab – it is named ‘Groups’ instead! It seems the documentation on here is outdated and this has caused me no end of agro today aggggh!

    Now I finally worked that out, and the forums option magically somehow appeared in my individual ‘groups’, I’m now unable to make a post in any groups, even when logged in as a keymaster!

    Can anyone help me with this? I don’t even know where to find up to date documentation for this plugin now, everything I’ve read is outdated and has confused me. Can anyone point me in the direction of a place to find documentation for bbpress 2.5.1, when running with buddypress 1.8.1 on wordpress 3.7.1? Or just help me to get these forums useable!

    Also, is there a way to allow forum users to add photos to their posts?

    Thanks

    Sally – website thehouseofdog.co.uk

    #139928
    ronthai
    Participant

    add to the bbpress.css
    .bbp-forum-title { color: #E03700 ! important; }
    You also put anything in there like font-size, font-weight, text-decoration

    Note that when bbPress opdates all changes will be lost, UNLESS you follow these instructions:

    You should have all your customizations as per this document
    https://codex.bbpress.org/theme-compatibility/

    #139923
    Jeri
    Participant

    I have exactly the same problem here. Tried deactivating all of the plugins except bbpress as well as returning back to the twentythirteen theme. Any help is greatly appreciated.

    #139922
    Stefano Lissa
    Participant

    Hi,

    best practices about site speed optimization recommend to load the external javascript on the bottom of an HTML page.
    I see that bbPress adds some “inline” JavaScript (for the widget or the editor), and this JavaScript requires jQuery.

    Since that JavaScript is added in to the head it’s not possible to move the jQuery load on bottom of the page. Could you fix bbPress to add that Javascript on the footer so even jQuery con be load at the bottom of the page?

    Thank you, Stefano Lissa.

    #139921

    In reply to: bbPress 2.5.1 is out!

    Cars10
    Participant

    John, why is WordPress.org more up2date with rev 2.5.1 than https://bbpress.org/download/ still stuck in 2.4 and 2.5 beta/dev?
    I am confused…

    #139917

    Topic: Forum Page

    in forum Installation
    julieono
    Participant

    I just installed this plugin and I went through these steps

    Step by step guide to setting up a bbPress forum – Part 1

    and I can’t get the list of forums to show up on the forum page.

    I named the page forum and then I also tried adding the extra code as outlined in step 2 [bbp-forum-index] but neither create a list of the forums that I have created. I have two set up.

    http://massagepracticebuilder.com/forums/

    This is one of the forums I set up just to test. http://massagepracticebuilder.com/forums/forum/diy-websites/

    And why does that have the address forums/forum ??

    I just went and followed the directions to set up a forum.
    thanks
    Julie

    #139916
    Rachel Biel
    Participant

    Help! I’ve been at this for hours and am going out of my mind…

    I have the latest of everything, bbpress, buddypress and have deactivated all plugins except for buddypress, bbpress, members and akismet. I actually even deleted and reinstalled buddypress, bbpress and members. I deactivated my theme and am using the default buddypress one.

    The site is visually a mess: http://www.tafaforum.com/

    I am the only one who can post on the forums. Everything was fine until yesterday when several plugins updated, including bbpress. I had also been mucking around with trying to get a tinymce plugin to work for the forums.

    If I disable everything and just have bbpress, I can post (as a fake member). Add buddypress, and I get a “You cannot reply to this topic” message at the bottom.

    I messed around with roles and have enabled everything possible that could contribute to this, but the one thing that I notice is that the members all have an author role for their wordpress roles (as I want them to post on our blog), and even though they all show participant for their forum roles on the Users Page, when I go into the settings for the roles, I only see the author role as having any users, not the participant one.

    Yes, this could be a buddypress or members issue, but bbpress is the one that had the latest update, so I figure that the problem starts here. If not, please send me where I need to go….

    #139913
    ronthai
    Participant

    All widgets (even if you use the same more then once) can be individually edited how they look.
    From colors, headers, font type/size/color/shadow, widget background color/image,
    you name it, it can be done, WITHOUT editing any core files.

    How? Just use css.
    For the ladies question, assuming she uses the bbPress “Recent Topics” widget, just add the following to the bbPress main ccs file (bbpress/templates/default/css/bbpress.css):

    .widget_display_topics .bbp-author-avatar { display: none ! important; }
    This will remove the little avatar and leave it with:
    topic title by posters name

    You can find any widgets “css class or id (id can be used if the same widget is used more then once)” by viewing the source code of your page or using FireBug (firefox or chrome browsers, just get rid of IE all together)

    You should also follow this, to avoid any updates from changing your edits:
    You should have all your customizations as per this document
    https://codex.bbpress.org/theme-compatibility/

    #139912
    Stephen Edgar
    Keymaster

    Use this plugin, it was updated today to also support the new forum subscriptions 🙂

    https://wordpress.org/plugins/bbpress-custom-reply-notifications/

    #139909
    Toxed2loss
    Participant

    I’m running wordpress 3.7.1, using Twenty-twelve, and Bbpress 2.5.1.have my site is http://www.theholisticchatterbox.com If you go to this page and click on any of the “recent Reply” links, it will take you to the first page of the replies. You have to click on the page numbers above to get to the last page. It started doing this after the last update. How can I fix it? I’ve looked in the widget & appearance menus. I’ve removed it and reinstalled it. Please help?

    #139907
    jswartzendruber
    Participant

    Hi 3tonine/Rachel – As a followup, make sure to have the latest version of the bbPress Enable TinyMCE Visual Tab plugin. I’m using WP 3.7.1, bbPress 2.5.1 with TinyMCE Advanced 3.5.9. I had to use bbPress Enable TinyMCE Visual Tab 1.0.1 in order for it work properly, and this doesn’t appear to be available yet from the WordPress Plugin Directory.

    More info: https://wordpress.org/support/topic/not-working-in-bbpress-24

    Regardless, thanks for the pointers to all the bits/bobs, once I got the correct versions it works great.

Viewing 25 results - 22,976 through 23,000 (of 64,534 total)
Skip to toolbar