Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 64,151 through 64,175 (of 64,394 total)
  • Author
    Search Results
  • #50609
    Atsutane
    Member

    Just login to your db using phpMyAdmin and delete all bbpress related database :) I think it should start with “bb_”

    #50608
    marky
    Member

    You can search here: https://bbpress.org/forums/search.php

    (I have no idea why there isn’t a link to that page from the main page, or even in the main bbPress theme, but that’s a different topic altogether. ;-)

    As far as I understand, to uninstall and re-install you’d only have to drop the tables from the database. Unless you changed the template files or something, I don’t think you’d need to delete any of the files.

    #795
    edwinkort
    Member

    Fatal error: Call to undefined function: __() in /home/bookieb/public_html/bbpress/bb-includes/capabilities.php on line 27

    #49683

    In reply to: Ultimate BBpress Guide

    edwinkort
    Member

    Nevermind. I think I found it.

    #49682

    In reply to: Ultimate BBpress Guide

    edwinkort
    Member

    Tried this again, but still the same error :( This time I even used a text editor for coding, so I could see if there was something wrong.

    #50561
    zapata
    Member

    Not only is bbPress not able to get my WP Login, but when I register as an independent user, even that username password does not allow me to get into bbPress. Could this be my url problem?

    my blog is at passionforcinema.com

    bbpress is located at root level of the folder bbpress

    Now I have two blogs on this server. The root – public_html leads to my other blog DT. At this level is a folder call passionforcinema-com within which is WP contents for my second blog (with a direct url passionforcinema.com)… I’m kind of confused so thought maybe I’ve messed something up because of this structure and the config.php may need different values than what I’ve inserted (as above)

    #794
    Atsutane
    Member

    PHP Warning: rawurlencode() expects parameter 1 to be string, array given in /home/spider/public_html/wp/wp-includes/classes.php on line 1658

    Well i have that problem when i integrate my bbpress with wordpress. It only happen when i view “manage->post” and “manage->pages”. I already edit the classes.php and it only fix my “manage->post”. My “manage->pages” are still broken.

    If i disable the integration, everything work perfectly without any error. Anyone know how to fix this thing?

    #50107

    In reply to: Integration with WP

    Atsutane
    Member

    @kannued

    Actually u can load bbpress into wordpress :) I have tried it and it work perfectly. https://bbpress.org/forums/topic/61?replies=3

    #50594
    AphelionZ
    Participant

    Lucky for you, there’s already a thread about this –

    https://bbpress.org/forums/topic/3?replies=18

    #786
    peiqinglong
    Member

    So I just installed the latest version of bbpress (0.72) and followed these steps: http://www.devlounge.net/articles/the-ultimate-bbpress-guide and when I got to http://www.abunchofcars.com/forum/, I get: Fatal error: Call to undefined function: __() in /home/abunchof/public_html/forum/bb-settings.php on line 93

    I tripled checked my config.php file and all appears fine…not sure what I’m doing wrong?

    #785
    lingmiester
    Member

    Hi,

    I have a forum running on phpbb2.

    I’ve reciently got bbpress set up and running in a breeze! So I am wondering if I can transfer all my databases of posts and users from my phpbb2 site into bbpress, so my users can just login agian, rather than re-register? Also I like to migrate all my posts as well.

    #784
    #783
    n22
    Member

    http://n22.awardspace.com/forums

    after i install my bbpress, its like this (all white, just like no CSS) i dont know why~~

    #49856
    wizbor
    Member

    First let me say what a breeze to install and intigrate. I didnot even realize it was integrated untill I noticed while logged into WP admin I brought up the forum in another tab and was logged in there too! Nice job.

    Ok now to my question, Im trying to get the forum to look like wp, in my cae its http://dentalceramics.com and http://dentalceramics.com/forums. Like what youve done with this site.

    My problem is that every time I try and ad

    <?php

    require_once(‘/home/dental/public_html/wp-blog-header.php’);

    define(‘WP_BB’, true);

    I get a crash. Interestingly though define(‘WP_BB’, true); works under the last section of the config.php file but only as define(‘wp_bb’,true); Its how its defined now.

    So my thouht is do I need to even do this? Can I just start adding wp tags tp my bb_template files? If so what should for example <?php bb_get_header(); ?> be changed to in the front-page.php file if this is the way to go about it.

    Many thanks,

    Rob

    Oh, sorry no access to my error log files which is a real bummer for stuff like this to help.

    #50551
    n22
    Member

    i remark that my bbpress doesnt likes normaly, its all white:

    i did not change anythings yet

    http://n22.awardspace.com/forums

    #782
    n22
    Member

    i install the bbpress. i love it because its sample. but! its just tooooo sample, u know..

    i want add a background and change somethings

    which file is for that?

    #49681

    In reply to: Ultimate BBpress Guide

    astereo
    Member

    If you’ve had experienced installing other applications and you follow the bbpress install guide from the site, you shouldn’t experience any problems.

    abc, you’re problem lies in the database. Some things to check:

    – Do you have “all permissions” on the database you are trying to install BBpress on?

    – Is your mysql database username, password, and host (usually localhost) all right in the config.php file?

    ed, the best solution for you is to use the original config-sample.php from the file and re-enter all the required fields. Usually “unexpected….” error messages come up if you deleted something you should have not, such as removing a ” ‘ ” from the outside of a url. Try filling in all the options and uploading as config.php again.

    #50548

    Yes, you can copy the data using PHP and mySQL (‘Insert into *your-bbpress-prefix*_users (user_login, user_pass) VALUES(-the username you got from the row-,-the password for the same row)’)

    #49417

    In reply to: Importing from phpBB

    RedSkunk
    Member

    Please! You’ll have to be patient.. we are lucky we got this phpBB to bbpress importer this quickly.. jeesh! I’m sure brunotorre will probably make up more import scripts then..

    If not brunotorre, then someone else I’m sure.. We’ll just have to be patient here.. Just my 2 cents …

    I was able to use his script to bring over all of my users, just by modifying the table names that it was calling for from phpBB. But his code got more complicated, especially for the posts.. For someone who has a firm grasp on php, it wasn’t as much to ask as it might seem.. But I ended up bringing over the info by hand via PHPMyAdmin… Nearly everything, minus the dates of posts since PunBB put that info on a different table altogether.

    But yeah, I’m not faulting brunotorre for not getting to my issue immediately. The demand for PunBB->BBPress is prolly going to always be small. Kudos for brunotorre’s work, def!

    #50355

    In reply to: Cannot select DB.

    abc12345
    Member

    When I did the same setup on another computer, I was able to successfully install bbpress! Finally, I got it to work. I just do not know what was different. I guess I will have to go back and see why the first system would not allow it to install properly.

    #780

    Topic: Cookies

    in forum Troubleshooting
    salatti
    Member

    I’m trying to get cookies integration with wordpress working, but after some failed attempts (I read the FAQs and searched on the forum) I can’t figure out how to do this. My WordPress installation is at http://www.salatti.net while bbPress is at forum.salatti.net (so bbPress is not in a subdirectory of WP, but on a third level domain). What should I do?

    Thanks,

    Daniele

    #779
    #50532
    chrisjb
    Member

    I’ve checked in cPanel and I’m pretty sure I’ve got the names right. it autimatically shortened themboy7_bbpress to themboy7bbpres when I created the database.

    I’ve contacted my host AN Hosting now, referencing this thread, so hopefully they can resolve the problem.

    #50531
    AphelionZ
    Participant

    define(‘BBDB_NAME’, ‘themboy7_bbpres’)

    not “themboy7_bbpress”?

    if that’s not the case then you should perhaps contact your ISP to see if the database server is up and running (unless you can tell because your page is successfully completing other mysql queries)

    #50527
    chrisjb
    Member

    Yeah i already renamed it – actually I copied it and changed the name of my copy then edited it:

    <?php

    // ** MySQL settings ** //

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

    define(‘BBDB_USER’, ‘themboy7_tmgforu’); // 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!

    // 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://www.themortgageguide.org.uk&#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 = ‘/forum/’; // Example: ‘/forums/’

    // What are you going to call me?

    $bb->name = ‘TMG Forum’;

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

    $bb->admin_email = ‘forum@themortgageguide.org.uk’;

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

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

    $bb->gmt_offset = 0;

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

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