Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 58,151 through 58,175 (of 64,054 total)
  • Author
    Search Results
  • #62855

    In reply to: Error

    jompen8
    Member

    oh I missed your message before my last one.

    “It looks like you made bbPress a page inside your WordPress installation?”

    Yes, I´m afraid.

    So maybe the full-url is wrong in the config-file? Do I have to reinstall the whole thing then? And what should the full-url-thing be next time.

    I tested right now to create a page (the URL to my forum) and that worked But as u see u cant do anything when u are there.

    I´m really confused right now,doh.

    I just want to have a forum, a link to it in the menu, it should be integrated (not just for itself, it should be like a new page)

    Is this possible? its feels hopeless.

    //Johan

    #62854

    In reply to: Error

    chrishajer
    Participant

    At this URL I see a blank forum WordPress page that has a title of “Forum”:

    http://jompen8.byethost13.com/?page_id=24

    That’s not how it works. You need to have the bbPress directory inside the WordPress folder. It looks like WordPress runs the whole site, so your forum will be available at http://jompen8.byethost13.com/bbpress/ .

    To get to the forum, you need to make a link in your navigation to “Forum” (just like there is now) but it won’t be a WordPress page, it will just be the URL of your forum (http://jompen8.byethost13.com/forum/).

    bbPress is not a plugin for WordPress and it won’t look like your WordPress installation (with header, footer, sidebar and style) unless you do some work.

    #62830
    chrishajer
    Participant

    That’s the best setup for integration, with the bbPress directory a subdirectory of the WordPress directory. The thing that threw me was that this is still a valid (if somewhat broken) URL:

    http://www.johnwade.ca/Forums/

    I think the integration needs to happen up front, in the config.php, since an integrated install modifies the wp_users table and does not create a bb_users table. I’m not sure if you can go back and edit the config to make it integrated later. I don’t think it would work since the table creation and modification are done upon installation.

    #62852

    In reply to: Error

    chrishajer
    Participant

    It looks like you made bbPress a page inside your WordPress installation? I’d say that’s incorrect in your config. Or, does that page_id 24 just redirect to a forum URL??

    #62850

    In reply to: Error

    jompen8
    Member

    Thank u ! the installation worked!

    BUT! I have one problem:

    I wanted my forum to be at http://jompen8.byethost13.com/?page_id=24/

    but i cant see it there?! ( at the page called “forum” )

    Instead it is here at http://www.jompen8.byethost13.com/wordpress/bbpress/

    Do you know what i have done wrong? Plz help me !

    can it be something with that full-url in my config.php file here :

    <?php

    // ** MySQL settings ** //

    define(‘BBDB_NAME’, ‘My databas-name’); // The name of the database

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

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

    define(‘BBDB_HOST’, ‘sql112.byethost13.com’); // 99% chance you won’t need to change these last few

    define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does

    define(‘BBDB_COLLATE’, ”); // not have these two contstants in them, DO NOT define them

    // If you are installing for the first time, leave them here

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

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

    // The full URL of your bbPress install

    $bb->uri = ‘http://jompen8.byethost13.com/?page_id=24&#8217;;

    // What are you going to call me?

    $bb->name = ‘New bbPress Site’;

    // This must be set before you run the install script.

    $bb->admin_email = ‘jompen8@hotmail.com’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.

    $bb->mod_rewrite = slug;

    // 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 = ‘my askimet key’; // Example: ‘0123456789ab’

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

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

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

    $bb->wp_home = ‘http://jompen8.byethost13.com&#8217;; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl = ‘http://jompen8.byethost13.com&#8217;; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com&#8217;

    /* Stop editing */

    if ( !defined(‘BBPATH’) )

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

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

    ?>

    #58242

    In reply to: bbSync

    adriandb
    Member

    Morgan. The only plugin we have in common is bbPress Integration. I didnt install its counter part on the bbPress side untill after things started getting wonky.

    Is there an uninstall method for bbsync? I wouldn’t mind uninstalling and starting over.

    #2882
    العاب
    Member

    Hello ,

    now i do an Arabization of the BBpress …

    I have Some problems with arabic …

    one of the problems is “Registr with Arabic characters”

    whit normal BBpress we can registr with “A-Z” & “0-9” characters .

    I think this Requirement in (bb-includes>>formatting-functions.php)

    I was Toured in this file but i see three Lines have this Requirement

    Please help Me

    =============

    I am sorry for the bad Inglish .

    #2880

    Topic: Totomer.com

    in forum Showcase
    cart3r
    Member

    This is a sideproject I’ve been working on for a while that I put into production very recently. It’s a web site for students where they can collaborate on assignments, share work, get work reviewed, ask questions etc. When I was an undergrad I always wanted a site like this; unfortunately, there really wasn’t one available. So, once I graduated (about 2 months ago), I decided to start putting one together.

    The site is run on BBPress. The theme is completely custom, and it required lots of tweaking – both to template files and to some core files to get it to work more or less how I wanted. If you have any questions about how I did something with this theme let me know.

    Also, if I may plug it, I had an idea for a unique advertising model (I think) that I couldn’t let go to waste – inspired by the million dollar homepage by Alex Tew… the entire background of the site is available as adspace for a measly $64.00 per square… the ads would create a mosaic that the content would overlay – becoming a part of the site’s design.

    #62827
    johnwade
    Member

    Some success. I found where things were getting stopped up. In the config section looking for “what are you going to call me” (By now I had a few choice words.) I included an apostrophe. When I removed it, the installation went smoothly and I can get into the admin side of things.

    Can I now, after the fact integrate with wordpress by making the changes in the config file? Or is it plugin time. bbpress is inside the folder containing the wp files.

    jw

    #62826
    chrishajer
    Participant

    Interesting (16:12 CST):

    Your bbPress URL (http://www.johnwade.ca/Forums/) is not a subdirectory of your WordPress URL (http://www.johnwade.ca/puppyplaydate).
    Sharing login cookies is possible but is more complicated. See the documentation about integrating bbPress and WordPress.
    In the meantime, remove the http://www.johnwade.ca/puppyplaydate setting from your config.php file, or you may not be able to log in.

    #50333

    In reply to: Using RSS Feeds

    chrishajer
    Participant

    I’ve heard of this problem recently but have not seen a solution.

    https://bbpress.org/forums/topic/rss-result-is-empty#post-13571

    I thought I saw something regarding RSS checked into the code around revision 1044 – 1046 so maybe it’s fixed in development:

    https://trac.bbpress.org/changeset/1045

    #50332

    In reply to: Using RSS Feeds

    fooddude
    Member

    I’m running bbpress 0.8.3.1 integrated into my wordpress 2.3.3. BBPress is in the same database as my WordPress. The problem is, I can’t get a feed from the front page. If I point Feedburner or whatever to bbpress, it discovers a feed (wordpressblog/bbpress/rss.php), but it returns a not valid error. If I go to it in my browser, I get a blank page.

    I’ve tried reinstalling bbpress, and switching to the default theme to no avail. Anyone have any ideas?

    #62849

    In reply to: Error

    chrishajer
    Participant

    There are lots of people out there who know how to fix it.

    I think the problem you are having related to glob() is fixed in revsion 1075. I would download that as a zip archive. It works around the fact that glob is not available on some servers.

    You can download any revision you want right here (look at the bottom of the page for zip archive and download that, when you find r1075.)

    https://trac.bbpress.org/

    There is a quick fix also:

    https://bbpress.org/forums/topic/php-error-messages#post-13143

    #62838
    kernow
    Member

    thanks for the info. Have installed and sync’ed WordPress and BBpress on xammp now. Really there is nothing like an install you can play with without worrying about it all crashing :)

    Re the integration plugins with security issues, what is the situation with those?

    #62822
    johnwade
    Member

    Meant, drop and I’ve started over. WordPress went fine. bbpress went into a folder called forum and got this error:

    Parse error: parse error in /home/cust2/user1080446/html/puppyplaydate/Forums/config.php on line 16

    Fatal error: Class bb_walker_forumadminlistitems: Cannot inherit from undefined class bb_walker in /home/cust2/user1080446/html/puppyplaydate/Forums/bb-admin/admin-functions.php on line 582

    Here is the config file:

    <?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’, ‘********’); // 99% chance you won’t need to change these last few

    define(‘BBDB_CHARSET’, ‘utf8’); // If you are *upgrading*, and your old config.php does

    define(‘BBDB_COLLATE’, ”); // not have these two contstants in them,

    DO NOT define them

    // If you are installing for the first time, leave them here

    // Change the prefix if you want to have multiple

    forums in a single database.

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

    // The full URL of your bbPress install

    $bb->uri =

    http://www.johnwade.ca/puppyplaydate/Forums/&#8217;;

    // What are you going to call me?

    $bb->name = ‘John Wades Puppy Play Date Site’;

    // This must be set before you run the

    install script.

    $bb->admin_email = ‘johnwade@johnwade.ca’;

    // Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based 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 = -4;

    // 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 = ‘xxxxxxxxx’; // Example: ‘0123456789ab’

    // The rest is

    only useful if you are integrating bbPress with WordPress.

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

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

    ‘wp_’;

    $bb->wp_home = ‘http://www.johnwade.ca/puppyplaydate&#8217;; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com&#8217;

    $bb->wp_siteurl =

    http://www.johnwade.ca/puppyplaydate&#8217;; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com&#8217;

    /* Stop editing */

    if (

    !defined(‘BBPATH’) )

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

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

    ?>

    #2878

    Topic: Error

    in forum Installation
    jompen8
    Member

    I got this error when i tried to install :

    Warning: glob() has been disabled for security reasons in /home/vol2/byethost13.com/b13_1521748/htdocs/wordpress/bbpress/bb-settings.php on line 169


    http://www.jompen8.byethost13.com/wordpress/bbpress/bb-admin/install.php

    Can anybody help me? Please

    Regards Johan

    #62821
    chrishajer
    Participant

    What do you mean by dump? It doesn’t look like there’s anything there to save, so I would drop the tables and start over by letting WordPress and bbPress create new tables in the database with the proper (different) table prefixes (from your configs.)

    #62819
    johnwade
    Member

    I was just reading the cookie reference as to the forum being placed inside the wp folder. I don’t know how I missed that in the installation instructions. I know I was supposed to provide a path.

    All in all, a strong arguement for starting from scratch and inserting the bbpress folder into the wp folder. Will update shortly.

    jw

    #62818
    chrishajer
    Participant

    Interesting…

    I don’t know why it would redirect to the home page vs. giving you a failed login attempt. I registered, received my email, tried logging in, and it seemed like it just redirected to the front page of the forum again.

    Is the WordPress installation going to be here:

    http://www.johnwade.ca/puppyplaydate/ ?

    If so, with integration, the bbPress installation should be here then (I believe):

    http://www.johnwade.ca/puppyplaydate/Forums/

    but it’s actually here:

    http://www.johnwade.ca/Forums/

    I wonder if the cookie path is wrong and that prevents bbPress from setting the proper cookie and thus thinks you’re not logged in, or that you logged back out since there is no valid cookie?

    I checked the cookies that were set and I have a cookie path of /puppyplaydate/ for wordpressuser and wordpresspass. I would expect the cookie path to be /Forums/ with this setup.

    As a test, I just stopped accepting cookies for my site (integrated with WordPress as well), then tried logging in. If I tried to log in while I was viewing a forum, it just silently redirected me to the forum home page. This seems like confirmation that it’s a cookie issue at this point. I can make mine do what yours is doing.

    If I set the 2 cookies manually in Firefox, I am logged in! Check this out:

    Screenshot of me logged into your forum:

    http://www.chrishajer.com/bbpress/ppd-profile.png

    Screenshot of the cookies I manually set (note path /Forums/):

    http://www.chrishajer.com/bbpress/ppd-cookies.png

    Here is the response from your server where it tries to set the cookies with a path of /puppyplaydate/:

    http://www.chrishajer.com/bbpress/ppd-response.txt

    HTH

    #62837
    _ck_
    Participant

    Integration works fine.

    If you are using WordPress 2.3.x you need bbPress 0.8.3.x and if you are using WordPress trunk (2.5 alpha) you should use bbPress trunk r1075.

    Essentially cookie hashes and paths have to be sync’ed and a plugin is needed on the bbPress side to set WordPress roles if they register through bbPress.

    I’ve assembled most of the details here:

    http://bbshowcase.org/forums/topic/better-bbpress-wordpress-integration-the-missing-faq

    Or you can comb through the integration tag here:

    https://bbpress.org/forums/tags/integration

    #62847

    It is, because i took out the pt_BR, i have put in config.php, and it works well, but i need trasnlation to portuguese, portugal.

    #62813
    Sam Bauers
    Participant

    Your WordPress table prefix needs to be different to your bbPress table prefix.

    #62812
    chrishajer
    Participant

    Did you clear out the user in WordPress and start over by creating a new user? Did you reinstall WordPress as well? I wonder if any modification were made by bbPress to the WordPress tables when you tried to install bbPress with the same table prefix for both bbPress and WordPress.

    Can you try just logging in as a user, or registering a new user, then logging in? Does that work, and does the forum work, it’s just that you can’t access bb-admin directly?

    #62846
    chrishajer
    Participant

    I believe that is due to the language files. Look here for more info:

    https://bbpress.org/forums/topic/latest-wordpress-038-bbpress-in-another-language

    It looks like your site is in Portuguese, but maybe this Spanish thread will be useful:

    https://bbpress.org/forums/topic/en-espanol

    #62810
    chrishajer
    Participant

    In your config.php, you should start with mod_rewrite being false. I suspect you have it set to true or slugs, and that is creating problems for you as well.

    $bb->mod_rewrite = false;

    That should take care of the bb-admin issue, unless you are currently logged in and NOT a keymaster or admin. If you are logged in as a regular member and try to access the admin page, I believe you are directed to the bbPress installation instead of admin.

    UPDATED INFO after thinking about it: It’s also possible that this redirection is occurring because the creation of tables and modification of tables did not go well, and it’s not reading your user information properly and it does not know you are keymaster with access to bb-admin.

    Regarding the SQL errors, is it possible your WordPress installation already used ppd_ as a table prefix, and then you used it in your config.php for the bbPress table prefix as well? If that’s the case, the errors are because it is trying to create tables that already exist or modifying tables with the wrong names. From the snippet of config.php you posted earlier, you showed $bb->wp_table_prefix = 'playdate_'; but also ppd_ in the line below (the ‘for example’ part), and the errors here show ppd_ as the table prefix. Oddly enough, there are some errors with just ppd and no underscore as the table prefix as well.

    Seems like it’s a combination of configuration things at this point. Maybe the $bb_table_prefix was set to the same thing as the $bb->wp_table_prefix with the exception of the underscore (so, ppd vs. ppd_). That info doesn’t agree with the piece of the config.php you posted though where you said $bb->wp_table_prefix = 'playdate_';

    I suspect the whole picture has not been posted since you’re working on it and trying things and then you make a change and the old information no longer applies.

    Right now, you have the database connection issue figured out. You should be using different table prefixes for wordpress and bbpress: wp_ and bb_ are the defaults. In the bbPress config.php, the $bb->wp_table_prefix should be the same as whatever it is in your wp-config.php and THAT should be different from the bbPress table prefix, set earlier in the config.php at $bb_table_prefix.

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