Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 19,601 through 19,625 (of 32,518 total)
  • Author
    Search Results
  • #97798

    I wrote this sometime back – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    If you need further help, reach me on email – ashishsainiashfame<<at>>gmail<<dot>>com

    #102898

    I wrote this sometime back – http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    If you need further help, reach me on email – ashishsainiashfame<<at>>gmail<<dot>>com

    Corsari
    Member

    @ kevinjohngallagher and @ the rest of the bbpress staff.

    I landed on bbpress searching for a nice forum, and i’ve found it because I do use wordpress.

    Well, as any other person, I’m impressed by the apperiance and because I found it really attractive, I decide to download and mess myself up to install it and get it working (not much hard to be true).

    When at the end I find that the look and mainly the page setup is totally different… you should understand @TheNet (who started this topic).

    Anyway, I think that bbPress staff, should at least release such kind of three columns layout for the main page.

    This for the simple reason that there is a number of new bbpress users that would start using this forum because they like as they see it and also because it is more logic and readable such kind of layout.

    The same % of people, and I suppose they are not the minimum part, is choosing wordpress and would choose bbpress, because they are simple and effective without being an html-css-php-GURU

    This may potentially lead to have them to try bbPress out, see that this kind ot theme layout is missing, see that is not easy to find bbPress themes out there and f**k-bbPress-off :-(.

    Not realy a good idea in terms of bbPress spreading.

    Hope bbPress staff will think about this.

    Corsari
    Member

    @ kevinjohngallagher and @ the rest of the bbpress staff.

    I landed on bbpress searching for a nice forum, and i’ve found it because I do use wordpress.

    Well, as any other person, I’m impressed by the apperiance and because I found it really attractive, I decide to download and mess myself up to install it and get it working (not much hard to be true).

    When at the end I find that the look and mainly the page setup is totally different… you should understand @TheNet (who started this topic).

    Anyway, I think that bbPress staff, should at least release such kind of three columns layout for the main page.

    This for the simple reason that there is a number of new bbpress users that would start using this forum because they like as they see it and also because it is more logic and readable such kind of layout.

    The same % of people, and I suppose they are not the minimum part, is choosing wordpress and would choose bbpress, because they are simple and effective without being an html-css-php-GURU

    This may potentially lead to have them to try bbPress out, see that this kind ot theme layout is missing, see that is not easy to find bbPress themes out there and f**k-bbPress-off :-(.

    Not realy a good idea in terms of bbPress spreading.

    Hope bbPress staff will think about this.

    pagal
    Participant

    @Ashfame… Please request to wpwebhost to remove stupid social icons or change their style or placement. I can’t read your post because of this shit. See it here

    I don’t know why people don’t understand how to adjust graphics in various screen resolutions.

    Hope you’ll never mind. :)

    #97814
    pagal
    Participant

    @Ashfame… Please request to wpwebhost to remove stupid social icons or change their style or placement. I can’t read your post because of this shit. See it here

    I don’t know why people don’t understand how to adjust graphics in various screen resolutions.

    Hope you’ll never mind. :)

    #94678
    aja2010
    Member

    I currently have several sites running standalone bbpress.org with deep integration. How would I convert over when this new plugin is developed?

    I would echo ricardouk views that It would make sense to just display the forum on a wordpress page to avoid the hassle of fiddling with different themes.

    What is likely to be in the core? I would like to have plugins in the core or optionally built in and maintained as core plugins specifically these ones.

    Adsense for BBPress

    Ajaxed Quotes

    Akismet

    Allow Images

    BBClitcha

    BBCode Buttons

    bbPM

    BBVideo

    Terms of Service

    I would think all of them should be in the core except maybe Adsense for BBPress

    I am not a computer guy but if you want a dummy tester I would fit the bill

    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    #97812
    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    #94664
    gswaim
    Participant

    JJJ and Crew,

    I have been waiting a long time for this plug-in. I can hang on, as long as I know it can do what I need. I am not sharp enough to look at the current files and understand how it gets implemented; therefore, I have one basic question.

    I am using my WP install to deliver the equivalent of an online course. I want to provide a forum for each module within the course. So, with the bbPress plugin, will I be able to put a given forum on one page and another forum on another page?

    It appears that most of the presentation is controlled by code on a page template. I could create multiple page templates, as needed. I just don’t know if your solution will allow me to display a specific forum on a specific page.

    Thanks for your work on this!

    #94652
    LPH2005
    Member

    Did a little install on a “new” site. WP 3.0.1, BP 1.2.6, child theme with nothing but the style sheet pointing to the default so I could add the styles from the bbpress. Copied the bbpress template files into the child theme.

    Now, things worked except they looked awful. Looking at the template code for all the files that started with page (page-bbp_front.php, page-bbp_topics.php, and page-bbp_form.php)

    <div id="container">
    <div id="content" role="main">

    This causes a problem because container is also used by bp-default, therefore any child theme would fail to look good.

    Changed html code to:

    <div id="bbp-forum-container">
    <div id="bbp-forum-content" role="main">

    Then added css styles for the new ids within the styles.css for the child theme:

    Looks OK. But needs work:

    http://www.tuxreports.com/discussions/

    Hope this helps.

    #102260
    Rich Pedley
    Member

    I’d totally agree if there was built in functionality within WordPress for image uploads by subscribers… which there isn’t.

    hence better served by a plugin ;)

    #97160
    Rich Pedley
    Member

    I’d totally agree if there was built in functionality within WordPress for image uploads by subscribers… which there isn’t.

    hence better served by a plugin ;)

    #94649
    carmellom
    Member

    Any word yet on when we are going to see some type of integration or plugin?? I’m dying to find out. Also, Is there any easy way to integrate bbpress into my current wordpress site without having to learn bbpress code to make it look seamless? I actually love learning but don’t have the time right now, 5 sites in 6 months…

    #94639
    DeysonOrtiz
    Participant

    Hello, here is the update in order, I upgraded to the latest version of WordPress, re-added the plugin, switched to twenty-ten theme, deactivated all of my plugins and the bbpress plugin still does not show up.

    :(

    #102367

    RamiuzNo, Akismet is designed for blogs, not for forums. Which is why I don´t use it for my forum, but for my blog.

    No, Akismet was designed to catch SPAM, anything from comments (blog/site) to posts/thread on a forum (bbPress), they’re all the same! :)

    #97267

    RamiuzNo, Akismet is designed for blogs, not for forums. Which is why I don´t use it for my forum, but for my blog.

    No, Akismet was designed to catch SPAM, anything from comments (blog/site) to posts/thread on a forum (bbPress), they’re all the same! :)

    #94636

    Rich Pedley: [note to mods: above post is spam]

    mr_pelle: […] mods? Do we have mods for real, here? [/sarcasm] -_-“

    Rich Pedley: nope, but I live in hope. Though JJJ is one ;)

    We do have 1 moderator that I know of, and that’s _ck_ although we don’t see her round here very often anymore (I don’t think she likes the idea behind the plugin?!) =/

    I’d be happy to help in removing SPAM and such, you’ll always have the odd one get through Akismet, and you’ll get some of the legit posts getting caught! — But that’s one thing I’ve not seen for bbPress, a ”Report Spam” button? ;)

    #94634
    DeysonOrtiz
    Participant

    Nothing.

    I also de-activated all of the plug-ins to be sure, but the bbpress plugin does not show up.

    I am stumped. :)

    #94632
    DeysonOrtiz
    Participant

    Hello again :)

    Well I downloaded the zip file from here the third try with no success:

    https://trac.bbpress.org/browser/branches/plugin#bbp-themes/bbp-default

    I unzipped the branches folder, I then renamed the ‘plugin’ folder to ‘bbpress’ and then uploaded the ‘bbpress’ folder to the wp-content/plugins folder and still nothing shows up in the plug-in admin :(

    Here is the link to the test site, where I want to add the bbpress forum to:

    http://motion-master-templates.com/test/

    I had buddypress running before, but I deactivated all the associated buddpress plug-ins prior to uploading bbpress.

    I would really like to start playing with bbpress :)

    Thank you.

    #94631
    Rich Pedley
    Member

    nope, but I live in hope. Though JJJ is one ;)

    #78902
    anmari
    Participant

    For the info of anyone chancing up on this.

    wrt The plugin that justin mentions above. After integrating bbpress and wp 3.0.1, i had my existing members showing up in bbpress as inactive. Not: inactive (no role)

    I changed the plugin as follows: – added the else line

    function inactive_to_member() {

    $userID = bb_get_current_user_info( 'id' );
    $user_obj = new BP_User( $userID );
    $user = bb_get_user( bb_get_user_id( $userID ) );
    if(empty($user->capabilities)) {
    $user_obj->set_role('member');
    }
    else if (is_array($user->capabilities) and ($user->capabilities['inactive'])) $user_obj->set_role('member');
    }
    add_action ('bb_head', 'inactive_to_member', 5, 0);

    #94625
    DeysonOrtiz
    Participant

    Yes Mark I see the bbpress.php file and every other file that I downloaded from here :

    https://trac.bbpress.org/browser/branches/plugin.

    Thank you :)

Viewing 25 results - 19,601 through 19,625 (of 32,518 total)
Skip to toolbar