Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 19,426 through 19,450 (of 64,534 total)
  • Author
    Search Results
  • #149726
    sktrader
    Participant

    Hello Everyone,
    I have started a admin talk forum powered by bbpress. http://www.topics-talk.com/

    Please provide your feedback. scope of this forum- Webmaster-admin to chit chat in regards to managing bbpress powered forum

    #149725
    sktrader
    Participant

    bbpress uses wp user database and bbpress plugins comes with login widget to enable login on the sidebar. you can enable registration on the frontend by putting bbpress shortcode on the page

    #149724
    sktrader
    Participant

    I can’t understand your thread properly. in bbpress forum means category and topics means threads.
    I have checked your website but can’t find any forum

    #149723
    Robkk
    Moderator

    i found this code but i dont know if it helps

    // wp_mail altered for bbPress (Mail sent from address)
    add_filter( 'wp_mail_from', 'email_sent_from' );
    function email_sent_from( $email )
    {
        return 'noreply@sitename';
    }
    #149721
    Robkk
    Moderator

    if one registers to wordpress they also are capable of posting on forum topics.

    all registration is around wordpress.

    bbpress may come with a register shortcode to place on a page ,but all the information still goes to wordpress.

    #149720
    Robkk
    Moderator

    also another thing about topics with no replies

    if you want you can feel free and try to find a solution to some of these topics.

    official bbpress support dont always have to find a solution to a topic, even volunteers.

    #149719
    Robkk
    Moderator

    Hi Robin, so you don’t like feedback here? I seemed to have hit a sensitive nerve with you! I did try to make some positives as well as what I thought were honest concerns. I looked on the support forum and there were also other older threads with no replies, not just mine, If you can’t take feedback about what you do then I’m sorry to say you will never learn or grow. As for it been free, well I’m not going to go into a debate about that. But I believe there would be ways to make money out of this like here: http://www.packtpub.com/bbpress-complete-comprehensive-guide/book

    bbpress is open source , i dont think the community is going to try to make money off of something thats open source, thats probably why there is no ads on this site too.

    that book was just written by some guy thats not really affiliated with bbpress. Its like if i myself made a book of all that i know from reading all the documentation. (i dont work for bbpress, i am a volunteer )

    topics with no replies, people are busy , there is like only 2 official people that check out this forum occasionly , robin and stephen

    jjj might check out the forums though but he also works on wordpress core i think i am not sure.

    Other than that the others are volunteers like myself , which i am helping out people because robin helped out me , idk i feel i got to repay them somehow haha

    Your own layout looks promising, I hope it goes well.

    im on the fence if i should put it on github or not, i feel like i dont want people jacking my forums style sometimes

    As for examples

    Just any thing that looks like a forum:

    bbpress looks like a forum ,its just a really simple one.

    which is great because not all people need extravagant features, but if they want they can add wordpress plugins, and also custom functions that you may find on this forum.

    if we compare features in bbpress compared to other forum software there is not much of a difference.

    All i can see that is different is shortcodes on bottom, which i showed a user how to do in a topic before. using bbpress forum statistics shortcode, and the do shortcode function.

    forum icons, which is possible there is a function somewhere if you search this forum.

    category and hierarchy layout , if you search the bbpress trac people have shared how to do this if users want that specific layout.

    ip boards topic sorting you can create something similar using bbpress views in simple html links.

    and the rest is just styling with css, in the documentation it explains… go to this https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-2/

    #149716
    pfswss
    Participant

    Hi Robin, so you don’t like feedback here? I seemed to have hit a sensitive nerve with you! I did try to make some positives as well as what I thought were honest concerns. I looked on the support forum and there were also other older threads with no replies, not just mine, If you can’t take feedback about what you do then I’m sorry to say you will never learn or grow. As for it been free, well I’m not going to go into a debate about that. But I believe there would be ways to make money out of this like here: http://www.packtpub.com/bbpress-complete-comprehensive-guide/book

    Rob, thanks for the reply. I have now put instructions into my post as suggested.

    I had found the theme by lying but from what I seen all it basically did was separate the man forum page to have borders in between the categories and that was it or is there more?

    Both that and the Suportte theme just seem to be a very simple white theme that I can’t see how they look like Vbulletin, Invision or PhpBB. This is the demo I found which is just a screenshot: https://camo.githubusercontent.com/0370bd78798f25ca777774b376651cc71ef4fff9/687474703a2f2f692e696d6775722e636f6d2f386c45694144442e6a7067

    Am I missing something?

    Your own layout looks promising, I hope it goes well.

    As for examples

    Just any thing that looks like a forum:

    here is one theme I do like, just a screenshotL http://invisionmodding.com/index.php?app=downloads&module=display&section=screenshot&record=1678&id=1408&full=1

    even IP board support forum is very basic: http://community.invisionpower.com/

    here are just some random links to IP board forums I found, nothing special but just demonstrating a forum look with a structure of a forum with a skin.

    osatuk.com/community/forums/
    mlbboards.com/
    community.simtropolis.com/

    #149712
    Robkk
    Moderator

    but not too simple actually

    css is actually the easiest in my opinion

    Step by step guide to setting up a bbPress forum – part 2

    #149710
    gold1
    Participant

    I added the shortcode [bbp-register] for a new register page but when I click on register I end up on a page saying:
    Leave a Reply
    Your email address will not be published. Required fields are marked *
    and a button saying post comment. I have no idea what’s wrong…

    bbPress Version 2.5.4
    bbPress WP Tweaks Version 1.3.1
    wordpress Version 3.9.1

    #149706
    Nicolas Korobochkin
    Participant

    bbPress permalinks by default is:

    • /forums/topic/TOPIC_SLUG/
    • /forums/forum/FORUM_SLUG/

    How to replace topic- and forum- slugs to their ID’s?

    • /forums/topic/TOPIC_ID/
    • /forums/forum/FORUM_ID/

    I need this because I have cyrillic letters in topic names (and slugs).

    Current link:

    http://ru.forums.wordpress.org/topic/Пустая-страница-1?replies=3

    After copy and send on Twitter, Facebook..:

    http://ru.forums.wordpress.org/topic/

    I try fix it and write rewrite rule (and flush, yep).

    add_rewrite_rule('^/forum/topic/(\d+)/?$','index.php?topic_id=$matches[1]','top');

    But after visiting /forum/topic/814 (814 topic id is exists) redirect to home page happening.

    #149702
    Robin W
    Moderator

    #1 – ok if it worked with the twentytwelve theme, then we may still be able to help here, but try their support forum first, and if you don’t get help, come back and I’ll see what we can do. We can usually get you working with most themes !

    #2 Don’t worry we all started not knowing, but as long as you are willing to learn and put a little effort in, we can help. So first of all we need to create a child theme to go with your parent theme. This will let you make changes without losing them on upgrades. Start by following this guide

    Functions files and child themes – explained !

    Then come back when you have a child theme, and I’ll explain further 🙂

    #149701
    Kris35
    Participant

    Can I ask, how do your members register on your WP BBPress website? Do they both come with this function?

    Thanks.

    #149700
    Robin W
    Moderator

    Guess i have done something wrong?

    probably not !

    Ok, we need to eliminate other plugins and your theme

    Plugins

    As a test, 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, test by switching to a default theme such as twentytwelve, and see if this fixes.

    #149695
    Robin W
    Moderator

    #1 is related to your theme I reckon. Try as a test switching to a default theme such as twentytwelve and see if it disappears. If it foes come back and we’ll try to help further.

    #2 see https://codex.bbpress.org/bbpress-styling-crib/

    Robin W
    Moderator

    Yes maybe plugin or theme

    Plugins

    Deactivate all but bbpress and profile information 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, switch to a default theme such as twentytwelve, and see if this fixes.

    come back and let us know the results

    #149689
    Robkk
    Moderator

    Use CSS to make bbpress look like your theme

    #149687
    Robkk
    Moderator

    posting this because why not

    If I understand it, it is supposed to be under other bbPress settings,

    settings for the plugin are in the discussion settings

    #149685
    KiwiNeil
    Participant

    Hi

    I’m looking to find a way to get email notifications sent out to participants following the moderation process.

    I’m using the bbPress Moderation and the bbPress Notify (No-Spam) plugins.

    My ideal would be that the moderators would be alerted when a post needing moderation arrives (which I can do through bbPress Moderation) and then for participants/subscribers etc. to be notified once the post has been moderated.

    Is there a way that this can be done?

    #149684
    lemonbars
    Participant

    Hi all, I’m looking for a bbPress theme for Spin, but can’t seem to find any. Can anyone point me in the right direction or give me some ideas of what I would want to concentrate on if I wanted to make a bbPress theme look the same as the free WP theme Spin? Thank you!

    #149683
    SharRakorR
    Participant

    Hi, can please someone help me with Topics for Posts plugin and bbPress? I can’t see any settings or options regarding this. If I understand it, it is supposed to be under other bbPress settings, but nothing is here. Or is any other way how to change comments to bbpress topics? Thank you in advance.

    #149675
    NickUdd
    Participant

    Hi,

    I have followed the guide http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ and have tried both method 1 and 2 ([bbp-forum-index]) but I only get some text on my forum start page http://sfithailand.se/forums/ (same on both methods)?

    Permalink is set to post name

    The actual post looks fine I think http://sfithailand.se/forums/topic/bra-hemsidor-for-foretagande-i-thailand/

    But my forum url looks distorted even though the output looks ok? http://sfithailand.se/forums/forum/byrakrati-och-myndigheter/

    Forum root is using slug /forums/ and forum slug is /forum/ Why do I need both?

    Guess i have done something wrong?

    #149673
    Robkk
    Moderator

    1./ Lack of Support – check out this topic, not one reply as I waited for several days. In the end I had to do it myself on hope and lucky for me I puled it off. I hope this improves.

    i saw this and had no idea what you were talking about, and i didnt have a correct answer, and since you solved it you could share so that people in the future that came across the same problem can find your topic and help themeselves in the future.

    2./ Lack of dedicated Styles and themes.

    phpbb inpsired forum theme by lynq

    https://github.com/EpicWebs/bbPress-starter-theme-epicwebs

    envatos support forum theme-is actually a wordpress theme in whole on github, idk if copying templates will work because this relies on 5 other plugins also

    https://github.com/syamilmj/Supportte

    I might make a better mobile responsive forum theme in the future and post it on github

    here is how my theme kind of looks like , the bbpress theme i will post on github will be loosely based on this

    My Forum Layout (in progress)

    It was impossible to find anything like a normal forum from Invision, Vbulletin or PhpBB.

    what would you like specifically like other forums??

    #149672
    Robkk
    Moderator

    For those who shared what plugins they have activated in their installations, following shows the top ten plugins which are either bbPress-specific or those with expressed support for bbPress.

    a) GD bbPress Attachments
    b) GD bbPress Tools
    c) bbPress Enable TinyMCE Visual Tab
    d) BuddyPress
    e) Buddy-bbPress Support Topic
    f) Custom private code
    g) bbPress – Private Replies
    h) bbPress Stay Checked
    i) bbPress Topics for Posts
    j) bbPress – Mark As Read

    2014 bbPress Survey Results

    i use three of these ten plugins

    #149670
    pfswss
    Participant

    I’m curious to know what are the best or most favored plugins everyone uses?

Viewing 25 results - 19,426 through 19,450 (of 64,534 total)
Skip to toolbar