Search Results for 'wordpress'
-
AuthorSearch Results
-
January 26, 2018 at 4:15 pm #270344
Paul Wong-Gibbs
KeymasterKeep an eye on https://buddypress.trac.wordpress.org/ticket/7672 for updates.
January 26, 2018 at 4:02 pm #270335In reply to: Rout “Author” link to BP Profil?
Paul Wong-Gibbs
KeymasterNo built-in way to do this.
If you know the basics of WordPress plugins, I think you could use the
author_linkfilter to replace out the author archive permalinks. Good luck!January 26, 2018 at 4:01 pm #270334Paul Wong-Gibbs
KeymasterHi @ottiya
Good question, but the answer’s hard. You’ll need to learn how to modify WordPress theme templates. Start reading through all the linked pages on https://codex.buddypress.org/themes/ and when you have a specific question after you’ve made a try, let me know.
January 26, 2018 at 3:57 pm #270331In reply to: Members Component has no Associated Pages
Paul Wong-Gibbs
KeymasterAs long as that Members page isn’t assigned to another component, it’s not obvious why it mightn’t be working. Does the form submit when you click Save, or does nothing happen at all?
Is that Page published?
Have you made any customisations to BuddyPress, or WordPress rewrite rules?January 26, 2018 at 3:53 pm #270329In reply to: How to customize/remove user dropdown menu?
Paul Wong-Gibbs
KeymasterDo you mean on the WordPress Toolbar? (this thing — https://codex.wordpress.org/Toolbar )
If so, if you search for ways to customise or hide the WordPress Toolbar, you should get some clues. It’s not a UI component provided by BuddyPress.January 26, 2018 at 12:29 pm #270313Henry Wright
ModeratorCheck out the plugins here https://wordpress.org/plugins/tags/buddypress/
These plugin authors have used the “buddypress” tag which indicates a compatibility with BuddyPress.
Hope it helps!
January 26, 2018 at 10:31 am #270308In reply to: Multiple Registration Forms?
minijuji1
Participant*** SOLUTION ***
Hey guys I had the similar problem. I had 3 different user types. The first two could select between 2 user roles (let’s say “part time student” or “regular student”), as the third one had to have a set role of a let’s say “Teacher”. So I needed two different registration forms that would automatically register with user roles.So what I did was to create a user profile field called “Account Type” (dropdown select) with the options of “Part Time Student”, “Regular Student” and ” “Teacher”. I then used @webizone’s solution for a second registration form. I created the template and added to it a few lines of javascript, basically to remove the “Teacher” option from the select menu.
<script type="text/javascript"> jQuery("#field_17 option[value='Teacher']").remove(); </script>Now that template is for the registration of “Part Time Student” and “Regular Student”. For the teacher’s is just the regular registration form with the “Teacher” option selected by default.
Now to register the user roles I’ve used @spiritix’s solution from here: https://buddypress.org/support/topic/how-to-assign-a-wp-user-role-based-on-a-registration/And to restrict wich forums users can access I’ve used https://wordpress.org/plugins/members/
Hope this helps. Good Luck and let me know if anyone has a better solution than this. Thanks
January 25, 2018 at 11:04 am #270298Henry Wright
ModeratorI just noticed you want to schedule your callback. You will need to use the method described here https://codex.wordpress.org/Function_Reference/wp_cron
January 24, 2018 at 3:04 pm #270285neo323neo323
ParticipantHi guys! I have this problem and i spent all the morning read online but nothing seems work so i wish someone around here with a nice heart would help me to find a solution for this. I am building a forum using Buddypress and BBpress everything seems work smooth but when it comes to register a new user of the forum the activation mail it’s not sent. I tried to send again from Users->All Users and then send again the activation link but it dosen’t work. I also tried to send a test mail with WP Mail SMTP choosing PHP Default caption and the mail it’s sent and in general all the other mail about wordpress like update and comments to my posts(before i don’t have a forum) are always sent. I also tried Tools->Buddypress->Reinstall email(delete and restore defaults) but nothing changed. Seems it’s a problem only with Buddypress… anyone had this problem and found a solution?
Wordpress verions 4.9.2
Buddypress version 2.9.2
Theme SydneyJanuary 23, 2018 at 1:47 pm #270263Venutius
ModeratorTake a look at https://wordpress.org/plugins/bp-activity-share/ it’s not quite what you are looking for, but could be used as a starter?
January 23, 2018 at 1:37 pm #270261In reply to: How to add my logo to the email header?
Venutius
ModeratorTake a look at: https://wordpress.org/plugins/wp-better-emails/
January 22, 2018 at 4:47 pm #270248In reply to: Notifications in Top Menu
Gunu
Participant1. I think this is already possible by default see screenshot
2. that is also possible, use bbPress Notify (No-Spam)
January 22, 2018 at 8:57 am #270231In reply to: Upload Video Files to Member Profile
Varun Dubey
ParticipantYou can use 3rd party plugins like rtMedia. https://wordpress.org/plugins/buddypress-media/
January 20, 2018 at 11:20 am #270206Henry Wright
ModeratorTry creating the pages manually by going to the WordPress admin area. You should then be able to associate each of the pages you have created with your BuddyPress components.
January 20, 2018 at 11:18 am #270205In reply to: Blog ‘Page Not Found’
Henry Wright
Moderatormembers/username/ is generated by BuddyPress and author/username/ is generated by WordPress. You don’t have to merge them, they can live peacefully together without problems.
January 20, 2018 at 11:16 am #270204In reply to: Activity Streams Problem
Henry Wright
ModeratorTinyMCE has justify, underline and text size buttons. You would need to integrate it with the activity post form. See these resources for more info:
January 19, 2018 at 11:08 pm #270199In reply to: usernames only
Henry Wright
Moderatorwordpress.org uses Subversion for version control and GitHub uses Git. Some developers just prefer to develop using Git and then post releases to wordpress.org
January 19, 2018 at 8:40 pm #270197In reply to: usernames only
andrew55
ParticipantWell, that’s great news!
Do you suggest to download the recent version from Githb, and if so, do I just click the “Clone or Download” button, and select the zip option?
Also, just curious why author might keep updated version on Github, and not on WordPress.org?
I’m asking because I’m wondering if there are other plugins on Github I need to explore!
Thank you for the replies and the clarification.
January 19, 2018 at 4:46 pm #270190avaiya
ParticipantHey Peter, thanks for your help. Another question.
I notice in using BuddyPress, a page gets created that shows all the Members of our site.
Not just our membership members, but our wordpress members as well.
Is there any problem if I just delete this page so no one can see it?
Thanks,
Ande
January 17, 2018 at 8:26 pm #270159Varun Dubey
Participant@krzysztofsw BuddyPress use the same user tables, all WordPress users will already be listed in BuddyPress member directory, and they cannot register again with same email id.
January 17, 2018 at 8:22 pm #270157Varun Dubey
ParticipantJanuary 16, 2018 at 10:39 am #270131In reply to: Can’t import user’s birthday from CSV
leog371
ParticipantHmmmmm, well it simply sounds like the rows and columns might not be lining up exactly. Not sure.
I have worked out many city meta data files the same way for the purpose of importing into WordPress and faced similar issues, it almost always came down to some columns or rows not exactly the same or something like that. I would do an export of your wordpress first and compare the files, if that didn’t get me any closer i might go into php-myadmin in my cpanel and export a copy of the database portion that has all of your users info and compare that to your .net export. I think that table is going to be one of the following : Either “wp_bp_xprofile_fields” or “wp_users”. Maybe if you compare those with your .net export and work them the same in excel it will be easier?
Not really sure without seeing the files your working with.
I will do a tutorial on that within the next day or so, lol.January 16, 2018 at 9:51 am #270130In reply to: Can’t import user’s birthday from CSV
vinkgg
ParticipantI’ve managed to export the contacts list from the old intranet (made in .net) in an excel workbook, with that, i created each column matching the fields from wordpress and also my custom fields for buddypress as well.
So far i can import the users with no problem, the issue is, is that in the old intranet they had a “birthday widget” showing the co-workers who are celebrating in the current month. I also added a “Birthday Date” column, but when i type the date, the Import Plugin does not take the data in.
One thing i tried is to create the user in wordpress dashboard, type in all the fields from the user, including the birthday date and export it to a csv file, it did show the date in the column, so i copied the same format as it came from the file, and import it, but it does not import. I’ve tried different date formats but none of those worked out
YYYY-D-M
YYYY-D-M HH:MM:SS
M-D-YYYY HH:MM:SSAny ideas?
Thanks for the reply leog371January 16, 2018 at 1:40 am #270119In reply to: Can’t import user’s birthday from CSV
leog371
ParticipantWhat are you exporting this csv out of? Is it from another WordPress or BuddyPress Site? If so, do you have all fields in your new intrasite setup like you did in the last one? If this is from some other social networking script, do all your data columns and things match up?
January 15, 2018 at 1:42 pm #270104In reply to: [access request]Documentation contribution
@mercime
Participant@deimz Thank you for submitting the documentation which were attached in this codex page. As @hnla mentioned, your gravatar was included in the BP Codex props/gallery for 2017 at https://bpdevel.wordpress.com/2018/01/09/bp-codex-summary-for-2017/
Cheers. -
AuthorSearch Results