Search Results for 'buddypress'
-
AuthorSearch Results
-
June 11, 2016 at 2:37 pm #254445
In reply to: Activating existing users
sakshale
ParticipantThanks for the pointer — I’m finding many things about the installation process to by non-intuitive and skipped in the documentation. This is but one example.
Current documentation issues;
Getting started ends with configuration of components.
Unfortunately that is just the beginning.I am currently trying to figure out how create registration and activation pages. This is apparently not a new issue — I still wading through the support thread.
https://buddypress.org/support/topic/registration-and-activation-pages-missing/
It talks about switching to the bp theme — which isn’t listed as a selectable theme.
I have found the files under bp-themes/bp-default — I just need to discover what to do with them. (more reading ahead)June 11, 2016 at 2:07 am #254439In reply to: Activating existing users
Ben Hansen
Participantall existing users should be retained but their activity pior to buddypress activation is nonexistent so until they create some they might not show up everywhere.
June 10, 2016 at 8:16 pm #254432In reply to: WP User Avatar Not Showing in BuddyPress
mmurguia
ParticipantThank you for the response, I really appreciate it!
Is it true then that Buddypress will not use existing wp avatars ? Is there any way to do this?
Thank you!
M
June 10, 2016 at 6:12 pm #254428In reply to: Best way to make private network?
June 10, 2016 at 5:15 pm #254424In reply to: Profile Page Settings
June 10, 2016 at 5:13 pm #254423In reply to: New Tab with all Posts and Comments by User?
danbp
ParticipantA solution was given here. It’s for post only. But if it works you can use similar fn to get comments.
It’s old but maybe it’s still working. Don’t forget to read the complete thread. At least you have a start point.June 10, 2016 at 1:33 pm #254418In reply to: Best way to make private network?
maganiza
ParticipantI am a learner like you but this is what I did last week and it worked for me. I just used two major things. The buddypress plugin and the boss theme. All the settings your’e looking for are preloaded and you just need to check and uncheck what is necessary.
Give it a try.
June 10, 2016 at 7:05 am #254406In reply to: Group Page Styling & Assignment
sharmavishal
ParticipantI’d create each group and assign users to each group
check if this plugin still works
https://wordpress.org/plugins/buddypress-groupomatic/
I’d also like to know if it’s possible to have a Profile Page layout for the user’s profile
BuddyPress 2.6.0 has custom profile pages which is yet to have a stable release. you might want to test the beta out. Currently BP has custom group pages
Regarding forums better to check out the bbpress codex/forums
June 10, 2016 at 12:44 am #254405GDU
ParticipantHi @danbp
Firstly, thank you very much for testing this, it’s really appreciated!
I can validate that if you disallow account creation via the WPJM settings the preview process works fine.
However please can you also confirm if the same applies with buddypress and bbpress installed and account creation enabled in WPJM? As this is the problem I am having 🙁
For my set up I require that an account is created as part of the job submission process as my recruiters need the ability to edit the posting, mark the job as filled or review candidate submissions and they can’t do this if they post as guest.
Without the buddypress and bbpress installations ‘switched on’ this step works fine. However as soon as I activate the two plugins, although an account is still created in the background when posting a job, whatever is happening at the account creation stage when the three plugins are enabled at the same time interrupts the preview of the job posting resulting in a 404 page not found error.
Many thanks again
Regards
Mark
June 9, 2016 at 10:18 pm #254402In reply to: RSS FEED error
danbp
ParticipantPlease give details.
Could be a blank line outside php brackets.
Best way to know what’s going on, is to check your site on http://validator.w3.org/feed/Depending the message you get from the validator, you can:
– Check your wp-config.php file for blank lines outside of
<? and ?>bracketed sections.
– Check your theme’s functions.php file for blank lines outside of<? and ?>bracketed sections.
– One by one, disable plugins and revalidate until you isolate the one causing the problem.June 9, 2016 at 10:05 pm #254401danbp
ParticipantDo you mean 1st. strategy explained here ?
BuddyPress Activity Shortcode: Embed BuddyPress Activities anywhere
June 9, 2016 at 9:13 pm #254397In reply to: How to configure BP front-end user menu
damian12
ParticipantNo dan, i’m not using the child theme, should i?
This problem also happens in others translations arround my site, not only in “subir”.
Badly to me, i have not other template that supports buddypress, but i will try to find one and install it to check that. Thanks for your awesome support.EDIT: I just changed the template and the translations works fine. So the problem is the template. What do you think i should do to fix it?
June 9, 2016 at 8:34 pm #254395In reply to: How to configure BP front-end user menu
danbp
ParticipantUnable to reproduce. It’s working for me. Here’s what i see on my test site.

What i did:
– set site language to español de argentina
– downloaded venezuela’s version of po/mo
– renammed both file to buddypress-es_AR (
– added the file to this directorywp-content/languages/plugins/buddypress-es_AR.moThat worked without changing header information, as ID is still “stable”. Sorry, my fault.
Perhaps try to change the theme to see if something get different. Apparently there are some missing tabs aside “subir”. Compare pictures.
Do you use a child-theme where you changed a profile template ?
June 9, 2016 at 8:31 pm #254392In reply to: Changing the profile-loop
danbp
Participantwelcome here ! To not loose your changes, you need a child-theme.
Note that we can’t assist you here for premium theme, as we have no access to the code, but if you search the forum, you will find many topics related to child theme, profile-loop and customization.
As you’re new, please read here.
June 9, 2016 at 8:16 pm #254391In reply to: Hide All Members Tag
danbp
Participanthi @mlao,
we let the tab All members where it is and remove only the count.
function mlao_gettext( $translated, $original_text, $domain ) { if ( 'buddypress' !== $domain ) return $translated; switch ( $original_text ) { case 'All Members %s': return 'All Members'; default: return $translated; } } add_filter( 'gettext', 'mlao_gettext', 20, 3 );Add this to bp-custom.php or child-theme functions.php
June 9, 2016 at 5:24 pm #254378In reply to: Registration form not working on Windows mobile
Henry Wright
ModeratorI don’t have a Windows phone to test this but feel free to open a Trac ticket to report the issue:
June 9, 2016 at 8:25 am #254365In reply to: How to configure BP front-end user menu
danbp
ParticipantSite language is the reference. Go to Settings > General and choose your site language.
If you use es_AR, you should use buddypress-es_AR.mo
If you use es_ES, you should use buddypress-es_ES.mo
and so on…At each update, language files are also updated. This means that if you use bp-es_VE and the site is declared as using es_AR, your bp file will be updated to es_AR and BP will use this one instead bp-es_VE.
It would be better you use same language for site and plugins. What you can do, is to rename es_VE to buddypress-es_AR.po/mo. You need also to modify accordingly the header information in the po file. To do that you need to use poEdit to compile it to mo and get the correct header in it.
Note also that BP translation should be installed in
wp-content/languages/plugins/buddypress-xx_XX.moJune 9, 2016 at 8:00 am #254359In reply to: How to configure BP front-end user menu
damian12
ParticipantGreat, thank you both.
I’ve done all of this:
I’ve created the wp-content>languages>buddypress folder and pasted there the buddypress-es_VE.mo and .po.
Now, how can i activate that buddypress languaje from the adminCP.
Note: My wordpress is in es_AR and the buddypress languaje i found is es_VE.
They are pretty much the same language, but the es_AR BP translation is about 5% in the contrib. page so i opted for download the es_VE.Thank you.
June 9, 2016 at 7:31 am #254357In reply to: How do buddypress Mark custom notification as read?
danbp
Participantthere is also a bp-notification folder, where you can find all files related to notification. You can read them to check the used logic. Code is widely commented.
If you need quick functions informations, you can also visit this site (link goes to “notification” search result), who present a detailed BP code.
June 9, 2016 at 7:26 am #254354In reply to: How to configure BP front-end user menu
danbp
ParticipantCheck also your plugins language files. On your menu they’re 2 items (projects & docs) which are not part of BuddyPress.
June 9, 2016 at 7:26 am #254353In reply to: Member Directory Widget
sharmavishal
Participantcheck the buddypress members default widget
June 9, 2016 at 7:23 am #254351In reply to: How to add my own topic
danbp
ParticipantHi @damian12,
welcome on BuddyPress Support Forum !
Once you’re logged in, select a categorie from the left menu column.
At the bottom of the page, you’ll see the topic editor.As you’re new here, please read here first.
There is also documentation on hand where you can find a lot of information about BP settings and other cool stuff.June 9, 2016 at 7:06 am #254347In reply to: How to configure BP front-end user menu
sharmavishal
ParticipantJune 9, 2016 at 1:03 am #254339GDU
ParticipantHi all
So I’ve been doing some further trouble shooting on this one and it’s just… odd.
The issue doesn’t seem to be with just buddypress in isolation. It appears to be related to (whatever happens or changes) when buddypress and bbpress are activated at the same time.
So, I created a brand new install of WordPress and installed WP job manager
Within WP job manager I have the “allow account creation’ setting enabled when submitting a job listing
With buddy press installed and enabled by itself I can enter and preview a new job listing without any issues.
With bbpress installed and enabled (and buddypress disabled) I can enter and preview a new job listing without any issues.
With buddypress + bbpress enabled at the same time, previewing a job posting takes me to a 404 page not found error message
The interesting thing is.
If I leave Buddypress and bbpress enabled but I disable “allow account creation” when submitting a new job listing in WP job manager. The job preview step works just fine.
So I guess from I’ve been able to ascertain that it is the WP job manager account creation step which is conflicting with ‘something’ that changes on the back end when both buddypress and bbpress are enabled at the same time.
I have no idea what might change on the backend when bbpress and buddypress are enabled from an account registration perspective so at this point I’m stumped.
Does anyone have any ideas where I might be able to look next?
Thanks
Mark
June 8, 2016 at 10:07 pm #254336In reply to: User Profile navigation
Henry Wright
Moderatorbuddypress.org is open source so feel free to check out the theme’s code.
-
AuthorSearch Results
