Search Results for 'bbpress'
-
AuthorSearch Results
-
January 2, 2014 at 12:51 am #176261
In reply to: "Search" function in Forum
e-regular
ParticipantHi BuddyPress,
I am in the same boat as ProfC also – search functionality for BBPress forums is no longer functioning since I installed buddypress 1.9 with WordPress 3.8 – the URL does not change to http://domainname/search/blahblah when I hit submit.
Kind regards,
HenryDecember 30, 2013 at 3:06 am #176178In reply to: Notifications show error
Vinod Dalvi
ParticipantHi @caming,
There is an issue in bbPress version 2.5.1 which is fixed in bbPress version 2.5.2
Update the bbPress plugin to the latest version 2.5.2 to get rid of this error.
Cheers,
Vinod DalviDecember 26, 2013 at 2:54 am #176069In reply to: Help Making Buddypress Profiles private?…Must Login.
WPDragon
Participant@barney92
Thank you!! It worked!!..I had to specifically select which parts related to the bbpress, and it blocked everything except the forum..which was what I wanted & needed!…Thank you again.
December 22, 2013 at 10:22 am #175917In reply to: Forums in a public/private site
Henry
MemberHi @mauryg
Have you tried posting this in the http://bbpress.org forum? You might find your answers there.
December 19, 2013 at 2:04 pm #175772In reply to: Error: Missing argument 2 for wpdb::prepare
Shmoo
ParticipantIt’s my theme and I code WordPress themes for like 5 years now but I don’t see myself as a Developer it’s more a hobby ๐
I’m solid at HTML-CSS and can read PHP when I see it happen but I can’t write PHP it out of the box.
This error shows up when I try to hide a complete xProfile-group-ID or just an unique xProfile-field-ID from the loop.
This is what I did.
Inside: my-theme/buddypress/members/single/profile/profile-loop.php
I found the start of the loop<?php if ( bp_has_profile() ) : ?> ....My first thought was, maybe there are default options here to control the output of which ID’s will be visible so I started the search how the bp_has_profile() was build and looked into plugins/buddypress/bp-xprofile/bp-xprofile-template.php and found this at line 150:
.... $defaults = array( 'user_id' => bp_displayed_user_id(), 'profile_group_id' => false, 'hide_empty_groups' => true, 'hide_empty_fields' => $hide_empty_fields_default, 'fetch_fields' => true, 'fetch_field_data' => true, 'fetch_visibility_level' => $fetch_visibility_level_default, 'exclude_groups' => false, // Comma-separated list of profile field group IDs to exclude 'exclude_fields' => false // Comma-separated list of profile field IDs to exclude );This looks very familiar to bbPress so my first thoughts was lets try to add one of those Array’s to the loop and overwrite the default value.
Just like this.<?php if ( bp_has_profile( array ( 'exclude_groups' => 1 ) ) ) : ?> ...This works perfect, it hides all xProfile-fields from the first Base primary Tab (back-end). Just like I wanted it because I didn’t want all the fields to show up front-end, I’ve got a few xProfile-fields that I use for user-customization of the profile-page. Each user can add color-codes to change the default menu-color and add background-images to their profile-page to make each profile a little more unique.
Those field-ID’s are just urls or color-codes and don’t have to be visable to the public, thats why I try to hide them front-end.
December 18, 2013 at 9:17 pm #175732In reply to: No BuddyPress pages work
steeleweed
ParticipantProduction site – using Atahualpa 3.7.12 and WP 3.7, various plugins including bbpress, bp sidebar/template.
Updated to 1.9, all BP pages fail.
Activity shows text, no links, no Avatars.
Members shows text for user, no other members, no links, no profile info.
Register page fails.A live site – I will not swap to a ‘default theme’ like Twentythirteen. I have simply Deactivated BP until the problem is resolved.
Re issues related to themes and plugins, only BP knows in detail what the changes were and which of those changes were likely to manifest these symptoms.
December 18, 2013 at 7:33 am #175688In reply to: No BuddyPress pages work
modbunker
ParticipantHi thank you for replying,
No I have other plugins as well mostly BBPress,WooCommerce, and a couple of slider plugins,also WordPress SEO.
Its a premium theme and has support for BBPress but not buddypress hes working on it now.
I believe my permalinks are not default.
My structure is set at: /%category%/%postname%/
My base is set to: /shop/%product_cat%I believe when I installed the theme the instructions were to change them to that so the permalinks would look good.
December 17, 2013 at 6:53 pm #175659In reply to: cant create new topic (and) reply
angslycke
ParticipantHi!
Are you using the short codes for bbPress to insert the forms to write a new topic? I noticed recently that my forums page didn’t let non-admins post a new topic (I was using the short code [bbp-topic-form] ) but gave them the message “You can’t post new topics”.
The issue was that my permalink was forum and the page with the shortcodes had the same URL. It seems to be a conflict between the short codes and that setting. I’ve written my solution in the bbPress trac, don’t have the URL here unfortunately.
December 16, 2013 at 10:37 pm #175593shanebp
ModeratorYou’ll have better luck on the bbpress forums.
December 16, 2013 at 9:46 am #175562In reply to: cant create new topic (and) reply
wolfied
ParticipantJust did. I switched to Twenty Twelve and deactivated all the plug-ins but BBPress and BuddyPress.
“You cannot create new topics.”
No chance. Unless I join the Group, I can’t post anything.
December 16, 2013 at 12:54 am #175547In reply to: User registering and login issues
multiwave9
ParticipantWell little succes now, but still not working smoothly:
sidebar login widget ” bbpress login widget” shows nice litte form in sidebar, and a “register” and “lost password” links both to proper page.
Using the sidebar login widget’s form fields to login, nothing happens, after hitting login button it just redirects to login page, where however you can login. When after logging in on that page it just reloads the login page again with the message “you are allready logged in”
register link = all works fine, mail sent also activate links works. After acivated there is no succes action or page, it just loads the login page again and tells “u are allready logged in”
forgot password link= all works fine, also the login credentials are send by mail, beside that nothing happen beside the “forgot password “page just reloads the login page again.
So almost there but stuck on this issue. Tried deactivate all plugins without result.
What is it that I do just not see here?
December 15, 2013 at 2:07 am #175527In reply to: good info/discussion sites for BuddyPress?
Shmoo
ParticipantThere are not many sites that talk about BuddyPress or bbPress in general.
But I have used Google a lot to try and find solutions for BuddyPress customizations and this site came up pretty often.
http://premium.wpmudev.org/blog/category/buddypress/I think they talk the most about BuddyPress but still it’s not much and often it’s just information about new releases and guides on how to install something. Real ‘how to’ stuff – and getting the most out of it is very rare online.
December 14, 2013 at 8:06 am #175515In reply to: Forum short code not working
Hugo Ashmore
Participant@yoshimitsu1234 Please always check the BP codex for matters like this.
The bundled cut down version of bbPress that shipped with BP for groups was removed a few versions back, if you have legacy forums in use then it’s best to update things to use bbPress 2.* The guide above explains how to proceed.
December 14, 2013 at 5:04 am #175509In reply to: Forum short code not working
yoshimitsu1234
ParticipantAlso built in buddypress forums says it jas been retired. So should i use both buddypress and Bbpress simultaneously? Will it cause any issues? As buddypress already contains Bbpress components is it necessary to install Bbpress along with buddypress?
December 13, 2013 at 6:14 am #175465In reply to: After upgrade, I had an error about forum.
modemlooper
Moderatoryes, step through each upgrade but current BP you may need to install bbPress and then convert forums
December 13, 2013 at 5:13 am #175463In reply to: After upgrade, I had an error about forum.
modemlooper
ModeratorEEK!
There have been many changes between these versions. Did you by chance backup your database before upgrade? You need to do an incremental upgrade. Also, current BP doesn’t use it’s own forum anymore and you have to install bbPress separately.
https://codex.buddypress.org/getting-started/upgrading-buddypress/
December 11, 2013 at 5:52 pm #175396In reply to: [Resolved] Forum software question
Hugo Ashmore
ParticipantBP no longer carries the cut down version of bbPress, to provide group forums you install standalone bbPress plugin. Please use the BP codex as your documentation source, avoid help videos we’re hearing altogether too much about vague videos that are floating around.
December 10, 2013 at 9:06 pm #175377Tux Kapono
ParticipantI posted a note
– In the front end Activity feed at 3:40 pm (correct time)
– Dashboard > Activity shows 10:40 am (5 hours backwards)Someone posted a note
– In the BBpress forum at 10:59 am (correct time)
– Front end Activity feed shows 3:59 pm (5 hours forward)
– Dashboard > Activity shows 10:59 am. (correct time)BuddyPress 1.8.1
bbPress 2.4.1December 10, 2013 at 4:26 am #175347@mercime
Participant@pmuktan for importing your Mingle Forums to bbPress Forums (which BuddyPress uses), check out how to do so at https://codex.bbpress.org/import-forums/mingle/
You’d find support for Mingle importer at https://bbpress.org/forums/
Log in using WP username and password. Good luck.December 8, 2013 at 12:36 pm #175254In reply to: How to stop spam registrations (HELP!!)
Matt McFarland
ParticipantA great plugin that I use (is free) that has greatly reduced registration spamming is WANGUARD (check it out here: https://wordpress.org/plugins/wangguard/) works great with buddypress and bbpress
December 7, 2013 at 1:42 pm #175214In reply to: How to stop spam registrations (HELP!!)
ride2719
ParticipantOOPS… My last post was INCORRECT (there doesn’t seem to be a way to delete posts). I thought it was working to use a required xProfile field, but it just took longer to get going. The spam registrations started up again and I had to disable registrations.
SO, I’m still looking for help on how to diagnose the problem, or a work around for fixing it.
Can I re-install BuddyPress and/or bbPress without losing my settings?
Thanks, Rick.
December 5, 2013 at 3:14 pm #175155In reply to: How to stop spam registrations (HELP!!)
ride2719
ParticipantOK, here’s a followup on my trying to find the source of the automated registrations.
— I disabled bbPress on the network plugins page.
— I renamed the following directories:
wp-content/plugins/bbpress
wp-content/plugins/buddypress/bp-forums
wp-content/plugins/gd-bbpress-attachments
— enable registrations from the network admin settingsAnd… the automatic registrations CONTINUE.
— disable registrations (network admin) and the automatic reg stops
SO, it’s beginning to look like it is not bbPress. PLEASE ADVISE:
- Do you agree? Or is there some other possibility that will implicate bbPress?
- What other possibilities are there for by-passing registration protocols?
December 4, 2013 at 10:10 pm #175140In reply to: How to stop spam registrations (HELP!!)
ride2719
ParticipantHere’s a followup on my progress in stopping the automated registrations. It turns out that my side issue (see my first post) was very important. I found a plugin called “unconfirmed” that gives you limited access to the user records with unconfirmed emails, including the ability to delete them. I had 7100 unconfirmed registrations. The plugin is not fully implemented, so I had to delete them about 20 at a time. (I figured I was not likely to find anything better, so I bit the bullet and deleted 300 groups of records.) Once deleted, the registrations stopped.
So here’s the analysis: there were thousands of pending registrations. For whatever reason, the automaton that started the registration process either could not respond to the email, or was designed to respond to the emails slowly.
So, now I have some time to diagnose the solution to the problem without the fear of my data base being flooded with crap.
Next I’ll try to disable bbPress to see if it’s the problem, but I really don’t want to delete it as I already have several forums configured. I’ll see if I can disable it without deleting it and then turn registrations back on at the network admin level to see if they start up again.
December 4, 2013 at 8:14 pm #175135In reply to: How to stop spam registrations (HELP!!)
aces
ParticipantDecember 4, 2013 at 6:39 pm #175134In reply to: How to stop spam registrations (HELP!!)
shanebp
Moderator>Forums are enabled (itโs a primary purpose for the site)
Understood, but try deactivating bbPress.
If the spam regs stop, you know it’s a bbPress issue and you can post a bug report on their site.If they don’t stop, at least you know it’s not bbPress.
-
AuthorSearch Results