Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 61,151 through 61,175 (of 64,411 total)
  • Author
    Search Results
  • gjaw88
    Member

    I’m not a php coder yet and am learning. How would I go about making when I click “register” on bbpress to shoot it to my wordpress registration instead?

    The reason why is because I have it setup so that WP users can also log on the forum, but bbpress signups don’t work with WP.

    Thanks

    #57960
    gjaw88
    Member

    Here is the site. NO I’m not using this for my site, this is just a test and is what domain name my friend offered haha. Nothing is inappropiate on this site, it is just for testing purposes before I buy my own domain.

    http://www.saladtossers.org/wp/bbpress/

    ‘code'<?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘mike_i126wor’); // The name of the database

    define(‘BBDB_USER’, ‘mike_i126wor’); // Your MySQL username

    define(‘BBDB_PASSWORD’, passwordhere’); // …and password

    define(‘BBDB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple forums in a single database.

    $bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.

    // Adjust the domain and path to suit your actual URL.

    // Just the domain name; no directories or path. There should be no trailing slash here.

    $bb->domain = ‘http://saladtossers.org&#8217;; // Example: ‘http://bbpress.example.com&#8217;

    // There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.

    $bb->path = ‘/bbpress/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘test site’;

    // This must be set before running the install script.

    $bb->admin_email = ’email@gmail.com’;

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = false;

    // The number of topics that show on each page.

    $bb->page_topics = 30;

    // A user can edit a post for this many minutes after submitting.

    $bb->edit_lock = 60;

    // Your timezone offset. Example: -7 for Pacific Daylight Time.

    $bb->gmt_offset = 0;

    // Change this to localize bbPress. A corresponding MO file for the

    // chosen language must be installed to bb-includes/languages.

    // For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’

    // to enable German language support.

    define(‘BBLANG’, ”);

    // Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage

    // of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at

    // http://wordpress.com/api-keys/

    $bb->akismet_key = ”; // Example: ‘0123456789ab’

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave the rest as it is.

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://www.saladtossers.org/wp&#8217;; // WordPress – Options->General: Blog address (URL) // No trailing slash. Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://www.saladtossers.org/wp&#8217;; // WordPress – Options->General: WordPress address (URL) // No trailing slash. Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?> ‘code’

    #1897
    ergos81
    Member

    Hi all people,

    I want to translate bbpress in Italian. I want to translate the last stable version so I am going to do this all by myself.

    Could you point me on the right step to do the translation?

    I have installed poedit but exactly which are the files to edit? po, mo, etc.. how do I find/create them and then, when the translation is finished, where I put the translated one?

    Obviously all my work will be freely available when it’s finished.

    Thanks for your attention.

    #56523

    In reply to: Strut Your bbPress!

    Burkie
    Participant

    Hello,

    Must say I’m loving bbpress for the past 2 years, creating a web 2.0 thingy at the moment: http://say2ya.com. Cheers

    #57959
    Trent Adams
    Member

    Put up a copy of your config.php with the integration portions in it. Tell us what your wordpress database prefix is and we can try and work this out. Just saying it doesn’t work will not help us help you. We need details of what you have tried and what your have entered. Just make sure you don’t put any password or other information in.

    For reference, my WP integrated config.php has these entries:

    $bb->wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';
    $bb->wp_home = 'http://trentadams.com'; // WordPress - Options->General: Blog address (URL) // No trailing slash. Example: 'http://example.com'
    $bb->wp_siteurl = 'http://trentadams.com'; // WordPress - Options->General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'

    It is important to have bbPress in the same database as wordpress. As well, give us your URL to check this out for ourselves and try and see if we can help.

    Trent

    #57958
    gjaw88
    Member

    I have both bbpress and wordpress in the same database. What else can I do??

    #1922
    gjaw88
    Member

    http://bbpress.org/documentation/integration-with-wordpress/

    Reference to this, I have set my pointers to my wp directory and it doesn’t take anything from it.

    Is this the correct way for this part??

    $bb->wp_table_prefix = ‘wp_table_prefix’; // WordPress table prefix. Example: ‘wp_’;

    It’s very frustrating that this two great packages can’t be implemented easier.

    Thanks

    #57909

    In reply to: Bbpress themes

    Trent Adams
    Member

    As well, Pro Forums has a bunch listed.

    http://proforums.palmansworld.com/category/bbpress-themes/

    Trent

    #57908

    In reply to: Bbpress themes

    drmike
    Member

    There’s a number discussed here in teh forums. You may want to click on some of these tags in the tag cloud at teh head of these forums to check out what you can find:

    template templates theme themes

    Hope this helps,

    -drmike

    #57906
    drmike
    Member

    Hmm, I tried code (well teh backticks) in there when I noticed that the blockquotes didn’t work. In Netscape they looked teh same so I went back to just using the blockquote.

    Moderators have backend access, right Trent? You should change that. ;)

    #1921
    kernow
    Member

    This is a bbpress forum suggestion:

    • In ‘options’ add a number of posts visible before archiving. Selecting a number e.g 10 would see a eleventh post moved to page 2.
    • Add a ‘more’ tag option if its a lengthy post
    • How about tabbed browsing for forums?

    #1920

    Topic: Tattooeddad.com

    in forum Showcase
    nikkiwraith
    Member

    Hey all,

    I have a WP/BBpress integrated site. You can see it at:

    http://www.tattooeddad.com

    and

    http://www.tattooeddad.com/bbpress/

    Thank you for all your hard work!

    #56522

    In reply to: Strut Your bbPress!

    nikkiwraith
    Member

    Hey all,

    Thanks for all the hard work. You can see what I’ve done with it here:

    http://blogs.tattooeddad.com/bbpress/

    It took some doing to get the scheme and layout right, but that’s what hacking’s all about, right?

    #56828
    Bloggsbe
    Member

    Hi!

    I’ve made a plugin to do the same. Makes it easy to show the avatar in posts and profile. It’s just to drop one line in e.g. post.php, and the avatars shows up.

    You can check it out -> download.

    Rune

    #57905
    maker
    Member

    cool. best I read up on WPMU then.

    thanks guys.

    #57904
    Trent Adams
    Member

    Darn it, I forgot that blockquote is not styled in this forum…..that is a problem that I will have dealt with! I changed your post drmike to the code tag for now as it didn’t read right without a formatting of some kind!

    Trent

    #57948

    In reply to: Private/member forums

    drmike
    Member
    #57903
    drmike
    Member

    There seems to be a bit of difficulty with integrating wpmu with bbpress.

    I disagree. You pretty much drop three lines into the config file for bbpress, use the same database and it’s set.

    The two lines to share the cookies: Link

    And this line to use the user table from wpmu.

    define('CUSTOM_USER_TABLE', 'wp_users');

    And IIRC, that’s already in the config file, just commented out.

    Hope this helps,

    -drmike

    #1912
    maker
    Member

    I’m thinking about changing my wp installations over to wpmu so I can have more artists projects but I would (probably) like to keep my bbpress as the main page.

    There seems to be a bit of difficulty with integrating wpmu with bbpress.

    Am I better off waiting until at least bb 1.0?

    #57306

    In reply to: Plugin: bb-Topic-Views

    wittmania
    Member

    OK… it is now available through the plugin browser!

    #57884

    In reply to: Changing the header

    LwEEs
    Member

    Sam my friend,

    Is this on the theme header or somewhere else, because my bbpress theme header is actually one line of code, everytime I try to change it messes up the installation. When I get home I’ll post the few letters my header has. Thanks.

    #57945

    In reply to: Old Version

    fel64
    Member

    Your friend is wrong. Did the solution in the other thread not fix it?

    But whatever. Knock yourself out.

    #57869
    mfaxion
    Member

    fel64. Thanks for the input on the HTML!

    Created a test account for people to see the Account and problems.

    username=demo

    psswrd=demo

    mysoberlife dot com

    I added div id=wrap, div id=header, & div id=right to my bbpress template. That solved all position issues in Mozilla. However IE is even more of a mess now.

    #56521

    In reply to: Strut Your bbPress!

    c00l2sv
    Member

    Here’s another forum on bbPress. The rest of website is WordPress.

    Thanks guys!

    http://www.primariamedias.ro/forum/

    #1916

    Topic: Private Forum

    in forum Troubleshooting
    Sean Wing
    Member

    I am sorry if this has already been posted, but I seem to not be able to find the exact answer to my question.

    Question: I want to make my bbPress forum completely private so that no one can see the post of anything like that UNLESS that register AND I also want it so that I have to approve a user before they can view and use the forum. So that everything displayed on the forum if completely private.

    Answer: I have the answer to the first question (http://bbpress.org/plugins/topic/34?replies=1) but I need the answer to the second and I want to make sure that is will work with making the forum complete private (the first question).

    Thank you. =)

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