Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 24,801 through 24,825 (of 26,827 total)
  • Author
    Search Results
  • #61690
    joeby
    Member

    Yep, I have the same issue. Haven’t come across the answer yet, but waiting (im)patiently so I can get my bb up and running… As near as I can tell it’s a cookie issue, but I don’t know how to fix it…

    Anybody wanna make $20 to get my installs working?

    Hey.

    I just setup bbpress and integrated it into my WordPress blog.

    The good news is that when I signup a new user in my WordPress blog I can also log into my bbpress forum using the same username and password.

    But I would like the user to remain logged in. For example if I login to my WP blog and then click a link that takes me to a post in my bbpress forum, I have to login again.

    I thought I did everything necessary in order to synchonize WP and bbpress.

    Does anybody have any clues what could be wrong?

    Thanks a lot in advance already!!

    #61649

    In reply to: Suggestions and misc

    vafaaaan
    Member

    Now .. ive managed to make WP and bbp share same theme. Dont know if its god but it works.. im running right now.

    wp-content/theme/header.php

    <?php
    include(ROOT . '/theme/header-start.php');
    ?>
    <title><?php bloginfo('name'); ?> - <?php if ( is_single() ) { ?> &raquo; Archive <?php } ?> <?php wp_title(); ?></title>
    <?php
    wp_head();
    include(ROOT . '/theme/header-end.php');
    ?>
    <body>
    <?php
    wp_head();
    include(ROOT. '/theme/body-start.php');
    ?>

    my-themes/theme/header.php

    <?php
    include(ROOT . '/theme/header-start.php');
    ?>
    <title>MyWebsite - <?php bb_title() ?></title>
    <?php
    bb_feed_head();

    if ( is_topic() && bb_is_user_logged_in() ) : ?>
    <script type="text/javascript">
    var lastMod = <?php topic_time( 'timestamp' ); ?>;
    var page = <?php global $page; echo $page; ?>;
    var currentUserId = <?php bb_current_user_info( 'id' ); ?>;
    var topicId = <?php topic_id(); ?>;
    var uriBase = '<?php bb_option('uri'); ?>';
    var tagLinkBase = '<?php bb_tag_link_base(); ?>';
    var favoritesLink = '<?php favorites_link(); ?>';
    var isFav = <?php if ( false === $is_fav = is_user_favorite( bb_get_current_user_info( 'id' ) ) ) echo "'no'"; else echo $is_fav; ?>;
    </script>
    <?php
    bb_enqueue_script('topic');
    endif;

    bb_head();
    include(ROOT. '/theme/header-end.php');
    ?>
    <body id="<?php bb_location(); ?>">
    <?php
    include(ROOT . '/theme/body-start.php');
    if ( is_bb_profile() ) profile_menu();
    ?>

    my-themes/theme/footer.php

    <?php
    do_action('bb_foot', '');
    include(ROOT . '/theme/body-end.php');
    ?>

    wp-content/theme/footer.php

    <?php
    include(ROOT . '/theme/body-end.php');
    ?>

    theme/header-start.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head profile="http://gmpg.org/xfn/11">

    theme/header-end.php

    <link rel="stylesheet" href="<?php echo URL; ?>/theme/default.css" type="text/css" title="Default style" media="screen" />
    <link rel="alternate" href="<?php echo URL; ?>/?feed=rss2" type="application/rss+xml" title="RSS Feed" />
    <link rel="pingback" href="<?php echo URL; ?>/xmlrpc.php" />
    <link rel="EditURI" href="<?php echo URL; ?>/xmlrpc.php?rsd" type="application/rsd+xml" title="RSD" />
    <link rel="wlwmanifest" href="<?php echo URL; ?>/wp-includes/wlwmanifest.xml" type="application/wlwmanifest+xml" />
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta name="generator" content="WordPress 2.3.1" />
    </head>

    theme/body-start.php

    <div id="wrapper">
    <?php
    get_sidebar();
    // Etc...
    ?>

    theme/body-end.php

    <?php
    // Etc...
    wp_footer();
    ?>
    </div>
    </body>
    </html>

    Hope its all there.. ;)

    URL and ROOT is defined in wp-config.php

    Edit: you can of course cut BODY to include different sidebar wp / bbp :)

    #60985
    chrishajer
    Participant

    I don’t think they handle plugins at trac. At least there is no component for “plugins.”

    I see you already posted in the plugin forum:

    https://bbpress.org/plugins/topic/2?replies=13#post-2

    You could try contacting the author of the plugin:

    Michael D Adams

    mda TA blog NOSPACE waffe TOD com (from his blog, and there’s also a wordpress email address for him as well if you look around…)

    Are you thinking this should be handled in the template files, and thus should be submitted to trac, or should someone just update the plugin?

    #61627

    In reply to: 403 error in post.php

    dss
    Member

    I do have it installed on the WordPress side of the site.

    Ok, I’ve disabled it.

    Let’s see what happens now!

    Thanks for the reply.

    #56053
    diniscorreia
    Participant

    Ah, great! I’ve been translating bbPress to portuguese to use on my WPMU+bbPress project and when I try to set the language I get the error as well….

    Anyways, I guess I’ll have to try merging the two PO files.

    @ganzua, I don’t think you really need to define BBLANGDIR – it works because you have already defined the .mo file in WP config file. You get the error *if* you try to define BBLANG. However, if you leave BBLANG as ”, you won’t get the error.

    I actually haven’t tried yet, but I think it make sense.

    #61505

    In reply to: get some trouble …

    antman313
    Member

    ok – i’m the keymaster. the username is for example AndyBB.

    if i put the var’s to the right thing:

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_home = ‘http://www.XYZ.de&#8217;; //

    $bb->wp_siteurl = ‘http://www.XYZ.de&#8217;; //

    i use the folowing plugin in wp:

    bbPress Integration 0.74 -> Michael Adams.

    Synchronizes registrations on your bbPress installation with your WordPress blog

    in bb:

    WordPress Integration 0.7 -> Tightly integrates user accounts between WordPress and bbPress

    if i now login into wp, i can use my forum with the same username as i login and this user stands in wp userdatabase NOT in bbpress users.

    if i log out, use AndyBB + password – can’t login !!!

    if i delete the var’s in config.php, i can login! i see the little admin link.

    so – i make a misstake. but i don’t know what it’s wrong.

    #2614
    tbronson
    Member

    Seeking a simple solution that allows logged in users to upload and include images in their posts.

    All I’ve come up with is the Allow Images plugin, which adds a button to the editing form that helps paste an IMG tag so you can link to an external image.

    I was told in another thread that it’s far from trivial to create a file attachments plugin for bbPress: “A major problem right now is lack of per-post metadata. Even if that were present, this would not be a trivial task.” I’m not sure of the terminology here, but if “attachment” means embedding an image in a post, that’s what I want to do.

    ImageShack was suggested, a web service that lets people upload images which they serve for free. You can embed their upload form in your site, upload, then grab the preformatted image URL and paste it into your bbPress post. This kinda works, but it’s distracting because you get an ImageShack mini-ad, and have to go to their site to copy the link (cool service, though)…

    I thought of trying a simple uploader script that would upload files completely outside of bbPress and present the URL for cutting and pasting into the post. Kinda like the ImageShack procedure minus…ImageShack. Dunno, this is probably beyond me, though I may try with a canned script…

    I’m using 2.3.1 integrated with 0.8.3 via bbSync and WordPress integration. It works great!

    Any ideas?

    (I noticed that Allow Images is the #1 most downloaded plugin, 7x more popular than #2, WordPress Integration, so I imagine the MASSES are craving simple image upload… :)

    Thanks!

    #2613
    viveksivaram
    Member

    I have this weird issue. I have enabled permalink in my config.php. Initially I had the .htaccess with option +multiview in the /bbpress folder. Then I read that it would be good to have just one .htaccess in the wordpress folder. I did this and also tried to have the other option as documented in the site (using a generated list as content for .htaccess).

    Permalinks worked when I am not logged in. The moment I log in as admin, I see the address is of the form ?/topic=1 etc.

    I try clearing cookies, tried to delete the whole forum but still am able to reproduce the issue.

    What am I doing wrong?

    #61533
    chrishajer
    Participant

    Are you using any custom role plugins with WordPress or anything that changes the display name? I think those things mess with the integrated logins.

    Your setup is fine. The URLs are supposed to be the same in config.php. And once you have it working you can log in in WordPress and still be logged in in bbPress. It’s just an issue of getting it right.

    #61504

    In reply to: get some trouble …

    chrishajer
    Participant

    I think you will be redirected from bb-admin if you’re not logged in or if you’re logged in as someone other than keymaster. Can you take a screenshot showing who you’re logged in as?

    Sounds like you don’t have a link to Admin either. That makes me think you’re not the keymaster. Can you confirm with direct access to the database that you are in fact the key master? I think that’s the source of your problem.

    There was also a plugin that I thought could do this. Are you using any plugins? I would tell you to disable them one by one, but since you can’t access the admin section, that would be hard. I think right now you are going to need direct access to your database tables with a tool like phpMyAdmin or whatever your host provides.

    Regarding the WordPress error, that’s a WordPress issue and I think you will find help over at the WordPress forums, for example:

    https://wordpress.org/support/topic/134771

    (From the looks of it, there is no more post2cat table in WP 2.3, but not all the plugins have caught up, so some of them are causing this error. Or possibly you just need to upgrade the database schema to match your WordPress installation? In either case, that’s a WordPress issue and totally unrelated to bbPress.)

    #61424
    skrimpy
    Member

    I’m integrated on http://www.rabies-ls.com – though I think I’m a bit late for your weekend conference!

    #61503

    In reply to: get some trouble …

    antman313
    Member

    so – tested a lot.

    my blog has now an error:

    WordPress database error: [Table ‘summerdb.wp_post2cat’ doesn’t exist]

    SELECT p2c.category_id AS cat_id, COUNT(p2c.rel_id) AS numposts, UNIX_TIMESTAMP(max(posts.post_date_gmt)) + ‘1’ AS last_post_date, UNIX_TIMESTAMP(max(posts.post_date_gmt)) AS last_post_date_gmt FROM wp_post2cat p2c INNER JOIN wp_posts posts ON p2c.post_id=posts.id WHERE 1 = 1 AND posts.post_type = ‘post’ AND posts.post_status = ‘publish’ AND posts.post_date_gmt <= ‘2007-11-18 15:26:18’ GROUP BY p2c.category_id ORDER BY numposts DESC

    if i try to login in bb-admin like: http://www.summer-breeze-fanatics.de/forum/bb-admin/admin-base.php

    i was redirectet to http://www.summer-breeze-fanatics.de/forum/

    i can login with all my users from wordpress into bbpress.

    i have all things done that was sayed in zhe docu and in this forum.

    in my config.php under bbpress and in the wp-config.php.

    but it doesn’t work very well and i don’t know how to figure out what i do wrong.

    anyone has a tip or a little workaround?

    thanks

    Andy

    #2609
    joeby
    Member

    OK… I’m trying to integrate bbpress (whatever the current version as of 11/17/07 is) with wordpress, hosted on my site.

    It’s a train wreck.

    In no particular order, but all of equal importance…

    bbpress recognizes all the usernames from wp, however my admin account doesn’t give me access to anything. When it was first installed I was able to log in with admin and the random password and get to the dashboard.

    Actions are all met with “No Input File Specified”. In other words, Can’t read posts, can’t read can’t enter forums, can’t view profile.

    I saw the plugins to integrate, and downloaded the WP plugin, which says is activated (although I’m not sure how to edit it appropriately with the prefixes), and apparently there’s a plugin for bbpress but I can only find the “trac” version of it, not the original, and anyway can’t get to the dashboard to do anything with it. When I could, the trac version didn’t show up, even though I had uploaded that to the my-plugins directory as instructed in the integrating section…

    Here’s the url for the WP site and the bbpress site…

    wp: http://www.seekgoddaily.com

    bbp: http://www.seekgoddaily.com/bbpress/

    Does anyone have time to help me out?

    #61519
    chrishajer
    Participant

    Whatever file your wp-config.php is in is where you normally want your bbpress folder. That would give you one of two things:

    http://www.site.com/ (where this is actually WordPress for your site)

    http://www.site.com/bbpress (bbPress forum)

    OR

    http://www.site.com/ (website)

    http://www.site.com/wordpress (WordPress blog)

    http://www.site.com/wordpress/bbpress (bbPress forum)

    Lots of people use WordPress alone for their website. If you are using it for your site, and your site is at http://www.site.com, and you want bbpress in a folder called bbpress, then drop the bbpress folder into the root folder for your site (wherever wp-config.php is.)

    IF you don’t need integration, and you have a website, a blog (WordPress) and want a forum (bbPress) just put the bbpress folder at the same level as the wordpress folder. So you would have this:

    http://www.site.com/

    http://www.site.com/wordpress/

    http://www.site.com/bbpress/

    If you are not concerned with integration, and you have a website AND a WordPress install, then I would do the option directly above (with bbpress and wordpress directories at the same level.)

    Hope that makes sense.

    #61518
    chgogrrl99
    Member

    Well, guess what? I just went and deleted all of the bbpress database tables and deleted the forums sub-directory.

    I’m going to do a fresh install. I think I should have installed bbPress inside the WP subdirectory and I think you and I have discussed this before.

    But, I’m an idiot today I guess. So, if you don’t mind, this time when I install I should ftp bbPress to wordpress correct? WP is the main page (top level domain).

    So the url would be what? http://www.my_site.com/wordpress/bbpress?

    Or, am I totally off base here. Once again, I’m hosted by Yahoo and cannot make a .htaccess file and I will leave my mod_rewrite = false if that makes a difference.

    BTW, I’m not going to register users on the main site, so there’s no need to integrate WP with bbPress.

    Thanks

    #2606
    javafiend
    Member

    I just finished installing bbPress with WordPress MU and did the integration on install. Problem is, I can’t find the bbPress admin panel. Can anyone help me out? Thanks!

    #61501

    In reply to: get some trouble …

    chrishajer
    Participant

    You just need a link in your “Pages” area to http://www.summer-breeze-fanatics.de/forum/ – it’s installed properly so you just need to link to it so people know it’s there.

    I’m not sure about the rest of your questions. bbPress is not a plugin for WordPress, it doesn’t become part of your WordPress installation. To make it look like your WordPress installation you need to do some CSS work. As for the creating new topics, I did not receive a confirmation for me account creation, so I could not log in to try that. Is mail being sent from the server? I waited about 10 minutes but still no confirmation.

    #2603
    antman313
    Member

    Hi all,

    i’ve installed bbforum (latest version).

    i use WP Version 2.3.1 DE-Edition.

    now – i don’t know how to integrate my bbpress with my wordpress.

    i can’t login into the admin page to crate a now forum topic.

    i don’t know how to set up bbpress into my wordpress.

    i want a link to integrate bbpress.

    can anyone help me?

    how i can set up a new forum topic, integrate it with my wordpress?

    thanks.

    (info.: wordpress Version 2.3.1 DE-Edition

    bbpress: latest.

    www: http://www.summer-breeze-fanatics.de/

    forum: http://www.summer-breeze-fanatics.de/forum/)

    Andy

    #61498
    fel64
    Member

    You’ve got problems with your rewrite rules; wp assumes that it’s meant to be a wordpress page, can’t find it and therefore goes wrong. Not sure how to fix it, but I’m sure someone is.

    No folders are actually created in making new forums, by the way. :) Your forums are being created, you just can’t access them right now.

    #61423
    fel64
    Member

    BG: bbsync, avatar upload and some custom code. If you want some help doing it, just start a new topic.

    #61422
    Andrew
    Member

    Outstanding. Well done.

    #61329
    honewatson
    Member

    Nice clean layout. Did you do the theme?

    How about some gravatars?

    #61484
    chrishajer
    Participant

    Adding a link or a button to your WordPress site is easy. Just add a link to the forum URL in whatever format your blog header uses. Post a link to your site and someone will help with the formatting of your new button.

    #61483
    betwixt
    Member

    hmmm thanks for the tip. I’m not going to redesign it all myself. I just don’t have the time to get down and dirty with this code/stylesheets.

    I currently use different K2 themes… Actually I don’t mind the forum having another theme… What I do want, is a button in the header of my wordpress site pointing to the forum…. Any idea?

    Regards,

    Dennis

Viewing 25 results - 24,801 through 24,825 (of 26,827 total)
Skip to toolbar