Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,326 through 16,350 (of 26,891 total)
  • Author
    Search Results
  • #95107
    Paul Gregory
    Member

    @tooltrainer

    I appreciate that “super sticky” or “stick to front” should do what you expect it to do, but it’s worth also rethinking what you want, and how it could be handled in a different way now that bbP is a plugin.

    You appear to want every forum to have at the top a link to a closed topic with one post in it.

    Well, couldn’t your forum guidelines content be a WordPress page? Then you could plonk a link in the relevant template and style it how you like?

    (Or, have a widget area, or a special menu – something that would let you change the links and link text without having to change the template). In fact you could keep it as a topic, just link to it a different way.

    I know super stickies are how forums normally handle this sort of thing, but not all the traditional fudges need to be carried across to bbP-as-plugin.

    #105219
    jabbamonkey
    Member

    See part two of my question….

    Also, if I am logged into wordpress (using my forum administrator name), and go to the forum, and then click the ADMIN link, nothing happens. The page should send me to http://montecristoowners.com/forum/bb-admin/ … but the page doesnt change.

    …. that is all through the forum (since the logins are tied together).

    Anyway, it just started working. Not sure what I did.

    #100119
    jabbamonkey
    Member

    See part two of my question….

    Also, if I am logged into wordpress (using my forum administrator name), and go to the forum, and then click the ADMIN link, nothing happens. The page should send me to http://montecristoowners.com/forum/bb-admin/ … but the page doesnt change.

    …. that is all through the forum (since the logins are tied together).

    Anyway, it just started working. Not sure what I did.

    #105218
    zaerl
    Participant

    however, if I go into my WordPress administration, there is NO bbpress

    bbPress is not a wordpress plugin and so it cannot be administrated from the WordPress admin panel.

    #100118
    zaerl
    Participant

    however, if I go into my WordPress administration, there is NO bbpress

    bbPress is not a wordpress plugin and so it cannot be administrated from the WordPress admin panel.

    #38147
    jabbamonkey
    Member

    I just installed bbpress at my site.

    http://montecristoowners.com/forum/

    I’m using bbpress-1.0.3 and wordpress 3.1.1 …

    The installation appeared to go smoothly (no errors, the tables for the forum appear in my database). You can see by the page above, that the forum is up and running … however, if I go into my WordPress administration, there is NO bbpress. I checked under SETTINGS, but the BBPress doesn’t appear there.

    Also, if I am logged into wordpress (using my forum administrator name), and go to the forum, and then click the ADMIN link, nothing happens. The page should send me to http://montecristoowners.com/forum/bb-admin/ … but the page doesnt change.

    What happened? How can I fix this?

    #95106
    Gautam Gupta
    Participant

    @padams

    The registration is handled by WordPress (so the back-end part of the Recaptcha plugin currently available would be the same). Only the template is shown by bbPress, and you can make use of the ‘register_form’ action.

    #72807
    rbecket
    Member
    #38135
    Thewayx
    Member

    The instalation was completed but during the integration whith WordPress, when ask me for the key master, I said admin and there was an error.

    Now, I can`t re-install bbPress and in the dashboard of wordpress theres not nothing about bbPress. I used the same database of WordPress.

    Any idea. What can I do now.

    Thanks!.

    #95102
    yutt
    Member

    @JJJ honestly, I would consider it, but I can’t tell if this is going to be another half finished abandoned project like 1.0 was. What you guys are doing is great, but if WordPress HQ isn’t commited to seriously supporting the project this time, I can’t say I’m hopeful.

    Don’t mean to be too negative, I’m just saying what many are thinking.

    #105189
    1onely
    Member

    Hi

    I use 1.0.3

    And i don’t integrated with WordPress

    But the last topics of 3 months !

    #100089
    1onely
    Member

    Hi

    I use 1.0.3

    And i don’t integrated with WordPress

    But the last topics of 3 months !

    #105188

    Deleted your bumps.

    Can you give us more information about your installation? What version you’re using, if you have integrated with WordPress, etc…?

    #100088

    Deleted your bumps.

    Can you give us more information about your installation? What version you’re using, if you have integrated with WordPress, etc…?

    gregptpt
    Member

    Dear all

    It seems frustrating to find what I thought would be an easy enough to find topic. Maybe I’m searching wrong but here goes.

    After a lot of hours I finally managed to integrate WP and bbPress. I managed to create a link to my bbPress. The final step before i take a break is to create a link back to WP in my bbPress.

    The closest I could find to clear cut directions was here:

    http://bbpress.org/forums/topic/link-header-image-to-wordpress

    I followed the instructions and changed

    <h1>”><?php bb_option(‘name’); ?></h1>

    to

    <a href="http://www.my website.com” "><Back to my website</a>

    and when I get to the forum site there is nothing. No link back to my website.

    (I know it looks weird to have com” “> but somehow without the second ” my bbpress log in, search box, etc gets crammed into the right side of the header)

    Could anyone explain exactly how and where to change this line? Is there anything else I must change? Maybe…

    … it’s because I should omit the “www”?

    … I need to have the “/home” for my website?

    For reference, here’s how my original header.php looks like

    <?php

    $_head_profile_attr = ”;

    if ( bb_is_profile() ) {

    global $self;

    if ( !$self ) {

    $_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”&#8216;;

    }

    }

    ?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml”&lt;?php bb_language_attributes( ‘1.1’ ); ?>>

    <head<?php echo $_head_profile_attr; ?>>

    <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <title><?php bb_title() ?></title>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />

    <?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>

    <link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />

    <?php endif; ?>

    <?php bb_feed_head(); ?>

    <?php bb_head(); ?>

    </head>

    <body id=”<?php bb_location(); ?>”>

    <div id=”wrapper”>

    <div id=”header” role=”banner”>

    <h1>”><?php bb_option(‘name’); ?></h1>

    <?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>

    <?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

    <div class=”search”>

    <?php search_form(); ?>

    </div>

    </div>

    <div id=”main”>

    <?php if ( bb_is_profile() ) profile_menu(); ?>

    #105164
    #100064
    #77087

    In reply to: bbpress and memcache?

    gregfielding
    Participant

    I though I found the solution, reading these threads…maybe it’s an issue with recognizing content types?

    https://wordpress.org/support/topic/batcache-ignores-content-type-header-sends-everything-as-texthtml?replies=3

    http://maisonbisson.com/blog/post/13773/fixing-batcache-to-send-the-correct-content-type-header/

    But this fix didn’t work – just took the memcached served offline.

    TheClue
    Member

    Good morning,

    i’m planning to move my existing wp 3.1.1 network to a multisite installation, while installing a bbpress forum for them;

    the idea is to have the following domain mapping:

    1. blog1.mydomain

    2. blog2.mydomain

    3. blog3.mydomain

    ….

    x. forum.mydomain (it could be like a new ad-hoc ‘fake’ blog, i guess)

    the point is: can i share users and users profile between all subdomains? i know that multisite wp allow this, but what about that _including_ the forum blog?

    before moving in i prefer to be sure it is possible :)

    tnx in advance for help,

    gabriele

    #105161
    Syrinxie
    Member

    Kinda. I’m having issues with User Role Maps not working. But other than that yes. It works fine.

    If you have AIM, leave it and I’ll try to help in anyway I can.

    #100061
    Syrinxie
    Member

    Kinda. I’m having issues with User Role Maps not working. But other than that yes. It works fine.

    If you have AIM, leave it and I’ll try to help in anyway I can.

    Richard Moon
    Member

    I had the same problem. I found a couple of other posts via Google that lead me to the answer. You need to exclude bbPress from being processed by WP Super Cache. This can be done through a configuration setting within WP Super Cache.

    > WordPress Dashboard

    > Settings

    > WP Super Cache

    > Advanced tab

    > Scroll down to “Accepted Filenames & Rejected URI’s”

    > Add here strings (not a filename) …

    I found the following entries in that text box:

    wp-.*.php

    index.php

    I added:

    /forums/

    (My bbPress application is installed under my WordPress directory in the /forums sub-directory).

    Now all URL’s that include the string “/forums/” are ignored in terms of caching.

    Richard

    Richard Moon
    Member

    I had the same problem. I found a couple of other posts via Google that lead me to the answer. You need to exclude bbPress from being processed by WP Super Cache. This can be done through a configuration setting within WP Super Cache.

    > WordPress Dashboard

    > Settings

    > WP Super Cache

    > Advanced tab

    > Scroll down to “Accepted Filenames & Rejected URI’s”

    > Add here strings (not a filename) …

    I found the following entries in that text box:

    wp-.*.php

    index.php

    I added:

    /forums/

    (My bbPress application is installed under my WordPress directory in the /forums sub-directory).

    Now all URL’s that include the string “/forums/” are ignored in terms of caching.

    Richard

    #38105
    Gautam Gupta
    Participant

    Hello everyone!

    I have released the RC 1 of WordPress to bbPress Converter Script. What it does is migrates all your users, converts categories to forums, articles to topics and comments to posts. Currently, it just doesn’t change image shortcodes to image urls and doesn’t preserve the forum hierarchy.

    To use it, download it, put it on your server, edit the script and change the options to appropriate values before the Stop Editing Here part.

    I am soon planning to release a bbPress standalone to plugin converter script if someone doesn’t beat me to it. ;)

    Download: http://code.google.com/p/wordpress-to-bbpress-converter/downloads/detail?name=w2bc.zip

    Thanks!

    – G

    #105160
    logicynic
    Member

    I’ve tried all that already actually (copying the data between the two config files and setting up “bbPress integration” plugin).

    Thanks for the suggestions though.

    Does this mean you’ve managed to get it working successfully with WordPress 3.1.1?

Viewing 25 results - 16,326 through 16,350 (of 26,891 total)
Skip to toolbar