Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 23,326 through 23,350 (of 26,830 total)
  • Author
    Search Results
  • #66834
    ganzua
    Member
    Where did you originally generate the keys, from the WordPress random url? I'll report that bug to them if that's where you got them from.

    Yes, keys are from the WordPress random url. I’m not sure if this is a bug, I think ¡t’s a problem with bbpress utf-8 encoding and foreign computers that are iso-whatever.

    Besides, I’ve found more problems in my bb 1.0alpha – wp 2.6.1 b2 integration attempt;

    1 I can’t find a secure key salt in the last wp version.

    2 Logins integration seems to work fine but as soon as you include

    require_once('.../wordpress/wp-blog-header.php')

    all is messed; I lost the settings link on the dashboard, add new topic didn’t work, when no logged in I get this meesage instead of the last poster of a topic;

    Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in D:wampwwwwordpressbbpressbb-includesbackpressclass.bpdb.php on line 360

    I’ll report more errors if I find any

    #66832
    chrishajer
    Participant

    Normally the WordPress API version 1.1 escapes those properly so you can use all manner of special characters in the keys.

    #66831
    _ck_
    Participant

    Where did you originally generate the keys, from the WordPress random url? I’ll report that bug to them if that’s where you got them from.

    #66905

    In reply to: Creative Commons T&C

    _ck_
    Participant

    See the FAQ for some suggested URLs:

    https://bbpress.org/plugins/topic/terms-of-service/faq/

    The problem is legal TOS has to be adjusted per site.

    this is the most obvious “free” one but it has to be adapted:

    http://wordpress.com/tos/

    #66855
    chrishajer
    Participant

    Very odd. I can see what you’re talking about now. There is the <h2>Reply</h2> but then something goes wrong.

    This is in the source:

    <h2 class="post-form">New Topic</h2>

    </div>

    <!--
    If you like showing off the fact that your server rocks,
    <h3>0.150 - 15 queries</h3>
    -->

     

    Looks like bbPress has it until the <h2 class="post-form">New Topic</h2> part, then WordPress takes over for some reason. At least it looks like that’s what’s happening. If you look at the source of the page you’ll see what I mean.

    Sorry I don’t know what’s causing the problem, but it’s interesting to look at nonetheless.

    #66488

    In reply to: TalkPress suggestions

    We will not be able to download talkpress and do some hosting on our own? We can do that with wordpressMU, so why not with talkpress?

    BBPress == WordPress(.org)

    TalkPress == WordPress.com

    WordPressMU came after WordPress.com if my memory serves me right, so we probably won’t be seeing a BBPressMU until sometime well after TalkPress goes live (which itself is probably a year or so away).

    Of course, it may never happen, I’m just speculating. ;)

    ganzua
    Member

    Well I tried to integrate bbpress with my wordpress theme and I after calling wp functions by adding

    require_once('/wamp/www/wordpress/wp-blog-header.php')

    I realized that I had no settings link on the bbpress dashboard. I removed that line and the link appeared again but no theme integration.

    BBPress as wp plugin for 1.0 final is too much asking, isn’t it?

    #66853
    chrishajer
    Participant

    Why is this listed as a stylesheet in the source? It gives a 404 then includes the whole WordPress page as a stylesheet:

    <link rel="stylesheet" href="http://www.audioscribbler.co.uk/oldboards/my-templates/bbpress-forum/style2.css?v=8" type="text/css" />

     

    I don’t know if that has anything to do with it, but it’s not right.

    Also, does the problem you’re describing happen with the stock template as well?

    #65746
    peuter
    Member

    I have both WP and bbP using the same .htaccess file, in root. So, is this OK:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    Options +MultiViews

    #66044
    chrishajer
    Participant

    If you mean WordPress 2.6 and bbPress 0.9.0.2, then no, they’re not compatible. Choices seem to be:

    1. Go back to WordPress 2.5.1

    2. Install bbPress alpha release and take your chances

    3. Wait for a new bbPress release that’s compatible

    4. Live without integration

    #66290
    chrishajer
    Participant

    That was my point exactly. It’s just in the template, like things are in WordPress. Remove them or comment them out if you don’t need them.

    #66843
    _ck_
    Participant

    You can fix this if you have phpmyadmin.

    Do you have it?

    go into your bb_usermeta (or wp_usermeta)

    and find that last administrator you made, it will look like:

    bb_capabilities a:1:{s:13:"administrator";b:1;}

    and just change the meta_value to

    a:1:{s:9:"keymaster";b:1;},

    user_id meta_key meta_value

    #66848
    _ck_
    Participant

    You want WordPress for that, not bbPress.

    There’s no need for that in forum software.

    #66690

    In reply to: bbPress 1.0 alpha

    _ck_
    Participant

    Yes, 1.0 alpha is required to integrate with WordPress 2.6

    bbpress 0.9 <-> WordPress 2.5.x

    bbPress 1.0 <-> WordPress 2.6.x

    #66689

    In reply to: bbPress 1.0 alpha

    articles2u
    Member

    Does the 1.0 alpha allow for integration with WordPress 2.6?

    #66043
    chrissydunno
    Member

    i have latest WP and latest bbPress. Looks like integration results in every bb registrant being automatically given ADMIN login role in WP. Role mapping doesn’t seem to make a difference. Is there really no solution to this other than recommended downgrading?

    #66849
    chrishajer
    Participant

    bbPress 0.9 is not compatible with WordPress 2.6. Read the first sticky thread for more information. If you cannot wait for a 1.0 release of bbPress, you might try the alpha release that was just packaged up, but I wouldn’t try it on a production site that you care about.

    #66841
    ejacobsh
    Member

    I did find a way to make it work. First install bbPress without WordPress integration. Next go to the bbPress settings and configure the WordPress Integration. Where it asks for the AUTH_SALT, copy the SECRET_SALT. Finally update bb-config.php with your wpmu specific defines.

    #3796
    parthatel
    Member

    I had my WordPress installed by fantastico automatically. Therefore, the AUTH_KEY, SECURE_AUTH_KEY, and LOGGED_IN_KEY were all different. When bbPress asked me for the SECRET_KEY, I put in the key for AUTH_KEY. Now, integration didn’t work. So…I removed all bbPress tables from the database and changed all the KEYS so that they are the same. I tried installed bbPress again and it still didn’t integrate users. The installation of bbPress says that integration works, but in reality, it didn’t. What do I do now?

    *By the way, my wordpress is running fine and I’m not willing to unistall it or delete its database.

    #66840
    ejacobsh
    Member

    I’m having the same problem and haven’t been able to work around it. bbPress did successfully install without WordPress integration. So, now I’m trying to do the integration manually.

    #3777

    Topic: stylesheet_directory

    in forum Themes
    csseur3
    Member

    Hello,

    what is the function for have the theme directory in bbpress, like <?php bloginfo(‘stylesheet_directory’); ?> for wordpress ?

    Bye

    Well, I was having issues with my WordPress admin, so, like a clever person I created a new admin name and deleted the old. Well. Turns out that in doing so I’ve deleted my keymaster in BBPress.

    I’ve seen some posts that suggest editing the tables. I’ve tried adding the code

    $bb->new_keymaster = ‘AdminTwo’;

    to my bb-config.php and then running install.php. But, nothing happens. So, if I must edit my database, can someone please let me know in more deatail how? (Ie: Which tables, which values, etc.)

    Thank You so Much!

    #66042
    bh
    Member

    define(‘COOKIE_DOMAIN’, ‘.website.org’);

    or

    define(‘COOKIE_DOMAIN’, ‘website.org’);

    I tried both of these, in addition to define(‘COOKIE_DOMAIN’, ”);

    But still no luck. Any ideas?

    /edit Just another bit of info, bbpress is in /bbpress, and wordpress is in /wordpress. I don’t know if it makes a difference, but I thought I would mention it.

    #3791
    #66041
    bh
    Member

    BBpress told me to put this in the wp-config, and I did, but still no luck.

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

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