Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,901 through 16,925 (of 26,890 total)
  • Author
    Search Results
  • #36986
    KayBeSee
    Member

    Hey,

    I am looking to integrate a bbPress forum into my site (http://ThePerfectLevel.com). Basically, like this site here, I want to keep my existing WordPress theme but have a page where forums are displayed in the main post area.

    I have setup the forums already (http://ThePerfectLevel.com/forums) but don’t know how to get them integrated into the site.

    I also am having trouble with cookies! I have followed all the steps in WPbbpThemes’s guide (http://wpbbpthemes.org/integration/) but when I log into my main blog and then navigate to the forums, I am required to re-login.

    Can anyone help me out?

    Thanks!

    #103629

    The recent WordPress security upgrade (regarding kses) wasn’t 4 hours from initial contact to release, but you’re right to say that having more eyes and developers did help to expedite the testing.

    Needless to say I wasn’t personally accessible to work on this until I was back from holiday, so it is me dropping that ball and not being prepared. I’ll take that responsibility even if no one expects me to. :)

    Honestly, the reminders get a little repetitive, but only because I get them from a few different places. Open source development is kinda like having 1,000 bosses, but I’m used to it and take pride in having people be worried about the state of things.

    I’ve got pretty thick skin and don’t take things personally. So, no worries. :)

    Another personal hurdle was learning exactly what the procedure is to actually push out a release of bbPress. Having never needed to do it yet, and having the only person who has in the past few years (Sam) not immediately at my disposal, it took a few days to get me setup and ready to be able to do it.

    The trunk and 1.0 branches are fixed. The 1.0 branch is ready for a release. I am going to do the 0.9 branch tonight, do some testing, make my first deployments, and look forward to things hopefully going smoothly for releases tomorrow or this weekend.

    I’m not new to bbPress, but I am new to the logistics. Don’t fret, I’m a fast learner. :)

    #98529

    The recent WordPress security upgrade (regarding kses) wasn’t 4 hours from initial contact to release, but you’re right to say that having more eyes and developers did help to expedite the testing.

    Needless to say I wasn’t personally accessible to work on this until I was back from holiday, so it is me dropping that ball and not being prepared. I’ll take that responsibility even if no one expects me to. :)

    Honestly, the reminders get a little repetitive, but only because I get them from a few different places. Open source development is kinda like having 1,000 bosses, but I’m used to it and take pride in having people be worried about the state of things.

    I’ve got pretty thick skin and don’t take things personally. So, no worries. :)

    Another personal hurdle was learning exactly what the procedure is to actually push out a release of bbPress. Having never needed to do it yet, and having the only person who has in the past few years (Sam) not immediately at my disposal, it took a few days to get me setup and ready to be able to do it.

    The trunk and 1.0 branches are fixed. The 1.0 branch is ready for a release. I am going to do the 0.9 branch tonight, do some testing, make my first deployments, and look forward to things hopefully going smoothly for releases tomorrow or this weekend.

    I’m not new to bbPress, but I am new to the logistics. Don’t fret, I’m a fast learner. :)

    McGeeSteve
    Member

    I have made my second attempt at installing bbPRess in the web/content/forum directory – and integrating the databases.

    Last time I believe I left the User Table Prefix as ‘bb_’.

    The install ‘worked’ but I could not add new topic, reply, etc. with any user.

    This time I entered it as ‘wp_’ and I have installation errors –

    My error report:

    SQL ERROR!

    >>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)

    >>>>>> ALTER TABLE wp_posts ADD COLUMN post_id bigint(20) NOT NULL auto_increment;

    >>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

    SQL ERROR!

    >>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)

    >>>>>> ALTER TABLE wp_posts DROP PRIMARY KEY;

    >>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

    SQL ERROR!

    >>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)

    >>>>>> ALTER TABLE wp_posts ADD PRIMARY KEY (post_id);

    >>>>>> Key column ‘post_id’ doesn’t exist in table

    SQL ERROR!

    >>> Database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)

    >>>>>> ALTER TABLE wp_posts ADD FULLTEXT KEY post_text (post_text);

    >>>>>> The used table type doesn’t support FULLTEXT indexes

    the log:

    Referrer is OK, beginning installation…

    >>> Setting up custom user table constants

    Step 1 – Creating database tables

    >>> Modifying database: xxxxxx_norcalmilsim (xxxCORRECT-I CHECKEDxxx)

    >>>>>> Table: wp_forums

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: wp_meta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: wp_posts

    >>>>>>>>> Adding column: post_id

    >>>>>>>>>>>> SQL ERROR! See the error log for more detail

    >>>>>>>>> Adding column: forum_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding column: topic_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding column: poster_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding column: post_text

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding column: post_time

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding column: poster_ip

    >>>>>>>>>>>> Done

    >>>>>>>>> Setting default on column: post_status

    >>>>>>>>>>>> Done

    >>>>>>>>> Changing column: post_status

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding column: post_position

    >>>>>>>>>>>> Done

    >>>>>>>>> Dropping index: PRIMARY

    >>>>>>>>>>>> SQL ERROR! See the error log for more detail

    >>>>>>>>> Adding index: PRIMARY

    >>>>>>>>>>>> SQL ERROR! See the error log for more detail

    >>>>>>>>> Adding index: topic_time

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding index: poster_time

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding index: post_time

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding index: post_text

    >>>>>>>>>>>> SQL ERROR! See the error log for more detail

    >>>>>> Table: wp_terms

    >>>>>>>>> Changing column: term_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Changing column: name

    >>>>>>>>>>>> Done

    >>>>>> Table: wp_term_relationships

    >>>>>>>>> Changing column: object_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Changing column: term_taxonomy_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Adding column: user_id

    >>>>>>>>>>>> Done

    >>>>>> Table: wp_term_taxonomy

    >>>>>>>>> Changing column: term_taxonomy_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Changing column: term_id

    >>>>>>>>>>>> Done

    >>>>>>>>> Changing column: parent

    >>>>>>>>>>>> Done

    >>>>>> Table: wp_topics

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    Step 2 – WordPress integration (optional)

    >>> WordPress address (URL): http://www.norcalmilsim.com/

    >>> Blog address (URL): http://www.norcalmilsim.com/

    >>> WordPress cookie keys set.

    >>> WordPress “auth” cookie salt set from input.

    >>> WordPress “secure auth” cookie salt set from input.

    >>> WordPress “logged in” cookie salt set from input.

    >>> User database table prefix: wp_

    Step 3 – Site settings

    >>> Site name: NorCalMilSim Forum

    >>> Site address (URL): http://www.norcalmilsim.com/forum/

    >>> From email address: xxxxxx@gmail.com

    >>> Key master role assigned to existing user

    >>>>>> Username: admin

    >>>>>> Email address: xxxxx@gmail.com

    >>>>>> Password: Your existing password

    >>> Description: Just another bbPress community

    >>> Forum name: MilSim Rules

    >>>>>> Topic: Your first topic

    >>>>>>>>> Post: First Post! w00t.

    >>> Making plugin directory at /mnt/stor7-wc2-dfw1/538952/xxxxxx/www.norcalmilsim.com/web/content/forum/my-plugins/.

    >>> Making theme directory at /mnt/stor7-wc2-dfw1/538952/xxxxxx/www.norcalmilsim.com/web/content/forum/my-templates/.

    >>> Key master email sent

    There were some errors encountered during installation!

    ****

    I can enter new topics (last time I could not – attempting so would give me a page ‘topic closed’) BUT I cannot read the topic.

    Also, a ‘user’ named ‘anonymous’ made a post 40 years ago…

    What’s going on??

    #103628

    My apologies if my tone was somewhat harsh but I am concerned about the way it is handled when compared to WordPress. WordPress security upgrade was pushed in record time of 4 hours. I am not blaming JJJ or anybody else.

    Its something I would have feel if I was a non-technical guy running bbPress unknowingly that my forums are vulnerable.

    How WordPress community would have reacted if a WP bug wasn’t fixed asap? They would obviously curse the people behind WordPress but since bbPress is a little pond, that doesn’t mean it should wait for 1 week. I know how much difference does it make when there are several developers on a project as compared to when there are only a few.

    I understand JJJ didn’t have proper access to internet but I really expected an update on Jan 3 & we haven’t got anything till now. May be there are issues which needs to be fixed before a release is pushed live but I certainly don’t feel right about it.

    That said, its all my opinion and it doesn’t intend to pinpoint any individual. For the record, I am only blaming the situation.

    I hope JJJ didn’t mind my tone. If he did, I apologize once again. I am just in favor of the bbPress community. JJJ, if you remember, I was the one who brought this topic to your attention on IRC.

    P.S. – I don’t run even a single forum of my own and views are certainly not biased for only my favor.

    #98528

    My apologies if my tone was somewhat harsh but I am concerned about the way it is handled when compared to WordPress. WordPress security upgrade was pushed in record time of 4 hours. I am not blaming JJJ or anybody else.

    Its something I would have feel if I was a non-technical guy running bbPress unknowingly that my forums are vulnerable.

    How WordPress community would have reacted if a WP bug wasn’t fixed asap? They would obviously curse the people behind WordPress but since bbPress is a little pond, that doesn’t mean it should wait for 1 week. I know how much difference does it make when there are several developers on a project as compared to when there are only a few.

    I understand JJJ didn’t have proper access to internet but I really expected an update on Jan 3 & we haven’t got anything till now. May be there are issues which needs to be fixed before a release is pushed live but I certainly don’t feel right about it.

    That said, its all my opinion and it doesn’t intend to pinpoint any individual. For the record, I am only blaming the situation.

    I hope JJJ didn’t mind my tone. If he did, I apologize once again. I am just in favor of the bbPress community. JJJ, if you remember, I was the one who brought this topic to your attention on IRC.

    P.S. – I don’t run even a single forum of my own and views are certainly not biased for only my favor.

    #91302

    Any extra who could input ideas, help build on what the Plugin has already, would be a great idea. So starting up these Dev Chats again would also be a smashing idea, possibly setting up something like WordPress.org has (or will have) with make.bbpress.org/plugin to keep upto date with news and such? :)

    #103788

    create a folder something like named forums and it will be available on domain.com/forums

    #98688

    create a folder something like named forums and it will be available on domain.com/forums

    #103787
    PurdueGuy
    Member

    So do I upload the files to the same directory as my WordPress files?

    #98687
    PurdueGuy
    Member

    So do I upload the files to the same directory as my WordPress files?

    #103747
    McGeeSteve
    Member

    I uninstalled bbPress, no immediate change in access, then started uninstalling ‘Event Manager’ – within a few seconds I could get into the Dashboard… Probably access was possible with only un-installing bbPress.

    I found this: https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17417

    == Loss of Admin Access ==

    It is possible (most likely during REVERSE integration) for admin access to be lost on the bbPress or WordPress side after you integrate a new install. This is because the role of keymaster is stored in the user-meta and if you have gone from BB_USERS to WP_USERS (and BB_USERMETA to WP_USERMETA) , suddenly there is no longer a level set for the user. So the password/login will work but not admin access.

    Fixing this requires the role to be inserted back in the usermeta. This used to require editing the table (ie. with PHPMYADMIN) but I also created a basic plugin to handle the most basic case. Note it requires the keymaster to be user #1. If not, you will have to “hand edit”.

    #98647
    McGeeSteve
    Member

    I uninstalled bbPress, no immediate change in access, then started uninstalling ‘Event Manager’ – within a few seconds I could get into the Dashboard… Probably access was possible with only un-installing bbPress.

    I found this: https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17417

    == Loss of Admin Access ==

    It is possible (most likely during REVERSE integration) for admin access to be lost on the bbPress or WordPress side after you integrate a new install. This is because the role of keymaster is stored in the user-meta and if you have gone from BB_USERS to WP_USERS (and BB_USERMETA to WP_USERMETA) , suddenly there is no longer a level set for the user. So the password/login will work but not admin access.

    Fixing this requires the role to be inserted back in the usermeta. This used to require editing the table (ie. with PHPMYADMIN) but I also created a basic plugin to handle the most basic case. Note it requires the keymaster to be user #1. If not, you will have to “hand edit”.

    #103746
    McGeeSteve
    Member

    You visited norcalmilsim.com? That is my forum address.

    I’ve uninstalled, because now I can’t login to my WP dashboard… Will try again.

    Could be the User Access Manager plug-in?

    https://wordpress.org/extend/plugins/user-access-manager/

    #98646
    McGeeSteve
    Member

    You visited norcalmilsim.com? That is my forum address.

    I’ve uninstalled, because now I can’t login to my WP dashboard… Will try again.

    Could be the User Access Manager plug-in?

    https://wordpress.org/extend/plugins/user-access-manager/

    #65271
    otherleweb
    Member

    hi,there.for the cookie problem,it is Okay now.or there was some error occured on the server of bbpress.

    more,u mates can clean the cookies saved by the browser u were using in the option to logout the bbpress.

    be helpful

    thks

    webby

    #103781
    #98681
    #103786

    They can be installed in the same database.

    Just like WordPress, bbPress has its own theme functionality so you will have the same looking site if you have a similar theme for both of them or you can customize the bbPress theme to match your WordPress one by deep integration – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    Read about pros/cons of deep integration too – http://blog.ashfame.com/2010/02/bbpress-deep-integration-advantages-disadvantages/

    #98686

    They can be installed in the same database.

    Just like WordPress, bbPress has its own theme functionality so you will have the same looking site if you have a similar theme for both of them or you can customize the bbPress theme to match your WordPress one by deep integration – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    Read about pros/cons of deep integration too – http://blog.ashfame.com/2010/02/bbpress-deep-integration-advantages-disadvantages/

    #36899
    PurdueGuy
    Member

    I have an existing WordPress site, and started looking into adding bbPress to it. I see that they can be integrated, but am unclear on whether the bbPress needs its own domain for installation. Will the WordPress and bbPress site be like two interlinked sites, or more like one site?

    #36898

    I installed everything as per instructions and much help from various sources.

    It all seemed to work for a moment, but then I logged out and back in to make sure it was all okay, but once I logged in the ADMIN link was gone and I cannot figure out how to get back to the admin section to access the settings and stuff.

    Does anyone have any ideas?

    #94793
    Willabee
    Member

    Use wordpress function query_posts().

    Then give it the parameters of author_name and post_type.

    @ Gautam/JJJ

    Any major updates planned soon? Want to launch a site with this plugin end of the month, so would like it if I can build in the latest and greatest. Keep it up. ^^

    #36777
    FrankR
    Member

    I have a big main section on my website and I would like for the entire bbPress program to reside there and look and act like it does as a freestanding, or as best it can.

    I can easily do this with WordPress but this is much different. For thing, it seems that there can only be one stylesheet, so I have to copy bbPress’s stylesheet and paste it into mine and name it style.css. then rename the divs with the same names.

    This is what I want it to be:

    <My website>

    <my header></close my header>

    <my navigation></close my navigation>

    <my mainsection or column is 900px wide>

    <<< Here will go the entire bbPress program >>>

    </close my mainsection or column>

    </close My website>

    Here’s how I have the header.php:

    <<<<—- Start of header.php —->>>>

    <?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=’style.css’ type=’text/css’ charset=’utf-8′ />

    <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>

    <!–Begin top of My Website–>

    <div id=’al_wrapper’>

    <div id=’al_sub_wrapper’>

    <div id=’al_head’>

    <h1>Title</h1>

    <h4>Tag Line</h4>

    </div>

    <div id=’pagetitle’>

    <div id=’bread’>You are here: Home » This Page</div>

    </div>

    <div id=’al_both’>

    <div id=’my_right’>

    <div id=’inside_my_right’>

    <h2 class=’myright’>This Page</h2>

    <!–End top of My Website–>

    <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(); ?>

    <<<<—- End of header.php —->>>>

    <<<<—- Start of footer.php —->>>>

    </div>

    </div>

    <div id=”footer” role=”contentinfo”>

    </body>

    </div>

    <?php do_action(‘bb_foot’); ?>

    <!–Beging of My Website footer–>

    </div>

    </div>

    </div><!–end both–>

    <div class=’spacer_20′></div>

    <div id=’al_footer’>

    Content copyright 2010. Mywebsite.com – All rights reserved.

    Home  · 

    Privacy Policy  · 

    Terms of Use  · 

    Contact Me

    </div>

    </div><!–end al_subwrapper–>

    </div><!–end al_wrapper–>

    <!–End My Website footer–>

    </body>

    </html>

    <<<<—- End of footer.php —->>>>

    Using this, the look of my website is OK but the bbPress is all jumbled up and not right. Any help would be appreciated.

    #65268
    leonehal
    Member

    I have same problem as people said before.

    Sonika says clear cookies but it will work only people who know that but common people can not do this.

    I try lot of things.

    Like change in sidebar.php & comments.php in

    /public_html/wpress/wp-content/themes

    whatever theme is…….to wp log out.

    It does not solve my problem.

    I think it is bug in WP or clear cookies some how.

    Please reply me if anyone has solution.

Viewing 25 results - 16,901 through 16,925 (of 26,890 total)
Skip to toolbar