Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 60,151 through 60,175 (of 64,535 total)
  • Author
    Search Results
  • #58593

    In reply to: dodeca.org.uy

    rosebud
    Member

    I have wordpress and bbpress integrated (in terms of users and logins) but they do not share all the functions. BBPress is translated and working fine, however, I don’t have the wordpress code translated, just a po for the theme.

    #59507
    _ck_
    Participant

    All these problem are both cookie path

    and forbidden character problems.

    Both are poorly documented (or not mentioned at all)

    but the good news is that fixes exist for both issues.

    I have to find my previous instructions on this but

    because bbpress search is so poor, this may take awhile.

    Could someone please get this into a wiki or faq at some point:

    Steps required for more complete and problem-free bbPress+WordPress integration:

    1. cookies paths need to be changed to the same path in both WordPress and bbPress (change to domain root recommended)

    https://bbpress.org/forums/topic/wordpressbbpress-single-sign-on?replies=22#post-9010

    2. the integration plugin should be installed

    https://bbpress.org/plugins/topic/4?replies=26&more=1

    3. the allow spaces in usernames plugin should be installed (also add my underscore hack for characters bbPress by default forbids but WordPress allows – see my message later in same thread)

    https://bbpress.org/forums/topic/usernames-with-spaces-do-not-work?replies=28#post-7904

    4. add the ” set default role when registering new user though forum” mini plugin should be installed:

    https://bbpress.org/forums/topic/yet-another-integration-bug-no-role-set-on-registration?replies=10#post-8768

    5. search your bbpress templates and force all registrations/logins through wordpress from the several places they are buried on the forum (the WP login interfaces are far more developed) – unfortunately at least one bbPress login location is hard coded in the core which will require a direct hack everytime you upgrade. ie:

    <?php $request_uri=$GLOBALS["HTTP_SERVER_VARS"]["REQUEST_URI"]; ?>
    <a href="/wordpress/wp-login.php?redirect_to=<?php echo $request_uri; ?>"><?php _e('Login'); ?></a>
    <a href="/wordpress/wp-register.php?redirect_to=<?php echo $request_uri; ?>"><?php _e('Register'); ?></a>

    6. optional but highly recommended, install the “use display name” plugin for mods+admin:

    https://bbpress.org/plugins/topic/2?replies=6&more=1

    #60046
    adriengeille
    Member

    Don’t work,

    If i delete $bb->wp_home and $bb->wp_siteurl both and leave the address blank ”

    here is the message i get…

    Does it ring a bell to anyone?

    Cannot select DB.

    #59506
    Anne-Lise
    Member

    BTW: WP and BBpress are using the same database.

    #59505
    Anne-Lise
    Member

    I have more or less the same problem. My forum is only accessible to WordPress users of the blog the forum is linked to. They cannot register themselves. Therefore registration is not possible on the forum either. All user names consist of two words. When I, or another user, is logged in in WP and then switches to the forum, he or she has to login again. When user name and password are filled in correctly and the login button is clicked, the user is redirected to a page where it says that the login failed and that he or she has to try again. But this time the space between the words of which the username consists is deleted (‘tester twee’ becomes ‘testertwee’). Logging in with the newly formed username doesn’t work either, of course. Logging in with a username that is made up of one word is no problem (for example ‘admin’).

    This problem didn’t exist in the previous version of BBpress and it doesn’t have anything to do with the browser either since I tested this with Firefox as well as with IE. I also tried deactivating all plugins, but wasn’t the solution either.

    I hope there is anyone who can help me fix this, because it’s really annoying. I was so glad I finally found a rather simple forum that could be integrated with WP.

    #58592

    In reply to: dodeca.org.uy

    w3creativa
    Member

    Hi again Rosebud, Is it an integration of wordpress and bbpress or you just installed bbpress and changed the language?. I am asking you because I integrated and when I try to change the language I get an error. I have done some research and I looks like there´s no solution yet.

    #56050
    w3creativa
    Member

    hi, I have the same problem. Has anyone found a way to integrate and change the language without errors?

    #58591

    In reply to: dodeca.org.uy

    benbeltran
    Member

    Uruguay is such a lovely country, It’s good to impulse the arts, specially film. BBPress is everywhere ;) open to embrace from gaming to arts, from code to random discussion. Code, indeed, is poetry.

    #60271

    In reply to: Style Sheet

    ronjroy
    Member

    The set up is simply http://localhost/bp_web/forums/bbpress and the site is up with no style sheet. I have looked through the templates and I have viewed the source and the style sheet is coming-up as error 404 not found. It seems to me that somewhere in the bbpress coding that the style sheet is not linked properly. I’m not very well versed in php but I have a good handle on css and xhtml.

    #60268

    In reply to: Now up and running

    chrishajer
    Participant

    I responded in your other thread. Also, you can search the forums for template and CSS talk.

    https://bbpress.org/forums/forum/templates

    #60270

    In reply to: Style Sheet

    chrishajer
    Participant

    Sounds like the path to the site is wrong in the config. Do you have a URL where this is occuring, or any info about your hosting setup.

    You have access to the HTML in all the template files and the CSS too. You can make bbPress look like whatever you want.

    https://bbpress.org/forums/topic/top-100-bbpress-sites

    https://bbpress.org/forums/forum/pimp-your-press

    https://bbpress.org/forums/topic/strut-your-bbpress

    #2252
    rosebud
    Member

    I am having problems with the character encoding of my bbpress install. I have it integrated with wordpress and when I use the “Latest bbpress discussions” plugin I see the weird characters you get when you mix collations and charsets.

    I have wordpress in utf-8 thanks to this plugin: utf8 dtaabase converter.

    Before it I had it set to utf but still, the database was showing weird characters (the collation was alright though). So this is probably a MySQL problem somewhere.

    Should I try to adapt the wordpress utf8 converter for bbpress?

    #58590

    In reply to: dodeca.org.uy

    rosebud
    Member

    Thanks for the words, both of you.

    @ w3creativa:

    Actually, the translation I am using is from a bbpress related site. I can’t remember which one though. I’ll try and upload the files if you want them.

    @ benbeltran:

    Dodecá is indeed from Uruguay. ;)

    #2295

    Hi, I’m having problems with the character encoding on a WP/BBpress integrated site. In WP, I can tell the system to encode the page in ISO-8859-1 (which is necessary in this case), in bbpress I don’t know how. I declare the doctype and the meta-content-charset in the theme’s header, but as opposed to the WP pages, the bbpress generated ones are encoded as UTF-8. Looking at the page properties in Firefox, I can see “encoding: UTF-8” and “meta information… charset:ISO-8859-1”.

    Can someone help, please? Thanks in advance!

    #60263
    chrishajer
    Participant

    Where is it displayed now? Chances are, it’s in the config.php:

    $bb->name = 'New bbPress Site';

    That is used for what might be called the ‘name’ of your site.

    #58447
    benbeltran
    Member

    incredible design. One of the best bbpress themes I’ve seen untill now.

    #56549

    In reply to: Strut Your bbPress!

    ptrkmkl
    Member

    Rather simple, but does what I need:

    http://support.newschoollearning.com

    Fits in with the rest of the site quite well.

    #2294
    dens
    Member

    Hi there – recently installed bbPress and picked a placeholder forum name and now I can’t figure out how to change it?

    I would expect to find some “general forum prefs” under the Admin screen of my forum, but no luck.

    any advice?

    #60262
    baptiste
    Member

    Here’s the ticket – hopefully the function or some form of it will get added. Possible improvement would be to limit the depth for forums with deep children

    https://trac.bbpress.org/ticket/733

    #60261
    baptiste
    Member

    http://onthepitch.org/talk/forum/food-and-nutrition

    Not in production yet – still ironing out various bits, adding stuff that’s missing (oh how I miss AJAX posting), etc. But the breadcrumb stuff works for the forum and topic view.

    #60260
    Null
    Member

    Demo?

    #2293
    baptiste
    Member

    I put together some code to implement a real bread crumb trail for BBPress that should support any level of subforums. I’ll open a ticket for the change too, but until it’s in the trunk (hopefully), you can use it by doing the following.

    In bb-includes/template-functions.php, just above the // Forum Loop // line, add the following:

    (UGH – Why if I put code inside code tags is bbpress insisting on parsing it and tossing in backticks everywhere! To see the code, check this file: http://onthepitch.org/talk/bb-includes/template-functions.txt)

    You’ll have to update your template, mainly forum.php and topic.php. Look for the line like this”

    <h3 class="bbcrumb"><a>"><?php bb_option('name'); ?></a> &raquo; <?php forum_name(); ?></h3>

    and replace it with something like this:

    <h3 class="bbcrumb"><?php forum_bread_crumb(); ?></h3>

    And it should work for you.

    #57654
    ajd777
    Member

    This is a little off-topic, but iif you are getting that much spam, you may consider looking at Bad Behavior

    It blocks spambots before they can add content to the database.

    #58446
    mciarlo
    Member

    Thanks guys! We put a lot of work into the forum design. However, we are updating the entire website and the forums are getting a complete re-design (for the better of course). Feel free to stop by in the next few days to check it out =).

    -Michael Ciarlo

    #60230

    In reply to: Gravatar Plugin

    so1o
    Participant

    you can check my website.. i have used gravatar for bbpress…

    http://www.adityanaik.com

Viewing 25 results - 60,151 through 60,175 (of 64,535 total)
Skip to toolbar