Search Results for 'buddypress'
-
AuthorSearch Results
-
October 12, 2014 at 4:10 pm #210711
In reply to: buddypress.js not loading
GhostPool
ParticipantChanging buddypress.js to buddypress.min.js. where? I don’t know about brgallag, but my theme does not manually call buddypress.js and as I mentioned this issue also happens when using the default Twenty Fourteen theme.
It should be noted I also only experience this issue on a WP Engine server when the “Update Activity Automatically” option is enabled. It doesn’t occur on other servers as far as I can tell.
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:58 pm #210701In reply to: buddypress.js not loading
brgallag
ParticipantI’ve narrowed it down further and found that unchecking the “update activity automatically” feature in BuddyPress settings solves the problem. Still at a loss as to what’s really causing the problem.
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 3:44 pm #210013In reply to: Slovak translating issue
danbp
Participantthere are always difference between two BuddyPress version…. If you use a custom translation, you must update your version at each BP update. This is how translating a plugin or a theme works and has nothing to do with php files or studying the support.
and so on…
For example, the difference between 2.0.1 and 2.1 is not the translation itself, but the translation comments who where added for better disambiguation.
So for example the word “activity’ in bp 2.01 is written in the po file like this:
#: bp-activity/bp-activity-loader.php:165 #: bp-activity/bp-activity-loader.php:276 msgid "Personal" msgstr ""and in BP 2.1, you see this:
#: bp-activity/bp-activity-loader.php:277 msgctxt "My Account Activity sub nav" msgid "Personal" msgstr ""A comment was added who look like this:
msgctxt "My Account Activity sub nav"Because of this comment, even if the phrase is already translated, poEdit consider that there is a modification and mark this phrase as fuzzy. And because it is fuzzy, gettext doesn’t use it and the word stays in english.
In 2.1 “activity” remains 9 times alone, with 9 different disambiguation context, in difference to older versions where “activity” was used indifferently for any context.
So if you didn’t take care of such difference, you can think your word is translated. It is, but outside of the context.
msgctxt "Page title for the Activity directory." msgid "Activity" msgctxt "Activity items per page (screen options)" msgid "Activity" msgctxt "Admin Dashbord SWA page title" msgid "Activity" msgctxt "Admin Dashbord SWA menu" msgid "Activity"etc
This means of course that you have to translate “activity” 9 times, instead one time, but the avantage to write it differently, depending your language and the context where the word is used.And again, modifying a po file with a text editor without compiling it into mo format is unuseable. You must use a compiler like poEdit, as gettext use .mo file to translate.
Po/pot files are only working files, not system files like mo is.
October 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 11, 2014 at 8:52 am #210003In reply to: Slovak translating issue
mineo
ParticipantOk. but I have translate my own .po, .mo files. I had translated this profile items in earlier version of BuddyPress.
When I update BP, then I copie my lang files to BP. I tried also localization wp-content/languages.
Same lang files that worked in earlier version of BP, in the new version no longer work.October 10, 2014 at 11:06 pm #209997In reply to: Create Competitions using BuddyPress
Ricardo Gonçalves
ParticipantI don’t know if you did it yet, but there’s a couple of themes from sitemile that can accomplish that, specially this one http://onlinedemo.sitemile.com/?theme=project
I’ve used that with buddypress in a devsite and it worked perfectly!
The only problem is that they don’t have a free version for trial, so you’ll have to buy the theme in order to test.
Hope it helps!
October 10, 2014 at 8:20 pm #209046danbp
ParticipantRegarding buddypress CSS, do I have to create a folder for Buddress like this one: your-child-theme/css/buddypress.css to style buddypress? or I can add this to the style.css in the child theme directory? what is the best practice?
Both are best practice. 😉
But if you’re working with a child-theme, you add a folder named buddypress or community to the child and copy only the template you want to modify from bp-legacy into this folder, by respecting the same path form as in bp-legacy.CSS can be added directly to child style.css
JS modification goes to /your_child/buddypress/js/your_js.jsOctober 10, 2014 at 8:03 pm #209044In reply to: [Resolved] Is the "Forum" tab a custom profile tab?
danbp
Participantthe answer is: NO, but can you provide some details about your install please ?
https://buddypress.org/support/topic/when-asking-for-support-2/October 10, 2014 at 6:15 pm #208974In reply to: sign up goes fine, but no confirmation email arrives
bp-help
Participant@caesarhills
Have you tried deactivating all plugins other than buddypress and activating a known theme that works well with BP like twenty fourteen? Sometimes plugins and themes can cause issues with the activation email. If that resolves the issue then you will know it was a faulty plugin or theme.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:52 pm #208951shpitzyl
ParticipantIf I want to make updates to buddypress CSS for desktops and get rid of those updates (styles) on the ipad and phones to keep on responsiveness. What do you suggest I do?
You can use media queries to make different styles to different screen sizes.
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 12:23 pm #2087171a-spielwiese
ParticipantThe folders are:
1) buddypress
2) css
3) js
The file is buddypress-functions.php.Sorry, you are right. The folders css and js are on same level as buddypress; not below. My mistake.
October 10, 2014 at 11:48 am #208716jessicana
Participant@1a-spielwiese
Inside bp-legacy we have three folders and one file:
The folders are:
1) buddypress
2) css
3) js
The file is buddypress-functions.php.Buddypress folder contains (activity, blogs, forums, groups, members).
The path you specified doesn’t exist in my directory listing. When I follow your link I get (Failed to retrieve directory listing).
Thanks
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:16 am #2087101a-spielwiese
ParticipantIf (buddypress.js) path is:
/MYDOMAINNAME.com/html/wp-content/plugins/buddypress/bp-templates/bp-legacy/js
and I want to edit this in my child theme, I have to create js folder inside my child theme. The path will be:
/MYDOMAINNAME.com/html/wp-content/themes/ChildThemeName/js
But in reality the path is:
wp-content/plugins/buddypress/bp-templates/bp-legacy/BUDDYPRESS/js/buddypress.js
Therefore the path for the copy must be:
wp-content/themes/ChildThemeName/BUDDYPRESS/js/buddypress.js
October 10, 2014 at 9:02 am #208706jessicana
ParticipantThis is really useful! So let’s make this based on ftp url’s to confirm our understanding. If (buddypress.js) path is:
/MYDOMAINNAME.com/html/wp-content/plugins/buddypress/bp-templates/bp-legacy/js
and I want to edit this in my child theme, I have to create js folder inside my child theme. The path will be:
/MYDOMAINNAME.com/html/wp-content/themes/ChildThemeName/js
Inside the js folder in the child theme directory I will copy and past buddypress.js there and edit it at my convenience. The updates will not affect this file, do I ever have to worry about updating this?Regarding buddypress CSS, do I have to create a folder for Buddress like this one: your-child-theme/css/buddypress.css to style buddypress? or I can add this to the style.css in the child theme directory? what is the best practice?
If I want to make updates to buddypress CSS for desktops and get rid of those updates (styles) on the ipad and phones to keep on responsiveness. What do you suggest I do?
Thanks
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 10, 2014 at 5:30 am #208677In reply to: pagination count and links don't work.
shpitzyl
Participant@r-a-y
Passing ‘&count_total=count_query’ as argument to bp_has_activities() doesn’t seem to work.The reason I need it to work is because I’m using the plugin “Buddypress Site Wide Activity”.
I tried to pass the argument inside the plugin (it uses bp_has_activities() to show the activities). Also, for testing purpose, I tried to do it inside activity-loop.php, Passed the argument and added bp_activity_pagination_count() and bp_activity_pagination_links() just to test it.It doesn’t work.
The performance bottleneck that this query was causing made me re-think about it. Maybe it would be good enough for me to just add a link inside the plugin’s widget to the site wide activity page.
Anyway, thanks for clarifying what the issue was.
October 10, 2014 at 4:53 am #208675singhnavjeet
ParticipantThank you very much Shpitzyl for your reply,
I wanted to edit “bp-core-widgets” the directory is plugins >buddypress > bp-core > bp-core-widgets.php , so within my child theme I have created a folder “buddypress” and within that folder a subfolder “bp-core” and bp-core-widgets.php is the same directory as the plugin. But when i edit the file in child theme directory my edit does not show whereas if i edit the file within the plugin directory it works. Please help me where have i gone wrong 🙁 do I have to specifically all any thing in my child theme style.css ??
/*
Theme Name: Buddy Child Theme
Description: Child Theme
Version: 1.0
Author:
Author URI:
Template: buddy
Tags: buddypress
*/@import url("../buddy/style.css");
Thank you very much Shpitzyl
-
AuthorSearch Results