Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,651 through 63,675 (of 64,154 total)
  • Author
    Search Results
  • #50921
    Atsutane
    Member
    #50912
    edwinkort
    Member

    Going to try this one out. Can’t get that BBpress to install :(

    #50919
    Atsutane
    Member

    Actually i make a little plugin for wordpress to view some bbpress stuff. For now i only done latest discussion and favorite topic.

    #50824

    In reply to: Avatars

    Roar
    Member

    Hi, because I am a bbpress baby, where does one make that change ?

    #50021

    In reply to: bbPress new Theme

    chanzero
    Member

    great work on all this, can’t wait for your release!

    #51070

    Have you set up Pretty Permalinks?

    #51073

    Hello again,

    While clicking topics, Admin, etc… under http://patrimoineacadien.com/bbpress/ , I’m getting errors such as the one found below. What is the reason for this and how can I resolve?

    Robert Richard.

    ______________________

    «Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, *** @ patrimoineacadien.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.»

    #899

    Hello,

    Need some support configuring my bbPress Config.php file at http://patrimoineacadien.com/bbpress . My WordPress blog can be found at http://patrimoineacadien.com .

    Have patience reason I don’t have advance programming knowledge.

    Please continue reading below to find my bbPress Installation related questions.

    Thanks a million for your support.

    Robert Richard.

    _______________________________________

    A) Did create a new MySQL database title patrimoi_bbpress, in my cPanel, for my new bbPress installation. Then, I inputted my already known/existing MySQL username and password. Is this correct?

    <?php

    // ** MySQL settings ** //

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

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

    define(‘BBDB_PASSWORD’, ‘***’); // …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!

    B) Everything seems to look fine for the URL. What do you think?

    // 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://patrimoineacadien.com&#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 = ‘Babillard PatrimoineAcadien.com’;

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

    $bb->admin_email = ‘***’;

    // Set to true if you want pretty permalinks.

    $bb->mod_rewrite = true;

    // 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;

    C) Getting the –1 years behavior. I’m Eastern Standard Time. How do I resolve?

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

    $bb->gmt_offset = -4;

    D) Did create new folder title languages in the following path bb-includes/languages; then I added fr_FR.mo file into above new folder. French language doesn’t seem to be working. How can I resolve?

    // 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’, ‘fr_FR’);

    E) Did I input the Akismet key at the right location?

    // 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->baacc67278bb = true;

    F) How do I configure the following in order to integrate my bbPress with my existing WordPress?

    // 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 = false; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = false; // WordPress – Options->General: Blog address (URL) // No trailing slash

    $bb->wp_siteurl = false; // WordPress – Options->General: WordPress address (URL) // No trailing slash

    /* Stop editing */

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

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

    ?>

    #825
    bftuk
    Member

    Just wanted to show off my first attempt at a template / skin for BBpress.

    http://www.quickwhois.co.uk/forum/

    What do you think?

    #51050
    n22
    Member

    they said that the SMTP serve is not allowd to me (im using a free host plan from awardspace)

    someone suggest to me a free PHP host with that SMTP thing?????

    another idea: why not allowd all user to using bbpress forums? i mean, you dont have to register to send a topic..

    #49469
    teknoseyir
    Member

    Hi,

    I’ve finished translating bbPress into Turkish from that given .po file. Thanks Falo. But, is this an official .po file?

    There are some problems, for example time items are not translatable, some missing strings and a problem in profile page.

    If I translate “Edit” into my language the link of edit page also changes; and we cannot edit the profile. And also, similar problem in “Favorites” string. If we translate “favorites” the link of favorites page changes as well.

    Finally, I’ve translated “Allowed tags: a em strong code ul ol li blockquote.
    Put code in between backticks.” string, but it does not affect on site.

    Thanks!

    Hasan.

    #51017
    iggy22
    Member

    Hi guys. I seem to be getting the same thing as well.

    Got through the installation all right. Very basic installation. Nothing fancy with subdomains, just straight directory installation to http://brettcrhodes.com/bbPress

    Can log in as “admin” all right.

    Can’t view “admin” user profile which is supposed to be here: http://brettcrhodes.com/bbPress/profile/1

    The /profile/1 directory and file doesn’t exist.

    Can’t view topic at: http://brettcrhodes.com/bbPress/topic/1

    The /topic/1 directory and file don’t exit.

    Can add forums and topics but can view them as subdirectories don’t seem to be getting created.

    Any thoughts or suggestions?

    Thanks.

    #898
    iggy22
    Member

    Hi guys. Hope someone might know what I did wrong here.

    Got through the installation all right.

    Can log in as “admin” all right.

    Can’t view “admin” user profile which is supposed to be here: http://brettcrhodes.com/bbPress/profile/1

    The /profile/1 directory and file doesn’t exist.

    Can’t view topic at: http://brettcrhodes.com/bbPress/topic/1

    The /topic/1 directory and file don’t exit.

    Can add forums and topics but can view them as subdirectories don’t seem to be getting created.

    Any thoughts or suggestions?

    Thanks.

    #50358

    In reply to: Cannot select DB.

    bskiba
    Member

    I am in the same camp. SuSE linux server, copied code up and keep on getting “Cannot Select DB”.

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

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

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

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

    Tried other DB names (began with bbpress as per sample).

    Are there any other directory rights or other things that need to be set?

    #50020

    In reply to: bbPress new Theme

    It doesn’t generate thumbnails, its just setting the width of the image thats linked to be something i set. I will be publishing all this stuff on my forum soon. Im just running more test.

    Btw. check it out http://www.talkaboutdesign.com/forum/

    i did more updates, and added a css tab menu on top. Keep checking for more updates. In the near future ill also have a dl theme.

    #50019

    In reply to: bbPress new Theme

    peiqinglong
    Member

    Sweet! Cool thanks!

    How did you make it so that it auto generates thumbnails off the image?

    #51052

    In reply to: multiple forums

    To add a forum to a bbpress installation you just need to go in the admin panel (`http://www.yoursite.com/where_bbpress_is_installaed /bb-admin/ and add new forum using Content->Forum option under the admin menu… tha’s all.

    Creating a new set of tables with a different prefix name will create a whole new FORUM withe it’s own forums inside… maybe the use of the same term made the misunderstanding… bbPress is a forum management system with a series of Forum inside it….

    #50018

    In reply to: bbPress new Theme

    Finally i got this working. Check out my lightbox integration. I made it so when u type in [img]link.jpg[/img]

    it shows up in a post as a thumbnail, and then when u click it it takes u to original image and displays it in a lightbox.

    http://www.talkaboutdesign.com/forum/topic.php?id=4&replies=3

    #890

    Topic: multiple forums

    in forum Installation
    gogarth
    Member

    I am probably being very stupid, but having installed bbPress I don’t seem to be able to add any more forums. I changed the bb_table_prefix in the config.php file, which resulted in a second mySQL database being set up, but the user only sees one forum. What am I doing wrong?

    #50916
    Atsutane
    Member

    Do u mean something like this? http://www.atsutane.net/images/bbpressfavor.jpg

    #51043

    For Italian localization I used the word “Marcatori” for HTML tags, thinking about the meaning of HTML where M stay for markup. I think in english the Markers words can be used as well… what do you think ? For Tags an alternative words could be KeyWords even if actually Tags is widly used for the scope tags are used in bbPress.

    #50935
    agop
    Member

    Есть:

    bbpress.ru

    #50017

    In reply to: bbPress new Theme

    #51022
    Atsutane
    Member

    Even if you get the right time for your post. My freshness still gonna be -1 year. It all happen to the newest post i make but the time posted is correct. Maybe it was a bug inside bbpress freshness function.

    #50985
    gsnixon
    Member

    Ok, so I have the exact same issue with the k2 sidebar module. However, I think this means the issue somewhere in the widget plugin API.

    Atsutane – I think this may be a solution for your akismet problem. Try disabling the K2 sidebar module plugin, and enabling Akismet. Does bbpress still work? If yes, comment out lines 374 to 475 of akismet.php, that is, from right before

    function widget_akismet_register() {

    to right after

    add_action('init', 'widget_akismet_register');

    This should allow you to use both plugins at the same time.

    Let me know if that works.

Viewing 25 results - 63,651 through 63,675 (of 64,154 total)
Skip to toolbar