Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 13,226 through 13,250 (of 64,454 total)
  • Author
    Search Results
  • Momshof
    Participant

    Wordpress: 4.3.1
    Divi Theme: 2.5.5
    BBPress: 2.5.8
    bbp style pack: 2.8.3
    http://dtcdancecentral.com/DTCTest/forum/

    Hi – I am new to BBPress. I am hoping some one may be able to assist with the page formatting of the forums/category/topic pages et etc. I am trying to get it as close to this:

    http://dtcdc.freeforums.net/

    as I can.

    With bbpress style pack I was able to do alot without having to mess with any code of files -I do not have alot of coding experience or working within the server on files.

    Right now – I have the following short codes in a Divi Page – this is my Forum Index Page:

    [bsp-display-forum-index forum= ‘1106’ breadcrumb=’no’ search=’no’]
    [bsp-display-forum-index forum= ‘1130’ breadcrumb=’no’ search=’no’]
    [bsp-display-forum-index forum= ‘1154’ breadcrumb=’no’ search=’no’]

    1. This is giving me the “boxed” look for each separate forum I want – I can not figure out how to get the header title of each forum changed. Where it says “Forums, topics,posts, freshness” instead of Forum – I would like it to state the name of the forum I have created (like the first one be “Community Forum”, then the 2nd one would be “Platinum Members Forum” & the 3rd “Diamond Members Forum”).

    These would not be links to anything. Just the forum title. So that when an actual forum below in the “box” is clicked on it goes straight to that forum page showing all topics under that forum.
    (I hope I am using the correct terminology here.)

    2. I can not get the description to show up underneath each category on the forum index page. Is the only way to achieve this to do something to the files in wp?

    3. The topic pages (submit & view) have a big line running down the right side of the pages down into the footer – is there anyway to remove that line and make the pages full width or a custom width?

    Divi Theme does provide an Epanel where I can put css coding in without having to change any files. If anyone has any ideas how to achieve these changes (hopefully without altering files) I would appreciate the help & guidance.

    Thanks!

    #168585

    In reply to: Reply threading issue

    Robkk
    Moderator

    @omj-1

    This is the CSS causing the issue.

    #bbpress-forums .bbp-body div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0;
    }

    The reason why when reply threading is enabled fixes the issue is because the list .bbp-body self closes and makes the above CSS not work.

    Here is the ticket about the reply threading markup bug.

    https://bbpress.trac.wordpress.org/ticket/2757

    You can use this custom CSS to fix the issue.

    #bbpress-forums .bbp-body div.bbp-reply-content {
        clear: none;
    }
    #168581
    timsilva_
    Participant

    I’m looking to hire someone with experience in migrating data into bbPress (BuddyPress as well). I got most of the data working from the standard forum importer that comes with bbPress, but that porter doesn’t support everything that I had in my SMF forum. Technically, the bbPress software, being lean, simply doesn’t have these features. Here is what I want to import manually:

    1.) Private messages (into BuddyPress’s messages)
    2.) Signatures (into GD bbPress Tools)
    3.) Thread view counts (via this custom method)
    4.) Avatars
    5.) Stickied topics
    6.) Deleted usernames (Posts from users on SMF who deleted their own accounts all get bucketed into a single account)

    If anyone can help with any or all of these, let me know. I can simply migrate without these manual bits if necessary, but I at least want to try to save the data.

    #168577
    Robkk
    Moderator

    This is for the ranking images right?? Did you ever try what I suggested in the other topic with using something similar to this code this user has posted?? All you have to do is replace the svg tag code with an img tag with the link to the images you want to use.

    User ranking system?

    #168574
    DAM
    Participant

    Hi @robkk
    Yes I think its a BBpress bug because I have the same problem with only BP+bbpress active on default theme.

    Robkk
    Moderator

    It could be a bbpress/theme related issue.

    Since your theme is a premium theme it might be best to contact the theme author that you purchased the theme from for some help for this.

    #168566
    Robkk
    Moderator

    I tested out the patch and it works pretty well for a custom user role I created. I just used the tutor role mentioned in this guide https://codex.bbpress.org/custom-capabilities/ and it worked when I created and switched to that test user.

    Make sure to not touch the core plugin files again. This was a simple thing to do which is not bad, but something else might cause further conflicts.

    #168564
    martineva
    Participant

    I finally re-installed bbpress, to be sure 🙂 Went back to the previous configuration, where users can create new topics, but can’t delete them.
    Now I have to try the patch … If it worked for you, I hope I will succeed do do it as well !

    #168563
    manueldo
    Participant

    @robkk GREAT! your suggestions worked very well!


    @martineva
    , Don´t you forget to modified again (back to original) the theme? themes/YOUR.THEME/bbpress/form-topic.php, where you commented the “stick” option? I think your error could be in this file. Maybe just a , or }? Don´t you have the original to check?

    #168560
    Robkk
    Moderator

    1. How do I set up my site to where people can log in with a WordPress / Gravatar account?

    Jetpack has a module in it for users to login using their wordpress.com account, if that is what you want.

    https://jetpack.me/support/sso/

    2. The profile page title does not show up and using the Yoast plugin I can’t find any way to target it. Any advice?

    You have to use a filter and use custom code to customize the titles. Here is an example of some custom code to that that type of thing for some of the profile pages.

    Change meta/page title for user pages

    3. What’s a good plugin to use for things such as easy navigation for users?

    It depends on what exactly you want. I really do not have any opinions on this type of thing, but it depends on how the rest of your site is set up and the look you are going for.

    #168559
    Robkk
    Moderator

    Download this bbpress.php file and place it in the root of your child theme to fix most of the theme issues you are seeing.

    https://gist.github.com/robkk/7c7d60bcbba078b8e86a

    #168558
    Robkk
    Moderator

    I think you guys can just hot-patch the issue until the bug is fixed in core and so you guys do not mess with any other core code to cause any other possible issues.

    https://bbpress.trac.wordpress.org/changeset/5852

    #168557
    Robkk
    Moderator

    @filip-t

    Yeah I think bbp moderation is the only bbPress specific plugin that can do that. There is a bug with saving topic subscriptions from user before their post needs to be/is approved by subscribing from the checkbox during their reply though.

    As @casiepa said there is a basic moderation system in bbPress right now, and there are going to be improvements in future releases.

    #168555
    Pascal Casier
    Moderator

    Hi Filip-T,

    What I know is that forum moderation is being reviewed and improved a lot for v2.7 of bbPress. For now there is standard moderation and blacklisting as described here: https://codex.bbpress.org/moderation-and-blacklisting/

    I’m not aware of other plugins then the one you have found, but it seems to have some issues with the latest WordPress/bbPress.

    Pascal.

    #168554
    martineva
    Participant

    Hey, wonderful; no more sticking or merge button ! But I just discovered the delete topic function is also available in topics the user had not created himself … Where could I did something wrong ??? in the core capabilities php, the participant topic caps ‘edit others topics’ and ‘delete others topics’ are both set as “false” …
    My bbpress/includes/topics.capabilities.php file has been inchanged since the beginning … is there something to custom here as well ?

    thank you

    #168553

    In reply to: Random Unsubscribe

    Pascal Casier
    Moderator

    @mikevens
    (I hope you were not unsubscribed from this one!)

    Did you find anything ?
    Can you confirm you are not using extra plugins like ‘bbPress Moderation’ ?

    Thanks,
    Pascal.

    #168552
    Pascal Casier
    Moderator

    Hi,

    About 2 weeks ago the same thing came up again. You can find it here: https://bbpress.org/forums/topic/post-by-email-social-media-integration/

    Adding replies FROM email is not built into bbPress and I’m not aware of any immediate plans to implement it. Of course when somebody creates a topic and or a reply, any person subscribed is getting the email with a direct link to the topic. Just hitting that link you can start replying.

    Pascal.

    #168551
    Filip-T
    Participant

    Hello there!

    I’m looking for a feature to approve all topics before they appear on the site.
    I can’t provide bbPress version or a link to the site, as i haven’t installed bbPress yet.

    I’ve been looking around the forum and the documentation, but i haven’t been able to find anything, except for the following, which is outdated now: https://wordpress.org/plugins/bbpressmoderation/

    So does bbPress, support this feature?

    Thanks in advance 🙂


    Filip

    #168550
    Pascal Casier
    Moderator

    Hi,
    As bbPress worked fine until you installed imember360, you could point these issues out to them.

    Are you interested in the protection of content and users, or more about the billing ?
    I’m a very happy ‘bbp private groups’ user and it fits all my needs. And it fully integrates with bbPress.

    Pascal.

    #168549
    nathanielsya
    Participant

    Hi, I have issues about infusionsoft’s imember360 and bbPress together. I have installed bbPress and forum worked pretty well until I installed imember360. Forum, Topics and replies suddenly disappeared. and I am not able to view its pages as well. I have not configured or restricted content access with imember360. I’d be really happy if anyone have ideas about this. Thanks alot!

    #168548
    nrangana
    Participant

    when i search for a topic or forum, search result is not directed to the topic or forum. just display a text as below.

    HAITI › Forums › Search › Search Results for ‘carnival’ Viewing 1 results (of 1 total) Author Search Results October 31, 2015 at 9:03 pm #1731 Topic: carnival 2016 dates in forum Travellhaiti Forums neilranganaKeymaster (200.113.203.71) I’m thinking about visiting…

    please help me to fix the problem.

    wordpress version – 4.3.1
    bbpress version – 2.5.8
    theme – travelify – 2.2.0

    Thanks
    neil

    ma3ry
    Participant

    I’ve had a YahooGroup for the past ten years. I’d like to convert it to a new website that I’m developing at https://christiangayschat.com. I’m just getting started with BuddyPress and bbPress and don’t know if what I would like to do is possible, preferably with a nice easy plugin. 😉

    With the YahooGroups my members can write back and forth without ever going to the website. They just use the YahooGroups email address for our specific group.

    Is this something that could be done with the forums? i.e. Could we use both the forums on the website and direct email for all those who are subscribed to that specific group?

    Many thanks!

    #168544
    manueldo
    Participant

    @martineva, the error was mine, I copied wrong the second part.

    The original is:
    <p>
    <label for=”bbp_stick_topic”> <?php _e( ‘Topic Type:’, ‘bbpress’ ); ?>
    </label><br /><?php bbp_form_topic_type_dropdown(); ?>
    </p>

    And you have to comment all that part, so add (without “) “<!–” before <p> and add (without “) “–>” after the </p>.

    The correct final has to be:

    <!–<p>
    <label for=”bbp_stick_topic”> <?php _e( ‘Topic Type:’, ‘bbpress’ ); ?>
    </label><br /><?php bbp_form_topic_type_dropdown(); ?>
    </p>–>
    This way the dropdown list for stickying will not be showed.

    I hope this help!

    #168541
    manueldo
    Participant

    Good @martineva, but think that with an update this changes will disappear!
    To delete tha “stick” option I modified two files, the form for a new topic and the template for the topics.

    1) The form (this depend on your theme, for mine was here): themes/YOUR.THEME/bbpress/form-topic.php, line 130 aprox. I commented the html part where the form show the sticky drop down list <!–<p><label for=”bbp_stick_topic”><?php _e( ‘Topic Type:’, ‘bbpress’ ); ?></label><br />

    2) Topic templates: content/plugins/bbpress/includes/topics/template.php, line 2421 aprox. I commented the php for stick and for merge.
    //’stick’ => bbp_get_topic_stick_link( $r ),
    //’merge’ => bbp_get_topic_merge_link( $r ),

    When you update your theme, 1) will be stop working and you will have to do it again.
    When you update bbpress, 2) will be stop working and you will have to do it again.
    But for now, this is the only option I found.

    lvictor
    Participant

    I’ve seen a ton of topics regarding not being able to see the forums at all, but nothing quite like my situation. I can see the top level for my forums, and it is listing topics & replies but I can’t get to them. Although I’ve imported the bbpress templates and css to my template directory, I’m unable to get past the top level for my forums at:

    STARFLEET Discussion Forums

    When I click on a category, topic, reply, I get a blank like this:

    http://sfi.org/topic/heres-a-test-topic/

    They do work when I switch to the default template, so is there a step I missed with the template? Is there code that needs to be added to the template header? Something else?

Viewing 25 results - 13,226 through 13,250 (of 64,454 total)
Skip to toolbar