Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,726 through 49,750 (of 64,501 total)
  • Author
    Search Results
  • #49663

    In reply to: Emoticons For bbPress?

    Vannak Eng
    Participant

    Hi _ck_

    why when we put 3 or 2 smileys together and the second doesn’t show picture? please help to advise on this.

    Regards,

    Evannak

    #77540

    In reply to: Private Message Plugin

    gardenfl
    Member

    I just installed bbPM and it works perfectly using the latest install of BBPress.

    #31397
    cTubes
    Member

    Using version 1.0x

    I have install step 1 successfully completed. When I hit ‘goto Step 2’ it tells me “Oh dear! bbPress is already installed.”

    and I have no way going to install Step 3 – site settings. That’s where my problem starts.

    When I browse the install directory: ctubeslabs.com/bp/ I get a rudimentary login screen where it tells me that http://ctubeslabs.com/forum/ can not be found. No wonder, this should be …/bp/

    but where can I configure the forum path? I searched through all PHP files but did not find this config value.

    I am stuck, thanks for any help,

    cTubes

    #77585
    Ryan Hellyer
    Participant

    You would need to iframe it to do that. A basic include would not work in that way.

    recronin
    Member

    Hello,

    I saw a somewhat similar post on here about integrating bbpress into wordpress pages, but what I want to do is relatively simpler than that.

    Basically all I want to do is to “embed” a given bbpress forum into a static webpage. I’d like to not have the top header and all of the navigational links appear, but I’ll take what I can get for now ; P

    Using the <php include> tag I was able to embed a forum into a webpage, but the problem is that the area I want to embed into is 500px wide. The bbpress forum is inside of that area but also spills out onto the rest of the page. The php include is being placed into a <div> area and I want the width fixed while the height changes based on how much content is inside it.

    My code looks like:

    <?php include(‘http://example.com/forums/forum.php?id=12&#8217;); ?>

    I’m sure the best way to do what I want would be something like:

    <?php include(‘../forums/forum.php?id=12’/main_forum); ?>

    but I’m not too sure.

    Any ideas?

    Thank you!

    Adam Lawton

    recronin
    Member

    Hello,

    I saw a somewhat similar post on here about integrating bbpress into wordpress pages, but what I want to do is relatively simpler than that.

    Basically all I want to do is to “embed” a given bbpress forum into a static webpage. I’d like to not have the top header and all of the navigational links appear, but I’ll take what I can get for now ; P

    Using the <php include> tag I was able to embed a forum into a webpage, but the problem is that the area I want to embed into is 500px wide. The bbpress forum is inside of that area but also spills out onto the rest of the page. The php include is being placed into a <div> area and I want the width fixed while the height changes based on how much content is inside it.

    My code looks like:

    <?php include(‘http://example.com/forums/forum.php?id=12&#8217;); ?>

    I’m sure the best way to do what I want would be something like:

    <?php include(‘../forums/forum.php?id=12’/main_forum); ?>

    but I’m not too sure.

    Any ideas?

    Thank you!

    Adam Lawton

    #60898
    migran
    Member

    I want to display login, pass of BBP in WP.

    Here is my post:

    https://bbpress.org/forums/topic/wordpress-integration-login

    have you found another solution?

    #77539

    In reply to: Private Message Plugin

    k70
    Member

    I’m using bbPM and loving it. If you go with this – follow directions you may need to add .htacess line and check file permissions on bbPM if you have any trouble getting it to work…I also set permalinks in bbpress to name or number and added my theme look to the privatemessages.php. Very Nice.

    #77579
    chrishajer
    Participant

    What version of bbPress and WordPress did you integrate?

    This plugin used to work with 0.9 to restore keymaster access:

    https://bbpress.org/plugins/topic/fix-admin-access/

    #77578
    chrishajer
    Participant

    My guess is that it’s a problem with the permalink setup. Try turning off permalinks in the bbPress admin and see it the profile links work then.

    Please post more information about your setup. WordPress and bbPress version, if you created an .htaccess file with rewrite rules, post a link to your forums. Thanks

    #77576
    chrishajer
    Participant
    #77495

    In reply to: All RSS Feeds Broken?

    chrishajer
    Participant

    Sorry, I was substituting pseudo-variable names in there: $site_title is the site title from the admin (“bbPress Support Forums” here) and the $topic_title is the topic title (this topic has “All RSS Feeds Broken?”). So, here, the RSS description is

    bbPress Support Forums ยป Topic: All RSS Feeds Broken?

    .......................^

    and in a 1.0.1 installation it is

    bbPress Support Forums Topic: All RSS Feeds Broken?

    There is no raquo in the 1.0.1 installation, and the feed validator is complaining about that one character.

    #77575
    Christiaan
    Member

    I went with Inove in the end. Turned out pretty good:

    http://hawaii-gov.net/forum/

    I installed bbPress last night and integrated it with an existing wordpress site. However, this morning I was unable to log into my forum with my original keymaster username and password. I can log in with my username and password from my wordpress site, but it doesn’t have admin privileges so I am now unable to access the back end of my forum.

    When I try to log in as the keymaster it tells me that the user does not exist. It also won’t let me retrieve my password since the user is not recognized.

    I would love some help on this. I am new to wordpress and don’t have any programming experience, so if the answer is technical, please keep in mind that I might need a little extra hand holding. Thanks!

    #77560
    migran
    Member

    to display login, pass from BBPress in WP.

    one solution is to use something like this (directly where you want to see it)

    <iframe src=”mylogin.php” style=”width: 600px; height: 60px”

    scrolling=”no” marginwidth=”0″ marginheight=”0″ frameborder=”0″ vspace=”0″ hspace=”0″>

    </iframe>

    login.php :

    <?php

    require_once(‘/home2/bulbpark/public_html/autograph/test/bbp/bb-load.php’);

    if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form();

    ?>

    Enjoy

    migran
    Member

    dear _ck_,

    i did as you suggested with adding

    <?php require(‘/local-path-to-bbpress/bb-load.php’); ?>

    to wordpress but it conflicts with wp-admin.

    any idea how to resolve this?

    https://bbpress.org/forums/topic/wordpress-integration-login#post-55751

    #77558
    migran
    Member
    #31386
    Christiaan
    Member

    I came across a theme today that has both a WordPress and a bbPress version:

    http://wordpress.org/extend/themes/guangzhou

    Are there any other themes people know of like this?

    #60897

    @sambauers Any progress on the bbpress live plugin?

    #77557
    batrachoid
    Member
    #31383
    piedpiper21
    Member

    I’m trying to implement the onvertigo theme on my website. But when I use the bbpress smileys plugin by ck, the smileys appear all laid out on the new topic form. You can see what I mean here http://bbshowcase.org/forums/?new=1

    You’ll need to log in.

    Any ideas how to get it to appear normally ?

    This problem seems restricted the the new topic form.

    #77548
    chrishajer
    Participant

    The bug has been reported here:

    https://trac.bbpress.org/ticket/1164

    #77555
    Rohan Kapoor
    Member

    You need to deep integrate bbpress into wordpress not the other way around.

    #77365
    enatom
    Member

    Well, I just learnt OOP, sessions, cookies, security, mysql injections prevention, static methods etc etc…

    in the past couple of weeks, so I built my user system, thanks for your patience Ipstenu.

    Lucky I had Visual Basic training at college so learning PHP to the extent i have now, was easy.

    although I think, you might get some more threads asking similar questions.

    #31381
    migran
    Member

    Hi Guys,

    I am new to bb and wp. Just installed the latest version of WP and BB. Database and cookie integration works great. Now i have a couple a questions about template/themes integration.

    1. i want to use bbpress login system on both WP and BB (i.e. want to display login pass on WP).

    here what i’ve tried to do:

    a) in wp_config.php added require_once(‘address/bb-load.php’);

    b) in the header.php (in themes) added

    <div class=”login_bg”>

    <?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>

    </div>

    so it did the job, i was happy until i went to wp-admin and found out that it is messed up…

    any suggestions?

    2. What would you suggest for themes integration (to get the same feel and look)?

    Thanks.

Viewing 25 results - 49,726 through 49,750 (of 64,501 total)
Skip to toolbar