Search Results for 'bbpress'
-
AuthorSearch Results
-
July 3, 2013 at 2:29 pm #167480
In reply to: Buddypress theme integration and/or suggestion
themefusion
ParticipantHey Guys 🙂 Sorry to dig up an old topic, but I came across it and wanted you to know that Avada does work with BBpress. If you had issues with it, please signup at our support forum and post up a new topic with your questions and we’ll take a look.
Thanks!
July 3, 2013 at 7:40 am #167459In reply to: How remove time_since_last_post()
Hugo Ashmore
ParticipantForums output is the responsibility of the bbPress plugin and as of BP 1.7 all handling of templates belongs with bbPress with BP no longer bundling the pared down version for groups that it used to. Look at the bbPress plugin directory templates for the files you want – more info on overloading files for modifying should be available on the bbPress site.
July 3, 2013 at 5:35 am #167444In reply to: How Do I Hide Extended Profile Fileds from Users
nobodymove
ParticipantAlso, I do have this in my buddypress settings tab under Legacy Group Forums – bbPress configuration: /var/www/vhosts/lochmoorclub.com/httpdocs/wordpress/bb-config.php
Not sure what that is…
July 3, 2013 at 5:30 am #167443In reply to: How Do I Hide Extended Profile Fileds from Users
nobodymove
ParticipantThanks @bphelp. Info listed below:
1. Which version of WordPress are you running?
3.5.2
2. Did you install WordPress as a directory or subdomain install?
Directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
3.5
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Wordpress seems to be working fine
6. Which version of BP are you running?
1.7.2
7. Did you upgraded from a previous version of BP? If so, from which version?
1.7
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
Yes, a lot. 🙂
Allow Multiple Accounts
amr users + buddypress
buddypress group email subscription
buddypress member import
buddypress message attachement
Buddypress Toolbar
Buddypress Xprofile custom fields type
comprehensive google map
contact form manager
events manager pro
easy table
form lightbox
GRAND Flash Album Gallery
Lightbox Galleries EWSEL
Mass Messaging in Buddypress
Online Backup for WordPress
Peter’s Login Redirect
SHortcode Widget
User Switching
WP Full Calendar
WP Wunderground9. Are you using the standard BuddyPress themes or customized themes?
I’m using Razor 1.1.3 from Themeforest/Parallelus
10. Have you modified the core files in any way?
No
11. Do you have any custom functions in bp-custom.php?
No
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
13. Please provide a list of any errors in your server’s log files.
14. Which company provides your hosting?
Network Solutions
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
VPS hosting package
July 1, 2013 at 7:08 pm #167384In reply to: Custom Forum Role
Paul Wong-Gibbs
KeymasterBest to ask on bbPress.org. bbPress is the component that provides forums to BuddyPress.
July 1, 2013 at 3:29 pm #167354Tux Kapono
ParticipantThanks guys! Ah, here it is: https://codex.buddypress.org/developer/releases/version-1-7/
Forums
Retired bbPress 1.x “Group Forums” component (replaced with bbPress 2.x integration) (#3598)
July 1, 2013 at 3:08 pm #167350Henry
MemberHugo beat me to it 🙂
July 1, 2013 at 3:07 pm #167349Henry
MemberAh yes, my bad. BP forums was pre 1.6.5. The bbPress plugin is different.
This may help you move everything across:
https://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/July 1, 2013 at 3:02 pm #167348Hugo Ashmore
Participantit is in the Codex!
Originally BP used a stripped down version of bbpress built in, now that is removed and bbPress plugin provides support for BP groups forums, there is a guide on transitioning over.
July 1, 2013 at 2:45 pm #167347Tux Kapono
ParticipantbbPress is a separate plugin – bbpress.org. We have the BuddyPress 1.6.5 forums on our site without the bbpress plugin installed, and they seem very dated IMO.
It would be nice to have this all explained in one definitive document though, as we’re not clear what we have to do to maintain the most up-to-date forums.
July 1, 2013 at 2:20 pm #167345Henry
Member‘BuddyPress forums’ is bbPress (as far as i know)!
@mercime
Participant@pewee123 WP/BP versions? New install or is this an upgrade? Are you referring to the old BP group forums or bbPress plugin forums for groups? Do you have any plugin or script directing Group’s home page to the Group Forum page?
June 29, 2013 at 10:05 pm #167244Shmoo
ParticipantI found this video the best I’ve seen this far, because it keeps it very easy to understand.
It starts with a very basic understanding of what Actions and what Filters do because they maybe sound very overwhelming? when you bump onto them for the first time.
You don’t wanna know how many bbPress or BuddyPress projects I have deleted because I couldn’t understand what actions are, I knew they where spot that you can Hook into but making it happen and writing some code that finally gets Hooked into an action is a different story.Actions DO stuff.
Filters CHANGE stuff.I’ve tried to make my own custom add_action for the first time just to see if I was able to Hook into that ‘ bp_group_header_actions ‘ and it worked.
Something as simple as this added an empty span tag above the ‘ bp_group_header_actions ‘ code but the only question that still remains how to I get inside the HTML of this action.add_action ( 'bp_group_header_actions', 'my_stuff', 1 ); function my_stuff() { echo '<span></span>'; }This empty span tag has to go inside that div before the a href tag.
June 29, 2013 at 9:50 am #167179In reply to: Excessive vertical gap in buddypress
disqusnow
ParticipantAm using WordPress 3.5.2, BuddyPress Version 1.7.2 and BBPress Version 2.3.2. The theme is a custom theme. This is the the link http://mythemeshop.com/themes/ribbon/
Here is how its behaving http://www.disqusnow.co.uk/groups/test-group/forum/. Still working on the look.June 29, 2013 at 9:44 am #167176In reply to: [Resolved] Excessive vertical gap in buddypress
disqusnow
Participant@mercime Am using WordPress 3.5.2, BuddyPress Version 1.7.2 and BBPress Version 2.3.2. The theme is a custom theme. This is the the link http://mythemeshop.com/themes/ribbon/
Here is how its behaving http://www.disqusnow.co.uk/groups/test-group/forum/. Still working on the look.June 28, 2013 at 7:25 pm #167133In reply to: Create Group
dran2013
ParticipantI was wondering this too. The “create group” tab shows up if I directly go to my link: http://durhamregionactionnetwork.com/groups/ (same with Forums with bbpress) but how do users find the link when it isn’t appearing in their profile? I have everything enabled in settings for both plugins.So once a person is logged in they see this on their page:
Activity
Profile
Messages
Friends
Groups
Forums
Events
SettingsBut when you click on Groups from there, there is no link to create a group. Same with Forums. Maybe BuddyPress doesn’t have that option? I wanted to improve usability by adding the links to the user’s dashboard, it seems to make sense it would be there but it’s not. I hope I am explaining this OK 🙂 Thank you for any help you can provide!
June 27, 2013 at 7:50 pm #167048Unsal Korkmaz
ParticipantShortcode to display posts like ShowCase:
http://theme.firmasite.com/showcase-shortcode/I would like to hear your suggestions on this. Please send a comment in post.
June 27, 2013 at 4:58 pm #167041htrev
ParticipantI’ve had a look in the database and realised what the problem is. The rogue posts are coming from people posting using the ppBress form (I have a page that includes it using the shortcode bbp-topic-form) which creates a topic in the group’s forum, but doesn’t associate the topic with the group.
You can mark this issue resolved! Thanks for pointing me in the right direction.
June 27, 2013 at 3:45 pm #167033shanebp
ModeratorThe stray posts never appear in the group stream?
Or don’t appear until some hours have past?Inconsistent behaviour is a tough bug.
But at least it’s specific to Group forums.Are you using Page Caching in the cache plugins?
That can cause BP problems re serving stale pages, but you most likely would have seen that issue elsewhere on your site as well.Have you raised this issue on the bbPress forums?
You’ll probably have to comb thru the database for activity entries.
And try to eliminate the possibility of a malformed row in the context of the group stream.June 27, 2013 at 10:07 am #167023Developer ICAN
ParticipantGuys, thanks you for your responses – very helpful!
See i have a very active web site built in WP (well i will – its just being built). The Community/Forum elements (with BuddyPress and BBPress) will be an integral part of it also. When i done a few test’s on activating BuddyPress and BBPress, i found that this doubled the site queries which i’m just monitoring very closely as i’m trying to keep everything as efficient as possible. The site will be on a dedicated server with the database on a separate dedicated database server so i think we should be OK if we keep queries down as small as possible.
Sorry @synaptic, i was aware that BuddyPress is a plugin for WordPress, it was more the approach i was questioning – ie when you’re starting off with a site, do you think that the site is going to be a community site everything focused on BuddyPress or is safe to say that you could have a large active non community site and simply append a community with BuddyPress as secondary and have the site still run efficiently. I see in some sites that the community element is on a separate sub domain site – for example see http://www.babycentre.co.uk – they community element of this is on a separate install (possibly WP multi site?) at http://community.babycentre.co.uk/. I’m sort of wondering is there any reason why they do this? Is it because its physically easier to manage? Is it because the load of a community may affect the normal running of the website? I’m just wondering what the general convention is?
If the convention is to separate say – then why would it make sense to have a multi site install as the community BuddyPress tables are still in the same database? You get waht i mean? Actually why use multi site at all? (http://www.onextrapixel.com/2011/06/06/how-to-integrate-buddypress-with-wordpress-multi-site-seamlessly/)
Thanks for all your help everyone! Appreciate it!
June 27, 2013 at 9:17 am #167020htrev
ParticipantAlso when this problem occurs, the update doesn’t get emailed via GES as GES gets its content from the activity stream.
The topic/reply DOES appear in the all members activity stream, just not the My groups one or on the group’s Home tab. So looks like the association between the item and the group is being lost somewhere. The item appears in the forum OK.
June 27, 2013 at 9:13 am #167019htrev
ParticipantUpdate: I’m running W3 Total Cache with Xcache. Turned off W3TC but left XCache on – problem still occuring.
June 27, 2013 at 7:48 am #167016In reply to: Receiving Emails when Forums are replied to.
pmcreations
ParticipantI am using the old buddypress forum. Is there a way to bring all my current topics to bbpress? I’d rather keep my current set up with buddypress. I just want my users to be abl to get email notices when somebody responds. I guess I have two questions.
1. Does buddypress offer email responses built in?
2. Any suggestions?
Thanks!June 27, 2013 at 2:47 am #167013In reply to: Receiving Emails when Forums are replied to.
@mercime
Participant@pmcreations WP/BP versions? If you’re using the bbPress plugin (not the internal group forums of old BP versions), go to Settings > Forums – Forum Features, and check “Allow users to subscribe to topics”
June 26, 2013 at 7:53 pm #166976@mercime
Participant@richardicanie BuddyPress is a plugin for WordPress. Hence, you need WordPress installed in order to install BuddyPress. For the forums, you install bbPress plugin in WordPress installation. You may install BuddyPress as well, but it is not necessary if you only want forums in your WP install.
If you already have a large membership in your WordPress site, then I suggest that you upgrade to at least VPS or better yet a dedicated server before activating BuddyPress.
-
AuthorSearch Results