Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 11,151 through 11,175 (of 32,504 total)
  • Author
    Search Results
  • #149784
    Robkk
    Moderator

    it should have but i mean there is space created by different objects.

    try this

    #post-entry article.post-single .post-content {
    font-size: 1.25em;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1.4875em;
    }

    if you want to lose more space try this

    .container-wrap, footer .ftop {
    float: left;
    margin: 0;
    padding: 0 2% 0 2%;
    width: 96%;
    background-color: white;
    }

    after that there isnt any more you can delete.

    #149780
    Robkk
    Moderator

    I will say there is a bit of a gap now, between the forum, and the title of site/description, would you know how to make that smaller?

    try this, but if you see some weird looking css throughout the rest of your site in that area remove it, Or try to find an alternative.

    .content {
    padding-top: 5px !important;
    }

    search forum and topic icons in bbpress search then go from there

    Robkk
    Moderator

    they use , the bbpress shortcode for the new topic form.

    [bbp-topic-form] – Display the ‘New Topic’ form where you can choose from a drop down menu the forum that this topic is to be associated with.

    more shortcodes https://codex.bbpress.org/shortcodes/

    create a page , lets say “new topic”

    add that shortcode, and save

    place an html link in loop-forums.php

    the link should look like

    <a href="http://sitename.com/new-topic/">New Topic</a>

    style it with css with

    a.bbp-new-topic-button {
    background:#009375;
    color:#fff;
    }
    #149773
    Robkk
    Moderator

    saw your site , and see that you have an actions button on each post

    i assume you are doing the same thing as my dropdown list for bbpress admin links, or that you took the code from my topic. I think its a great idea , and more help would be great.

    As for your site , right now all i can see is that its doing the same thing as this sites support, but i guess if you can come up with some cool ideas and code or i guess some custom themes you could in the future be for bbpress as buddydev.com is for buddypress if you develop some features for bbpress users.

    #149767
    Robkk
    Moderator

    heres for sent from name

    // Change the Mail Sent from NAME
    add_filter( 'wp_mail_from_name', 'email_sent_from_name' );
    function email_sent_from_name( $name )
    {
        return 'YOUR COMPANY';
    }

    credit goes to jordan boston for both functions

    https://gist.github.com/jordanboston

    #149765
    Robkk
    Moderator

    #1 try

    li.cat-item-none {
    display:none;
    }

    #2 if its the subforums??

    a.bbp-forum-link {
    font-size: 16px;
    font-weight: bold;
    }

    #3 if you really wouldnt mind it being gone for all pages then

    #post-entry article h1.post-title {
    display: none;
    }
    #149764
    Robkk
    Moderator

    you could output the bbpress statistics shortcode like this , its in that reply

    How to make similar bbpress forum to QuicSprout one?

    #149763
    gold1
    Participant

    i get that post comment page on firefox, it looks fine in chrome, but my brother tried from his computer and he gets page not found in chrome, works fine in IE and firefox. Can it be a setting in the browser or something? I put the shortcode on my register page in pages -> edit page

    #149762
    Ene Marius
    Participant

    Hi, I’m trying to display the total posts and topics count on the index page (content-archive-forum).

    I know that this works inside a forum, but is there something similar that counts the totals posts / topics ?

    Thank you.

    #149754
    Robin W
    Moderator

    and look at the styling crib

    bbPress Styling Crib

    #149752
    Robin W
    Moderator

    ok, the register in the login in the sidebar works fine.

    On what page and where did you put the shortcode?

    #149746
    Robin W
    Moderator

    @tomkalili

    I can only suggest that you start by setting up a forum, and then come back with any questions you have.

    to start you should follow the guides in the documentation

    Codex

    #149744
    Kris35
    Participant

    Ok thats great – thanks. I was using User Pro but I didn’t like it. I kinda remember the BBPress login widget was a bit rough looking but am sure I can get a coder to make it look pretty. Do either of you know if most people with a BBPress forum also use the BBPress login widget or do they use something else?

    Robin W
    Moderator

    no, we can carry on here !

    I have to say I’m not sure whether it can take two, the codex seems to think it can be passed 2in the examples.

    https://codex.wordpress.org/Function_Reference/add_shortcode

    However you are passing an array $attr to the function, so why cant you just pass two elemenstb within that array

    $attr[‘id’]
    and
    $attr[‘id2’]

    #149740
    PinkishHue
    Participant

    Yes support is a little short here but we just have to deal with that. I think support will improve as the plugin becomes more and more popular but it’s just taking a while 🙂

    As bbpress is a WP plugin, your question is more WP specific, so – as you’ve mentioned – you just need to use the WordPress Codex to find out how to do things like move your installation. This is a valuable tip for everyone – if you’re having trouble finding an answer here, try the WordPress Codex or support forums as many answers can be found there.

    #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

    #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.

    #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/

    #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.

    #149703
    roodigi
    Participant

    Hello, same question here… Where should we add the code shown in Peter J. Herrel’s post? I searched and couldn’t find a reference to this in the codex. Thanks!

    #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 🙂

    #149699
    cybarmitzvah
    Participant

    Thank You!

    #1, yes I will use their support forum now.

    #2 I am confused where to look for that code? Sorry, I am new to coding. Where do I find the place to edit that code?

    Thank You,
    JB

Viewing 25 results - 11,151 through 11,175 (of 32,504 total)
Skip to toolbar