Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,751 through 48,775 (of 64,514 total)
  • Author
    Search Results
  • #79038

    In reply to: Logo?

    Mark
    Member

    I know WordPress has a page full of ’em that you can use here: https://wordpress.org/about/logos/

    Not so sure if bbpress has put up such a page or not though. They don’t seem to have a similar page yet, but the team at Automattic are usually pretty damn cool about things like that (if you wanted to pull one from somewhere in the public domain), so long as you make it plain that you’re not a subsidiary.

    Not quite sure what you’re asking, but if you’re just trying to display a message to non-logged in users, use something like:

    <?php if ( !bb_is_user_logged_in() ) : ?>
    Welcome, please log in or register!
    <?php endif; ?>

    in front-page.php

    My coding is pretty terrible too ;P I just learn from poking around in bbPress and WordPress and breaking things a lot, so you’re going about it the right way :P

    #79035

    In reply to: IPB3 to bbPress

    I’d have a go at it if IPB wasn’t paid software :/ kind’ve hard to develop for something you don’t have really, which might be why it’s difficult to find a viable converter. Do you know if there are any formats it will export to natively?

    #79068
    Greg
    Participant

    Interesting… the BuddyPress forums (https://bbpress.org/forums/) have the same problem, but the bbPress.org forums are fine.

    I know that the BP forums and our site both use deep integration, so I tried removing that. Result: No more 404.

    So it appears that deep integration is part of this problem.

    I have bbPress 1.0.2, WPMU 2.8.4a and BuddyPress 1.0.3.

    #79058

    It should be. There’s an option in the Advanced Options section of the WordPress Integration section to specify different settings for the user database, so you’d just have to use that. The rest of the bbPress database could be stored locally.

    #78560

    delayedinsanity, thanks for your comment. Yes, you are really right.

    But, at the same time, the cost of hiring such a programmer must be covered somehow. At this time, I would like to keep the cost as low as possible for me and for those who wish hosting at HostPress.

    But, because we are manual, we can accept many different kinds of requests flexibly. This kind of human service is what I am offering. I want HostPress to be like a small, but a shining gem. ;O)

    #31719

    Is it possible to integrate bbPress membership with a remotely hosted WordPress?

    Thank you very much for your kind help.

    #77302
    QuickD
    Member

    It doesn’t seem that complicated or fancy of an update to the website, why is it taking so long to change?

    #79041
    Tomcraft1980
    Member

    COOL!

    That was all! Thx so much! ;-)

    #78957

    In reply to: Displayname check

    BaraBajen
    Member
    #79040

    There’s no such thing as bb_print_scripts. bbPress is partially integrated with WordPress functions (BackPress), so in bbPress it remains wp_print_scripts.

    #31717
    Tomcraft1980
    Member

    Hi There,

    I adapted this plugin to bbPress: http://wordpress.org/extend/plugins/page-cornr/

    You can load it here: http://www.xtc-modified.org/page-cornr.zip

    Works great so far. The only thing that doesn’t work ist that the peel-effect only starts on a topic-page, but not on the front-page!

    Any ideas?

    @johnnydoe: In your theme’s register.php, before the line if ( is_array($profile_info_keys) ) : (above the <?php tag before that), put:

    <?php unset( $profile_info_keys['user_url'], $profile_info_keys['from'], $profile_info_keys['occ'], $profile_info_keys['interest'] ); ?>

    That will take out the extra fields in the register form. What you did was take out the part that outputs all the form fields :D

    I can’t see the “to participate” part either, did you manage to get hold of the bbPress.org template? ;)

    #78834
    kirpiit
    Member

    Is it a Mysql problem?

    Or is it supposed to be more related to bbpress itself, please?

    #31716

    Topic: Logo?

    in forum Themes
    #31723
    mujtaba
    Member

    hi fellows,

    iam running this blog http://www.embtrans.com , my hosting is running on Windows IIS and it doesnt allow mod_rewrite functionality.

    i have managed to configure the pretty permalinks for WordPress using custom 404. here is its code

    <?php

    $qs = $_SERVER;

    $_SERVER = substr($qs, strpos($qs, ‘:80’)+3);

    $_SERVER = $_SERVER;

    include(‘index.php’);

    ?>

    i would like to know if there is some custom 404 code for bbpress on Windows IIS to make pretty permalinks work.

    thanks in advance

    #31711
    benbeltran
    Member

    Hello bbpress community.

    I’m trying to write a plugin that checks certain actions and saves them to a “status feed” so they appear in a friendfeeed-ish manner.

    eg.

    User made a new post

    User started a topic

    User tagged a topic

    etc.

    bb_new_post and bb_new_topic return the post and topic id respectively so it’s easy to grab it… But I’m using add_action('bb_add_topic_tags', 'status_tags_update'); to check the tags. The thing is, it seems to break tagging.

    I checked bb_add_topic_tags and it returns tt_ids, which I assumed was an array of the inserted tag ids. But I’m probably wrong. I don’t understand very well what $tt_ids = $wp_taxonomy_object->set_object_terms( $topic->topic_id, $tags, 'bb_topic_tag', array( 'append' => true, 'user_id' => $user_id ) ); is supposed to do. So I don’t understand what’s being returned. I’m trying to get either the tag id, or preferably the topic id.

    Any of you plugin-savvy users have any idea/help?

    #31722
    jin-hee
    Member

    I’m having trouble trying to work out in my wordpress homepage post, how to stop the comment button click to redirect to my bbpress forum, which I have just recently set up.

    This is my website: http://fitness-passion.com

    I do not want any redirects, but rather have the comment to stay at the original post in wordpress.

    Please tell me how can I fix this problem. Thanks!

    #79036
    Mark
    Member
    #31718
    QuickD
    Member

    On another forum I visit they have a hot topic post where if the topic has a certain amount of posts it will turn into a Flaming File, with fire bursting from the topic folder. This would be a neat little plugin to develop for BBpress

    Just a thought

    #31715
    fifthhouse
    Member

    It would be wonderful if bbpress and wordpress themes were fully integrated so I can have bbforums as a menu item in my wordpress site and the forums opens right in my wordpress site with theme and menus and blog categories fully intact.

    Is this on the plate at all?

    #31714

    Topic: IPB3 to bbPress

    in forum Installation
    LordBobo
    Member

    Hello,

    I see a few threads here requesting a converter for IPB but the few there are have been unanswered.

    As the last thread that I can see is over a year old I thought I’d post regarding this.

    I was wondering if there have been any further developments regarding a viable converter for IPB users?

    Thanks,

    B

    #31710

    Topic: theme integration?

    in forum Themes
    fifthhouse
    Member

    Hello all. I am starting a new wordpress site with bbpress installed in a subdirectory. I am not very tech savy and don’t know how to do code, but I am wondering how difficult it would be to have my bbpress forums inside my wordpress blog theme.

    In other words, is it possible to have the same look and menu structure from my blog appear when in the forums?

    From what I can find in the forums this is called deep integration. I have viewed the posts on that, but I am wondering if there is any further development that would help me, because I don’t have the ability to do the tasks as they are presented in those posts.

    #79004

    In reply to: Spam Registration

    code012
    Member

    I use Akismet and reCAPTCHA for both WP and bbPress. Then once in awhile I use Mass Delete to get rid of users with zero posts. Not a single spambot problem since then.

    #78950

    In reply to: Displayname check

    BaraBajen
    Member

    Ah – problem fixed. Text was screwed up.

    next problem:

    Warning: Cannot modify header information – headers already sent by (output started at /home/bajentes/public_html/bbpress/my-plugins/no-duplicate-displayname/no-duplicate-displayname.php:32) in /home/bajentes/public_html/bbpress/bb-includes/functions.bb-pluggable.php on line 232

Viewing 25 results - 48,751 through 48,775 (of 64,514 total)
Skip to toolbar