Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,701 through 48,725 (of 64,452 total)
  • Author
    Search Results
  • @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

    #78949

    In reply to: Displayname check

    BaraBajen
    Member

    Hmmm Got this error message:

    Warning: Unexpected character in input: ” (ASCII=92) state=1 in /home/bajentes/public_html/bbpress/my-plugins/no-duplicate-displayname/no-duplicate-displayname.php on line 2

    Parse error: syntax error, unexpected T_STRING in /home/bajentes/public_html/bbpress/my-plugins/no-duplicate-displayname/no-duplicate-displayname.php on line 2

    What to do….

    #70368
    msmeritt
    Member

    Ah, well, that did help me at least get into my admin area, thanks. Now what else needs to happen, other than deactivation the integration plugin? There have to be some settings in WP and/or bbPress that need to be set back to something, no?

    #78976

    @grassrootspa

    I doubt that too but I am wondering if that didn’t work out :/

    #70366
    msmeritt
    Member

    A while back, I added bbPress to my website. I used the bbPress Integration plugin and followed the screencast instructions, but it never quite worked right. Since then, I’ve seen too little need for integration, and I’d like to just get rid of it — keeping the bbPress installation, but getting rid of integration.

    I can’t find good instructions on how to do this. Further, I can’t even properly get into my bbPress admin area. I log in, but I just get the regular bbPress screen, and when I click Admin, it just redirects me right back to the regular screen. And I do believe this is the result of things going wrong with cookies because of the integration plugin.

    Help! Thanks :)

    #31709
    George Hahn
    Member

    1. Created the database;

    2. Uploaded the bbPress files to the destination directory;

    3. Went to my forum URL and got the appropriate install screen;

    4. Proceeded to Step 1, where I entered the pertinent info (Database name, Database user, Database password);

    5. Upon entering the requisite info, I hit ‘Save database configuration file’ button;

    6. The next screen tells me “Your settings have been saved to the file bb-config.php You can now continue to the next step.” I click ‘Go to Step 2’;

    7. Blank white screen (http://www.mywebsite.com/forum/bb-admin/install.php).

    Note: I have tried starting from scratch I have installed a new database, then re-uploading the bbPress files, creating the ‘bb-config.php’ file manually from the sample version, then uploading it via FTP. When I do it this way, I get the blank white screen immediately, without getting any introductory/installation pages.

    I have installed many wordpress blogs on the same server on various domains with absolutely no problem.

    #31708
    DKB
    Participant

    Hi, is there a way to make a link for the latest post on the forum homepage, so a vistor can go directly to that instead of navigation through the pages.

    I am using bbPress 1.0.2

    Thanks in advance.

    #79003

    In reply to: Spam Registration

    Arturo
    Participant

    i use human test for bbpress and no 1 spam user on my 2 forums.

    #31707
    Vietson
    Member

    Is there a better way to stop spam registration? My bbPress forum is bombarded with spam registration.

    I have askimet, bozo, bb-nospamuser, and php4bbpress but it still doesn’t help. Anything else I can do to stop the spamming?

    #78945

    In reply to: Displayname check

    #78978

    In reply to: threaded forum ?

    A threaded forum layout could be achieved using a template, you’d just have to code it yourself by loading the titles from each thread (and add titles, either yourself or with a plugin) or find someone who has already done it. Why isn’t bbPress like that? It’s made to be as simple as possible so you can build what you want from it.

    #77301

    nice work.

    but I think avatars is too big!

    #78987
    Olaf Lederer
    Participant

    check your profile page or the profile page from someone else

    the forum you have mentioned is not a bbpress forum

Viewing 25 results - 48,701 through 48,725 (of 64,452 total)
Skip to toolbar