Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,751 through 48,775 (of 64,509 total)
  • Author
    Search Results
  • #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

    #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.

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