Search Results for 'bbpress'
-
AuthorSearch Results
-
November 27, 2015 at 4:43 pm #247229
In reply to: Can’t upload Group Avatars
Pietro117
ParticipantHi, we’re having exactly the same problem with not being able to upload avatar photos, and we have the repeated path in the error message, e.g.: Upload Failed! Error was: The uploaded file could not be moved to wp-content/uploads/avatars/9/avatars/9.
We are on a fresh (< 1 week old) 1-click WordPress installation, with BuddyPress, bbPress and a few other plugins.
Did you have any joy with resolving this issue please?
Many thanks
PeterNovember 25, 2015 at 3:39 pm #247180In reply to: Does Buddypress even work?
shanebp
ModeratorBuddyPress does not include forums.
You can use bbPress for forums.
bbPress is designed to integrate with BuddyPress.Be sure to read this page in the Documentation ( aka codex ):
November 23, 2015 at 5:14 pm #247117shanebp
ModeratorIt’s a known bug.
There is a patch available.
Read: https://bbpress.org/forums/topic/bbpress-post-edit-causes-multiple-activity-entries/November 21, 2015 at 9:08 pm #247079In reply to: Changing Page Titles On The Page
DarkDog
ParticipantOh, I’m also having issues with changing the font color on bbPress 2.5.8, but I wasn’t sure if I should ask about that here or not.
November 19, 2015 at 7:51 am #246934r-a-y
KeymasterbbPress has its own at-mentions system, so you should be able to disable the Activity component in the WP admin dashboard.
To do so, go to the WP admin dashboard and navigate to “Settings > BuddyPress > Components”. Next, uncheck the Activity Streams component and save.
This will disable the Activity Streams component. Then, you should check if the at-mentions system in bbPress will still function properly.
I’m not sure if bbPress’ at-mention system will send email notifications though.
November 16, 2015 at 6:37 pm #246825In reply to: Customization questions
earthjibber
Participantthanks again for the info.
I have another question, do you think I will have to use bbPress and buddypress together? I’ve used bp before and I know it does come with some forum type functionality so I’m just wondering if that is what you are recommending with what you know about my project.
I haven’t used bbp before and I also haven’t heard if anyone has used both bbp and bp together. Or maybe I just don’t know enough about the difference between the two?
November 16, 2015 at 6:29 pm #246824In reply to: Extracting Group Forum Topic Info for Metatags
antonydennis
Participant@djsteveb – yes, I thought about that… but because the forum has been associated with a Buddypress group, then it becomes a Buddypress page – so is_buddypress() returns true, bp_is_group_forum_topic() returns true, and is_bbpress() returns false… so this is very much a buddypress question!
November 15, 2015 at 10:04 pm #246789In reply to: Sidebar not appearing all where it is needed
UgoDimma
ParticipantHey @webgirl
Thanks for your response.
Just as I said, am running buddypress v2.3.4 with wordpress 4.3.1
Am using WPLMS theme by Mr. Vibe It is deeply integrated with buddypress for maximum compatibility, but I don’t know to what extend.
Some plugins am using includes but not limited to;
- Vibe course module
- Vibe custom type
- WooCommerce
- BBPress
- WPLMS Assignment
- WPLMS Dashboard
- WPLMS Events
and some other ones.
The plugins am using, has nothing to do with the sidebar other than to add their own widget if need be. But in the theme files, there are a lot of buddypress instances there.
November 14, 2015 at 2:13 pm #246748In reply to: Extracting Group Forum Topic Info for Metatags
djsteveb
Participant@antonydennis – So this is more of a “BBpress” question I guess – which has a different support group you may want to search at the bbpress forums.
November 13, 2015 at 9:07 am #246709Topic: Extracting Group Forum Topic Info for Metatags
in forum Creating & Extendingantonydennis
ParticipantHi folks…
I have a site set up with lots of bbpress based forums, each of which belong to a Buddypress group. I want users to be able to share each forum topic on Facebook, so I need to add the og metatags to the head of the topic pages, showing topic title, content, etc.
To do this, I need a function which can access the topic title and topic content. However, since the forums are part of groups, the topic pages appear only on group pages, where the title is the group title rather than the topic title. The content is absent from the page (the_content() returns nothing), unless I perform a loop… but that gives me two problems:
1) get_the_content() returns me nothing, even though the_content() will output the entire page content
2) Having done the loop before the page loads, the actual page then has no content!So how can I extract the topic title and topic content information in a function which I pass to add_action(‘wp_head, …) for a topic of a bbpress forum which is associated with a buddypress group?
I am using WP 4.0.8, Buddypress 2.3.5 and bbpress 2.5.8 and you can see a link to a page I want to do this for at
http://lacomunidadconsciente.es/groups/mente-y-cuerpo-mind-and-body/forum/topic/sound-bowl-meditation/Thanks!
November 13, 2015 at 4:50 am #246705In reply to: Customization questions
scoobs2000
ParticipantHi
in short everything you have asked can be done.But I’m a little bias as I honestly believe regarding technology there is nothing that can’t be achieved it just comes down to how much time and budget you have to invest… 🙂
Below is a bit of a ramble…. But might provide insight. after you organize your coffee and come back.
I have nearly completed a project that sounds similar in nature (few weeks from launch in final beta testing), however it was a highly customised solution (private membership site) .
With nearly 70 plugins, 100’s hours coding integration code (lots of trial and error) between the plugins and also compatibility tests with multiples of plugins to ensure no issues, because of slow load times the project requires deploying from CDN,fast servers and customised caching solutions.
most of work load appeasr to be bbpress – so an near out of the box solution, you prob don’t need to go that far.But not to scare you. Here are some pointers that might answer your questions, based on my understanding of the OP.
In my case I spent many months researching solutions with many platforms (open source / paid / managed premium) – buddy press was selected simply because is built on WordPress that’s already has the core abilities you need, you just need to “hook in to’em” and take advantage of this concept – you can keep working on bettering and adding separate components / features as time goes by, great for client, works out a bit cheaper in the startup phase and great for developer – land ya self a permanent support / ongoing development contract……
Is it possible to update profile content/meta? : In general yes, buddy press allows this out of the box
Either the user or the admin can update, you can have admin only fields (the user doesn’t access them – but the admin can)
if you use a membership plugin eg, s2member – you can extend this idea much further eg, only require email on signup, then all other fields are accessible from profile and can set fields on a per membership level,In your case, you might have different profile fields for students, teachers, Parents and only require a couple of basic fields to be completed on signup and all other fields can still be “required” when they reach their profile page.
For profile field management I recommend the s2membership pro plugin (free version available) http://s2member.com/My project has a “todo list” for each and every member – however I’m still to this day unable to find a plugin that interacts with a completed wp/bbp/buddypress site. So I had to code one. The todo list was designed / engineered in a way that interacts with “wordpress” in general, by storing a completely unique data feed much like the activity feed with time stamps and can be programmed to be linked to any site link, media download, page view, forum post, reply any activity on the site can be logged and applied to the feed which the to-do-list interacts with and auto completing (crossing of the item) each item also has dependencies, so you rattle off a list of activities before the task is crossed off and each to-do-list also has dependencies so it is not seen by a user until certain tasks are completed, eg, purchase a course from the store, or complete a previous to-do-list.
In short: Yes it can be done, however I’m not aware of any 3rd party plugin that does this successfully.
In my case I have the to-do-list shown in the sidebar so as a member goes through the tasks the list is also available to them no matter what page they are on. But possible to publish it in the profile page if required.
Regarding email notices, I recommend looking into the woo commerce sensei http://www.woothemes.com/products/sensei/ plugin for your courses that way you have management of email notices, in fact prob most of the things you require will be available via sensei – note this is a premium paid plugin with yearly ongoing licence costs.
Without a free trial version to try before you buy.But maybe gravity forms developer licence might be fine in your case as it has, gateway plugins, qiz and survey plugins – it would be possible to build certain simple courses on the gravity framework including delivery of custom emails – if building a form based system than certainly worth a look into – but would require a developers licence to get all the plugins you would prob require.
In fact what I do is use gravity forms email chimp plugin to send the members email address to an email list (automation campaign) in mail chimp (paid account) that auto sends a welcome emails that I have customize to suit the activity they have completed, this way I can send pretty html + marketing emails + scheduled follow up emails and take the work load off WordPress other than a quick API connect on demand.
Regarding: is it possible to have multiple logins or users access the same account/profile?
In simple: Yes, but it all comes to context of the profile, will each member be able to see other members profiles or will parents be able to edit a child profile etc.Although my project does not require the need for 2 or more members to edit a single profile, I do have multiple levels of context (horizontal and vertical memberships) all with their own set of rules who profiles they can see and what buddypress features are available to them – some members don’t have activity feeds or messages, But I needed to ensure that members that do have access to these features can’t access the features of cross membership and so on.
This is 100% custom code (no plugin) but while coding this up I recall thinking I’m 100% confident it is possible to add another level of check “if current user can edit displayed user” and go from there, all you would need is a profile field / meta that links multiple accounts together –
Eg, a parent account has a profiled field “child user name” – they just enter the child username / user ID – and now we would add the profile check if a parent is viewing the child’s profile.Regarding paying a deposit, and payment, this is my findings.
There was no single one membership / payment plugin that integrated perfectly into what I wished to achieve – I have tested many. please note I’m suggesting there are no plugins that do this stuff just none that achieved the outcomes I needed for my project.
– Tips: – start the project design based on the payment systems / gateway (the complete project and direction of development is 100% dependent on this) because the simple reason every feature you implement needs to check “is a paid member and what level (cap / role) ” – including free membership with paid features “is not a paid member” but has paid for… this includes recurring and non-recurring subscriptions with consideration of what you intend to do if a subscription expires.
Eg, a recurring subscription will either just auto subscribe and pay for the next time frame (or fail)
A non-reoccurring subscription will auto expire after a given time frame (or X cycles)The difference between to the two –
Is generally on a recurring subscription when it expires it also linked to a member account to “do something” eg downgrade membershipA non-recurring subscription is generally used for a onetime payment you have access forever feature- eg, a course and resources, you pay once on a deposit, subscription over several weeks when the subscription expires the member still has access to the course as long as they remain at minimum a free member on the site. (anyhow that’s how I have implemented things)
These two concepts are completely different in the way they interact with the member as well at many levels although on the surface appear to be almost the same, add in a deposit feature you are also opening another level of context to play with, mostly limiting the available options regarding the payment gateway service you will need to use or more so which services have this feature on offer.
As mentioned – my suggestion is start with the gateway solutions first and reverse the design back to the front end. – this is the big lesson I took away with this project (4 rewrites in total) as it was always a block relating to the gateway limitations (and laws relating to online subscriptions in my country).
My project:
Woo commerce (free) for shopping cart system including purchase of courses, subscription to site and deposit/ subscription to courses, plus all other products, deliverable products, workshops, webinars, one on one sessions, resource downloads from pdf to videos. Anything you can think off can be sold through wooWoo commerce quick cart – plugin (paid)– now I can add a buy now button on any page for any product including subscriptions – the membership info page has a standard 3 column price comparison chart with nothing more than a “sign up now” button – clicking the button auto adds the subscription to cart and opens the checkout popup with one click and without leaving the page (no need to send to store)
Sensei (paid)– for courses and fits well into woo commerce system (but requires a couple more plugins and custom integration code if implementing paid / subscription based courses )
Groups plugin (free) to easily manage roles and caps (as I have to teach client staff how to do this and manage the site) WordPress has this capability built in if your a coding ninja (I’m not)
Groups Woo commerce (paid plugin) to link groups to a purchase – apply a role / cap or groups of, to a user based on the purchase.
Then some custom code is required – to perform a check and if a user has a particular role or cap than apply the s2membership level – this check is done at the store level so if a member cancels or defaults on a payment – the membership level is auto adjusted depending on what role or cap is supplied to the user from the groups woo commerce automation. groups plugin manages non-recurring subscriptions so a expired subscription does not remove the users caps and roles (but a default on payment does)
S2member pro – for membership level management including profile fields management and most importantly complete site access management – I can apply access to each and every competent of the site this includes , forums, topics, replies, posts, pages, media, courses, and content within pages eg, home page displays different content based on the membership level / logged in or general public. s2member pro is also used to override default bbpress / buddy visibility settings eg, hidden forums only available to certain member levels – but requires custom code to apply or traverse access levels on submitting topics / replies to ensure widgets and other snippets don’t display private areas to members that don’t have access. (it allows you to write custom queries with zero concern or consideration to access levels)
For subscriptions (paid)– I use woo commerce Subscriptions plugin – this manages on its own site access based on paid recurring subscriptions (or in simple turns on or off user account based on payment) – pay x amount monthly to access certain site features, courses and resources, forums, pages, blog articles etc.
However – woo commerce subscriptions does not manage deposit / time based subscriptions (non-recurring subscriptions) eg, pay a deposit for a course and gain instant access then pay off on a subscription for x amount of weeks / months –
I was not able to find any plugin (free or paid) that does this, so I had to write a plugin currently under experimental concept stage.Other tips: often it’s better to find compatible, well supported and pay for premium plugins that have overlapping features and disengage these features you don’t want to achieve your goals and do as little integration code as possible, but anything you do needs to be well planned and though out as to not to touch core code in any platform, framework or plugin.
At the end of the day you want the ability to upgrade all systems as time go by.Eg, s2member plugin has its build in membership system that is “required to be active” for the plugin to work. – all I did was setup a single paid (never to be used membership) on a paypal sandbox store this includes setting up all the s2membership registration pages etc – then put a simple redirect in the .htaccess on any of these pages. Now to purchase membership you must go to the store (woo commerce) and purchase a subscription via woo – s2member has now has nothing to do with membership registration / payment systems.
And of course I have “force account creation” turned on at the store – you cannot make a purchase without signup at a minimum free site membership.
by disengaging the buddy, bbp, Wp, and all other means of registering (by redirect) but only leaving the woo commerce customer account registration available – The pop up registration form I use for free members is just a woocommerce customer account registration form (with no products attached) with a fallback to the s2membership cut down reg form (in case ajax / jquery etc not working on client side)And now all purchases, subscriptions, shop account, courses etc are now available from the buddy press profile page also via a “woo to buddypress” plugin (or in my case built into the theme)
May sound complicated but as mentioned I would really suggest starting with payment solutions and nut out this part of the project first as this will most likely force development direction,
one of my project goals was a solution that can cater for anything…. so,
Regarding variable deposit / costs amounts based on user input – if using similar approach as I did – you would just setup woo commerce discount codes per variable outcome / result and would just reveal the correct coupon code to the user on the checkout page. they just cut and paste this code into the discount field and click apply.
or setup up multi products – one product per price base. – have the user input their details first and the result would be – apply a groups cap / role then only offer the courses products in the store with the associated price base based on user caps / role –
woo discount coupons can be setup on multiple bases – eg, deposit amount / on going subscription amount or total amount or per product or per cart total etc.
for me was plenty of research into this including concept builds of other community platforms and as above is only a bit of a sample of features used relating to the OP.
I was under very strict key point goals and achievements requiring very specific outcomes many of these affected development direction how / why I implemented the above.There may be better simpler ways to suit your specific project, but thought it might be worth a mention for some direction. or at least insight into some of the plugins I use / ideas and concepts.
my usual disclaimer – if there is something in there for you, that’s great! if not that’s fine too!
enjoy!
November 12, 2015 at 7:05 pm #246687In reply to: Options for image jpg, png, upload to forum
ckchaudhary
ParticipantNovember 12, 2015 at 9:03 am #246639In reply to: Wish support was mobile friendly
Henry Wright
ModeratorThanks for the feedback. I’m assuming this is feedback regarding the BuddyPress forum, rather than the BuddyPress software. In your own forum, you can change the location of the new topic form by modifying your theme. See the Theme Compatibility article for more info. Any questions you may have feel free to ask on their support forum:
November 11, 2015 at 10:50 pm #246586In reply to: No Profile Tabs
Michael Bryner
ParticipantIt only shows avatar and cover photo space with no tabs and activity on profile page only. Groups is just about the same. No original tabs just home, forum, members. send invites, manage tabs. As long as this plugin has been out since 2008 its still does not work with all themes? I am so tempted to just give up on it. It looks outdated still and the only thing you add is cover photos and it does not even work right.
The rest of the other plugins that compare and look a heck of a lot better but to get the features of this plugin you have to pay their outrageous prices for extensions. I might just be better off with no community software for social network and just use bbPress only.
November 10, 2015 at 9:59 am #246529In reply to: hiding groups and forums from members page
danbp
ParticipantTry
function bpfr_hide_tabs() { global $bp; /** * class_exists() & bp_is_active are recommanded to avoid problems during updates * or when Component is deactivated */ if( class_exists( 'bbPress' ) || bp_is_active ( 'groups' ) ) : if ( bp_is_user() && !is_super_admin() && !bp_is_my_profile() ) { bp_core_remove_nav_item( 'groups' ); bp_core_remove_nav_item( 'forums' ); bp_core_remove_subnav_item( 'activity', 'groups' ); } endif; } add_action( 'bp_setup_nav', 'bpfr_hide_tabs', 15 );November 10, 2015 at 9:58 am #246528In reply to: Want to add new tab in buddypress profile page.
danbp
Participanttry this:
function bpfr_hide_tabs() { global $bp; /** * class_exists() & bp_is_active are recommanded to avoid problems during updates * or when Component is deactivated */ if( class_exists( 'bbPress' ) || bp_is_active ( 'groups' ) ) : if ( bp_is_user() && !is_super_admin() && !bp_is_my_profile() ) { bp_core_remove_nav_item( 'groups' ); bp_core_remove_nav_item( 'forums' ); bp_core_remove_subnav_item( 'activity', 'groups' ); } endif; } add_action( 'bp_setup_nav', 'bpfr_hide_tabs', 15 );November 6, 2015 at 8:56 pm #246451In reply to: How To Add “New Topic” button
erich199
ParticipantIt should be located in
/wp-content/plugins/bbpress/templates/default/bbpress/After you copy this file, create a new folder inside of your current theme folder and call it “bbpress”
Place that forum-loop.php file inside of that folder.
Make your changes to that file.
November 5, 2015 at 7:11 pm #246400shanebp
ModeratorbbPress has its own support forums.
Check your settings re ‘throttle’ in wp-admin Settings > Forums
November 3, 2015 at 2:55 pm #246307In reply to: Moved: Reply To: Forum page template
shanebp
ModeratorbbPress has its own support forum: https://bbpress.org/forums/
Try going to Settings > Forums in wp-admin and selecting ‘Reply Threading’.
November 1, 2015 at 8:53 pm #246215In reply to: Can’t upload Group Avatars
Plucker
ParticipantHi shane, thanks for the very prompt response – I’m getting nothing on screen with debug on and nothing in the file if I also switch the debug log file on.
This is with BuddyPress active, bbpress de-activated and with t013 theme and no other plug-ins installed.
I have the same (or very similar) error with member avatars.
Upload Failed! Error was: The uploaded file could not be moved to wp-content/uploads/avatars/1/avatars/1.November 1, 2015 at 4:43 pm #246207In reply to: Can’t upload Group Avatars
shanebp
ModeratorThat is odd.
It’s difficult to suggest a solution when replicating the issue is nigh impossible.
But maybe more info about the issue can be generated…Try using a WP theme like 2013, deactivating bbPress and turning debug on in wp-config.php
https://codex.wordpress.org/WP_DEBUGThe file is getting uploaded to “wp-content/uploads/group-avatars/4/” but doesn’t appear on the group.
Does anything appear on the group? View source or use a browser code inspector to take a close look.
October 31, 2015 at 1:03 pm #246178In reply to: [Resolved] Change the default avatar
Brajesh Singh
ParticipantHi,
No problem. The bbPress encodes the code.It is always better to avoid the code in email and copy paste from forum itself.Is the issue fixed now?
October 29, 2015 at 2:22 am #246109In reply to: BBpress & BuddyPress on Multisite
mrjarbenne
ParticipantCan you expand on that?
In a traditional install, on a Multisite network, BuddyPress is Network enabled by default. This doesn’t mean you have a social network on every site in your network, by default, when BP is network enabled, all it’s functions live on your main domain. The network activation allows that main domain to collect all of the activity from all of your subdomains. If one of your subdomains has bbpress active, then the forum posts from that subdomain are populated in the activity stream on the main domain. The main domain becomes the hub on which all activity from across your entire network of subsites is collected and can be seen.
If you don’t want your main domain to be the one that is collecting everything, and instead want that to be some other subsite on your network, you need the instructions I provided above.
October 27, 2015 at 1:37 am #246040In reply to: BBpress & BuddyPress on Multisite
mrjarbenne
ParticipantCheck out this page, specifically option B: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/
If you Network Activate BP, but then change what BP considers it’s “home” by adding this constant as described in that codex article:
define ( 'BP_ROOT_BLOG', $blog_id );Then bbpress activity from your main/root domain should populate the activity stream of your BP subdomain.
October 25, 2015 at 3:11 pm #246006In reply to: spectator can´t read Private group forum
shanebp
ModeratorTo find out how to over-ride the capabilities of bbPress user roles, you should ask on the bbPress support forum.
-
AuthorSearch Results