Search Results for 'bbpress'
-
AuthorSearch Results
-
February 11, 2014 at 10:24 pm #178275
John James Jacoby
KeymasterDo you have any WordPress Role editing plugins installed? Or membership plugins like S2Member?
It’s possible something has altered your role capabilities so that bbPress’s read_topics capability is broken.
Or, it’s possible it’s just a template issue. The query itself happens in
bbp_has_replies(), so start your debugging there to see if it’s a template problem, or a dataset problem.February 7, 2014 at 6:08 pm #178094tobylewis
ParticipantI wrote my own theme and am always trying to do things the right way but initially things were not working correctly with bbPress or BuddyPress. I now realise was my theme using the_excerpt rather than the_content on the special pages.
I’d read the topics in the buddypress codex on theme support but these mainly addressed the issue of altering pages using the template selection rather then explaining what a theme author needs to do to make their theme work properly with bbPress or BuddyPress. Just explaining how it injects its content into pages (by hooking the_content) is not immediately obvious to the newcomer.
In my theme I had been using is_singular() to know when to show content rather then expert and use parameterised preferences for each post type for when is_singluar() was false.
Simply changing this test to (is_singular() || is_page()) suddenly turned my theme from incompatible to reasonably compatible. The “/forums” slug still did not work properly but after searching around I discovered the is_bbPress() function and expanded the test to:
(is_singular() || is_page() || (function_exists(‘is_bbPress’) && is_bbPress()))
There may be other tricks and gotchas I haven’t found yet, but as I say it would be really nice to have a topic directed specifically at theme authors to make sure they know what needs to be in place to make things work.
February 7, 2014 at 11:27 am #178073Hugo Ashmore
ParticipantOk what is not clear in that particular guide is the necessity of creating a new forum but selecting ‘category’ rather than ‘forum’ when you save/create it, this category is the groups forums parent and the slug that you would see appear in that select option, the one referenced ‘Groups Forum’ is simply an example name.
Have a read of this other guide to installing bbPress from new written by our own @mercime as it explains the steps very clearly:
The upgrading guide will need a little editing to make things clearer.
February 6, 2014 at 10:51 pm #178053In reply to: Members page white space
Aaron Courtyard
Participanthappens on groups page too, maybe its bbpress support i should be in…
February 6, 2014 at 3:28 pm #178026In reply to: Buddypress, BBPress and WooCommerce
Henry Wright
Moderator@mbonner considering it’s a brand new site then root profiles will be disabled (that is the default) so it can’t be related to that problem.
Try updating BP to 1.9.2 (released yesterday) and deactivate WooCommerce. There shouldn’t be any conflict with bbPress and BuddyPress. However, WooCommerce is third party so there might be a conflict there.
February 6, 2014 at 1:50 pm #178024In reply to: Buddypress, BBPress and WooCommerce
MBonner
Participantthe comment about Buddypress was because I copied and pasted what I wrote in bbpress. I’m trying to figure out if the problem is with BuddyPress, bbpress or a compatibility issues between the two. Sorry about that.
As for root profiles, how can I tell when the farthest I can go right now is past the installation but not the activation stage? This is a brand new site and has had no previous installs of Buddypress.
Thank you.
February 6, 2014 at 1:39 pm #178022In reply to: Buddypress, BBPress and WooCommerce
MBonner
ParticipantI’m new to both bbpress and buddypress. What do you mean by root profiles? I can’t get past activating my installs.
February 6, 2014 at 1:24 pm #178020In reply to: Buddypress, BBPress and WooCommerce
MBonner
Participantok, so I did a fresh install of wordpress and began to install each plugin one-by-one. Here’s an update on what’s happening:
– Buddypress released a new version Feb 5th (yesterday) with a new component or something.
– I get a blank page as soon as I activate Buddypress with bbpress (no other plugins or themes installed).
– WooCommerce works with bbpress until I install a specific theme but I will take that up with the theme.I’m going to post this thread in BuddyPress forums to see if they are aware of what’s going on but any help here would be greatly appreciated.
Thank you.
February 5, 2014 at 9:24 pm #177990In reply to: Error message after log in: bp-core-filters.php
gottasmile
ParticipantI figured out that it was because I had a bbpress forum menu item, but I had deactivated bbpress when trying to figure out why the log in for buddy press wasn’t working. This error disappeared as soon as I reactivated bbpress.
February 4, 2014 at 1:11 am #177903Marcella
Participant@bilalvirgo10 I’d love for you to join in, I’ll be uploading my theme shortly. You can take a copy and look at the code to help with learning.
@mercime thanks! I got there, it’s now on version 0.2 I tighter design, WordPress options and soon BuddyPress support. I despise BBPress theming though, it just aint that much fun.
@buddyboss Thanks man, i’m not looking at it as a paid gig.February 3, 2014 at 6:33 pm #177880shanebp
ModeratorIt probably is in a plugin.
Hopefully BP and bbpress are not throwing that warning.
You could try setting debug to true in wp-config.
And then go to the dashboard and see if the warnings continue.
Then deactivate the plugins one at a time to narrow it down.> repeated thousands of times
Per what? Each load or over a large time period?January 31, 2014 at 12:27 am #177765In reply to: Group forums not showing for group members.
@mercime
Participant@blueonit Backup database and upgrade your bbPress plugin to lastest 2.5.3 https://bbpress.org/download/
January 30, 2014 at 7:27 am #177729In reply to: How to Automatically add a new member to a group
Timland
ParticipantUnfortunately, that doesn’t help at all. One is to create a demo kind, which is used to check if things are working in the expected way, is not for use for live sites also plus it is not compatible. (the groupomatic,the Second plugin is not compatible)
P.S 🙂 Though I stated what version of WordPress, buddypress and bppress versions am using on in my first post, I will restating it here also. (am using wordpress version 3.7.1 suffusion theme) (budypress 1.9 and bbpress 2.0 )
Pls
January 30, 2014 at 1:29 am #177726In reply to: Notifications show error
lifemore
ParticipantI have the latest version of bbpress, but still get a notification warning. Could you please help?
Thank you so much.
January 29, 2014 at 7:51 pm #177705In reply to: 0.1 Release of my theme
Marcella
ParticipantThe theme is probably going to go through one more complete re-design before I settle on features also and skin BBPress.
January 27, 2014 at 1:33 am #177559In reply to: Buddypress forum in Dynamix theme
Ben Hansen
Participanti don’t think you understood what i was trying to say, bbpress is the forum software which integrates most tightly with buddypress.
January 26, 2014 at 11:22 pm #177553In reply to: Buddypress forum in Dynamix theme
Ben Hansen
Participantforums are bbpress which is a separate plugin.
January 26, 2014 at 9:17 pm #177551In reply to: Good examples of current buddy press sites
Tecca
ParticipantHere’s a great example of a large WP/BuddyPress/bbPress-made community:
I have a couple of sites I’m working on myself, though they’re not good examples as I haven’t fully completed them and zero advertising has gone in as of now (though they are live).
January 26, 2014 at 7:27 pm #177550In reply to: Enable BuddyPress to WordPress profile syncing
merosler
ParticipantHey guys,
I found your thread and thought you guys may have a similar issue as I’m having as it relates to buddypress and registration. Was wondering if you are encountering this:
bbPress (2.5.3) seems to completely ignore what the user had originally set as their password on my registration page from the very beginning of registration.
More detailed explanation:
On the registration page, the user chooses their own password, and then once approved, the user is then sent an automated registration message which then assigns the user a new random password. The user then has to log in using this random password and reset the password.Have you encountered this? Any solutions?
thank you,
MattJanuary 26, 2014 at 4:17 pm #177545In reply to: Bugs between bbpress and Buddypress
Melle328
ParticipantI’m experiencing a simular problem with bp groups and bbpress. If my group admins change their group settings from public to private, the forum type doesn’t. The forum tools doesn’t fix it.
WP 3.8
BP 1.8.1
BBPRESS 2.5.2Thanks!
DanielJanuary 26, 2014 at 3:57 pm #177544In reply to: private message – not private
Melle328
ParticipantWordpress 3.8
Buddypress 1.8.1
Theme: BP default / child themePlugins:
Autochimp 2.15
bbpress 2.5.2
bbpress mark as read
bbPress Email Notifications
BP Group Management
BP Group Email
BP Profile Search
BuddyPress Activity Comment Notifier
BuddyPress Activity Plus
BuddyPress Auto Group Join
BuddyPress Better Pagination
BuddyPress Block Activity Stream Types
BuddyPress Extended Friendship Request
BuddyPress Group Calendar
BuddyPress Like
BuddyPress Message privacy
BuddyPress Real Names
Change WP Mail From Details
DigiMember
Duplicate Post
External Links
Image Rotation Fixer
Mapology
OptimizePress
Redirection
Register Plus Redux
Remove Dashboard Access
Suchen & Ersetzen
Simple Comment Editing
The Events Calendar
W3 Total Cache
Widget Builder
Widget Logic
WordPress HTTPS
WordPress Importer
WP Crontrol
WP Show IDsI already have a clone of my site, but without members producing content and writing (lots of) private messages I cannot reproduce the error. @djpaul if you are interestet to have a deeper look under the hood, I would be happy to send you login data for community & db.
Thank you!
January 24, 2014 at 2:18 am #177450In reply to: BBPress themes in BuddyPress theme
Tecca
ParticipantThat’ll do it for ya. Sorry if my post wasn’t as clear as it should have been — I personally need to edit every file when I create my bbPress themes.
January 24, 2014 at 2:05 am #177449In reply to: BBPress themes in BuddyPress theme
Stephen Edgar
ModeratorThere is a basic outline of what to do https://codex.bbpress.org/theme-compatibility/
Also this should be helpful:
https://codex.bbpress.org/theme-compatibility/step-by-step-guide-to-creating-a-custom-bbpress-theme/
You also only need to copy the templates that you want to change.
January 23, 2014 at 4:08 pm #177413In reply to: BBPress themes in BuddyPress theme
Hugo Ashmore
ParticipantThese are probably questions better asked on bbPress forum – remember although bbPress integrates with buddyPress it is a standalone plugin.
I doubt however you need to overload all the files as above.
January 23, 2014 at 2:03 am #177392In reply to: BBPress themes in BuddyPress theme
Tecca
ParticipantPut the bbPress theme files into your WordPress theme directory:
wp-content/themes/yourtheme
In yourtheme/css place the bbpress.css file
In yourtheme/bbpress, place all of the files you need to edit. Most of them (I believe):bbpress/content-archive-forum.php
bbpress/content-archive-topic.php
bbpress/content-search.php
bbpress/content-single-forum.php
bbpress/content-single-reply.php
bbpress/content-single-topic-lead.php
bbpress/content-single-topic.php
bbpress/content-single-user.php
bbpress/content-single-view.php
bbpress/content-statistics.php
bbpress/content-topic-tag-edit.php
bbpress/feedback-logged-in.php
bbpress/feedback-no-access.php
bbpress/feedback-no-forums.php
bbpress/feedback-no-replies.php
bbpress/feedback-no-search.php
bbpress/feedback-no-topics.php
bbpress/form-anonymous.php
bbpress/form-forum.php
bbpress/form-protected.php
bbpress/form-reply-move.php
bbpress/form-reply.php
bbpress/form-search.php
bbpress/form-topic-merge.php
bbpress/form-topic-split.php
bbpress/form-topic-tag.php
bbpress/form-topic.php
bbpress/form-user-edit.php
bbpress/form-user-login.php
bbpress/form-user-lost-pass.php
bbpress/form-user-register.php
bbpress/form-user-roles.php
bbpress/loop-forums.php
bbpress/loop-mysingle-topic.php
bbpress/loop-mytopics.php
bbpress/loop-replies.php
bbpress/loop-search-forum.php
bbpress/loop-search-reply.php
bbpress/loop-search-topic.php
bbpress/loop-search.php
bbpress/loop-single-forum.php
bbpress/loop-single-reply.php
bbpress/loop-single-topic.php
bbpress/loop-topics.php
bbpress/pagination-replies.php
bbpress/pagination-search.php
bbpress/pagination-topics.php
bbpress/user-details.php
bbpress/user-favorites.php
bbpress/user-profile.php
bbpress/user-replies-created.php
bbpress/user-subscriptions.php
bbpress/user-topics-created.php -
AuthorSearch Results