Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 24,351 through 24,375 (of 26,694 total)
  • Author
    Search Results
  • #2877

    How can i do this, i already install bbPress, and everything is fine, i used the bbsync plugin, i already configured it, but what i have to do more?

    #2875
    kernow
    Member

    I’m a bit confused. What is the current situation re WordPress and bbpress integration. I’ve browsed the ‘help’ guides, and some mention integration is fine, others mention a plugin which currently is under a shadow re security. Currently I’m having a problem with my forum integration, so am planning to install versions WordP and BB on xammp to experiment.

    Assuming I’m installing the two on locahost, what should be edited on the config file to ensure it works correctly?

    #62807
    chrishajer
    Participant

    Yes, absolutely on the localhost issue. I always have to change that since my database is on a different server. What DB_HOST is used in the WordPress wp-config.php? If you are using the same database, user and password, but with different tables, then the BBDB_HOST and DB_HOST should be the same value in both files. Whatever you are using in WordPress you need to use in bbPress since you mentioned previously that you were going for an integrated install.

    Very simply, the DB_HOST and BBDB_HOST are just machine names where the database lives. If the database (MySQL) is on the same machine as your web server, then localhost is appropriate. If it’s on another host, then you need to enter the publicly accessible name of that host, like mine is always something like db1234.perfora.net. That machine exists on the Internet, and MySQL connections to it are done via port 3306 by default (you don’t need to tell it to do that.)

    Once this database connection issue is resolved, I think there is still going to be the error with the bb_walker stuff…

    #62806

    Is it possible the problem lays in my use of local host in spite of the “99% chance you won’t need to change . . .” :) What does one change it to when one is the 1%? Is this even a possibility if the same info was used in wordpress installation?

    I cut and paste just the actual db name, password and username and nothing else.

    I don’t know whether I’m using a port or socket, that’s getting out of my pay grade. I’ve done multiple installs though of wordpress without problems.

    jw

    #62802

    When I get the appropriate files. Should I install with a configuartion without WordPress integration in mind and if I get the installation up and running can I make changed from there to integrate?

    jw

    #62801

    I have not done anything, plug in, or template, just unzipped the download from bbpress website, unzipped, made the appropriate changes to the config.php and uploaded. I will delete everything from server and my computer and download and start from scratch. However the link offered earlier to .8.3.1 has a note in the thread saying not to use it if there is planned wordpress integration, which is my goal.

    Where and what should I download to begin again?

    jw

    #62798

    You were right. I’m back to the original error. I’ve made use of the config portion as well as follows.

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

    $bb->wp_home = ‘http://www.johnwade.ca/puppyplaydate’; // WordPress –

    Options->General: Blog address (URL) // Example: ‘http://example.com’

    $bb->wp_siteurl = ‘http://www.johnwade.ca/puppyplaydate’; // WordPress –

    Options->General: WordPress address (URL) // Example: ‘http://example.com’

    Here the error message.

    Parse error: parse error in /home/cust2/user1080446/html/bbpress/config.php on line 4

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

    jw

    #62793

    I should add that I have a couple of WordPress Blogs successfully installed and have used the same db settings cut and pasted from them to the bbpress config.php file.

    jw

    #61328
    _ck_
    Participant

    It’s fairly easy to test loading/decoding times using firefox+fasterfox or firebug but there are plenty of studies around the web if you want nitty-gritty details:

    a quick search:

    http://batiste.dosimple.ch/blog/2007-07-02-1/

    http://ejohn.org/blog/library-loading-speed/

    http://jst.pbwiki.com/summary.php

    http://www.julienlecomte.net/blog/2007/08/13/

    jquery with simple whitespace removal and variable name shrinking, *not* actual compression, sent via a server with proper gzip support (mod_gzip, apache2, litespeed, etc) is always fastest. Packed is always the worst. Not only that, packed has to be unpacked for EVERY page load. It’s never ready to run. So it uses more browser memory, and has a delay *every* time.

    By the way, what does jquery actually do within bbpress’s topics for regular users? I don’t get it, there’s no javascript actions. bbpress used to have ajax posting but that was removed a long time ago (it should come back sometime…)

    If you absolutely must distribute bbpress (and wordpress) with jquery in a more compressed form, please use the jsmin version but definitely not the packed version.

    #2872

    Topic: add a link

    in forum Troubleshooting
    fir
    Member

    Hi Guys,

    This is prob a very simple thing to do, but after hours of scouring the forums I still can’t find the solution. I have bbpress installed with wordpress, I’ve done all the back-end integration, I know that front-end integration is possible but I’ll leave that for another day. So how do you go about creating a hyper-link on bbpress that will redirect users back to my wordpress blog ? All I need is just a simple link-type button.

    Thanks!

    Fir

    #58237

    In reply to: bbSync

    morganoconnell
    Participant

    Sounds similar to my situation. All posts are appearing fine in bbPress (from the forum and blog comments). However, in WordPress I only see several duplicates of the most recent comment.

    If I deactivate the bbSync plugin all the blog comments are displayed as normal.

    Anyone know how to resolve this?

    http://www.madmtb.com/wordpress

    Wordpress 2.3.3

    bbPress 0.8.3.1

    #62473
    a-bishop
    Member

    Guys, and what about OpenID? My users are able to login to WordPress, but bbPress just strips all dots while trying to login. E.g. WP login: a-bishop.com, bb Login page shows a-bishopcom and says that password is incorrect. How can we fix it?

    #62740
    Sam Bauers
    Participant

    Unfortunately there are cookie and password hash incompatibilities between 1075 and the current release of WordPress. Otherwise we probably would release it.

    #62739
    _ck_
    Participant

    Build 1075 has gotten pretty good on the nearly auto-install part.

    It’s smarter than previous versions.

    Since it’s password compatible with WordPress 2.4, if no other build is public-ready by then, I’d suggest releasing 1075 as bbPress 0.8.4 to somewhat match numbers.

    #62607

    In reply to: TalkPress

    Sam Bauers
    Participant

    Also, BackPress may or may-not be incorporated into WordPress. bbPress is a testing ground for the concept. If it doesn’t get incorporated into WordPress it doesn’t really matter, hopefully we’ll at least have a better structured core in bbPress as a result.

    #62782
    _ck_
    Participant

    Sending email to hotmail and aol accounts is impossible from any host that you can’t setup a proper rDNS and more importantly SPF.

    SPF is critical (only gmail seems immune – thanks google, whew). If hotmail doesn’t see SPF or doesn’t like it, you’re screwed. Microsoft also caches the SPF results so if you change it, you have to write a support message to them and wait a week until someone sees it.

    As far as host reliability, here’s my strange take on it over the years: you’ll never find a large host that you’ll be happy with. They all have issues. If someone thinks their large host is perfect they either just have been lucky or not with them long enough. Large hosts are constantly changing employees so customer service quality varies tremendously. And the more you need customer service on any host, the more you are in trouble.

    For bbpress (and wordpress) make sure you find a host with locally attached storage to the server and not NFS like Dreamhost which makes file access very slow. There’s no caching module like wp-cache for bbpress so file access is even more critical.

    The two first big questions I always ask are: what kind of hardware is my server running on and how many neighbors will I have. Backup quality is probably the next question. Everything else is either hype or irrelevant IMHO. You might also ask if the host is within their own datacenter and can literally reach out and touch their own hardware if they need to replace a hard drive or if they are at the mercy of yet another third party’s technical support to do it for them.

    If you can afford it, get your own VPS with a low number of neighbors on the same node. But that’s definitely more expensive than shared hosting so you have to be willing to pay for it. At least with VPS you can migrate the entire setup within the same host fairly easily if your neighbors turn out to be abusive.

    #62605

    In reply to: TalkPress

    _ck_
    Participant

    As I was reverse integrating the WP trunk with the bbPress trunk this weekend I was thinking a lot more about this – and the more I think about it, the more I am getting confused about what is being planned.

    If WP and bbPress are being coded to use to a unified function library that would definitely break wordpress hooks. But Matt would never do that as it would break 1000’s of plugins and themes for the far more popular WordPress.

    In some ways, bbPress’s db/load process and hooks are slightly more thought out/evolved than WordPress because they came later and WordPress has to maintain some backward compatibility.

    So then it occurred to me that to leave the WP hooks alone, I hope you are not trying to replace the core of bbPress only with WP-like functions? I don’t see how that could be done without breaking every single plugin and theme for bbPress? Will the next (non minor) release of bbPress have a nearly-unified WP core?

    In trac I see BB functions being renamed to their WP counterparts. But no wrapper functions for backward compatibility are being written. I see the backend of bbPress being hammered into backPress and I imagine the next bbPress as simply a front-end being re-written to only use the backPress, ie. wordpress, hooks.

    So I guess the final question is: is there a plan to write wrapper functions or is the general attitude just to abandon all third party work to date for the next bbPress release and just hope we go along for the ride?

    #62725
    howtogeek
    Member

    I use a sitemap for my main wordpress site only, and my forums are indexed in google… in fact Google is the main source of traffic to them.

    I think it just takes a while for Google to get around to indexing the forum.

    #62736
    _ck_
    Participant

    I’ve never participated in the WP one but if it’s straightforward enough and has no liability I’ll volunteer to do basic bbPress installs.

    I’ve been thinking of looking at the fantastico script for wordpress and hacking it to do bbpress and sending to them to include. That would radically increase the number of installs. Maybe even try to make a regular cpanel script too like the phpbb install (cpaddon).

    #62750
    salman1485
    Member

    i use different database for my wordpress blogs and i created new database for my test forum

    database name: testforum

    user: testforum

    password is also correct

    I doubt what I need to enter in host..currently it is localhost and i am using dreamhost to host my account… but i am sure i do not need to enter that in place of localhost..!! :)

    so what could be the problem?

    and in that BBLANG i have written en even though i dont have any MO file..

    confused …please help me

    #62724
    Graeme
    Member

    There is a facility in the plugin to enter additional URLs that will be generated into the sitemap. This is a way to point google at “/forums/” for a bbPress installation that falls under a wordpress main site. If the sitemap is not valid then I expect it is unlikely that the sitemap will be crawled.

    There are also other tools around for validating sitemaps but the google webmaster tools would be the one to trust.

    #62749
    chrishajer
    Participant

    Posting an edited config will not help in this case. The error you have is because it cannot connect to the database, and the only way for someone to verify that would be to see your database connection details. Are you certain the database name, username, password and host are all absolutely correct? Do you use that same database elsewhere (like for WordPress maybe) where you can verify things are entered exactly the same in both places?

    #62734
    Andrew
    Member

    After much hacking about I figured out the problem.

    This post offered a clue:

    https://bbpress.org/forums/topic/getting-bbpress-and-wordpress-to-talk-to-each-other?replies=6#post-6068

    It turns out that any global variables declared or set in header.php must also be set in the calling page. I added the following to the top of front_page.php and now the variables are properly set after calling bb_head().

    <?php global $research_subscriber; // ‘1’ if user is research subscriber

    global $forums_subscriber; // ‘1’ if user is forums subscriber

    ?>

    The global variables don’t need to be set in the calling page in wordpress (single.php, search.php). I have no idea why bbpress handles this differently – must be in the way the header is called.

    Much frustration. I hope someone finds this post useful.

    #62768
    _ck_
    Participant

    This was my fault apparently.

    Somehow the pluggable.php within bbpress was built 1074 when it absolutely needs 1075 to have the new wp_salt function.

    So future note for integration to others:

    to use the new WordPress 2.4/2.5 trunk

    you MUST use bbpress build 1075

    build 1074 and build 1076 will not integrate properly as is

    #62748
    salman1485
    Member

    I am not sure what is wrong with my config.php file..

    this is a test forum which i am not finalising so i created a new database with new password and new user and updated the config.php file with the details…please tell me what is the problem..am copying the file here (pwd, akismet key, email have been removed)

    ______________________________________________

    <?php

    // ** MySQL settings ** //

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

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

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

    define(‘BBDB_HOST’, ‘localhost’); // 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://test.nofullstop.com/&#8217;;

    // What are you going to call me?

    $bb->name = ‘test forum’;

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

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

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

    $bb->mod_rewrite = slugs;

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

    $bb->page_topics = 15;

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

    $bb->edit_lock = 1;

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

    // 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 it as it is.

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

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

    $bb->wp_siteurl = ”; // 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’ );

    ?>

    ______________________________________________

    please help me ..

Viewing 25 results - 24,351 through 24,375 (of 26,694 total)
Skip to toolbar