Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 17,426 through 17,450 (of 26,846 total)
  • Author
    Search Results
  • #92034

    This issue can be solved by the bbPress integration plugin for WordPress. Keep the plugin activated, it generates the required cookies on WordPress authentication hooks which otherwise are not created for accessing bbPress dashboard (or admin panel)

    P.S. – I actually looked at the plugin’s code today!

    Don’t know what the BackPress has to do here!

    #78878

    This issue can be solved by the bbPress integration plugin for WordPress. Keep the plugin activated, it generates the required cookies on WordPress authentication hooks which otherwise are not created for accessing bbPress dashboard (or admin panel)

    P.S. – I actually looked at the plugin’s code today!

    Don’t know what the BackPress has to do here!

    #92551

    This issue can be solved by the bbPress integration plugin for WordPress. Keep the plugin activated, it generates the required cookies on WordPress authentication hooks which otherwise are not created for accessing bbPress dashboard (or admin panel)

    P.S. – I actually looked at the plugin’s code today!

    #93833

    Instead of loading WordPress from wp-load.php, load it from wp-blog-header.php.

    I checked the header.php file of Twentyten and there is nothing in it that would stop you from making changes. Follow the tutorial and you will be fine.

    This is the line before which you should add the link to bb-style.css

    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

    Rest is in the tutorial.

    #93849

    In reply to: Pages from WordPress

    pagal
    Participant

    Integrate your forums with your wordpress seamlessly.

    In this case header/footer will work same for both.

    http://wpbbpthemes.org/integration/

    enatom
    Member

    How to make WordPress Posts, BBpress topics .. and intergrate the posts

    #35311

    Topic: Pages from WordPress

    in forum Themes
    Dakcenturi
    Member

    Is there a way for me to pull my page navigation over from wordpress to put in my header instead of having to manually change the page navigation in bbpress anytime I add a page in wordpress?

    #93825
    wblogan
    Member

    Your’s is one of the tutorials I followed, Ashfame. It helped me a great deal and I’m grateful to you for it. However, the following code broke my site:

    /* Deep integration */

    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST'))

    {

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    I started replacing the bb_get tags as you recommended in front-page.php. As I said, I could not get the get_sidebar to work.

    Also, I moved ahead with your instructions regarding the style sheets, and then on to editing the twentyten them header.php to insert the link to the bbpress theme and couldn’t figure out where to put the link – it broke my wordpress.

    What am I missing?

    #93824

    I wrote this sometime back. http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    Twentyten shouldn’t be difficult to follow up with.

    #93822

    Hi Paul,

    Just so you know, if you areusing the bbpress plugin that works with buddy press, then you’re not using bbpress.

    It’s a fork from last years release hacked to work with buddypress. That’s not to say bad things about it though, how it was done was really great, it’s just confusing.

    Don worry though, they’re making a new wordpress plugin that’s not this software or the buddypress plugin, and they’re going to call that bbpress too. At thy time, we’ll all b confused ;)

    #92125
    dovoto
    Member

    Moved the bbpress directory to verify it wasn’t a possible collision between the old “forums” page and the “forums” sub directory. Does not appear to be the issue (in other words same symptoms).

    Also verified no errors in my server error log (get undefined get_header() errors if i remove the require(blah/wp-load.php))

    #92124
    dovoto
    Member

    Having similar issues…

    Symptoms:

    1) Blank forum page if i navigate to http://www.drunkencoders.com/forums/

    2) Forum loads if i http://www.drunkencoders.com/forums/index.php

    3) Blank page if i follow any of the forum title links

    I did however have a wordpress page called “forums” at one point (since deleted) which would have also resolved to this location…possible issue?

    I am using bb-config to load wp-load.php on startup per the suggestions (seems to work as indicated by direct navigation to index.php).

    I am using the wp functions to load header and footer info (this also works as i get my wp site blog wrapped properly around my otherwise plain bbpress install if i navigate directly to index.php)

    Any suggestions or thoughts?

    #35299
    Ricardo
    Participant

    Since a lot of people still say version 0.9.0.6 is still good i installed it but was unable to set pretty permalinks and there was a never ending story of solutions on the forums like adding bbpress rules to wordpress htacess file or adding multiviews but none worked i even tried to copy the rewrite rules from bbpress to the htacess but no luck i end up on 404 page….

    so i went back to version 1.0.2 and instaled svn version 2540 and altough its istalled the following error popped up above the bbpress last installation step (the one that gives us the admin password)

    Database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘)’ at line 1]

    SELECT term_id, term_taxonomy_id FROM bb_term_taxonomy WHERE term_id IN ()

    Caller: BB_Install->BB_Install, BB_Install->process_form, BB_Install->process_form_finalise_installation, bb_insert_topic, bb_add_topic_tags, BB_Taxonomy->set_object_terms, WP_Taxonomy->insert_term, WP_Taxonomy->clean_term_cache

    Warning: Invalid argument supplied for foreach() in /public_html/forums/bb-includes/backpress/class.wp-taxonomy.php on line 1789

    Warning: Cannot modify header information – headers already sent by (output started at /public_html/forums/bb-includes/backpress/class.bpdb.php:569) in /public_html/forums/bb-includes/functions.bb-core.php on line 1148

    can anyone tell me what i’m doing wrong or maybe what i can do to use pretty permalink in 0.9.0.6.

    Thanks

    #93679

    In reply to: avatars

    ah… no wonder i couldnt find it. is there a way to do this with the uploadable wordpress gravitars though? and to customize the default?

    thanks for your help!

    #35296
    enatom
    Member

    Hi,

    For my website I need the forum to be the Frontpage (main site), but I need wordpress for things like Facebook Connect plugins. Could I install BBpress on the root directory and have WordPress on a sub directory like http://www.forum.com/blog. Whilst still creating a deep intergration between the two ?

    #93565
    jdblundell
    Member

    I may have found a solution.

    I deleted all the bbPress files from my server.

    Deleted all the tables from my database in MySql that began with the bb_ prefix.

    Then started the process all over again.

    However, this time I left the SECURE_AUTH_SALT field blank since it doesn’t show in my wp-admin/options.php page (even though it’s in my wp-config file).

    Either the full reinstall or simply leaving that field blank worked.

    Also, once I uninstalled bbPress I added the bbPress Integration plugin (https://wordpress.org/extend/plugins/bbpress-integration/) to my WordPress install (don’t know if that’s made a difference either) but it said to add a couple lines to my wp-config.php file as well.

    define( ‘COOKIE_DOMAIN’, ‘.somethingbeautifulpodcast.com’ );

    define( ‘COOKIEPATH’, ‘/’ );

    #93564
    jdblundell
    Member

    I’ve hit the same snag. I tried logging out of my WordPress admin and now I can’t login to the BBpress install or WordPress install.

    http://www.somethingbeautifulpodcast.com

    http://www.somethingbeautifulpodcast.com/forums

    When I click the login button on both WordPress and BBPress it simply sits on the same page or reloads the page. It’s as if the Login buttons are broken.

    I’ve tried changing the force_ssl_admin to true as mentioned here:

    https://bbpress.org/forums/topic/admin-link-doesnt-take-me-to-dashboard

    function force_ssl_admin($force = ‘true’) {

    I’ve updated all my auth keys in both WP config and BP config as mentioned here:

    https://bbpress.org/forums/topic/cannot-access-bb-admin

    (https://api.wordpress.org/secret-key/1.1/salt/)

    And I’ve added define( ‘COOKIEPATH’, ‘/’ ); to my WP and BP config files as well.

    Still no luck.

    Any help would be appreciated. If nothing else I may start searching for the uninstall thread.

    #93615
    _ck_
    Participant

    Unless performance is crippling slow, those users’ arguments are very valid.

    bbPress’s ability to be customized and slipped into foreign environments is extremely attractive. It’s incredibly easy to customize without breaking the core like most other forums.

    But look at WordPress – it’s popularity defies ALL logic. Without heavy duty caching it would collapse most large sites. Apachebench would DESTROY it without page caching (using 17 categories with 7500 users and 10k posts with 10k comments). Of course it’s the sheer number of available customizations that override the care about lack of performance.

    #93650
    MakMak2
    Member

    The work around seems to be log out of WordPress then log in to bbPress when you want to administer bbPress.

    Yeah I figured that, so wait, there’s no current way to circumvent that?

    #93252

    In reply to: bbpress vs the others

    chrishajer
    Participant

    If the software you install today works for you, why upgrade it to the plugin version? It’s not even an “upgrade” so much as it will be installing completely different software. It would be like switching from bbPress to WP Forum or some other forum plugin for WordPress. Would you expect your bbPress plugins to work with any other WordPress forum plugin? I don’t think so, and I don’t think you should expect any existing plugins for bbPress to work (or even be necessary, for that matter, when running the WordPress plugin.)

    #93640
    garyditsch
    Member

    thanks, that actually makes sense. my question now is that both of my blogs have the “wp_” prefix. i think that saying “new” is misleading.

    both blogs are fairly established, so i’m not sure what would happen if i changed the wp_prefix? there are already 100’s of posts on that blog and while i’m trying to transfer the users from one blog to another, i’d rather not lose the posts/pages

    so.. i guess what i’m looking at is that the user tables are named the same thing b/c i just used the normal wp set up, but they sit on different databases. i’m wondering if just naming the user_table will work?

    #93620
    tpack
    Member

    I did this in my footer.php of my Kakumei theme.

    Find your theme folder. E.g. /forums/bb-templates/YOUR-THEME/footer.php.

    Edit footer.php code:

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

    <p><?php printf(__(‘%1$s is an online discussion site of the YOUR-DOMAIN.com‘), bb_option(‘name’), “http://YOUR-DOMAIN.com&#8221;) ?></p>

    #93649
    chrishajer
    Participant

    Can't access the dashboard

    There are lots of topics that deal with this very problem. Just click on the integration tag and read.

    The work around seems to be log out of WordPress then log in to bbPress when you want to administer bbPress.

    #93639

    the new blog tables is just left as it is, you can delete that if you want.

    you can even specify the user tables to be used while installing.

    this is how it is done in wp-config.php

    define('CUSTOM_USER_TABLE','new_user_table');
    define('CUSTOM_USER_META_TABLE', 'new_usermeta_table');

    those two lines should be in that WP whose user tables you want to change.

    like my initial has a wp_ prefix, then in the new installation, which has something different (lets say wp1_ or anything), put the lines in wp-config.php

    define('CUSTOM_USER_TABLE','wp_users');
    define('CUSTOM_USER_META_TABLE', 'wp_usermeta');

    #93674

    In reply to: avatars

    specifically to bring over the users avatars from wordpress…

Viewing 25 results - 17,426 through 17,450 (of 26,846 total)
Skip to toolbar