Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 30,051 through 30,075 (of 64,518 total)
  • Author
    Search Results
  • #117348
    pimarts
    Participant

    Hey Tanya, I fully understand your personal consideration and it’s not meant as an attack. At all!

    And to be honest, I don’t even mind to pay (or get payed) for functionality (I’m a webdeveloper myself :)), I’m just thinking out loud. About how stuff like this impacts the future of bbPress.

    I might be overthinking things, I just wanted to put that thought out there.

    #117346

    Topic: I CAN'T START

    in forum Installation
    sandrooo
    Member

    please help me i have installed bbpress and created new forum but i don’t know where it is? so please help i just want to know where is forum installed! P.S sorry for my bad english 🙂

    #117342

    Hi, I used Byethost’s Free Hosting:

    • PHP: 5.3.14
    • WordPress: 3.4.1
    • Better WP: 3.4.2 *
    • bbPress: 2.1.2

    I’m trying to activate Better WP and bbPress My website link

    If I activate Better WP before, bbPress after so I coundn’t go to Dashboard (Blank page)

    If I activate bbPress before, Better WP after so get this message:

    > Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 122880 bytes) in /home/vol14/byethost3.com/b3_10883728/htdocs/epub/wp-admin/includes/schema.php on line 527

    I used one of the other solutions but dont’t successfull:

    > 1. Try adding this line to my wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘128M’);
    2. Try adding this to an .htaccess file (because I don’t have access to PHP.ini): php_value memory_limit 128M

    What additional information do you need? And do you have any ideas how to solve it?

    #117335

    In reply to: Language Pack

    David Decker
    Participant

    A fully tested, improved German language pack in formal and informal version is here to found:
    http://ddwb.me/bbpress-de

    This is created and maintained by me since the 2.x branch!

    Thanks, Dave 🙂

    #117333
    Biggerplay
    Participant

    Is this theme available now? BBPress looks great, but it seems hard to find themes that work well for it.

    #117332
    Tanya
    Participant

    Hi pimarts,

    I wanted this particular functionality for my forum so I went out to find a viable option to get it done within a reasonable timeframe. To me it’s the same as hiring a developer for a website if you don’t have the skills yourself.

    I understand that you might not want to pay for functionality. That’s fine with me, don’t buy it. I’m sure there are bbPress plugins out there that are pay-for. I don’t see anyone complaining about that.

    I can’t speak on behalf of JJJ, but you can see what he says here: https://bbpress.org/forums/topic/unread-plugin-2/

    #117326
    pimarts
    Participant

    How does JJJ feels about this? Isn’t it a bit of a slap in the face if he (and others) put a lot of work into creating bbPress and then someone adds a tiny part and gets money for it?

    Aside from that it would be a shame if functionality like that is going to be ‘pay only’.

    Maybe I’m the only person thinking like that, but I just wanted to put it out there.

    #117325
    Biggerplay
    Participant

    I’m a bit confused as to how BBPress works with themes. Can I choose any theme, and BBPress automatically works with it? or are there only specific themes it will work with?

    Also I want to eventually make the forum the front page of the site, is that possible?

    And finally, I’m going to be using the seedpod coming soon plug in, is that compatible with BBPress?

    grex22
    Participant

    So, oddly, the install of bbPress on my site is v 2.0.1, and the latest version is 2.1. Yet, I have no option to upgrade in my plugins screen..

    Is there a reason why bbPress wouldn’t see the new version availability (and can it be fixed), or failing that, can I manually upgrade to 2.1 somehow?

    I assume i could just copy new files over from the latest release, but perhaps there are database structural changes that this wouldn’t account for?

    Greg

    hixen
    Participant

    Hi, don’t know if this is a bug or just my doing it wrong. I have added a twitter and a facebook field to my user details, and removed the yim, aim and jabber fields. I’m also using the events manager plugin, who have added a Phone field to my user details. So when trying to edit my user details, front end with bbpress (form-user-edit.php) my user_contactmethods dosen’t get updated. This is the code i used:
    add_action(‘roots_footer’, ‘roots_google_analytics’);
    add_filter( ‘user_contactmethods’, ‘my_user_contactmethods’ );

    function my_user_contactmethods( $user_contactmethods ) {
        unset($user_contactmethods['yim']);
        unset($user_contactmethods['aim']);
        unset($user_contactmethods['jabber']);
        $user_contactmethods['twitter'] = 'Twitter';
        $user_contactmethods['facebook'] = 'Facebook';
        return $user_contactmethods;
    }
     This is the code that shows my stuff front end (well it's your code, from form-user-edit.php) 
    

    http://pastebin.com/iYV5H6jv My problem is that it doesn’t output any values front end, but if I type something and press the update button, it gets updated backend, but still it turns blank front end. Hope you guys understand, any help, feedback or ideas is much appreciated.

    • This topic was modified 13 years, 8 months ago by hixen.
    • This topic was modified 13 years, 8 months ago by hixen.
    • This topic was modified 13 years, 8 months ago by hixen.
    • This topic was modified 13 years, 8 months ago by hixen.
    • This topic was modified 13 years, 8 months ago by hixen.
    • This topic was modified 13 years, 8 months ago by hixen.
    • This topic was modified 13 years, 8 months ago by hixen.
    • This topic was modified 13 years, 8 months ago by Stephen Edgar. Reason: Added topic tags
    #117298
    fadebek1
    Member

    Hi guys.

    I have been working with bbpress lately and i wanted to be able to add a button on the reply form

    That will perform an action when clicked.

    Will i need to edit the core files or which file shouild i edit?

    How should i do this?

    Thank you.

    #117297
    #117293

    In reply to: Forum Post Editor

    Steve
    Participant

    PS

    WordPress – Version 3.4.1
    bbPress – Version 2.1.2
    BuddyPress – Version 1.6.1

    #117292

    Topic: Forum Post Editor

    in forum Plugins
    Steve
    Participant

    Hi guys, you know the editor we use on this site to be able to start new topics and add replies, its not the same as the editor you get on the standard installation of BBPress (that one looks like a fancy wordpress editor) what im after is finding out what bbpress.org actually use as there editor because on this one you can hit the link or image button and a window pops up where you just simply insert the link and boom it works right in the post

    (like this>) enter image description here

    and the post preview just underneath is uber handy!!

    Can anyone shine any light as to what bbpress.org use themselves?

    Cheers
    Steve

    #117291

    In reply to: bbPress 2.2

    fadebek1
    Member

    cant wait for this to come out

    #117289
    Starejosel
    Participant

    I am using both the Recent Topics and the Recent Replies widgets. The Recent Replies widget works beautifully, but the Recent Topics widget seems erratic. I have it set to list topics by “Newest Topic”, but the order seems unpredictable. Sometimes it uses the creation date, and other times the latest reply date. Sometimes a reply causes it to change the date it shows, and sometimes it doesn’t. It is not a crippling issue, but curious. Was there a recent update that could have changed the behavior? I am using the latest WP (3.4.1) and BBPress (2.1.2), and tried using the recount tools–they didn’t help. The website is here: http://poetryroundup.us/whup/
    Any help will be appreciated.

    #117288
    Gianluca
    Member

    Non so come ho fatto ma ora funziona… l’unico problema e che bbedit usa i suoi “link” anzichè restare nel permalink assegnato… karnhack.com/social/

    #117279
    Tanya
    Participant

    I am wanting to change the post count instead to a reply count, same as the current bbPress forum does. How would I go about doing that? I have tried to google and search through these forums but unfortunately haven’t found the answer yet.

    I am using the latest version of bbPress and WordPress and my forum is currently in test mode at netballscoop.com/forums

    #117278
    Stephen Edgar
    Keymaster

    Why not use the shortcodes that come with bbPress?

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

    #117277
    5ngua
    Participant

    sample problem here https://bbpress.org/forums/topic/allow-global-access-checked-people-still-can-not-post/ , not yet resolved 🙁

    p.s. Me too, the multisite+buddypress+bbpress installation and the main site is in the subfolder.

    #117270
    ysc
    Member

    click register button

    —->
    User registration is currently not allowed
    —->

    bbpress, wordpress: rescent version

    http://www.marketingnews.co.kr

    mluther
    Member

    Dear Melindrea, Lynq, Amunds,

    Thank you so much for your willingness to help us. And thanks for your patience.

    Here are the relevant files:

    https://www.dropbox.com/s/517br2emy7yz4pq/forum_page.html
    https://www.dropbox.com/s/gcr7so5gx0go0dl/non-forum_page.html
    https://www.dropbox.com/s/jjqlif81pqkrvam/ourwebsite.com_style.css
    https://www.dropbox.com/s/5me5s9gtumwrd1h/bbpress.css

    The link to the folder containing the files is https://www.dropbox.com/sh/lm1mlfjxx3gcwoy/JpAMg7Ipxa

    • This reply was modified 13 years, 8 months ago by mluther.
    • This reply was modified 13 years, 8 months ago by mluther.
    #117259
    ryuken2
    Member

    I am trying to create login box and register link in shortcode function.

    function add_login_form() {
        if(!is_user_logged_in()){
            return wp_login_form();
        }
        else {
            return;
        }
    }
    

    So I get the login box but not sure how to add the bbpress register link if the user is not logged in. code where i want to add the register link along with the loginbox,not sure how to do that. Any pointers or suggestion in code?

    • This topic was modified 13 years, 8 months ago by ryuken2.
    • This topic was modified 13 years, 8 months ago by ryuken2.
    #117258
    Jerry
    Participant

    I would like to install bbpress on a wordpress site I am trying to build- all static pages, so all loged in users to the website domain and sub domains (not multi site) have access to the forum and public viewers of the site do not know the forum exists. Also, the forum should not be indexed or published on the internet.

    kate.t
    Participant

    Thanks Lynq, the first one displays correctly, the 2nd one is misaligned.

    This one displays correctly

    This is the misaligned one

Viewing 25 results - 30,051 through 30,075 (of 64,518 total)
Skip to toolbar