Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 21,476 through 21,500 (of 26,846 total)
  • Author
    Search Results
  • #73141
    bruinfelix
    Member

    @PierrottorreiP

    Take a good look ;-)

    It isnt even a wordpress theme! :D

    #73137
    bruinfelix
    Member

    I use the latest wordpress MU version (trunk), and just the alpha-6 version of bbPress ;-)

    Ohw, and a recent version (also trunk) from the buddypress website ;-)

    #73091
    _ck_
    Participant

    first, never post your login info, mysql or otherwise on the web, now you have to change it

    second this is the bbpress support forum, not the wordpress support forum

    (but your problem does seem weird, there should be no error with that)

    #73136
    chrishajer
    Participant

    What version of bbPress and WordPress are you using?

    #6606
    phishshticks
    Member

    hi guys, i downloaded the fresh baked cookies plugin to support integration with wordpress, however, if i access my site without the www. before it, i do not remain logged in.

    is this a known issue? hopefully it’s an easy fix…

    thanks!

    #66151
    racejunk
    Member

    Been reading these forums for over two days and not making progress.

    Have WordPress 2.71 (not MU) and then BBPress .9. WordPress is installed in a subdomain http://newsedge.webjunk.com

    Installed the Freshly Baked Cookies plugin to allow bbpress to read newer cookies. Both WordPress and BBPress work fine on their own.

    If I create an Id with WordPress or BBPress I can log into both. Cookies are not shared. Have to login seperately.

    If (after loggin in both) I logout of WordPress, then I am logged out of both. If I log out from BBPress I am still logged into WordPress.

    The instructions on here are all over the place between various versions. Am thinking maybe tthere is other things that may have to be copied over from WP-CONFIG.PHP to BB-CONFIG.PHP. Could someone post something consise on what needs to be copied? Or anything else I should check?

    Thanks…..

    Paul

    #73113

    In reply to: MySQL version 4.0

    _ck_
    Participant

    bbPress has the same requirements as wordpress, so yes 4.0 is the minimum

    https://wordpress.org/about/requirements/

    #73093
    bruinfelix
    Member

    Maybe when they realse the 2.8 version of WordPress ? ;-)

    #72985
    _ck_
    Participant

    The instructions are right under the wordpress integration menu in bbpress

    #54699
    adv_user
    Member

    “if WP and BBPress are sharing the same database”

    And if WordPress is diferent database of the BBPress?

    #72983
    _ck_
    Participant

    There are settings that stay in the database.

    For example the “WordPress database secret” is stored in your database settings and would be changed when you restored the db. That will completely affect cookies.

    So double check that it’s still same in WP and bbPress after you restore.

    #72465
    chrishajer
    Participant

    It’s possible that the .htaccess one level up (WordPress directory) is conflicting with this .htaccess. You can just turn off permalinks for now until you figure it out. If you’re intent on figuring it out to get permalinks working, you might want to spend some time browsing threads that are tagged identical to this one.

    #72464
    richbrown
    Member

    I did that and it takes me back to the forum page.

    #72463
    chrishajer
    Participant

    You need to add a .htaccess file for bbPress. You generate the rules by going to your site, here (once logged in as keymaster):

    http://www.example.com/forum-directory/bb-admin/rewrite-rules.php

    Then, paste those rules into a .htaccess file in your forum root.

    #73048
    chrishajer
    Participant
    #73067
    _ck_
    Participant

    If you are on a host with a menu based system like Cpanel or Plesk they usually have an option to password protect a directory. You can use that to protect your bbpress forum install (and wordpress) and that way it will be impossible to access for anyone except you.

    There is a bbpress plugin that forces login to be required to see the forum so you could install that and even if anyone found it, they would only see a login.

    #72462
    richbrown
    Member

    ArrowJ, where did you add the .htacess file?

    I have one for WP.

    Is this a new one?

    #72461
    arrowj
    Member

    added .htaccess…problem solved

    #73047
    richbrown
    Member

    2,71 and the latest stabel version of bbPress.

    #5007
    arrowj
    Member

    When I turn off pretty permalinks everything works great, but when I turn it on it tries to load the page as if it were part of my Wordpres blog and of course that post does not exist. I use advanced permalink structures in my WordPress blog so I’m not sure why this is happening. Any suggestions? I do not have my blog integrated with my forum (other than sharing the same db).

    #73054

    WordPress 2.7.1

    What did I do to make sure the cookies worked? Hmmm. Well, I went through the entire integration process in the bbPress admin panel. I never took it further than just setting it up because my site is brand new and realizing that I didn’t know how to integrate 3 bbPress databases into one WP install I talked myself out of the idea. So, nothing that I can think of.

    Here is the link to my site. Like I said it’s kind f a live trial run so nothing much is happening. Also, all of the plugins that I’m using are also used with my other forums that work.

    Is there a way to re-set the cookies integration?

    http://mcmxxii.com/

    #73066
    ROGUEWAVE
    Member

    Thanks. I installed WordPress 2.7.0 on the host, but it is not public. I want to add the bbpress there & develop on the hosted site, but still not public. Do I just follow the same install procedures as published here?

    #73053
    chrishajer
    Participant

    What version WordPress did you integrate with, and what did you do to make sure the cookies work?

    #72981
    _ck_
    Participant

    If you login on the wordpress side does bbPress see the user logged in?

    If not, the cookie hash has probably changed and might need to be forced on both sides.

    This is simple integration right, not full/deep integration?

    #72802
    grasn
    Member

    @chrishajer, thanks for the code, this one didn’t work for me, but the one on the page top. You can visit my forum http://deadrising2.de/?page_id=84

    If someone wants to know how i made it, I just removed stuff from the bbpress head.php so it looks like this:

    <body>

    <div id=”main”>

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

    and also the first </div> from the footer.php, I also removed the hot tags stuff from frontpage.php. Now I installed embed-iframe plugin for wordpress and modified the iframe.php like this:

    <div class="iframe-wrapper">
    <iframe src="<?php echo $url ?>" frameborder="0" id="youridnamehere" width=100%>Please upgrade your browser</iframe>
    </div>
    <script type="text/javascript">
    function resizeIframe() {
    var height = document.documentElement.clientHeight;
    height -= document.getElementById('youridnamehere').offsetTop;

    <code></code>// not sure how to get this dynamically
    height -= 150; /* whatever you set your body bottom margin/padding to be */

    document.getElementById('youridnamehere').style.height = height +"px";

    };
    document.getElementById('youridnamehere').onload = resizeIframe;
    window.onresize = resizeIframe;
    </script>

    Now I just modified the width of the bbpress style.css for head, main and footer, and also the cols/width of the textarea. I still have a scrollbar if there are more posts on one page, but I can live with.

    Thanks for your help!`

Viewing 25 results - 21,476 through 21,500 (of 26,846 total)
Skip to toolbar