Search Results for 'wordpress'
-
AuthorSearch Results
-
February 27, 2014 at 11:38 pm #179022
In reply to: Only show one type of member on members page
BuddyBoss
Participant@ginnybee This plugin should do the trick: https://wordpress.org/plugins/buddypress-user-account-type-lite/
February 27, 2014 at 10:08 pm #179015shanebp
ModeratorIn your theme, create an over-ride this file:
buddypress\bp-templates\bp-legacy\buddypress\members\single\member-header.phpRead this re over-riding files:
Add your shortcodes by using:
https://codex.wordpress.org/Function_Reference/do_shortcodeFebruary 27, 2014 at 5:02 pm #178992In reply to: Disable the BP registration
aces
ParticipantHave you tried wrapping it in a function and and using an action as suggested in
https://gist.github.com/r-a-y/5578432 ?Did you find this discussion about the issue:
February 27, 2014 at 1:28 pm #178979In reply to: [Resolved] Disabling BP Registration
mrk79uk
ParticipantI am trying to do the same thing but not really getting anywhere as yet.
I use a wordpress theme called Premiumpress which has its own built in registration. When BP is active it bypasses the premiumpress registration and sits at http://www.mysite.com/register (this is a blank page)
I need it to direct to wp-login.php?action=register
Would this command in the post above disable the BP direction and revert to this?
I would be eternally grateful if anyone has any suggestion how I can keep BP enabled yet bypass the registration.
Kind Regards
MarkFebruary 26, 2014 at 10:50 pm #178955In reply to: Message to all users
Rabatman
ParticipantIt doesn’t work with the newest version of buddypress and wordpress
February 26, 2014 at 6:38 pm #178944In reply to: BuddyDroid – BuddyPress for Android
NK-cell
Participantit’s would realy a great plugin but i’m really stuck with it. I’m trying to access on all the ways but nothing. I’m still having errors like END DOCUEMENTS etc.. I figureout that I can access here:
where I’m having these errors:
Warning: include_once(ABSPATHWPINC/class-IXR.php) [function.include-once]: failed to open stream: No such file or directory in /home/mhd-01/www.farmacistionline.net/htdocs/wp-content/plugins/bpxmlrpc/bp-xmlrpc.php on line 48Warning: include_once() [function.include]: Failed opening ‘ABSPATHWPINC/class-IXR.php’ for inclusion (include_path=’./:/usr/share/php/’) in /home/mhd-01/www.farmacistionline.net/htdocs/wp-content/plugins/bpxmlrpc/bp-xmlrpc.php on line 48
Fatal error: Class ‘IXR_Server’ not found in /home/mhd-01/www.farmacistionline.net/htdocs/wp-content/plugins/bpxmlrpc/bp-xmlrpc.php on line 57
so what and where could it be? I also have a multisite wordpress installation..
February 26, 2014 at 2:50 pm #178927In reply to: buddypress group with object cache
shanebp
ModeratorDid you ask buddyboss support about your issue?
Are you using a caching plugin like
https://wordpress.org/plugins/w3-total-cache/You cannot cache everything or you will get stale pages or sections of pages.
Using a plugin like w3 total cache, you can control what is cached.
February 26, 2014 at 3:16 am #178917Zane
ParticipantThere is a plugin for this but you have to download it directly from the site (it is not in the wordpress plugin directory. At least it wasn’t via my searches).
I can’t believe that activity notifications on comments is not a core functionality. I have submitted a feature request for this.
February 26, 2014 at 2:32 am #178912In reply to: Buddypress Like Back End Errors
Zane
ParticipantThanks,
It looks like Danny found the problem here
https://wordpress.org/support/topic/known-issues-and-have-you-found-any-issues
The problem with menus not expanding is due to a javascript error. The jquery ui dialog script is not getting loaded because of an extra space in the wp_enqueue_script command in the /includes/scripts.php file. On line 21, the command is
wp_enqueue_script(' jquery-ui-dialog');but it should be
wp_enqueue_script('jquery-ui-dialog');February 26, 2014 at 12:08 am #178911In reply to: Photography Camera Club
idurston
ParticipantLooks great. Thank you! What plugins can i use to create custom avatars and will I be able to get a plugin to make the members profile galleries display in a slick gallery using a plugin, instead of the way they display in the demo of BuddyBoss? Sorry, I’m new to WordPress and I want to be sure what I need to achieve is possible before i purchase. 🙂
February 25, 2014 at 10:14 pm #178904BuddyBoss
ParticipantYou can deregister the admin bar CSS and then load your own CSS.
Something like this:
function custom_remove_adminbar_inline_styles() { if ( !is_admin() ) { remove_action( 'wp_head', 'wp_admin_bar_header' ); remove_action( 'wp_head', '_admin_bar_bump_cb' ); wp_enqueue_style( 'wp-adminbar-custom', get_template_directory_uri().'/css/adminbar.css', false, '1.0', 'all' ); } } add_action( 'wp_head', 'custom_remove_adminbar_inline_styles', 9 );Then in your theme you would add /css/adminbar.css and make it look however you want. You can copy the adminbar from WordPress as a starting point.
February 25, 2014 at 10:02 pm #178900In reply to: Stop BuddyPress SPAM
BuddyBoss
ParticipantI have used Bad Behavior. It’s ok.
I found the best solution so far has been BuddyPress Security Check.
https://wordpress.org/plugins/bp-security-check/It knocked out the majority of spam for me, and I’ve tested many spam plugins. You’ll still get some spammers, but hopefully less.
Most spammers leave links in forums. BuddyPress could really use a method to block new users who post links pending approval.
This plugin puts users in moderation on signup:
https://wordpress.org/plugins/bp-registration-options/But that still requires you to manually activate everyone…
February 25, 2014 at 9:58 pm #178898In reply to: Embedding in buddypress
BuddyBoss
ParticipantNot sure why that doesn’t work. You might want to download this plugin (which supposedly works with BuddyPress) and investigate their code to see how they’re doing it.
February 25, 2014 at 9:55 pm #178897In reply to: Conditional profile fields?
BuddyBoss
ParticipantThere actually is a plugin that accomplishes this (the initial request) to some extent. See:
https://wordpress.org/plugins/buddypress-user-account-type-lite/This would be a really great core feature. It would allow you to have member types with different profile data collected based on the first condition.
Some examples:
- teacher/student
- employer/applicant
- man/woman
- manager/employee
- etc.
February 25, 2014 at 9:48 pm #178895In reply to: Automatically create BP user
BuddyBoss
ParticipantA membership plugin is generally used to determine user roles and capabilities (and to charge users for access). All WordPress users should be automatically also BuddyPress users. One hiccup is if they have not ever logged in they may not display on the front end in the main BuddyPress members directory. I believe it only shows users if they have some activity, such as a login or register. If they predate BuddyPress activation they MAY need to do something before they appear in the Members directory, but rest assured they do have BuddyPress profiles that they can access with their existing WordPress login credentials.
February 25, 2014 at 4:45 pm #178883Zane
ParticipantI have submitted a ticket for this request
February 25, 2014 at 11:37 am #178871In reply to: Stop BuddyPress SPAM
Henry Wright
ModeratorAkismet is a good plugin to have enabled. It’s free for personal websites and is completely unobtrusive:
https://wordpress.org/plugins/akismet/
But think of your fight against spam as a ‘strategy’. No single plugin will do the job. You’ll probably need to deploy a combo of plugin(s), manual moderation etc. Spammers are always changing their tactics so your strategy will need to change from time to time also.
February 25, 2014 at 10:08 am #178869In reply to: Stop BuddyPress SPAM
contrasupport
ParticipantHow about using the following plugins:
- Stop Spammers by Keith Graham
- Captcha by BestWebSoft.
FYI: I have no relation with the plugin creators
NOTE: Just make sure you also have access to the FTP in case you you are locked out from the admin. Since I do not know what other plugins you have on your site — Some plugins are not compatible with others (e.g I used different CAPTCHA plugin and it locked me out). If you are locked out from the admin just use the ftp to DELETE or RENAME THE plugin folders to disable THE “bad plugins”
February 24, 2014 at 11:28 pm #178850In reply to: Search and Twenty Fourteen theme
BuddyBoss
ParticipantThis will be the case with all themes. BuddyPress content is not included in the default WordPress search. It is a common request for people to ask for a “unified” BuddyPress search but that does not exist out of the box at this moment in time.
To get you in the right direction:
BuddyPress Global/Sitewide Unified search update for BuddyPress 1.5+
February 24, 2014 at 11:17 pm #178846In reply to: Facebook like on activity stream
BuddyBoss
ParticipantDid you try this plugin?
February 24, 2014 at 11:16 pm #178845In reply to: Embedding in buddypress
BuddyBoss
ParticipantWordPress uses “oembed” for automatically converting pasted links into embeddable content. It does not support those two sites.
You can see the full list of supported sites here:
https://codex.wordpress.org/EmbedsThe simple answer is you will need to use their full embed code. Example:
http://verold.com/blog/2013/1/14/tutorial-embedding-your-project-on-the-web#.UwvSRvRdUTsYou would have to embed the full iframe code.
February 24, 2014 at 2:53 pm #178825Prometheus Fire
Participant@mcpeanut It sounds like you are doing everything right if I’m reading your posts correctly. There are only 4 edits to the snippet that need to be done.
One thing you need to check is to make sure is that you are not blocking search engines on the site. This may not work if the site isn’t being tracked. Also, if this is the first time you’ve started using bp-custom.php make sure you’ve got the file formatted correctly with the opening and closing php tags.
I am still using this code, and it still works (I tested it again before posting this comment to be sure), it is as solid as ever.
Keep in mind that there is a push to keep some native support for this kind of thing into BP core. You can read more about it here: https://buddypress.trac.wordpress.org/ticket/3460
There is no timeline for when it will be ready.
February 23, 2014 at 10:34 pm #178804In reply to: Buddypress / WP profile syncing
tolusage
ParticipantTry the above combination of tips by @henrywright and mine…
Additionally, use the following plugin to create your First Name and Last Name fields as XProfile Fields:
https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/Then use the above plugin to sync them as necessary!
February 23, 2014 at 9:22 pm #178798In reply to: More fields and tick off boxes on profile ?
tolusage
ParticipantWhat you trying to create is a bit interesting and it might take about 3 or 4 plugins to manage fully… So follow the steps below and you’re well on your way:
Foremost, Install this plugin:
https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
(NB: That is for the More Profile Fields Option)Step 2:
Install this plugin to achieve the “ticking off boxes, and also make them searchable, like vegetarian, vegan, smoking a.s.o. ?” that you asked:
https://wordpress.org/plugins/bp-better-directories/
(Although the plugin is a little old, the author is a BuddyPress core developer – see if you can work something out with him)Step 3:
The 4 Membership Plans Stuff is best handled by the free version of the plugin below,
https://wordpress.org/plugins/s2member/Step 4:
About the Profiles Completion Meter (35% Completed and so forth, but without the quality stamp!)
https://wordpress.org/plugins/buddypress-profile-progression/The quality stamp part is best worked out with the developer of Sweet Date. Just request custom development services from him and you’re good to go.
February 23, 2014 at 7:37 pm #178792In reply to: Need help with Messaging
Asynaptic
ParticipantGlad you found my suggestions helpful. re mobile, any good theme would give you that functionality so make sure to test them at different resolution sizes and check total kb size (how bulky the theme is) also.
also, check out: https://wordpress.org/plugins/buddymobile/
-
AuthorSearch Results