Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 24,876 through 24,900 (of 26,687 total)
  • Author
    Search Results
  • #57455
    djvibe
    Member

    There is a really good tutorial to integrate the WP + BBP seamlessly here.

    http://www.adityanaik.com/integratepress-part-i/

    It worked great for me and includes a Theme for BBP that integrates all WP functions into BBP and keeps the header and footer in tact… the only problem is that the BBP CSS is totally lost.. I am currently trying to create a Master CSS file that integrates the kakumei CSS in my WP CSS.. but my CSS skills are not exactly up to date… Ill keep you posted on how it goes…

    #2430
    #60590

    In reply to: Danish translation

    smu
    Member

    Hi Mikael,

    Yes, sorry about that. I am using the WordPress plugin WP-Ban and have blocked a few IP ranges due to previous hacker incidents on one of my websites. Try to download again somewhere else…

    #60788

    In reply to: WordPress Integration

    wrsantiago
    Member

    I think the problem is that I have two wordpress blogs in the same host and the prefix is the same for both.

    #60787

    In reply to: WordPress Integration

    wrsantiago
    Member

    I think maybe I need to do this but I dont know how

    bbPress will not have access to WordPress’ functions unless you manually tell bbPress to load WordPress first. In order to do that, you need to put require_once(‘path/to/wp-blog-header.php’); in bbPress’ config.php (wp-blog-header is in the same directory as WordPress’ wp-config.php file).

    #2424
    wrsantiago
    Member

    I am trying to make my wordpress blog integrate with bbpress but I think their might be a problem. I have two wordpress blogs in my webserver so maybe bbpress dont know with table to look.

    This is if I log in first in bbpress without login in the blog

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

    SELECT * FROM wp_users WHERE user_login = ‘admin’ AND SUBSTRING_INDEX( user_pass, ‘—‘, 1 ) = ‘fb756366af4998835a845e97addc3a3b’

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

    SELECT * FROM wp_users WHERE user_login = ‘admin’

    Log in Failed

    This is if I log in to the blog first and then go to the bbpress

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

    SELECT * FROM wp_users WHERE user_login = ‘admin’ AND MD5( user_pass ) = ‘d465d8c05bbf7c921e1fad84d4358e44’

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

    SELECT * FROM wp_users WHERE user_login = ‘admin’ AND MD5( user_pass ) = ‘d465d8c05bbf7c921e1fad84d4358e44’

    This is my conf file

    // The rest is only useful if you are integrating bbPress with WordPress.

    // If you’re not, just leave it as it is.

    $bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;

    $bb->wp_home = ‘http://macuserboricua.com’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’

    $bb->wp_siteurl = ‘http://macuserboricua.com’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’

    Help please I would love to mac this two work together

    #60754
    chrishajer
    Participant

    > Where it says “$bb->wp_table_prefix” – where do I find

    > the prefix?

    It would be listed in your WordPress wp-config.php – by default, it’s wp_

    > $bb->wp_home & $bb->wp_siteurl – that is just my

    > site url only, nothing more – http://www.blah.com

    That’s fine, no trailing slash.

    > Once I do the above how to I make the forum part of

    > wordpress, will it automtically look like this forum?

    Nope – it’s an independent application that you need to style to get it to look like your WP site.

    Search for threads tagged “integration”:

    https://bbpress.org/forums/tags/integration

    This was a good summary I thought:

    http://www.adityanaik.com/integratepress-part-i/

    #2422
    rolldeep
    Member

    I installed this cool forum but doesn’t look like it’s actually part of wordpress and I am stuck on a few thing, I hope you can help.

    Where it says “$bb->wp_table_prefix” – where do I find the prefix?

    $bb->wp_home & $bb->wp_siteurl – that is just my site url only, nothing more – http://www.blah.com

    Once I do the above how to I make the forum part of wordpress, will it automtically look like this forum?

    #60746

    In reply to: WP 2.3 breaks bbpress?

    Sam Bauers
    Participant

    The last release of bbPress (0.8.2.1) is incompatible with WordPress 2.3

    You can either upgrade to the latest trunk now, or wait a few days when a new bbPress should be released that is compatible.

    See here: https://bbpress.org/blog/2007/09/wordpress-23-is-out/

    #58410
    neyoung
    Member

    Kahil, your method works well if your users use their login name as their display name. However if a user who’s login is user23 changes his display name to John Doe then your code looks for this image. /forum/avatars/John Doe.jpg instead of the correct avatar image which would be /forum/avatars/user23.jpg. I couldn’t figure out a clean way to fix this (I’m using wpmu, not wordpress). But here’s a dirty hack.

    <?php
    $comment_author_dn = get_comment_author();
    $comment_author = $wpdb->get_row("SELECT <code>user_login</code> FROM <code>wp_users</code> WHERE <code>display_name</code> = '$comment_author_dn'");
    echo '<img id="comment-avatar" height="50" width="50" src="/forums/avatars/' . (empty($comment_author->user_login) ? "default" : $comment_author->user_login) . '" alt="avatar" />';
    ?>

    That code should find images for a user if they use a display name or not.

    /shrug

    I haven’t fully tested it, but it seems to work ok.

    #2416
    iyiinsan
    Member

    I have setup a WordPress blog and a bbPress forum, installed setCookie plugin to WordPress and added $bb->usercookie, $bb->passcookies, $bb->cookiedomain and $bb->cookiepath preferences correctly (I assume) to config.php of the bbPress intallation.

    Logging in and out works great, I can login from either WordPress or bbPress and it would login to both sites. But once I login, I cannot do any administrative changes (delete/modify posts) or even go to /bb-admin. Trying to delete a post will give me an error saying I don’t have enough priviliges, and going to bb-admin will just redirect me to homepage. (And my user level is key-master.)

    But once I comment out the cookie info from the configuration file, it works as it’s supposed to.

    Any ideas how I can fix this?

    #60513
    Jaithn
    Member

    actually, i don’t know where to look. i checked the feed-files both in bbpress and in wordpress. but i can’t find the error in their. also it startet after the integration..so it has to do something with it. any more ideas?

    what about the 2. problem. i can’t download files. any more hints?

    thx,

    jaithn

    #52917
    spencerp
    Member

    FYI: Found this on a backup CD of mine:

    http://spencerp.net/downloads/AuthPress.php.txt

    Maybe someone can tweak it for PHP5? I dunno, I’m not a PHP Pro.

    #2408
    #60628
    _ck_
    Participant

    I’ll be getting back to bbPress, devoting much more time to my bbPress showcase/plugins/themes in October and hopefully that will help in it’s own little way to promote bbPress adoption (and therefore my original scheme of attracting more coders to it).

    The rush job on the WP 2.3 release is suspect. I personally felt it was way too soon and could have benefited from much more. I recently installed 2.3 for a new site and kept asking myself why are there the same problems/limitation I encountered with my first 2.0 setup? I notice 2.3 just happens to coincide with the release of the new “WordPress for Dummies” book and I believe the author is a close friend of Matt’s? Hmm. But oh well, enough ranting about WP and back to nagging about bbPress :-)

    #60700
    mikecicc
    Member

    yes i believe so, but its strange that everything works fine, when i remove the bbpress integration…i can run wordpress with all my plugins (inlcuding next gen gallery) flawlessy, my visual editor displays fine, and i get no browser errors, but when i integrate bbpress it sparks all types of errors with my plugins, im giving up this afternoon, ive spent the last 3 days doing nothing but trying to correct this…i do appreciate your help tho..thanks

    #60699
    chrishajer
    Participant

    Ah, so it’s a plugin issue also, with WordPress, for nextGen Gallery. Interesting…

    This seems related as well:

    https://wordpress.org/support/topic/104960 (page 3)

    Seems like it’s more of an issue with the WP plugin than with bbPress integration? Or maybe when both plugins are activated?

    #60698
    mikecicc
    Member

    if u take a look at that bug tracking page

    https://trac.wordpress.org/ticket/3882

    you will see the exact problem i am having..has something to do with the “realpath” function of PHP … the way this guy explained the bug is my problem 100%…i replaced my tiny_mce_gzip.php file with the revised one from that site, still no luck…this is very frustrating..

    i have an error console running on my firefox, and i get this error every time i render the admin write page in WP

    Error: tinyMCE is not defined

    Source File: http://www.figmentrolling.com/wp-includes/js/tinymce/tiny_mce_config.php?ver=20070225

    Line: 36

    which is this line of code….

    tinyMCE.loadPlugin(“NextGEN”, “http://www.figmentrolling.com/wp-content/plugins/nextgen-gallery/js/&#8221;);

    which kind of makes since because that specific plugin (nextGen gallery) actually adds its own little button to the visual editor in order to add photos from your gallery to your posts….

    #60696
    mikecicc
    Member

    i found this site that looks promising…

    https://trac.wordpress.org/ticket/3882

    im going to try this guys steps to correct the problem, but it looks like he narrowed down my problem quite specifically….

    ill let you know how i make out

    thanks for your help

    #2401
    mikecicc
    Member

    OK so i successfully completed a BBpress / WPress integration…logins are all synced and i can successfulled login to bb or wp…thats all straightened out and everything appears to be working great..

    one bug im noticing now is in WP, in my Visual Editor [write post], all the icons that were once there (Bold, Italic, Font, Font Size, Add Link, Add pic…etc.) that hole graphical bar dissappears…

    i’ve narrowed it down to some kind of caching problem…because i deactivated the integration pluggin in wordpress.. removed the line of code in my wp-config.php…cleared my cache and the visual editor re-appears

    now when i went back in to re-activate the bbpress integration plugin and got the bbpress back up, and go to check out my visual editor in WP, its there ! great!!! but just to be sure it wont go away, i clear my cache, refresh the page, and its gone again….any ideas?!!!?!

    THANKS FOR ANY HELP MY NINJAS

    #2402
    Nola1974
    Participant

    I knew it was something simple.. some sleep helped me figure out I was missing a ‘global $forum’

    I got it working with the following:

    In my theme’s functions:

    <?php

    function show_bblogin() {
    global $forum;
    if ( $forum ) {
    login_form();
    if ( is_bb_profile() ) profile_menu();
    } else {
    echo '<a href="/forum/">Visit the Forum!</a></br>';
    }

    }
    ?>

    and in my sidebar:

    <?php show_bblogin(); ?>

    Works like a champ.

    Nola1974
    Participant

    I’m using the ThemePress theme, that uses the header/footer from the integrated wordpress install as well co-mingles the various template functions. What I’m trying to do is put code in the wordpress sidebar (not widget) that will show the bbpress profile link/login ONLY when the user is in the forum, otherwise it will show a link to go to the forum.

    In the sidebar, I’ve tried

    <?php if ( $forums ) :
    login_form();
    if ( is_bb_profile() ) profile_menu();
    endif; ?>

    Thinking that, since I can supposedly use each other’s functions, the if if ($forums) would work. I was wrong. :)

    I also tried trying to set $is_forum = 1; in front-page.php and in the sidebar:

    <?php
    function show_bbmenu() {
    if ( $is_forum ) :
    login_form();
    if ( is_bb_profile() ) profile_menu();

    endif; ?>
    }

    show_bbmenu();
    ?>

    Among other things and apparently I’m overlooking something stupid and easy but I’m afraid insomnia is not being kind to me this morning. :)

    (Did I mention I got stuck in an elevator at my office for an hour last night? grrrr)

    This is at adultaggregator.com/forum (warning, not safe for work.)

    #60653

    In reply to: Installation Problem

    Trent Adams
    Member

    If you were integrated with your WordPress install, wouldn’t you just login originally with the same username and password as wordpress?

    Regardless, what is the URL of your forum so we can try and relate what you are seeing for errors and problems.

    Trent

    #2393
    dvdiveguy
    Member

    During installation when I go to step 2 I get the following access violation message

    PHP has encountered an Access Violation at 0AF7B927

    bbPress

    Second Step

    Now we’re going to create the database tables and fill them with some default data.

    1. Created table dvdgbb_forums

    2. Created table dvdgbb_posts

    3. Created table dvdgbb_topics

    4. Created table dvdgbb_topicmeta

    5. Created table dvdgbb_users

    6. Created table dvdgbb_usermeta

    7. Created table dvdgbb_tags

    8. Created table dvdgbb_tagged

    At this point the tables have actually been created in the database but I can’t go forward with the installation. So if I start again I get the following.

    First Step

    We found Steve who is already a “Key Master” on these forums. You may make others later.

    First Forum

    Forum Name:*

    Description:

    Double-check that username before continuing.

    From here everything goes fine and I get this

    Finished!

    Now you can log in with the username “Steve” and password “*Your WordPress password*”.

    Username

    Steve

    Password

    *Your WordPress password*

    Login address

    Diver Forums

    Were you expecting more steps? Sorry to disappoint. All done! :)

    Unfortunately, I never got a valid password in the process so I can’t login. So I tried the password reset and the send me the password features but to be able to email from my server I need to put 2 ini_set statements before the mail statement so it knows which smtp account to use (this is for server security). the problem is that I will have to search all the files looking for the mail function.

    Can you help me out here.

    Here is my System Info

    PHP Version 5.0.4

    mySQL Versions:

    Server: 4.1.12

    Client: 4.1.7

    Steve

    I’m adding to this because I have since found and edited the registriation_functions.php file so it would send emails. I used the reset password functions to get a new password via email. The first step had me go to a url with a key at the end. Once I got the password I tired to login and got a Key Not Found error. So I took the key part of the url from the first email and forced it into the user meta table in the database. After that, I could login successfully. However, now when I create a topic and post it and then try to view it or any other things like edit users or forums it always returns an unable to locate page error. Well that’s where I’m at now. Its 2am so I going to bed.

Viewing 25 results - 24,876 through 24,900 (of 26,687 total)
Skip to toolbar