Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 21,451 through 21,475 (of 26,846 total)
  • Author
    Search Results
  • #73233

    I haven’t done any kind of integration. I just have the two things installed in the same home directory and then tried to make this plugin work. My wordpress is using a theme as I set it up before the bbpress but I did not do anything with bbpress, it is a clean install.

    The site is temporarily at http://www.alwaysbeenagypsy.com/thefashionstudent/

    and http://www.alwaysbeenagypsy.com/thefashionstudent/forum/

    (though I am playing a lot with it so it may or may not be up if you try)

    I’m wondering if maybe I got some of the keys wrong, would that do it?

    In the documentation it says to use the “secret key” from the wp-config file but there is no secret key so I guessed which one sounded the most like it could be a secret key. The keys are:

    AUTH_KEY

    SECURE_AUTH_KEY

    LOGGED_IN_KEY

    NONCE_KEY

    I have seen other forums that integrate with wordpress but to be honest I like the simplicity of this one, the others have way too much shit in them so I hope I can figure out how to get this working! :)

    #73232
    johnhiler
    Member

    Hmm, those are the versions that I think these plugins were designed for.

    Is it possible you’re using seamless integration? Other users have reported similar problems between Freshly Baked Cookies and seamless integration:

    * https://bbpress.org/plugins/topic/freshly-baked-cookies/page/2/#post-2951

    * https://bbpress.org/forums/topic/seemless-wordpress-integration

    #73231

    sorry I should have mentioned that. I am using WordPress 2.7.1 and bbpress 0.9.0.4

    These were both downloaded and installed yesterday.

    #7809
    Enzo
    Member

    So I’ve successfully integrated WordPress and bbPress, and have been messing around with it! It’s great, but I’ve been receiving this error every time I delete a topic. (The topic still gets deleted, it’s just. . . I have to hit “back” in my browser, but having an error at all still bugs me.)

    bbPress 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 ‘WHERE status=0 AND user_id>0 AND size>0 AND post_id IN (SELECT post_id FROM bb_p’ at line 1]

    SELECT count(*) as count FROM WHERE status=0 AND user_id>0 AND size>0 AND post_id IN (SELECT post_id FROM bb_posts WHERE post_status=0 AND topic_id=25)

    Warning: Cannot modify header information – headers already sent by (output started at /my/absolute/path/forum/bb-includes/db-mysql.php:130) in /my/absolute/path/forum/bb-includes/pluggable.php on line 232

    Any insight on this would be greatly appreciated, thank you!

    #73230
    johnhiler
    Member

    What versions of bbPress and WordPress are you using?

    #73229
    bruinfelix
    Member

    3. Is it possible to use WordPress blog’s header on bbPress (Replacing forum header with blog’s header) without integration?

    Yes, it is possible. I did it for my own website, and i dont experience any kind of performance problems (yet).

    4. Page Views is not appearing in the forum menu. How to fix that?

    There’s a plugin for that …

    And for the rest i must say. Use the search button more often, there’s a whole world of answers on youre questions, just throwup a searchphrase, and you will be amazed what you could find ;-)

    #73228
    chrishajer
    Participant

    1. No, that is to prevent search engines from caching a copy of your site. It will still be indexed, you’re just telling the search engine not to cache the site.

    2. PHP. You need to do a little PHP that says “if this is the first post, then show the adsense, otherwise, don’t.”

    advertisements after the first message

    3. It’s not that easy. It’s better to create a bbPress template that looks like your WordPress template. But you can read others experiences by browsing the integration tag.

    4. Why do you think page views should be showing up? That’s not built in.

    What version of bbPress did you install, and what plugins did you install?

    #7286
    bpluv4ever
    Member

    Hello,

    I have started a bbPress forum on my site. But not being able to do few things properly and hence seeking help. Kindly guide me.

    1. My page header section contains a meta tag like this…

    <meta NAME=”robots” CONTENT=”noarchive”>

    Is this OK? I guess this is used to block spiders, isn’t that?

    2. I want to show a adsense ad inside the first post only. But when I edited the Post.php and reloaded the post page, I found that the ad is appearing in every post. How to limit that ad for the first post only?

    3. Is it possible to use WordPress blog’s header on bbPress (Replacing forum header with blog’s header) without integration?

    4. Page Views is not appearing in the forum menu. How to fix that?

    Waiting for some helping hands. Thanks in advance.

    – Bapun

    #7214
    ale77dan
    Member

    Hello bbpress forum!

    I successfully integrated bbpress into my WordPress installation. I have shared user database and header/footer function.

    Now I want highlight the Forum Tab in the header menu, of course only when people are showing forum pages. I read in this forum that I can use $forumpage variable. So, I can use it in a conditional function, like <?php if ($forumpage = TRUE) { echo ” id=”current””; } ?>

    But, such variable is always TRUE, also in non bbpress page.

    Where is the trouble?

    Sorry for my little english!

    #6883

    Topic: Admin panels like WP

    in forum Themes
    jbbrwcky
    Member

    Hi,

    Is there a template similar to functions.php in wordpress where you can integrate a backend in to control various bits and pieces of bbpress?

    Thanks,

    Richard

    #66154
    racejunk
    Member

    kswif:

    You mean you trying to get it working like I have on my site?:

    http://newsedge.webjunk.com

    #6637
    tgiokdi
    Member

    I’m using a nice hack for wordpress that lets me install wordpress once, and have multiple urls use those files, so when updating day comes, there’s a single update to be done. Is this possible with bbpress? If so, would anyone like to share how to? I’d be willing to test

    #73134

    Yes, you need to have a SECRET_KEY defined and it has to match BB_SECRET_KEY. Comment out the other four keys in wp-config.php as they are not needed when the cookies are downgraded. You can visit https://api.wordpress.org/secret-key/1.0/ for a quick key generation.

    Good luck!

    #73167
    _ck_
    Participant

    no but it’s a good idea

    the problem is kakumei doesn’t have a sidebar by default

    #73166
    chrishajer
    Participant

    It seems pretty clear that this table does not exist:

    saphruse_bbp01.wp_users

    Can you look at the database and see what tables are actually present there? Looks like bbPress is trying to use the wp_users table for integration, but it’s not present? Did you use the same database for WordPress and bbPress?

    #66153
    kswift
    Member

    So far the integration as explained in this topic has worked pretty well for me (WP2.7 and BBpress 0.9).

    Except for one issue. I have customized a WP template, and once I activate that template (with BBpress installed in a subdirectory to BBpress), the BBpress profile pages stopped working correctly:

    the link to a user profile does indeed end up at profile.php?ID=xx but instead of showing the user info, the page jumps into edit mode (as if trying to edit my own profile instead of viewing someone else’s). Also the submenu is no longer there.

    I don’t understand how the wordpress template should affect the way BBpress profiles are shown. Any clues?

    #73028
    sa05admin
    Member

    How upto date is the half a million posts and 100,000 users on the WordPress Support forums as described in the About pages – Can you give that statistic a date in time or keep it updated with a time of last update or even a pretty graph, please, pretty please.

    #72378
    brettbum
    Member

    I’m seeing this same problem in WordPress all by itself. Don’t think this is a BBpress problem but a WordPress problem. Don’t see anyone that seems to have a handle on it yet. :(

    #66152
    racejunk
    Member

    Not sure if anyone is reading this but it looks like wordpress and BBPress are using different ashes. I tried putting the actual hash in the Freshly_baked_cookies.php but it did not help as in: (the Real Hash is different)

    define(‘COOKIEHASH’, ’16bc2175035323b2cf11e36e21a0ea32′);

    Anyone have suggestions? Anyone reading this?

    #73163
    chrishajer
    Participant

    Did you use something like one of these two solutions to integration the cookies with the two versions you installed? The cookies are incompatible otherwise.

    https://bbpress.org/plugins/topic/freshly-baked-cookies/

    http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/

    #6616
    saint-1
    Member

    looking to match my wordpress to my bbpress.

    hruser
    Member

    Hi All,

    Havnt seen any tutorials before doing integration, i guess thats the blunder i did..hence this problem.

    Problem: Cant login to bbpress admin, after WP integration, get message that User doesnt exist. However i CAN login to my WP admin without problems.

    Versions

    WP :2.7.1

    BBpress :0.9.0.4

    What i did: from bbpress integrate wordpress section i filled out following only, nothing esle

    1. Gave my WP url

    2. Gave my WP blog url

    3. Gave my WP secret key

    4. Gave the WP table prefix as: wp –

    thats all dint do anything else. and i UPDATED these details.

    Immediately got logged out. and now cannot login to forum.mysite.com/bb-login.php (bbpress forum is in subdomain)

    What else i did: i generated new password thinking its a password issue. No luck

    Also installed Fix Admin plugin in Plugin folder of WP from Cpanel, as soon as i installed it took me to login page of BBPress, and i tried logging in, No Luck. User doesnt exist message.

    Error seen on left hand TOP side of bbpress login page when login fails:

    bbPress database error: [Table ‘saphruse_bbp01.wp_users’ doesn’t exist]

    SELECT ID FROM wp_users WHERE user_login = ‘admin’

    bbPress database error: [Table ‘saphruse_bbp01.wp_users’ doesn’t exist]

    SELECT * FROM wp_users WHERE user_login = ‘admin’

    Please help.

    Thanks a mill.

    #6613
    richbrown
    Member

    I integrated WP 2.71 and the the bbPress v0.9.0.4.

    I used the plugin to downgrade the cookies.

    I no longer am able to preview posts in wordpress. I have another non-integrated blog and this is not an issue. Thus, it seems to me it is a bbPress issue.

    I cannot login to both at the same time.

    I want this to work but am finding the integration to be a problem. At times it makes me think WordPress and bbPress were developed entirely by seperate groups..

    #73132

    Hi,

    I also was stuck on that for a while. I found it easier to downgrade WP 2.7 cookies with this plugin:

    https://wordpress.org/extend/plugins/wordpress-26-and-bbpress-09-integration/

    Just make sure you juse just the old SECRET_KEY in wp-config.php and match it to the BB_SECRET_KEY in bb-config.php

    Clear your domain cookies after activating the plugin and login again. Test login/out on both installations.

    Of course you mast have completed the integration steps described here:

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    #73088
    cyclune
    Member

    Chrishajer is right. I have bbpress linked with WordPress. I don’t want the users to change their own profile with wrong email adresses or new user names.

    _ck_ – where do I have to insert this piece of code???

    cyclune

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