Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 50,151 through 50,175 (of 64,460 total)
  • Author
    Search Results
  • #75373

    In reply to: bbPress 1.0 released

    alexleonard
    Member

    Is there any easy way to search for plugins that are compatible with the bbPress 1 branch?

    #15359
    #15358
    Milan Dinić
    Participant

    Is it possible to link directly to post except with link to named anchor (http://example.com/forum/topic.php?id=152#post-499) on topic page, just like in vBulletin (http://example.com/forum/showthread.php?p=1856440#post1856440) or SMF (http://example.com/index.php/topic,152.msg499.html#msg499)?

    Why I am asking this is that I’m doing migration from SMF and there are many links which contains IDs of posts and I want to link directly to them in bbPress too (through mod rewrite), and this is hard when topics have multiple threads (how to find on which page is post in exampled SMF URL above?).

    Thanks

    #59370

    In reply to: Plugin: List Bookmarks

    jphill77
    Member

    I am using WordPress MU 2.7.1, and BBpress 0.9.0.5 with PHP 5. I have the user table integration as well.

    #76208
    _ck_
    Participant

    Are you certain you have bbpress installed under your /forums/ directory?

    Because I am fairly certain you don’t.

    If you did, this would work

    http://absolute-truth.net/forums/license.txt

    (unless you deleted that file, which is unlikely)

    /forums/ should be at the same level that /blog/ is

    #76271

    In reply to: Error when Install

    4crickj
    Member

    Not much info here; but try downloading bbPress again in case it is corrupt.

    #76207
    lndasa
    Member

    The second worked I changed the options from the existing place to /forums. After that http://absolute-truth.net/forums/ showed the posts but the template was not applied, it had a crude look. Now I deleted the bbpress under plugins. Now it doesn’t show up anything. So there seems to be some dependency with the old area. Is that dependency in the Database?

    #69742
    DennisH
    Member

    Also, do all passwords need to be reset afterwards?

    #76206
    _ck_
    Participant

    The cookies are a different problem, you have to set the cookies to use the root / and not a sub-folder.

    See if it allows you into

    http://absolute-truth.net/forums/bb-admin/options-general.php

    and/or

    http://absolute-truth.net/blog/wp-content/plugins/bbpress/bb-admin/options-general.php

    and change the bbPress address (URL)

    #74855
    Göran
    Member

    I opened the .mo file and changed “sullat” to “tappat” in it using a text editor and saved the change and uploaded it and ir worked. It should perhaps not have been possible but it was!

    The second part of my question now seems strange since I pasted what in my e-mail looked like Ditt användarnamn är: Gran Lindgren but it displayed correctly here!

    #76205
    lndasa
    Member

    I saw somewhere you shall run into cookie problem with wordpress authentication if bbpress is not installed as a subfolder under WP. Nevertheless that’s exactly what I want to do and Iam unable to do. I haven’t deleted the http://absolute-truth.net/blog/wp-content/plugins/bbpress/ installation, I copied the whole bbpress to /forums and tried to re-install bbpress with bb-config commented. It failed in step 2. Thats where Iam. Unfortunately there is no step by step procedure to relocate bbpress.

    #75728
    _ck_
    Participant

    I noticed many of the old constants are not defined anymore by default.

    A few plugins, definitely not all just a few, may be fixed somewhat by adding this to bb-config.php

    define('BB_LOAD_DEPRECATED',true);

    #76204
    _ck_
    Participant

    You don’t actually have bbpress installed underneath wordpress do you?

    http://absolute-truth.net/blog/wp-content/plugins/bbpress/

    if so, that’s really not good design

    move it to http://absolute-truth.net/forums/

    bbPress is not a wordpress plugin, it’s a standalone program

    #76203
    lndasa
    Member

    I tried that Please see http://absolute-truth.net/forums/ my Intended place. You can see the “No page found” and the tags linking to the location where the forums is currently located within the plugins directory.

    #74854
    _ck_
    Participant

    .mo files cannot be directly edited, you need to use a tool like poedit http://www.poedit.net/ to correct the .po file and then compile it to .mo

    Wattskemov
    Member

    I have installed my WordPress-MU 2.7 & bbPress1.0.1 and I also try to bridge the cookies between them.

    Now the user data is shared by them. But I can’t make the cookie share work.

    I have installed “bbPress Integration” plugin for WordPress. I also Copy these from wp-config:

    define(‘AUTH_KEY’, ‘blahblah’);

    define(‘SECURE_AUTH_KEY’, ‘blahblah’);

    define(‘LOGGED_IN_KEY’, ‘blahblah’);

    define(‘NONCE_KEY’, ‘blahblah’);

    define(‘AUTH_SALT’, ‘bliddyblah’);

    define(‘LOGGED_IN_SALT’, ‘bliddyblah’);

    Put them in bb-config.php with BB_ in front:

    define(‘BB_AUTH_KEY’, ‘blahblah’);

    define(‘BB_SECURE_AUTH_KEY’, ‘blahblah’);

    define(‘BB_LOGGED_IN_KEY’, ‘blahblah’);

    define(‘BB_NONCE_KEY’, ‘blahblah’);

    define(‘BB_AUTH_SALT’, ‘bliddyblah’);

    define(‘BB_LOGGED_IN_SALT’, ‘bliddyblah’);

    But I don’t know what I should fill in bbPress –> Dashboard –> Setting –> WordPress Integration. For example, where is WordPress “auth” cookie salt in WPMU? I also can’t find WordPress “secure auth” cookie salt & WordPress “logged in” cookie salt in my WordPress admin page.

    Where can I find them in WPMU?

    #74853
    Göran
    Member

    I managed to find the word “sullat” in sv_SE.mo and changed it to “tappat”, saved the changed file and uploaded it and it worked fine.

    But when a new user get the password the text looks like this:

    “Ditt användarnamn är: åke-örjan

    Ditt lösenord är: ••••••••••”

    It seems ok in the sv_SE.mo file but is not ok when it reaches the user. What is the problem and how can it be fixed?

    #69741
    DennisH
    Member

    I got the following error when converting:

    General Error

    SQL ERROR [ mysql4 ]

    Data too long for column ‘post_text’ at row 1 [1406]

    An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists.

    #74852
    Göran
    Member

    Answer to my post about Swedish names: https://bbpress.org/forums/topic/swedish-names-for-users-wanted#post-39020

    In the translation I want to change a word. It states:

    “Registrera dig eller logga in – sullat bort lösenordet? ” where the word “sullat” is very unusal and not understandable to many people. How can I replace it with “tappat” ?

    #76238
    Göran
    Member

    Thank you Kar-l and _ck_ for your answers.

    CyrNickName might be useful but where can I find it? It is not in the list of plugins and it might be possible to download from a site a found in Russian but I do not understand russian so I could not use it. After more searching I found http://bbpress.ru/downloads/plugins/ where I could download it and it seems to work fine.

    #76202
    _ck_
    Participant

    Try putting this into your bb-config.php

    $bb->uri = 'http://your-domain-name.com/forums/';

    #15335
    lndasa
    Member

    I have installed bbpress under mysite.com/blog/wp-content/plugins/bbpress/ and its working fine along with blog (integrated). I would like to move it to mysite.com/forums. I physically copied the files to the mysite.com/forums folder and ran it gave an error saying “page not found” and then I commented out my bb-config.php to restart installation. It accepted DB values but in the Step 2 it went to the old location where it was installed mysite.com/blog/wp-content/plugins/bbpress/. So looks like the site path is hard coded in the database how do I address this.

    #76277
    _ck_
    Participant

    0.9 is very trim, 1.0 is technically as large as WP

    Using topic meta you can store attributes for just about anything.

    Searching it is another matter, you’d have to write some custom routines.

    It all comes down to how much PHP you know or if you can pay a developer.

    bbPress can do a great deal, but sometimes there are apps that can do better, don’t try to hammer a square peg into a round hole.

    #76276
    johnhiler
    Member

    It’s possible to use it to power Classifieds like so (this is done with bbPress plus an adapted version of the Support Forum plugin together with the My Views plugins):

    http://classifieds.weddingbee.com

    However, as far as I know… it’s not currently easy to add all that meta info for each item – i.e. edition name, price, condition, etc. It’d be fairly straightforward to program a plugin to pull that off though! But it’s not currently available, as far as I’m aware…

    #15354
    jdschu
    Member

    I’m looking to start up a book exchange for students at the university I attend. I want it to be very basic. People post the book along with some additional information (edition, price, condition, etc.) The posts would need to be searchable (of course), and there would have to be a way of viewing each department separately (for instance, just browsing the French books for sale).

    I’ve been playing with Noah’s classifieds, and while it would work, I feel like I can do better. bbPress is very trim, which I like, and I’ve used wordpress a lot, which should be helpful. How well suited is bbPress for something like this?

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