Search Results for 'wordpress'
-
AuthorSearch Results
-
October 14, 2014 at 1:52 pm #212791
In reply to: 2.2 top features
Paul Wong-Gibbs
KeymasterNot sure where you got Christmas from, but we’re aiming for 2.2 to be released on 28 Jan 2015. ๐
October 14, 2014 at 1:09 pm #212783In reply to: 2.2 top features
danbp
Participantthank you for this wishlist ! ๐
The in #4539 related Mediapress is a great feature (still in beta, but promise full).I installed it yesterday for intense test. ๐
October 14, 2014 at 12:22 pm #212738In reply to: [Resolved] Disable @mentions (links) completely
Henry Wright
ModeratorHi @doremdou
You can disable @-mentions with the BuddyPress No Mentions plugin.
October 14, 2014 at 11:34 am #212544In reply to: Should I use BuddyPress for this clients request?
Henry Wright
ModeratorBuddyPress allows you to have:
- member profiles
- an advanced member search (through the BP Profile Search plugin)
- private messaging
So it looks like your requirements are covered. My advice would be to set up a test install and try out all of the features to see if they meet your requirements.
October 14, 2014 at 8:05 am #212536In reply to: [Resolved] I cannot delete BuddyPress
danbp
ParticipantOctober 13, 2014 at 10:28 pm #212370In reply to: [Resolved] Is the "Forum" tab a custom profile tab?
Halo Diehard
ParticipantThanks for your quick response, @danbp. I did not include the support information, because I just needed an answer to my simple question; didn’t think anyone would be able to help me with my actual issue, since I am using Simple Press and not bbPress.
Simple Press has a BuddyPress plugin, that integrates some of the functionality of their forums into the BuddyPress activity, and allows the forum owner to elect to use the BuddyPress profile, for example, over the SP one. But I am not seeing any forum posts in activity. I contacted them, but I also was not seeing the forum tab like I see here. I was here for a separate issue, and noticed that forum tab, so I opened this topic to ask about the tab.
Maybe that tab disappears if bbPress is not active, I’m not sure, but I really thought I remembered with the bbPress forums that my member’s posts were mixed in with all the other sitewide activity, and I don’t remember ever seeing a forum tab. I’m on my second BuddyPress supported theme; the first was Custom Community, and now I’m using Matheson.
I’m familiar with how to set up BuddyPress, but thanks for the links. Here is the rest of the info, in case it helps:
1. Which version of WordPress are you running? 4.0
2. Did you install WordPress as a directory or subdomain install? If this is either or, than it’s a directory install
3. If a directory install, is it in root or in a subdirectory? Again, not sure of the question. My url points to the root wordpress folder, but that folder is not in the root of my server, but a few folders in.
4. Did you upgrade from a previous version of WordPress? If so, from which version? Have had WordPress and upgraded every release for a couple of years
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes.
6. Which version of BP are you running? 2.1.1
7. Did you upgraded from a previous version of BP? If so, from which version? 2.1.0? I don’t know, the same: Have had BuddyPress for at least a year, upgrade it as releases come out.
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
(Ones followed by asterisk are not active, since I’m not committed yet to Simple Press. Others I’m getting around to testing, or only use occasionally. Yes, I know it’s a lot.)
Add New Default Avatar
BadgeOS *
bbp buddypress profile information *
bbPress *
bbPress Enable TinyMCE Visual Tab *
bbPress Go To First Unread Post *
bbPress Stay Checked *
bbP Signature *
Black Studio TinyMCE Widget
BuddyPress
BuddyPress Groups Extras *
Content Aware Sidebars *
Email posts to subscribers *
Google Analytics by Yoast
iFlyChat
LenSlider *
Link Library
NextScripts: Social Networks Auto-Poster
Posts for Page Plugin
Quick Chat
Simple: Press
Simple: Press v5 Importer
Simple social share
SlideDeck 2 Lite *
Social Login
Stop Registration Spam
Subscribe/Connect/Follow
T(-) Countdown
ToTop Link
Ultimate Posts Widget *
Video Thumbnails
WangGuard
WordPress SEO
wp-Monalisa
WP Ads Within Contents *
WP Custom Login
WP Overview (lite)
WP Symposium Toolbar9. Are you using the standard BuddyPress themes or customized themes? I am using Matheson, a theme listed as working with BuddyPress, and it is further customized via css by myself.
10. Have you modified the core files in any way? No.
11. Do you have any custom functions in bp-custom.php? I don’t think I have that file.
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbPress is deactivated, using Simple Press.
13. Please provide a list of any errors in your serverโs log files. I’ve searched to try and find these, and I have no idea how to find them.
14. Which company provides your hosting? 1and1
15. Is your server running Windows, or if Linux; Apache, nginx or something else? If this might be relevant, I will try to find out. Think it’s Linux.
October 13, 2014 at 9:15 pm #211889In reply to: Admin label in buddypress profiles
Henry Wright
ModeratorI’ve no idea what you might have read but you can accomplish this via hooks. Specifically, the
bp_profile_header_metacould be what you need. Try adding this to your theme’s functions.php file:function my_output_user_role_function() { if ( user_can( bp_get_member_user_id(), 'manage_sites' ) ) echo 'Role: network administrator'; } add_action( 'bp_profile_header_meta', 'my_output_user_role_function' );Note: You can change the text Role: network administrator to whatever you like.
October 13, 2014 at 7:54 pm #211882In reply to: Admin label in buddypress profiles
Henry Wright
ModeratorHi @reinaldudras,
user_can()is the function you need. For example:if ( user_can( bp_get_member_user_id(), 'manage_sites' ) ) echo 'network administrator';Note: Untested. There’s a slightly different method of getting the member’s ID depending on the exact context you need. I suspect
bp_get_member_user_id()will work.Ref: https://codex.wordpress.org/Function_Reference/user_can
October 12, 2014 at 9:31 pm #210726In reply to: Incorrect URL being passed
danbp
ParticipantYou have to debug your install. Deactivate all plugins but BP, activate 2012 or 2013 theme and adjust your permalinks in wp settings.
Check for all pages needed by BP and delete definetly any page remaining eventually in the trash.http://nacin.com/2010/04/23/5-ways-to-debug-wordpress/
October 12, 2014 at 7:32 pm #210721In reply to: Documentation clean up and organization
Hugo Ashmore
ParticipantYou probably ought to track back through the bpdevel site:
http://bpdevel.wordpress.com/
For development posts on Codex updates.We actually have been putting in quite a bit of our time over the last year attempting to lend a little attention to this area, but it is an extremely time consuming and slow area to deal with but apart from some fairly hardcore re-structuring many new articles & guides have been submitted over the last few months.
You’re right though it is a community effort, all are welcome to chip and help, the codex index explains how people can contribute.
October 12, 2014 at 6:45 pm #210720In reply to: Incorrect URL being passed
crell
ParticipantHi,
Thanks for responding.
It’s passing to an internal site URL.This link below is a recent post
http://ashbournecyclingclub.co.uk/2014/10/group-ride-monsal-headIf I then select “Edit my profile” from the menu, it takes me to:
http://ashbournecyclingclub.co.uk/2014/10/group-ride-monsal-head/1/
(note it’s appended “/1” to the end of the URLTheme is Heuman
Wordpress 4.0Plugins are:
Advanced Custom Fields
Version 4.3.9 | By Elliot Condon | View detailsAkismet
Version 3.0.2 | By Automattic | View detailsBlack Studio TinyMCE Widget
Version 2.0.4 | By Black Studio | View details | Home | FAQ | Support | Rate | Follow | DonateBuddyPress
Version 2.1.1 | By The BuddyPress Community | View detailsCategories Images
Version 2.4.2 | By Muhammad Said El Zahlan | View detailsCat Post Type
Version 1.0.1 | By Michel Bobillier aka Athos99 | View detailsComing Soon / Maintenance mode Ready!
Version 0.5.3 | By coming soon | View detailsContact Form 7
Version 3.9.3 | By Takayuki Miyoshi | View detailsContact Form DB
Version 2.8.16 | By Michael Simpson | View detailsCustom Facebook Feed
Version 2.1.2 | By Smash Balloon | View detailsEnhanced Media Library
Version 1.1.2 | By WordPress UX Solutions | View detailsEvents Manager
Version 5.5.3.1 | By Marcus Sykes | View detailsJetpack by WordPress.com
Version 3.1.1 | By Automattic | View detailsLeaflet Maps Marker
Version 3.9.2 | By MapsMarker.com e.U. | View detailsLimit Login Attempts
Version 1.7.1 | By Johan Eenfeldt | View detailsMaps Marker Pro ยฎ
Version 1.9 | By MapsMarker.com e.U.NextGEN Gallery by Photocrati
Version 2.0.66.29 | By Photocrati Media | View details | Get help | ContributePost Css Class
Version 1.0.1 | By Michel Bobillier aka Athos99 | View detailsQuick Featured Images
Version 8.2.1 | By Martin Stehle | View detailsRegenerate Thumbnails
Version 2.2.4 | By Viper007Bond | View detailsTinyMCE Advanced
Version 4.1.1 | By Andrew Ozz | View detailsTypes – Complete Solution for Custom Fields and Types
Version 1.6.3 | By OnTheGoSystems | View detailsWordfence Security
Version 5.2.6 | By Wordfence | View detailsWordPress SEO
Version 1.6.3 | By Team Yoast | View detailsWP-PageNavi
Version 2.86 | By Lester ‘GaMerZ’ Chan | View detailsWP FullCalendar
October 12, 2014 at 2:38 pm #210704In reply to: buddypress.js not loading
Joseph G.
ParticipantThis is a known bug https://buddypress.trac.wordpress.org/ticket/5888
Try changing buddypress.js to buddypress.min.js. This issue was already resolved as of the latest version.
Cheers!
October 12, 2014 at 1:18 am #210670In reply to: buddypress.js not loading
brgallag
ParticipantHello, did you have any luck solving this? I’m having the exact same problems with the same setup…except now on WordPress 4.0.
buddypress.js loads fine on all pages except the site-wide activity page.
I’ve deactivated all plugins, re-installed buddypress, switched themes, all to no avail.
I’m hosted on wp-engine.
Let me know if you were able to solve it.
October 11, 2014 at 11:54 pm #210669brittonk
ParticipantI found it on your ticket system actually so it looks like you guys are on top of it
October 11, 2014 at 11:46 pm #210668October 11, 2014 at 1:35 pm #2100111a-spielwiese
ParticipantThe problems are still unresolved:
++ Cfr. regarding problem A. (Making xProfile fields required only for members with a certain user role):
https://wordpress.org/support/topic/making-bp-xprofile-fields-required-for-certain-user (posted today)
++ Hide theses xProfile fields for members with other user roles:
https://wordpress.org/support/topic/bb-xprofiles-acl-does-not-work (posted one week ago)
++ Cfr. regarding problem D. (Making answers unchangeable):
https://buddypress.org/support/topic/how-to-make-some-xprofile-field-to-uneditable/#post-206808 (posted two days ago).
October 11, 2014 at 9:35 am #2100061a-spielwiese
ParticipantI asked my question now as well in the BuddyPress-Sub-Forum of the German WordPress-Forum:
http://forum.wpde.org/buddypress/134280-benutzer-innen-namen-neu-verlinken-new-post.html
October 10, 2014 at 4:44 pm #208954Ulfsby Webdesign
ParticipantThank you. It was the theme that was the problem. I had upgraded BuddyPress to a version that no longer was supprted by the old theme. Using Cpanel I was able to update WordPress and change theme.
October 10, 2014 at 1:38 pm #208948In reply to: Can WP & BP handle 1000+comments per day?
Henry Wright
ModeratorAs @djpaul mentioned earlier, the terminology is important because ‘comments’ can refer to 2 things:
- post comments
- activity comments.
Post comments are handled by WordPress and are stored in the wp_comments database table (see here). Activity comments are handled by BuddyPress and are stored in a custom table created by BP called bp_activity (see here).
October 10, 2014 at 9:18 am #208711In reply to: Can WP & BP handle 1000+comments per day?
harry4039
Participant@aapollo: thanks for your response.
So you’re saying that the entire WordPress.com platform and all its users’ sites are running on WPEngine hosting? We were on their business plan for a launch earlier this year and our site got completely fried. Really bad experience and WPEngine support sucked really, really bad. We were forced to switch and are now on Linode.
Using Disqus for comments doesn’t really solve our problem because it’s not native and very difficult if not impossible to embed fully into all the BuddyPress features as far as I know.
@djpaul: Would love to hear your opinion on this.October 10, 2014 at 9:09 am #208707In reply to: Can WP & BP handle 1000+comments per day?
aapollo
Participant@harry4039 – Another useful bit of information for you:
Wordpress.com runs on WP-Engine, which is where we are now hosting our membership/lms/e-commerce WordPress site, and we have seen massive improvements in speed at their premium levels.
It is important to note that the level of concurrent users you’re talking about requires serious server scaling, especially when those users have profiles and are interacting constantly. The premium levels at WP-Engine start at $600 a month and go up from there, but since we have an extremely active user base, the non-profit I’m working with is going for it.
The support has been phenomenal, and while we still have some slow action on the backend at times, the front-end is more than twice as fast.
Also, we use Disqus for comments, which also greatly reduces server load since Disqus handles all the comment parsing and data flow. Unfortunately, their theming and customization options are seriously lacking (you can choose light or dark theme, woohoo!).
I’m really into testing the limits of WP and BP right now, and so far they handle well, though lots of development, fixes and customization are needed on a regular basis due to updates and bugs on a big stack of plugins. Good luck with yours!
~AA~
Footnote: I do not work with, nor am I associated with WP-Engine or Disqus in any way. ๐ In fact, I host most of my smaller sites on Dreamhost, and have generally thought $1K per month for hosting to be outrageous before now.
October 10, 2014 at 8:10 am #208683In reply to: Slovak translating issue
danbp
ParticipantSlovak BuddyPress lang community declares that the files are fully translated.
False ! According to the GlotPress stats, the buddypress translation is only 64% translated.
You have to finish the translation.
Download the po from glotpress
Update that file from the pot file who comes with BP 2.1Use poEdit to do this.
https://buddypress.org/support/topic/buddypress-2-1-bp-language/
October 9, 2014 at 11:52 pm #208669In reply to: Stylizing the Register page
Henry Wright
ModeratorHi @dwsowash
You can create a child theme and then add your custom CSS to your child theme’s style.css file. Check out this article on Child Themes to get you started.
October 9, 2014 at 8:51 pm #207757In reply to: [Resolved] export user to csv with more info?
Ruby Sinreich
ParticipantThis plug-in lets you get everything. Worked great for me.
October 9, 2014 at 8:43 pm #207756In reply to: [Resolved] Export users and xprofile data
Ruby Sinreich
ParticipantAh, so this exists! https://wordpress.org/plugins/export-user-data/ Will check it out now…
UPDATE: It worked perfectly. Whew!
-
AuthorSearch Results