Search Results for 'wordpress'
-
AuthorSearch Results
-
February 11, 2014 at 1:27 am #178235
In reply to: Buddypress Profiles feature request
Henry Wright
ModeratorYou can render an editor using the WordPress function
wp_editor()https://codex.wordpress.org/Function_Reference/wp_editor
Also, you might need to remove some BP filters on the member bio content areas – I’m not sure if there are any in place which strip HTML etc.
February 10, 2014 at 11:14 pm #178227In reply to: site like behance.net with buddy press?
Henry Wright
ModeratorFebruary 10, 2014 at 7:26 am #178204In reply to: Not working avatar crop tool, buddypress + wordpress
marknadsafeteam
ParticipantHello @henrywright!
I´m not sure I understand what you mean, this is from the file buddypress/bp-core/bp-core-avatars.php (inactive). Iam using the theme twenty twelve, can it have something to do that wordpress is installed local?
February 10, 2014 at 7:25 am #178203In reply to: Not working avatar crop tool, buddypress + wordpress
marknadsafeteam
ParticipantHello @henrywright!
I´m not sure I understand what you mean, this is from the file buddypress/bp-core/bp-core-avatars.php (inactive). Iam using the theme twenty twelve, can it have something to do that wordpress is installed local?
February 10, 2014 at 3:03 am #178192In reply to: custom members loop
Henry Wright
ModeratorTo my knowledge, the time of the latest update isn’t recorded. The latest update info is stored in user meta. To get it you’d do something like:
$update = get_usermeta( $user_id, 'bp_latest_update' );You then have the option to get either the activity ID or the content (no timestamp I’m afraid).
echo $update['id'];
echo $update['content'];You can of course add your own user meta when somebody writes a status update. You could record a timestamp and then fetch it as described above.
See:
https://codex.wordpress.org/Function_Reference/update_user_metaI think
bp_activity_posted_updateis the hook you’ll need.February 9, 2014 at 9:47 pm #178187fkapnist
ParticipantHere is a similar plugin that encourages the use of real names instead of login words…..
February 9, 2014 at 6:23 am #178172In reply to: How can i delete my account
John James Jacoby
KeymasterWordPress.org accounts cannot be deleted. If it’s an emergency, contact one of us directly.
February 9, 2014 at 3:47 am #178171In reply to: video commenting
fkapnist
ParticipantI use the tubepress plugin for video… You can show many thumbnails on your site and play them in a light-box popup… or in their original YouTube page – which solves your user comment issue without having to make new templates
the Activity Plus plugin allows users to post videos with their comments, just like Facebook, but for BuddyPress….
February 9, 2014 at 3:08 am #178167In reply to: How can i delete my account
fkapnist
Participant@modemlooper : A BuddyPress member cannot delete their account. But a WordPress administrator can delete a user from the dashboard.. If you have been following the recent EU moves on the Internet, such as forcing sites to post “We use cookies on this site” dumb messages, it will probably soon be necessary for members to be able to cancel their own accounts, for the sake of privacy…
February 9, 2014 at 2:34 am #178165In reply to: BuddyPress Version: 1.9.2 update
fkapnist
Participant@tolusage RE: “It shouldn’t be probably out of your league investing in some enterprise-class social networking package out there or simply employ an in-house wordpress developer to do your bidding. It’s quite cheaper than you think!”
Sure, when I start earning money from my websites, I’ll make you all millionaires. lol…
February 8, 2014 at 10:26 pm #178158tolusage
ParticipantThis plugin does modify ALL WP & BP emails:
https://wordpress.org/plugins/welcome-email-editor/Try it out and see if it resolves your issue. 🙂
February 8, 2014 at 10:21 pm #178157In reply to: video commenting
tolusage
ParticipantIf you are looking for an UI that allows only video commenting, then I am afraid you will have to code a plugin that does just that.
But given the plethora of bp plugins that support video, you might just give these plugins a try:
https://wordpress.org/plugins/buddypress-media/
https://wordpress.org/plugins/buddypress-activity-plus/Any of these plugins allow your users to upload videos in comments.
Hope this helps 🙂
February 8, 2014 at 10:14 pm #178154In reply to: [Resolved] Remove Dashboard Access
tolusage
ParticipantThat same plugin that hasn’t been updated since early 2013 works superbly. It wasn’t updated because there’s absolutely nothing to update! It does such a basic task that doesn’t warrant any upgrades whatsoever. More so, there are some plugins that haven’t been updated since 2010 that are still working fine.
Do a proper search in the BP plugins repo and as of the last count, there is a valid plugin that solves your issue.
Utilise Better WordPress Security plugin to make your wp-admin inaccessible and this plugin to take care of ALL non-admin users:
https://wordpress.org/plugins/bp-redirect-to-profile/Hope this solves your problem.
February 8, 2014 at 10:05 pm #178153In reply to: BuddyPress Version: 1.9.2 update
tolusage
ParticipantSlow down with that Mr. Journalist! Will you!?
It shouldn’t be probably out of your league investing in some enterprise-class social networking package out there or simply employ an in-house wordpress developer to do your bidding. It’s quite cheaper than you think!
If you encounter any problems with your upgrade, courtesy (which you people often harp about in your profession these days) demands that you ask politely.
@henrywright – A fellow BP enthusiast asked you a simple question with the aim of lending a hand, but obviously you couldn’t pass up the opportunity to throw that worn-out jibe.Next time, ask a developer how to properly manage a bp install. Wisdom preaches that you maintain at least 2 separate installs of BP (one as production site and the other as development install [a cornucopia of your production install]).
When an upgrade such as this is pushed, you would want to play around with it on your development install for proper behaviour before pushing it in live.
February 8, 2014 at 8:40 pm #178151tolusage
ParticipantThis is what you are looking for:
https://wordpress.org/plugins/bp-display-name/It will allow you to enforce a certain display name change throughout your site… Users won’t be able to override it either.
Hope it works for you. 🙂
February 8, 2014 at 8:32 pm #178150tolusage
ParticipantHi @BuddyBoss,
Try and play with this plugin if you really want to import user data to custom CRM applications (it’s a little old and was developed for another WP plugin):
https://wordpress.org/plugins/simple-crm-buddypress-xprofile/Feel free to download that plugin, study its source, implement whatever customisations you want as per Woopra and test to see if it solves your issue.
P.S. If you end up modifying that plugin to accommodate other important user data fields, don’t forget to rename it to something else and block off ALL its internal call for updates (whenever the parent plugin is pushed for updates, otherwise ALL your changes will disappear should you mistakingly push through with the update).
February 8, 2014 at 8:28 pm #178149In reply to: Buddypress / WP profile syncing
tolusage
ParticipantBefore BP is made fully compatible with WP right out of the box, I am afraid integration such as you want will continue to be a conundrum.
However, in addition to @henrywright’s contribution, why not give this plugin a try:
https://wordpress.org/plugins/bp-xprofile-wp-user-sync/Feel free to download the plugin, study its source, implement whatever customisations you want as per Woopra and test to see if it solves your issue.
P.S. If you end up modifying that plugin to accommodate other important user data fields, don’t forget to rename it to something else and block off ALL its internal call for updates (whenever the parent plugin is pushed for updates, otherwise ALL your changes will disappear should you mistakingly push through with the update).
February 8, 2014 at 8:23 pm #178147In reply to: Buddypress Default Theme Missing from 1.9.2?
aces
ParticipantTry
add_filter( 'bp_do_register_theme_directory', '__return_true' );added to bp-custom.phpSee https://codex.buddypress.org/themes/bp-default-theme-moving-forward-with-bp-1-9/ also http://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/ and https://buddypress.trac.wordpress.org/ticket/5212
Alternatively, what about https://github.com/modemlooper/Buddy-Default
Buddypress 2.0 should have a new template pack – see https://buddypress.trac.wordpress.org/milestone/2.0
February 8, 2014 at 4:53 pm #178137In reply to: [Resolved] Remove Dashboard Access
fkapnist
ParticipantI added these lines to my theme settings to remove WordPress dashboard icons from the toolbar:
#wp-admin-bar-wp-logo { display:none; }
#wp-admin-bar-site-name { display:none; }February 8, 2014 at 2:42 am #178115In reply to: How can i delete my account
modemlooper
Moderatorhttps://codex.wordpress.org/Forum_Welcome#Deleting_Accounts
Best thing is to just change email to something else and then never use it.
February 7, 2014 at 8:55 pm #178105BuddyBoss
ParticipantHelpful link to set up WordPress locally: http://wp.smashingmagazine.com/2011/09/28/developing-wordpress-locally-with-mamp/
February 7, 2014 at 8:45 pm #178102In reply to: Activity Feed – Missing Images
BuddyBoss
ParticipantI’m guessing the URL path to the image is linking to your other site, possibly a local development site with “localhost” in the URL?
Anyways, find out the broken URL fragments and update them all to the correct URL of your new site. This plugin helps to update all of the URLs in one instant: https://wordpress.org/plugins/velvet-blues-update-urls/
February 7, 2014 at 8:42 pm #178101In reply to: Temporary deactivating BuddyPress possible?
BuddyBoss
ParticipantLikely in your s2member setup, you are integrating some BuddyPress functionality and since BP is deactivated the s2member plugin is throwing up an error. So now you are locked out of your admin.
There is a simple solution if you have access to FTP.
Just rename your ‘wp-content/plugins’ folder to ‘wp-content/_plugins’. Note the underscore.
This will instantly deactivated all plugins, as WordPress will not be able to load the plugins directory. Then you should be able to log in again. If you rename _plugins back to plugins, then your plugins will load again. So maybe rename s2member so it deactivates, then reactivate BuddyPress and then s2member after.
February 7, 2014 at 4:30 pm #178090In reply to: Temporary deactivating BuddyPress possible?
yanicklandry
ParticipantOur buddypress plugin main plugin was deactivated by accident and now we can no longer access any content on the website or login ad admin to reactivate it.
I am not sure what to do. We had a backup of the entire wordpress installation prior to that mistake and it was restored in full. This is from the error log:
PHP Fatal error: Call to undefined function bp_is_register_page() in /home1/tgscca1/public_html/wp-content/plugins/s2member/includes/classes/custom-reg-fields-4bp.inc.php on line 50
February 7, 2014 at 2:04 pm #178085In reply to: >> French PO
danbp
Participanthi @aniclip
it’s not a bug, you just try to translate something that doesn’t exist in the original file !
The exact string is Notify group members of these changes via emailIf you’re using BP 1.9 the string to translate looks like this in the po file:
5912 #: bp-templates/bp-legacy/buddypress/groups/single/admin.php:26
5913 #: bp-themes/bp-default/groups/single/admin.php:26
5914 msgid “Notify group members of these changes via email”
5915 msgstr “Signaler par mail les changements aux membres du groupe”If you need the fr_FR translations, you can find them here:
https://i18n.trac.buddypress.org/browser/fr_FR/tagsAnd in the future, also here:
https://translate.wordpress.org/projects/buddypress/dev/fr/defaultAnd of course, any information about translating BP in french is on the french BuddyPress site: http://bp-fr.net
-
AuthorSearch Results