Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 20,726 through 20,750 (of 26,865 total)
  • Author
    Search Results
  • #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.

    chrishajer
    Participant

    So you installed bbPress into a different database from WordPress, but you previously integrated the users, so bbPress is already using the wp_users table?

    #76242
    chrishajer
    Participant

    This site isn’t too bad:

    http://www.w3schools.com/css/

    But if you just search the internet, you will find lots of tutorials and references. You’ve already gone about modifying your template files, so modifying the CSS is not going to be too difficult for you.

    #76313
    chrishajer
    Participant

    The problem for a plugin author, as I see it, is that you can follow RSS feeds for each of your plugins, in the plugin forum, but you can’t catch every topic posted in the forums here that mentions your plugin.

    WordPress.org has a pretty good method of tagging the support topics with [Plugin-Name] so you can follow an RSS feed for an individual plugin in the support forums. That doesn’t exist here. I often wonder how they enforce consistency for plugin names in those tags.

    Actually, maybe they don’t. These are all about All in One SEO pack from Michael Torbert.

    https://wordpress.org/tags/all-in-one-seo

    https://wordpress.org/tags/all-in-one-seo-2

    https://wordpress.org/tags/all-in-one-seo-3

    [Plugin All In One SEO]

    [PLUGIN: All-in-One SEO]

    Plugin: All in One SEO

    So, maybe they don’t. Seeing this, I think it would be much easier for a plugin author to follow the RSS feed for their page, and not try to watch the forums for mentions of their plugins.

    #76356
    chrishajer
    Participant

    There’s no need to have all those folders. Just put bbPress into a folder called whatever you want (forums?) and call it a day.

    If you took the database connection details from your wp-config.php, be sure you don’t copy the CONSTANT names as well, just the variable part (the part about your database.) The constants are named differently in bb-config.php and wp-config.php.

    If you copied over just the variable portion, then you did something wrong because it will connect in both places (WordPress and bbPress) if you have the connection details correct. It’s telling you right here that it’s not.

    #76496
    _ck_
    Participant

    I believe the plugin page for Avatar Upload has a few suggestions as to how to use it in WordPress.

    You can also find other help via this tag

    https://bbpress.org/forums/tags/avatar-upload

    #75763

    Yes, you’ll just have to fetch the username and then have the same username in bbPress and then edit your comments-template.php inside your WordPress template. :) I don’t have the time to fully explain it though, but i will do it myself soon actually so… :)

Viewing 25 results - 20,726 through 20,750 (of 26,865 total)
Skip to toolbar