Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 4,976 through 5,000 (of 7,367 total)
  • Author
    Search Results
  • #69180
    still giving
    Participant

    Sorry, I did not realise that BBpress was so limited.

    But there were two parts to the question, the second was:

    * Why have so many basic default features from BBpress been disabled, will they be reincarnated, and where is the planned roadmap?

    #69148
    r-a-y
    Keymaster

    It is not a BuddyPress issue because the group forums use bbPress.

    bbPress doesn’t offer a preview button in their core; if you want one, ask the bbPress developers to add it to their roadmap.

    Or ask someone to port one of the bbPress preview plugins (like I mentioned above) to BP.

    I closed this thread initially, but reopened it for those who might want to consider a port.

    Please do not divert this topic to a debate about bbPress vs. BP’s use of it, otherwise this thread will be closed.

    #69139
    still giving
    Participant

    No r-a-y …. it is not a BBpress issue. It is a Buddypress issue.

      Why have so many of the default features, and admin tools/backend, been removed from the Buddypress installation of BBpress and is there an “official” roadmap for when they might be re-added?

    It is a Buddypress issue because it is about what Buddypress will or will not become.

    Is it going to mature into a proper social network/discussion forum, with the features average users have come to expect, or are we just guinea pigs for some feature that may or may not one day make it into WordPress.com?

    #69129
    still giving
    Participant

    Not a request for a plugin … but can we just have back all the BBpress features and admin tools that were disabled first?

    #69122
    r-a-y
    Keymaster

    Please post your responses on the bbPress forum:

    https://bbpress.org/forums

    Your concerns will not be heard here.

    If anyone is interested in porting the Live Comment Preview plugin for bbPress (poke @etiviti Rich!), here’s where to look:

    https://bbpress.org/forums/topic/fixed-live-comment-preview-plugin-new-features-added

    Gianfranco
    Participant

    I actually got the bp-template-pack installed for integration into an existing WP theme. Also have bbPress installed and running.

    The site I am working on is http://cureuphoria.com/activity

    Thanks Andy.

    #69055
    mrjarbenne
    Participant

    I’ll post the problem here too. Thanks @r-a-y for pointing me in the direction of this forum topic.

    When I try to rate forum posts using this plugin https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/ I get this error message popping up across the forum post.

    <b>Warning</b>: require_once(/usr/home/litcirc/public_html/bb-config.php) [function.require-once]: failed to open stream: No such file or directory in <b>/usr/home/litcirc/public_html/wp-content/plugins/buddypress-rate-forum-posts/rate.php</b> on line <b>5</b>

    Line 5 in rate.php is “require_once ABSPATH . ‘bb-config.php’;”

    I’m out of my element here. Is the plugin looking for bb-config.php and cannot find it? according to the dashboard bbpress is configured correctly.

    Any thoughts?

    #69043
    r-a-y
    Keymaster

    @dweanus

    Just checked out the latest update, looks like you’re using ABSPATH for bb-config.php.

    Unless I’m wrong, I don’t think that will fix the problem for external bbPress installs.

    I see you commented out the bb-config-location line, but you didn’t define global $bp.

    Also, mrjarbenne had a problem with the new version:

    https://buddypress.org/forums/topic/rate-forum-posts-plugin-error

    #69021
    Dwenaus
    Participant

    I’ve made the changes mentioned above. so that if you have a bbpress install at a different location, the plugin will work.

    I’ve added the ability to hide karma points. it is accessed in the admin.

    I also noticed a bug with how the karma rating was showing up on the members page and fixed it.

    the new version is 1.2 and should be visible here momentarily: https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/

    enjoy.

    #68938
    Xevo
    Participant

    I’m still working on getting bbpress into the buddypress activity stream, but other then that.

    I tuned my bbpress already to have avatars, names, profiles of buddypress. :)

    #68936
    Gianfranco
    Participant

    Thanks for the info, r-a-y. I’ll go ahead and read all this…

    #68891
    rich! @ etiviti
    Participant

    here is the javascript that updates the textarea, maybe tinymce renames/overwrites it? i’m not sure. i’ll install it and see if it is anything simple

    ok, tried it out – it won’t work as tinymce is some iframe whatever stuff. :-P

    though, i do have markitup on bbpress with ajax quote – works with no problems

    #68880
    r-a-y
    Keymaster

    Read this post I made on the bbPress forums:

    https://bbpress.org/forums/topic/bbpress-vs-buddypress-or-in-addition-to-it-a-newbie-has-questions#post-65097

    Yes, bbPress is necessary if you want group forums.

    You might want to read this post by Boone Gorges as to what he did to transfer an existing bbPress install into BP:

    http://dev.commons.gc.cuny.edu/2009/12/06/upgrading-from-buddypress-1-0-to-1-1/

    Another bbPress to BP guide is available here:

    https://buddypress.org/forums/topic/completely-integrating-a-previous-bbpress-install

    I think I might add this to the FAQ ;)

    #68836
    rich! @ etiviti
    Participant

    Can you please wrap the signature in a <div> with a special ID or class so that we can style it appropriately?

    Right now it just looks like part of the forum reply.

    i kept it the same as _ck_’s for external bbpress, so it should be:

    <div class="signature">

    but the css style is hardcoded into her plugin

    i’m all ears for a better way so that anyone can style it.

    #68835
    rich! @ etiviti
    Participant

    One thing I did track down is that forum extras is conflicting with

    https://wordpress.org/extend/plugins/custom-field-template/

    (other than bp probably the most important plugin I use and the best in it’s class) Allows me to easily create my own custom meta boxes on a per post_type basis.

    a quick look at the plugin and reveals the problem i had earlier with wpmu and creating new blogs/admin. Seems some plugins call require_once(ABSPATH . 'wp-admin/includes/template.php'); outside of WP_ADMIN (in ‘init’ action) which will causes a function conflict with bp-internal-bbPress. I’m not sure if I have a solution for this – might be a wait until bbPress is a plugin (so they can resolve the naming conflicts)

    A hacking the core solution would be wrapping the checked and selected functions in /wp-admin/includes/template.php and wp-content\plugins\buddypress\bp-forums\bbpress\bb-admin\includes\functions.bb-admin.php

    if ( !function_exists('checked') ) {

    if ( !function_exists('selected') ) {

    However the buttons do not appear on Group wire or when sending direct messages of one user to another.

    One great improvement for the future could be adding images straight from our computer, instead of using a URL.

    That is expected behavior – this only modifies stuff in the group forums

    as for uploading – that would be more of an album plugin to handle the process and hosting – this is just basic bbcode

    Are you able to edit the signature admin items now?

    #68819
    rich! @ etiviti
    Participant

    seems the problems i’m hitting now are conflicts with calling internal bbpress and some functions having the same name on the wp side of thing (or now just wpmu). so i need to know if you are on wpmu or single

    also try enabling display_errors and error_reporting and see if that provides any fatal errors

    #68765
    victor_moura
    Participant

    Hi Etiviti!

    Thanks a lot for this – when I’m able to add the BBcode and buttons, it will be great!

    I still have not managed to do it so your guidance is much appreciated.

    Since I’m a newbie, let me explain step by step what I did:

    1. After uploading the zip file and extracting on my /home1/fromvict/public_html/comunidade/wp-content/plugins BuddyPress directory, I activated the plugins.

    2. After activation, I clicked On BuddyPress -> Forum Extras and followed the instructions to edit the theme on /home1/fromvict/public_html/comunidade/wp-content/themes/bp-default/groups/single/forum and add the ” <?php do_action( ‘bp_forum_extras_topic_links’ ) ?> ” code as instructed.

    3. This gives me the successful message:

    QUOTE

    BBCode enabled.

    This plugin will convert bbcode to html prior to database updates and is recommend for external bbPress installs.

    You may enable _ck_’s bbcode buttons via the BBCode Settings page but this might conflict with other textarea editors installed (tinymce, markitup) on the forum textareas.

    UNQUOTE

    4. When I click on the bullet item just below, “BBCode”, I get the following:

    QUOTE

    Group Forums BBCode

    BBcode Buttons

    Fatal error: Call to undefined function bb_get_option() in /home1/fromvict/public_html/comunidade/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-bbcode-admin.php on line 29

    UNQUOTE

    Any idea of what may be wrong? Thanks!

    p.s. Just a (hopefully) constructive feedback: as a newbie, it took me some time to figure out that the groups/single/forum was located in the address I pointed out in step 2. Maybe other users like me have a similar experience. In that case, it would be good to have one simple phrase like “you have now to find where the theme is installed, generally it is a themes/bp-default/ folder under your BuddyPress installation”

    #68699
    rich! @ etiviti
    Participant

    ok, found and i *believe* fixed the problem. just checked it into trunk – will give it one more go around before tagging 0.1.4

    (just a naming conflict due to including some bbpress code – so now just excluding loading the plugin on certain pages

    if ( bp_is_register_page() || bp_is_activation_page() || bp_is_user_blogs() || bp_is_blog_page() )

    #68681
    rich! @ etiviti
    Participant

    ok, found the error…

    Fatal error: Cannot redeclare checked() (previously declared in D:\xampplite\htdocs\wpmu\wp-content\plugins\buddypress\bp-forums\bbpress\bb-admin\includes\functions.bb-admin.php:1261) in D:\xampplite\htdocs\wpmu\wp-admin\includes\template.php on line 382

    i need to grab a beer and dinner – and i’ll get this fixed tonight, sorry about that issue. I never use MU :-P

    #68628
    r-a-y
    Keymaster

    I kind of figured that, but it sounds like you’ve got a handle on it!

    I guess my next question is would it be possible to add a subnav item to “My Favorites” for bbPress topics? This is just to avoid another nav item.

    #68627
    rich! @ etiviti
    Participant

    Would this hook into the existing BP “Favorites” system?

    Not really – since BP Favorites is against the activity stream. At one point I thought about adding in the activity replies/comments on a forum component/type to the related topic but no clean way to pull the info out of the activity table – i’m still looking into it though, would be nice to pull it in

    the only hook i can do is on bp_activity_add_user_favorite (and remove), then check the activity component/type for forum, then add it to the bbpress favorites system. – at least in theory.

    but to avoid confusion of the two different ‘favorites’ – would rename the internal bbpress favorites to ‘watch topic’ or something like that.

    #68623
    r-a-y
    Keymaster

    Re: bbPress favorites. Sounds cool!

    Would this hook into the existing BP “Favorites” system?

    #68622
    rich! @ etiviti
    Participant

    First, where is the “@ mentions” part in the BBCode that @3sixty is referring to?

    Technically when Ajaxed Quote is enabled and someone quotes a post in the forums – the activity-update-filter will pick up the @username mention – thus if the user has the notifications turn on – they will get an email about it.

    Second, should we be activating both BBCode and Shortcode sub-plugins?

    No

    Activate the “Forum Extras – BBCode” if you want to parse the bbcode into html prior to database update. (useful if you have external but also ok for internal). I’m a fan of this method as the process happens pre-save but when a user goes back to edit a post – they’ll see html

    Or

    Activate the “Forum Extras – Shortcode” and then Viper’s Shortcode BBCode wordpress plugin – this will retain the shortcode bbcode markup in the database. All this does does is enable the shortcode filter hook on the bbpress post content. (buddypress already hooks shortcode filter on activity updates) – Downside to this approach if you ever deactivate the shortcode – you’ll see the bbcode markup instead of filtering to the html equivalent but when a user edits a post – they see bbcode instead of html.

    Hopefully not too confusing. I’ll update the documentation in the next release (working on getting bbpress favorites enabled)

    #68618
    gregfielding
    Participant

    Rich,

    2 more dumb questions…

    First, where is the “@ mentions” part in the BBCode that @3sixty is referring to?

    Second, should we be activating both BBCode and Shortcode sub-plugins?

    My bbpress install is inside buddypress (so not external).

    Thanks!

    #68576
    Kunal17
    Participant

    Thanks Boone,

    I havent had much use for extending bbpress till now (and I believe a lot of the popular plugins are being ported over anyway) so I guess its time to switch to internal bbpress.

    Regards,

    Kunal

Viewing 25 results - 4,976 through 5,000 (of 7,367 total)
Skip to toolbar