Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,951 through 44,975 (of 64,487 total)
  • Author
    Search Results
  • #86463
    lwoods
    Member

    I just installed bbpress into a folder “bbpress” that is in the root of my site, which is essentially a WordPress site. It said that the installation when fine. I want to integrate it into WP but the bbpress installation instructions say that I need to go to the bbpress admin page in order to do this. This is where things go wrong. I can’t GET to the admin page. It keeps sending me back to the bbpress default page, a page of forums.

    #33922
    Damien
    Member

    http://bbpress.org/plugins/topic/user-photo-for-bbpress/

    Hi, I’m trying to display the avatar of the person who started the forum topic on the mainpage, in the place of the last posters name, in the latest discussions area.

    I’ve tried using the way it displays in profiles

    <?php if ( $avatar = bb_get_avatar( $member->ID ) ) : ?>

    <div id=”useravatar”><?php echo $avatar; ?></div>

    <?php unset($avatar); endif; ?>

    It does not work. I’ve tried pulling it like in a post

    <?php post_author_avatar_link(); ?>

    Nothing. One more

    <?php

    if (function_exists(‘bb_get_photo’))

    bb_get_photo($user->ID);

    ?>

    No joy there either. I tried using this function

    <img src=”<?php echo USERPHOTO_URL . $profileuser->userphoto_image_file . “?” . rand() ?>” alt=”<?php _e(“Full size image”, ‘user-photo’); ?>” />

    and it almost does it…

    http://localhost.wordpress.com/wp-content/uploads/userphoto/?29089

    but as you can see it does not grab the users avatar, (1.jpg) although it’s pointing to the right place.

    has anyone ever gotten avatars showing on the mainpage with the user photo plugin? I am aware other plugins exist for avatars but they do not suit my needs, apart from this one hickup, user photo is the best for wordpress/bbpress shared avatars. The guy who made it has long since left :(

    #86462
    gerikg
    Member

    You could answer both, did you just install bbpress or try to integrate it with WP?

    #33921
    vimcortez
    Member

    Hello

    title says it all, I created my forum and now I’d like it to show in one of the pages of my WordPress site. Is that possible?

    thanks

    vim

    #86444

    In reply to: jquery loading

    yoyopop
    Member

    Maybe I wasn’t clear – basically I have a script that I wrote myself that I have put in header.php so that it gets loaded on every page. However, this script needs the jquery script to load as well or it won’t work. BBPress has jquery built-in but it only loads it on certain pages. I wanted to see what defines where the jquery script that is built into BBpress is called…

    But I can use this technique to do the same thing, just the opposite way around, so thanks for the help! I did it like this:

    <?php if ( in_array( bb_get_location(), array( 'login-page', 'register-page' ) ) ) echo "<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>n"; ?>

    I tried to use bb_enqueue_script( 'jquery' ); in there but couldn’t get that to work!

    #86461
    lwoods
    Member

    Are you suggesting that I do a fresh install of bbPress, or are you asking me if this is a fresh install?

    #33919
    yoyopop
    Member

    I wanted to use a simple jquery script that I could implement around the forum when I wanted to toggle the visibility of sections of text (eg: hide and show some help information). I assumed I could use this wherever I wanted but it seems that bbpress only loads jquery on certain pages. It loads up for topics but not on pages such as login.php (where I was hoping to use said script).

    Can anyone shed some light on where and when and why jquery is loaded? And how could I get it to load up for the login.php page as well? (rather than simply putting the jquery call in header.php, which would mean it gets called twice for some pages!)

    I looked through a load of bb-includes but didn’t get too far!

    #69805
    Herzsagen
    Member

    For everyone having trouble with special characters in forum names and descriptions,

    FIND (on or around lines 193 and 194 of the original script)

    $forum_name = $row;

    $forum_desc = $row;

    CHANGE TO (adding the addslashes() function)

    $forum_name = addslashes($row);

    $forum_desc = addslashes($row);

    And that should resolve most of the complaints I’ve seen here about the conversion failing.

    #86460

    fresh install?

    #33920
    lwoods
    Member

    I am following the install instructions and got through the installation successfully. Then I tried to log in to mysite/bbpress/bb-admin/ and mysite/bbpress/bb-admin/admin.php and it keeps sending me back to mysite/bbpress, although it shows that I am logged in. In fact, I logged out and logged back in just to make sure that I was logged in correctly. I still just go to the “home” page of the forum.

    What am I doing wrong?

    #84758

    In reply to: Plugins You Want !!!

    blogher8
    Participant

    i-badhani is 100% correct.

    My needs have been met by plugins, for the most part, but I am in dire straits when it comes to themes.

    I am not able to code fluently, so I hack away at existing themes. Finally found one I like but it is not compatible with IE6 (which some people still use)…

    Would LOVE to have an easily tweaked bbpress theme similar to THESIS for WP.

    Saving that, an easily-tweaked theme, period.

    #80431
    chrishajer
    Participant

    2) https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration

    The first one is not avatars (those are for people) – you want topic icons, like gerikg linked you to.

    #80430
    gerikg
    Member
    gerikg
    Member

    None of the user integration steps should of messed with bbpcore functions. I know if you tried to do deep integration, which wasn’t in those steps that could of made the forums disappear.

    melyarra
    Member

    actually, i’m using it for build a portal so it just for internal office use so there’s no link for outsider who wanna look. :-(

    i’m using IIS not apache…is there any relation with that? I guess not :-(

    ouw, and when i did step #3 and #4, the last 3 didn’t lock as it should be…even i repeated again…

    huff…almost frustrating just for this.. :-(

    #33914
    56alifar
    Blocked

    Hi there,

    Google has updated his pagerank yesterday…

    My new BBpress went from PR0 to PR4

    Whats yours?

    #33913
    checkfront
    Member

    Hello,

    We’ve been using bbPress for a couple of weeks now, and have been getting a couple dozen automated accounts each day. Now it appears they are coming alive adding spam posts to the forums.

    We’re using the instant-password plugin because we don’t want our users to have to wait for e-mail, and I personally despise captcha (see http://www.stopcaptcha.com).

    After cleaning out the bot accounts, here is what we did to stop it:

    Our registration page: http://www.checkfront.com/community/register.php

    Using CSS, we hid the occupation and interest fields (don’t need them). Spam bots will often fill out all the forum fields on a page. If a new registration comes in with one of those filled, we discard it.

    We also added a hidden field (potpan) that gets filled with a unique id generated on each page load via javascript. If the potpan id doesn’t match the one in the session, we discard it.

    Since we put it in place yesterday, it’s blocked all 35 automated registrations.

    If anyone is using the instant-password plug in and would like the modified code, let me know and will zip it up. Perhaps this functionality could make its way into the standard registration.

    Cheers,

    -J

    #86415
    johnhiler
    Member

    What version of bbPress are you using?

    gerikg
    Member

    Give me a link to your site

    melyarra
    Member

    the last time i remember i follow the instruction from u gerikg (https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work)…

    i always clear my cache everytime i wanna use my application…

    yeah if i login from bbpress i can login to both admin…but, is there a way which i can login from WP first???

    and why my post on BP won’t show up??

    #85798
    checkfront
    Member
    #85233

    There is no separation between WP users and users in Pods. Pods is a plugin built ontop of the WP framework. It creates custom tables which are scuplted to fit the exact specifications of the content developed with Pods.

    #85232
    copperblade
    Participant

    I don’t know much about Pods, but how does this handle things like wordpress-bbpress integration? Is there user integration?

    #86378
    johnhiler
    Member

    Actually, it looks like bb_topic_labels prints both of them on my install… but I’m on 0.9.x:

    <div class="posttitle"><?php echo $sticky_label;?><?php bb_topic_labels(); ?><a>"><?php topic_title(); ?></a> <span class="postinfo"> by <?php $topic_author = get_topic_author(); ?> <a>topic_poster ) )) ?>"><?php echo($topic_author) ?></a> <?php echo get_topic_start_time(); ?> ago</div>

    There are some known bugs with Support Forum and 1.0… do you see an error like this one?

    https://bbpress.org/plugins/topic/support-forum/page/3/#post-1565

    If so, there’s a fix posted at that link I believe!

    Or if you don’t see an error like that, please let us know exactly what behavior you see when you activate the plugin and then close a topic and change its status using Support Forum. Thanks!

    #33907
    copperblade
    Participant

    I have a long-standing habit of using subversion for WordPress and bbPress updates. There are some added features in the trunk that I like, but I wonder if it’s safe to update to the trunk at this point. A look at the tickets seems to indicate that it would be relatively ok.

    Anyone have experiences using trunk?

Viewing 25 results - 44,951 through 44,975 (of 64,487 total)
Skip to toolbar