Search Results for 'bbpress'
-
AuthorSearch Results
-
March 19, 2010 at 7:07 am #69180
In reply to: Preview button for forum posts?
still giving
ParticipantSorry, 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?
March 19, 2010 at 2:30 am #69148In reply to: Preview button for forum posts?
r-a-y
KeymasterIt 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.
March 19, 2010 at 12:30 am #69139In reply to: Preview button for forum posts?
still giving
ParticipantNo 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?
March 18, 2010 at 11:25 pm #69129In reply to: BP1.2+ Plugin Wishlists
still giving
ParticipantNot a request for a plugin … but can we just have back all the BBpress features and admin tools that were disabled first?
March 18, 2010 at 10:48 pm #69122In reply to: Preview button for forum posts?
r-a-y
KeymasterPlease post your responses on the bbPress forum:
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
March 18, 2010 at 10:37 pm #69121Gianfranco
ParticipantI 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.
March 18, 2010 at 7:33 pm #69055In reply to: new version of BuddyPress Rate Forum Posts
mrjarbenne
ParticipantI’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?
March 18, 2010 at 7:10 pm #69043In reply to: new version of BuddyPress Rate Forum Posts
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
March 18, 2010 at 5:43 pm #69021In reply to: new version of BuddyPress Rate Forum Posts
Dwenaus
ParticipantI’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.
March 18, 2010 at 9:27 am #68938In reply to: Use Forums without Groups?
Xevo
ParticipantI’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.
March 18, 2010 at 9:11 am #68936In reply to: Does it make sense to have BBpress AND BuddyPress?
Gianfranco
ParticipantThanks for the info, r-a-y. I’ll go ahead and read all this…
March 18, 2010 at 1:39 am #68891In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participanthere 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.

though, i do have markitup on bbpress with ajax quote – works with no problems
March 17, 2010 at 11:24 pm #68880In reply to: Does it make sense to have BBpress AND BuddyPress?
r-a-y
KeymasterRead this post I made on the bbPress forums:
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
March 17, 2010 at 7:08 pm #68836In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantCan 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.
March 17, 2010 at 7:02 pm #68835In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantOne 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?
March 17, 2010 at 5:35 pm #68819In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantseems 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
March 17, 2010 at 1:11 pm #68765In reply to: [New Plugin] BuddyPress Group Forum Extras
victor_moura
ParticipantHi 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”
March 17, 2010 at 1:04 am #68699In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantok, 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() )March 16, 2010 at 10:57 pm #68681In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantok, found the error…
Fatal error: Cannot redeclare checked() (previously declared in
\xampplite\htdocs\wpmu\wp-content\plugins\buddypress\bp-forums\bbpress\bb-admin\includes\functions.bb-admin.php:1261) in
\xampplite\htdocs\wpmu\wp-admin\includes\template.php on line 382i need to grab a beer and dinner – and i’ll get this fixed tonight, sorry about that issue. I never use MU
March 16, 2010 at 6:10 pm #68628In reply to: [New Plugin] BuddyPress Group Forum Extras
r-a-y
KeymasterI 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.
March 16, 2010 at 6:06 pm #68627In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantWould 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.
March 16, 2010 at 5:48 pm #68623In reply to: [New Plugin] BuddyPress Group Forum Extras
r-a-y
KeymasterRe: bbPress favorites. Sounds cool!
Would this hook into the existing BP “Favorites” system?
March 16, 2010 at 5:38 pm #68622In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantFirst, 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)
March 16, 2010 at 5:00 pm #68618In reply to: [New Plugin] BuddyPress Group Forum Extras
gregfielding
ParticipantRich,
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!
March 16, 2010 at 12:05 pm #68576In reply to: Switching from external bbpress to internal bbpress
Kunal17
ParticipantThanks 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
-
AuthorSearch Results