Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,876 through 48,900 (of 64,452 total)
  • Author
    Search Results
  • Arthur
    Member

    This method is supported by bbPress 1.0 and WordPress 2.8?

    #78739
    Senteevs
    Member

    Get this file: http://svn.automattic.com/bbpress-i18n/pot/tags/1.0.2/bbpress.pot

    Open it with PoEdit: http://www.poedit.net/download.php

    Find the strings you need to change, for example, “Location” and translate them to what you need. Save the changes as a .po file (it will also create a .mo file). Copy both files to your bbpress directory into a folder called “my-languages”. If you don’t have such a folder, create it.

    Change your bb-config.php file and you’re done.

    #76220

    In reply to: Closed registrations

    I’ve found running SABRE with stealth mode on in WordPress stops 100% of our bot registrations and I just point bbPress at that. If you disable registration with either .htaccess or changing the function, it’ll put a complete stop to any registrations on the bbPress side, so you shouldn’t need any spam protection besides that unless you let unregistered users post. bbPress comes with Askimet installed anyway though.

    #78036
    Olaf Lederer
    Participant

    @dragunoff, upgrade to the latest bbpress version :)

    #78737
    Olaf Lederer
    Participant

    There are several topic about custom fields, try a search and check this one:

    https://bbpress.org/forums/topic/plugin-allow-additional-or-custom-profile-fields

    #78725
    Olaf Lederer
    Participant

    or try some other free hosting with php/mysql enabled

    #31665
    PeterVk2
    Member

    Setting up a forum for a university discussion course and can’t seem to find where to set up custom registration fields. For instance, I’d much rather have students’ student number and course number than their website and location. Where is the template file to change this? Or do I have to go into the core files? (I have a limited amount of experience with WordPress and none with bbPress.)

    Cheers.

    #76219

    In reply to: Closed registrations

    pixelgirl
    Member

    Registrations are enabled via my wpmu for now, but this will be disabled after I launch the site. You won’t get 100% security of course, but at least it would decrease unwanted user registrations. I’ll check some bbpress plugins due to spam protection.

    pxlgirl.

    #76218

    In reply to: Closed registrations

    @pixelgirl Give me your forums’ link and I’ll see if I can register ;P you might still get spambots if they work out how to spam bbPress forums. Brutally brutal way would be to change $_POST && 'post' == strtolower($_SERVER['REQUEST_METHOD']) in register.php in bbPress’ base directory to false, which would turn off processing for any data passed to the register page.

    #76217

    In reply to: Closed registrations

    pixelgirl
    Member

    I closed the registrations the brutal way. ;) I removed all <form></form> in register.php and added a message instead. Quick and dirty, but effective since I’m using bbpress with wpmu+buddypress, so users don’t need to register in the forums.

    pxlgirl.

    #31663
    Senteevs
    Member

    Hello.

    I’ve just finished translating bbPress 1.0.2 into Latvian. Everything is fine, although it bothers me quite a bit that the installation is still in English.

    Is there a way to change this so that also the installation process is in Latvian?

    Thanks

    #78724

    I guess you mean you have WordPress.com blog then, as opposed to one on a server? You could try something like what’s being offered here: https://bbpress.org/forums/topic/free-hosting-for-bbpress

    #31662
    villazadi
    Member

    HI

    i dont really have a server where i can upload bbpress, but i have a wordpress blog. is there a possibility to upload bbpress on my blog?

    #31661
    pixelgirl
    Member

    Hi all,

    I am running wpmu, buddypress along with bbpress. After deep intergration, Everything works well, except that the theme in my forum doesn’t look the way I want. I want it look like my own theme I use for buddypress, with the header, navi and footer. The Rest can still be adjusted with css, that’s not the big deal, I’d use the default bbpress theme as a base to do that.

    I have tried ThemePresss, but it would mess up everything, not show the buddybar and the link to the forums. Is there any other way to make my forums look the way I want?

    Thnx in advance,

    pxlgirl.

    #31660
    andyfielder
    Member

    I am having issues…

    It installs fine, but it says:

    Your installation completed with some minor errors. See the error log below for more specific information.

    …Forum could not be created!

    So i look through the log and it all seems fine! I have just looked in the config file and edited it a little, so the auth salts matched my WP install.

    Here is the log:

    Referrer is OK, beginning installation…

    >>> Setting up custom user table constants

    Step 1 – Creating database tables

    >>> Modifying database: db264490364 (db1673.oneandone.co.uk)

    >>>>>> Table: cncbbf_forums

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: cncbbf_meta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: cncbbf_posts

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: cncbbf_terms

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: cncbbf_term_relationships

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: cncbbf_term_taxonomy

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: cncbbf_topics

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    Step 2 – WordPress integration (optional)

    >>> WordPress address (URL): http://www.cnc4.co.uk/

    >>> Blog address (URL): http://www.cnc4.co.uk/

    >>> WordPress cookie keys set.

    >>> WordPress “auth” cookie salt set from input.

    >>> WordPress “logged in” cookie salt set from input.

    >>> Fetching missing WordPress cookie salts.

    >>>>>> WordPress “secure auth” cookie salt not set.

    >>> User database table prefix: cnc4_wp_

    Step 3 – Site settings

    >>> Site name: cnc4 forum

    >>> Site address (URL): http://www.cnc4.co.uk/forum/

    >>> From email address: heading@gmail.com

    >>> Key master role assigned to existing user

    >>>>>> Username: admin

    >>>>>> Email address: heading@gmail.com

    >>>>>> Password: Your existing password

    >>> Description: Just another bbPress community

    >>> Forum could not be created!

    >>> Making plugin directory at /homepages/9/d258877654/htdocs/cnc4.co.uk/forum/my-plugins/.

    >>> Making theme directory at /homepages/9/d258877654/htdocs/cnc4.co.uk/forum/my-templates/.

    >>> Key master email sent

    There were some errors encountered during installation!

    Can anyone help me. the forum can be found at: http://www.cnc4.co.uk/forum

    But keeps redirecting to the installer!!

    #78035

    this version does not work correctrly on bbPress 0.9 branch. I get these PHP Warnings:

    Warning: Missing argument 1 for bb_get_topic_tags(), called in /.../forum/my-plugins/bb-seo-tools.php on line 102 and defined in /.../forum/bb-includes/functions.php on line 1058

    Warning: Invalid argument supplied for foreach() in /.../forum/my-plugins/bb-seo-tools.php on line 105

    #78706

    It’s throwing up 301 Moved errors so I’m wondering if it’s messed up your .htaccess file or something. Where did you install bbPress under? Also, what integration plugin? What version of bbPress did you install? By the way… your version of WordPress has a gaping security hole, UPGRADE!

    #78703
    johnhiler
    Member

    In your config file in the root of your bbpress installation… you can edit it in any plaintext editor.

    It looks something like this:

    https://trac.bbpress.org/browser/trunk/bb-config-sample.php

    #31657
    #78683
    wsokc
    Member

    At last its solved, I follow ur idea and its works.

    First I upgrade it the old database to the latest bbpress, then I import it for each table manually, the tags located in bb_terms.

    Thanks Anyway.

    #78700
    johnhiler
    Member

    GoDaddy is a bit tricky… maybe this will help?

    https://bbpress.org/forums/topic/cannot-select-db-error-and-godaddycom

    #78699
    JaiMami
    Member

    I have and I’ve called them twice to make sure. Not sure what else to do at this point? I know all that info is correct. Not sure what could be the problem. They will not support bbpress.

    #78679

    For those who doesn’t know how to change file permissions : http://blog.ashfame.com/2009/09/fix-my-templates-my-plugins-folder-not-working-bbpress/

    #31656
    JaiMami
    Member

    Help! I am using Go Daddy and I’ve already installed bbpress in the subdomain file of my directory. when I go to the site, it does show me the installer but when I enter the info it says there’s a problem connecting to the database. I’ve called Go Daddy to make sure that the database name and password I’m entering is correct. Can anyone help with this?

    #31648
    krepta8
    Member

    I just finished installing and integrating a setup of WordPress MU 2.8.4a, BuddyPress 1.0.3, and bbPress 1.0.2. Everything seems to have gone fine, except I cannot seem to access the Plugins page under the bbPress Admin menu. When I click it, it directs me to …/bb-admin/plugins.php which loads only a blank white page. Also, bbPress does not seem to recognize any themes placed in the “my-templates” folder and so I am forced to place them in the core “bb-templates” folder. Because of the plugins.php problem, I cannot tell if it will recognize plugins placed in the “my-plugins” folder, as I cannot access the plugins page to find out.

    Does anyone know what could potentially be going on? Any suggestions for fixing it? Thanks in advance.

Viewing 25 results - 48,876 through 48,900 (of 64,452 total)
Skip to toolbar