Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 53,501 through 53,525 (of 64,449 total)
  • Author
    Search Results
  • yokima
    Member

    Hello,

    I would like to have bbPress in two languages, using the same forum DB. So when viewing in language 1, the forum’s interface would be in language 1 with all the postings listed, and in language 2, the interface would be in language 2 with the same postings listed.

    I plan on achieving this with bbPress theme switcher ( http://bbpress.org/plugins/topic/bbpress-theme-switcher/ ) and the link to switch between the themes/languages would be /bbpress/?bbtheme=lang1 and /bbpress/?bbtheme=lang2

    I would also like to set up a php page at the root of the web domain to auto-detect and forward to the appropriate mediawiki language page based on

    1) user’s browser language preferences if this is a first time visit

    2) last connection’s languages preferences, which would be saved in the form of bbPress’s theme preference cookie.

    with a file structure of

    /blog

    /blog/bbpress

    /blog/wiki

    /langdetect.php

    My code so far is:

    ?php

    /* langdetect.php */

    $defaultlang = ‘en’

    $lang = $defaultlang;

    /* bbPress theme cookie detection */

    if cookie exists {

    (read cookie and set $lang to either en or ko.. bla bla)

    }

    /* WordPress and/or MediaWiki last visit language detection */

    elseif previous visit info exists {

    (i’ll figure this out later)

    }

    /* detect in-browser lang pref … modified from http://kaldung.com/en/php_detectbrowserlanguage.html */

    else {

    $langlist = explode(‘,’, $_SERVER);

    foreach($langlist as $curLang) {

    $curLang = explode(‘;’, $curLang);

    /* use regular expression for language detection */

    if (preg_match(‘/(ko|en)-?.*/’, $curLang[0], $reg)) {

    $lang = $reg[1];

    break;

    }

    }

    }

    /* redirect */

    if ( $lang==’ko’ ) { header( ‘Location: http://ENGLISHPAGE’ ) ; }

    else { header( ‘Location: http://ENGLISHPAGE’ ) ; }

    ?>

    How can I read the bbPress cookie that contains the Theme Switcher theme preference?

    #63572

    In reply to: Beta Problem

    To start install, I had to download all 35 files from:

    http://svn.automattic.com/backpress/trunk/

    or

    http://phpxref.ftwr.co.uk/bbpress/nav.html?bb-includes/backpress/

    to bb-includes/backpress/

    It then stopped nagging.

    Any idea why aren’t these bb-includes/backpress/* included in https://trac.bbpress.org/browser/trunk/bb-includes ???

    #4712
    #71477
    _ck_
    Participant

    Uh, you are talking about text in the core?

    Not possible to change via a plugin.

    Only thing you could do is use the language translation filters and do an “english to english” translation of the phrases you want to change. Note that it adds some overhead but I guess everything in bbPress does.

    There is one other scary method you could use and that would be to capture php’s output buffering and change it on the fly. That would be an extremely ugly workaround.

    #71413

    In reply to: No Setting Screen

    karlheinz
    Member

    Hello,

    i setup WPMU, Buddypress and bbPress. After the install the settings menu was not vissible. It doesent matter if i logged in as admin or as keymaster. All i can see is: Users / Manage / Design

    Please help,

    Karl-Heinz

    #71171
    chrishajer
    Participant

    I saw your post on the other thread re: BB_User. To prevent bozo registrations in the first place, why not use the Human Test plugin? https://bbpress.org/plugins/topic/human-test/

    #69507
    chrishajer
    Participant

    You might think it’s a good idea in the core, but I doubt it would ever happen. It’s available with a plugin, and I think that’s where it will probably stay. It’s a philosophical difference in the way bbPress thinks. They don’t load bbPress down with a lot of functionality people might not need. But they do allow plugins to offer that functionality.

    chrishajer
    Participant

    There are a couple place where bbPress uses the word “wanna” as in “are you sure you wanna do that”. I’d like to change that to something more professional, like “want to” but I don’t want to change the core. How can I accomplish that with a plugin?

    Using bbPress Alpha trunk (but this “wanna” wording has existed for a long time, maybe back to 0.73). The word wanna can be found in these files:

    ./bb-includes/js/topic.js
    ./bb-includes/functions.bb-script-loader.php
    ./bb-includes/functions.bb-script-loader.php
    ./bb-includes/functions.bb-template.php
    ./bb-includes/functions.bb-template.php

    Thank you.

    #4709
    eclipsenow
    Member

    I thought I only needed to use CSS to STYLE a theme, but just found out SMF require a fair bit of php just to style a theme! I wasn’t wanting to PROGRAM the thing, just style a pre-existing template.

    Can I just ask, and I could be totally mad here, if there’s a way to create a basic html bbpress template “thingy” that could sit in Dreamweaver and let me do all the CSS in DW, and then just copy & paste that CSS into the right spots in bbpress?

    #68239
    pierig
    Member

    The procedure written by wiseacre:

    -1 The script starts with <?php and finishes with ?>

    0 Change lines 1 and 2 with you user, host, password and database name

    1 Save to file filename.php

    2 Upload to your forum directory

    3 Start it. For example – open http://example.com/bbpress/filename.php

    Thanks for this script, unfortunetly I receive “Table ‘bbpress.bb1_meta’ doesn’t exist”

    I adjust your script, because I’ve renamed all tables to bb1_ instead of bb_

    Any idea?

    Thanks

    #71420
    eclipsenow
    Member

    How do you do that survey? Downloads does not mean users of course, so I’m just curious. I’d love to hear more about Matt’s cross-promotional work.

    #71386
    eclipsenow
    Member

    Anyone know if Lynda.com is about to do the latest WordPress, (let alone bbpress?) They covered using WordPress.com 2.6, but not 2.7 yet, and have about 3 courses on Joomla.

    I’m there to learn Adobe CS4, and have ambitions of learning Dreamweaver, Photoshop, Indesign, etc and delusions of grandeur that I might one day understand my mac almost as well as my wife. (Who’s a VERY professional graphic designer, but a web-illiterate like I currently am). So I paid up for a year at Lynda.com (and will claim that on tax), and sat through 10 hours of CSS training and 3 hours of XHTML and am now starting on Dreamweaver. All this slowed down by Christmas, kids home for 6 weeks in the Australian summer break, and my messing about with Joomla! (There are some things I like about Joomla, but some bad experiences with trying to modify their templates left me a bit blech…. as well! :)

    Yet I hear there is a state of the art Dreamweaver integration pack for $60 that will let me style up WordPress themes in DW! Woah! That almost won me over and gave me delusions of grandeur about one day donating a few state-of-the-art templates to the WordPress world as advertising for my own WordPress theme’s business.

    And then the kids came in demanding ice-cream, and reality slapped me across my fantasising, drooling, delusional face.

    So… in this vulnerable state of mind, I need a hug. ;-) Cult like it is, this “choosing software before you know software” business and frame of mind!

    As a bit of an activist with other causes (and having had a little exposure to marketing, not a lot but enough) can I just comment that I think it would be better “press” if bbpress had some more features turned on in this forum? I personally really rely on email notification that someone has replied to a forum, and only check my RSS about once a day. (It’s all inconvenient). Instead of just clicking “Send post” I have to then click RSS, and then click Google Reader when that comes up, and then remember to check my RSS. I think the vast majority of bulletin board users like email notification of a reply. Is there a reason bbpress decided not to showcase some of their best plug-ins on their leading forum?

    Anyway, so tired I’m nearly hallucinating. Night night, and no offence meant by any of the above.

    #4708
    Billy Wilcosky
    Participant

    The error page that comes up if a post no longer exists, or in my case if a user is logged out but is trying to do certain things… it comes up and is a big green box with the bbpress logo…

    Well, I found where to edit the page… in install.css. But, does anyone know where I can edit the page title.

    UPDATE: I figured it out. It is in the functions.php file in the bb-includes directory.

    #4362
    eclipsenow
    Member

    Hi all,

    I just found out that SMF can have ADMINS hit a few buttons and over-ride all user preferences regarding for “reply to thread” email notifications. I personally love email notification, and think that systems that rely on RSS are just creating far too much work. Can BBpress set up something like this so that all users receive email notification re: replies? SMF can set it up so that each current user and all future guests and future users will receive email notification on any thread that is replied to.

    You might not think it’s a good idea, but personally I think it’s so important it’s something I would remove from BBpress’s plugins and have straight in the core.

    #67716
    Trent Adams
    Member

    Unless I am missing something, it creates a user in WP doesn’t it? Then it would have to be using the site cookies right? If you have a proper cookie integrated site wouldn’t that then make you also logged into bbPress? This is all theory of course as I just saw the FB connect WP plugin today…..

    #69497

    It would actually be really easy to build in bbPress theme functionality into the get_header and get_footer functions of WordPress, and I’ve thought about doing that in a few of the themes I’m making. Let me experiment this evening and report back.

    #63125

    In reply to: Super Sticky Problem

    You know, I’ve thought about this type of thing, and I think that bbPress really tries to hide the forum layout as much as possible. It doesn’t surprise me that it would work this way, as super stickies tend to really act like forum wide announcements than as stickies. That being said, showing them in a forum that’s already halfway hidden is a little redundant.

    bbPress really does work much differently than your typical forum, and it takes a little massaging to make it feel like phpBB or vBulletin.

    #63124

    In reply to: Super Sticky Problem

    johnhiler
    Member

    Ah sounds like it’s still an issue in Version 1.0-alpha-2:

    https://bbpress.org/forums/topic/using-sticky-post

    #71385

    The title of this post made me chuckle, so I had to chime in.

    If worse really comes to worse, I am willing to assist on a more personal level. I can’t ethically advertise myself or my services here, but if you can google your way into contacting me outside of bbPress.org, I’d do my best to help you.

    …And Joomla, blech… :)

    #65377
    chrishajer
    Participant

    @Tinkerer – that is correct. That has been a problem for some time. What versions did you integrate?

    #71366
    chrishajer
    Participant

    Just edit the link in header.php in your template folder to point it to your WordPress home page, rather than the bbPress home page.

    So instead of this:

    <a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a>

    You would have something like this:

    <a href="http://www.example.com/home/">WordPress Home</a>

    #71462
    chrishajer
    Participant

    It probably is due to being on a IIS server. We were able to get this working with SwiftMailer and an external SMTP server. What exactly did you try to get this working? Please post the URLs of what you tried. Thanks.

    You could avoid emailing the password by displaying it upon account creation, or letting the user select their own password.

    https://bbpress.org/plugins/topic/instant-password/

    ATM I can’t find the plugin I thought existed to just display the password rather than email it.

    #71422
    chrishajer
    Participant

    When you say “copy” do you mean “have the wordpress sidebar in bbPress” so it will be dynamic, just like it is in WordPress? Or, will you just copy and paste the code for a static sidebar into bbPress and it will never change?

    If you want the former, you need integration, and you need to include WordPress inside bbPress so you have access to WordPress functions, like get_sidebar();.

    If you want the latter, you just need to modify your template files to include the sidebar where you want it, and then modify the CSS to allow the space to exist in your forum.

    #71419
    _ck_
    Participant

    It’s just wikipedia politics and someone wants to feel like they have power.

    I would guess once Matt starts promoting bbPress on WordPress.org/com you’ll see the page restored as bbPress becomes more famous.

    Fairly certain bbPress has over 10,000 users now and will do another survey in February – there are projects with far fewer users which still have a page on Wikipedia.

    #70308
    mikaelwehner
    Member

    Thanks for the screencast Sam! I installed BBpress 1.0 Alpha with WP 2.7 but didn’t get the integration to work fully. I followed your screencast as well as I could but my setup is a bit different:

    1. I already had wp 2.7 installed with a custom prefix (which I filled out in the set up)

    2. My host has safe mode on so I got some errors and had to manually modify and upload the config file.

    I was not able to log in to the forum since Firefox got in to a loop so I couldn’t finnish the installation process. So I deleted the BBpress db tables and reinstalled but did the Worpress integration after the installation was done. Most things works fine, I can login to WP and BBpress just fine. I can create users in WP that can log in to BBpress and the other way around. What doesn’t work is sharing the cookies. Users must still login when switching from WP to BBpress or the other way around.

    I have set everything with the BB_AUTH_KEY, BB_SECURE_AUTH_KEY, BB_LOGGED_IN_KEY as described and double checked with the wp-config file that everything is the same.

    Any pointers to how I can get the cookie sharing to work?

Viewing 25 results - 53,501 through 53,525 (of 64,449 total)
Skip to toolbar