Search Results for 'buddypress'
-
AuthorSearch Results
-
October 11, 2014 at 11:46 pm #210668October 11, 2014 at 3:44 pm #210013
In 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
October 10, 2014 at 3:27 am #208674shpitzyl
ParticipantWithin your child theme, you can only use budypress template files – the files inside /bp-template/bp-legacy/.
In order to edit the template files you have to create a folder named buddypress inside your child theme folder. Every file you want to edit should be inside the same directory structure as in bp-legacy.
For example:
If you want to edit activity-loop.php then you place the file in:
your-child-theme/buddypress/activity/Editing css and js:
your-child-theme/css/buddypress.css
your-child-theme/js/buddypress.jsAnother thing that you should look at are hooks. Buddypress has many hooks that you can use inside your functions.php. I’ve never found any structured documentation about it. but you can learn a lot about it from tutorials online. Here is a blog with many tutorials
http://bp-tricks.com/Sometimes you can’t find hooks to everything you want to do so what I do is documenting my hacks in the core so I can keep track of them when it is time to upgrade.
October 9, 2014 at 10:39 pm #208268In reply to: Weird (?) 404 errors with PageLines v3 aka DMS
danbp
ParticipantDo you use Template Pack ? You have to deactivate it if so, as that plugin is no more necessary.
October 9, 2014 at 9:25 pm #207760In reply to: Weird (?) 404 errors with PageLines v3 aka DMS
danbp
ParticipantOctober 9, 2014 at 9:17 pm #207759In reply to: [Resolved] export user to csv with more info?
bp-help
Participant@rubyji
Please don’t reply to threads going on 4 years old as it clutters the forum and bumps a thread that is ancient. You also replied on an almost 2 year old thread here: https://buddypress.org/support/topic/export-users-and-xprofile-data/
I can respect you wanting to help and inform users that this can be accomplished with the plugin you linked too but one reply to the most recent thread is plenty enough.October 9, 2014 at 8:30 pm #207754In reply to: Weird (?) 404 errors with PageLines v3 aka DMS
solosails
ParticipantThis is causing me a massive issue too.
I am using dms2 mostly it works but there are many 404 page errors. Pagelines forum have taken this up as a bug, but it does seem that this error happens on many other themes, so perhaps a different approach needs to be taken from buddypress?
I hope this gets taken up! Thanks
-
AuthorSearch Results