Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 20,701 through 20,725 (of 26,846 total)
  • Author
    Search Results
  • #76285

    And he said:

    I have already installed the plugin bbPress Integration for WordPress. I can’t find anything wrong during my installation. I think maybe I need to upgrade my WPMU to 2.8.

    Which implies that he’s on 2.7.x :)

    #76284
    Rohan Kapoor
    Member

    Only needed if you are running 2.7.1

    Rohan Kapoor
    Member

    This plugin was created to allow bbPress to be administered from the WordPress and WordPress MU Administration Panels. It is a very basic plugin and uses iframes to provide access to bbPress. It is known to compatible with WordPress and WordPress 2.8.1 and bbPress 1.0.1. As it just uses iframes to connect to bbPress, ideally, it will still be compatible with all upcoming versions of bbPress and WordPress.

    This plugin is created by me.

    Download: http://wordpress.org/extend/plugins/new-bbpress-admin/

    Original Announcement: http://rohan-kapoor.com/projects/plugins/bbpress-admin/

    Support: http://wpmu.zyrot.com/forums/topic/announcing-new-bbpress-admin

    #76391

    I’ve tried copying the coding from wordpress header into the header in bbpress.

    I’m using the unstable beta bbpress and WordPress 2.7.1

    #18169
    pi865
    Member

    Hi. Perhaps I’m having a mental block, but I’m unable to figure this out…

    I have bbpress installed at forum.mysite.com/forum

    I want the forum to be displayed when when people navigate simply to forum.mysite.com

    wordpress has a way of retrieving the forum outside the root, and then setting the URL.

    what do i have to put in my /index.php file to make this happen for bbpress?

    Thanks,

    Paris

    #76390
    chrishajer
    Participant

    What have you tried already?

    What version of WordPress and bbPress are you using?

    #15379

    I’m having major trouble trying to get my wordpress navigation bar onto my bbpress board.

    Can anybody provide a step by step tutorial for me? I would be forever grateful :)

    my website: http://www.origineuphoria.com

    #76283

    Do you have this in your bb-config.php:

    define('WP_AUTH_COOKIE_VERSION', 1);

    mattlay
    Member

    I thought I had read they are working to make them integrate, navigation wise, does anyone know if this is a current priority or something that will occur further down the road?

    At least they both use the same theme layout. This should make the process easier (easy is relative). I would love to be able to use a single theme and have it applied to my forum.

    sonnygahir
    Member

    The physical directory structure is as follows:

    Directory of D:InetpubNewwwwrootforums

    20/07/2009 10:59 <DIR> .

    20/07/2009 10:59 <DIR> ..

    19/07/2009 15:14 <DIR> bb-admin

    19/07/2009 12:32 <DIR> bb-cache

    19/07/2009 12:32 <DIR> bb-plugins

    19/07/2009 12:32 <DIR> bb-includes

    19/07/2009 12:32 <DIR> bb-images

    19/07/2009 12:32 <DIR> bb-templates

    20/07/2009 13:17 1,691 bb-config.php

    05/03/2008 04:32 816 bb-load.php

    12/02/2009 00:21 1,037 bb-login.php

    24/04/2008 19:06 1,673 bb-config-sample.php

    23/04/2008 11:29 1,647 bb-post.php

    30/12/2008 23:14 445 bb-reset-password.php

    26/08/2008 20:15 13,433 bb-settings.php

    12/02/2009 00:21 822 bb-edit.php

    26/02/2007 22:48 651 edit.php

    12/02/2009 00:21 1,076 favorites.php

    22/01/2007 08:40 449 forum.php

    22/01/2007 08:40 450 index.php

    03/01/2008 00:57 17,986 license.txt

    12/02/2009 00:21 308 profile-base.php

    17/12/2008 07:57 4,782 profile-edit.php

    15/03/2008 02:40 851 profile.php

    03/01/2008 00:57 855 readme.txt

    05/03/2008 04:32 1,623 register.php

    25/04/2008 14:09 4,349 rss.php

    29/01/2008 20:11 1,402 search.php

    05/03/2008 04:32 238 statistics.php

    12/02/2009 00:21 574 tag-add.php

    12/03/2008 07:46 661 tag-remove.php

    22/01/2007 08:40 433 tags.php

    19/07/2009 15:46 3,293 testdb.php

    03/01/2008 00:57 1,312 topic.php

    03/01/2008 00:57 756 view.php

    27 File(s) 63,613 bytes

    sonnygahir
    Member

    IIS is configured for several websites, each with it’s own ip address allocated. The URL I’m using to configure bbpress is http://newintranet.savethechildren.org.uk/forums/bb-admin/install.php

    The ‘newintranet’ website is allocated ip address 10.1.10.49

    The mysql settings in the bb-config file is as follows:

    define(‘BBDB_NAME’, ‘bbpress’);

    define(‘BBDB_USER’, ‘Forum’);

    // the user Forum has been granted all privileges to the bbpress db

    define(‘BBDB_PASSWORD’, ‘Forum’);

    define(‘BBDB_HOST’, ‘localhost’);

    // mysql is installed on the same IIS server listening on ip 10.1.10.53 standard port 3306

    define(‘BBDB_CHARSET’, ‘utf8’);

    define(‘BBDB_COLLATE’, ‘utf8_general_ci’);

    chrishajer
    Participant

    What is the URL that’s being displayed? Can you paste the link here?

    #76359
    mdtreo
    Member

    http://bumpyknuckle.com/wordpress is the url to my site.

    #76357
    mdtreo
    Member

    still no luck. i created the “forums” folder and i go to http://mydomain.com/forums/bbpress for the installer. all i’m entering is the direct info for database name and user name. for instance, database name is mydatabase12345678 (this is the name my host set up) and my user name is the same as the datbase name. i then enter the password and i get the same error. a note, my site is url is http://mydomain.com/wordpress. i don’t know if having it located at the wordpress folder makes a difference or not. regardless, i don’t know what move to make next.

    Paul
    Member

    I have a link to my forum in my global nav by creating an empty page with a slug that is the same as the directory name as where I have bbpress installed.

    But I also load the wp-load.php file in my bb-config.php file

    define('WP_BB', true);
    if ( !defined('DB_NAME') ) {
    require_once( dirname(__FILE__) . '/../wordpress/wp-config.php');
    }
    $bb->wp_table_prefix = 'wp_'; // your wordpress db prefix is
    $bb->wp_home = 'http://www.trashfilmorgy.com/wordpress';
    $bb->wp_siteurl = 'http://www.trashfilmorgy.com';

    Then I went into my bbpress theme and changed every instance of bb_get_header() with get_header(), and bb_get_footer() with get_footer().

    Since I want to have my wordpress sidebars show up in the forum, too, I also added get_sidebar() right above the call to get_footer().

    I could also add other sidebars, too – the theme I use adds two columns below the main content area and uses the dynamic sidebar functionality to add them in to each page. I could see how adding other or more sidebars and going in to the templates could be really useful

    sonnygahir
    Member

    Hi, I’m attempting to install bbpress on Windows Server 2003 Ent SP2, IIS6, MySQL 5.1.34 community, PHP 5.2.9-2:

    I have followed this guide to installing & configuring PHP: http://www.peterguy.com/php/install_IIS6.html

    Step 1 – bb-config.php succeeds

    Step 2 – skipping wordpress integration as don’t have this installed

    On clicking Goto Step 3, the installation doesn’t get anywhere and the browser returns:

    “Internet Explorer cannot display the webpage

    Most likely causes:

    You are not connected to the Internet.

    The website is encountering problems.

    There might be a typing error in the address. “

    Any help please?

    #16047
    TonyVitabile
    Member

    I have a website on which WPMU is installed. I downloaded BuddyPress & installed it. I went to set up a group & I was told to download & install bbPress. So I did.

    I originally installed it in the bbPress folder, and I went through the install process. Then I decided I wanted the folder to be named forums, so I ended up deleting the bbPress folder. I used phpMyAdmin to remove the bbPress tables from my WordPressMU database. Then I created a forums folder, copied bbPress into it & went through the setup process again. Everything completed with no errors.

    I set up the integration of database & cookies with WordPressMU. No errors were reported.

    I can go into the one forum that the install process created & I can read it. Haven’t tried adding any posts to it or replying to the one post it created. I did, however, try going into the Admin page. It won’t open. I just keep getting sent back to http://churchonhigherground.org/forums/.

    Any ideas?

    Tony

    #76611
    infected
    Participant

    Hm… That might be work. But thereĀ“s no way to handle this like in wordpress? For example you can pass arguments before and after the tag and also define a separator. Like this: <php the_tags('Tags:', ', ', ''); ?>

    #76282
    Wattskemov
    Member

    I have already installed the plugin bbPress Integration for WordPress. I can’t find anything wrong during my installation. I think maybe I need to upgrade my WPMU to 2.8.

    sign~~

    #76243
    lamentira
    Member

    ok thx

    #15406
    eiff
    Member

    Hello, I’m using wordpress + bbpress integrated and I want that the user profile page (for example, when you click on the profile in the comments) was the one for them both, preferably the WP profile page. Is there any plugins which makes this possible or may be someone could say how to do it, i think it’s not so difficult.

    Thank you and sorry for my english.

    #76582
    johnhiler
    Member

    You could check if they left any comments? If you’re integrated with WordPress though, you’ll also want to check if they left comments there too!

    #76497
    kickerman360
    Member

    Hey thanks _ck_

    I found this snippet of code

    <?php global $user_identity;

    get_currentuserinfo();

    if ($user_identity == ”) {

    echo(‘Welcome Guest’);

    } else {

    echo(‘<img src=”/forum/avatars/’ . strtolower($user_identity) . ‘” alt=”avatar” />’);

    }

    ?>

    Which doesn’t cause an error but doesn’t display an image. I don’t think a file type is being declared which results in a 404 and then the alt text is displayed.

    I did however come up with this, which is a modded version (to be used on a homepage)

    <?php echo(‘<img src=”/forums/avatars/’ . $current_user->user_login . ‘.jpg” />’); ?>

    <?php echo(‘<img src=”/forums/avatars/’ . $current_user->user_login . ‘.png” />’); ?>

    <?php echo(‘<img src=”/forums/avatars/’ . $current_user->user_login . ‘.gif” />’); ?>

    <?php echo(‘<img src=”/forums/avatars/’ . $current_user->user_login . ‘.jpeg” />’); ?>

    I’m not sure how to find out the file extension via php so I just created 3 extra lines of code for the 4 types of files the form should accept.

    If anyone wants to clean up my code I’d greatly appreciate it, I’m only just learning php (noob :D ) after playing with CSS and (x)HTML for a while. I know, the code will not be valid.

    Thanks again, _ck_ ( I didn’t realize there was 2 help forums for that plugin)

    #76506
    chrishajer
    Participant

    Why does bbPress make the directories using PHP and not just include empty directories in the download?

    I thought at first that WordPress shipped a couple empty directories/folder, but it doesn’t appear to. So how can WordPress get this correct (creating directories as needed) and bbPress not, on the same host? Is it as Sam says, choosing security over usability (and in the process making it completely unusable)?

    #74256

    Just finally got around to doing this. The .htaccess method worked awesomely.

    To clarify for anyone else reading this, you’ll want to put the above .htaccess code in your WordPress .htaccess file, because that’s where the bbPress requests will still be hitting. You can remove the .htaccess file in your bbPress directory using this method.

Viewing 25 results - 20,701 through 20,725 (of 26,846 total)
Skip to toolbar