Search Results for 'buddypress'
-
AuthorSearch Results
-
April 15, 2013 at 6:54 am #161678
In reply to: 403 Forbidden access to wp-login.php with BP 1.7
christophe.arn@smarsys.com
Participant@r-a-y I’m not using a plugin but a buddypress compatible theme opening a popup
http://www.smarsys.com/#LoginPopup
And the standard wp-login-php is working well
April 15, 2013 at 6:47 am #161676In reply to: [Resolved] Show posts written by user on profile
azchipka
ParticipantSorry there was an error in the above code, that results in a no results dialog error for users who have no posts. You can download a bundled plugin by clicking here.
if ( !function_exists( 'add_action' ) ) { echo 'Hi there! I\'m just a plugin, not much I can do when called directly.'; exit; } define('TCH_PostsOnProfilesVersion', '0.1'); define('TCH_PostsOnProfilesVersion_PLUGIN_URL', plugin_dir_url( __FILE__ )); add_action( 'bp_setup_nav', 'add_profileposts_tab', 100 ); function add_profileposts_tab() { global $bp; bp_core_new_nav_item( array( 'name' => 'My Posts', 'slug' => 'posts', 'screen_function' => 'bp_postsonprofile', 'default_subnav_slug' => 'My Posts', 'position' => 25 ) ); // show feedback when 'Posts' tab is clicked function bp_postsonprofile() { add_action( 'bp_template_content', 'profile_screen_posts_show' ); bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) ); } function profile_screen_posts_show() { $theuser = bp_displayed_user_id(); query_posts("author=$theuser" ); if ( have_posts() ) : get_template_part( 'loop', 'archive' ); else: ?>April 15, 2013 at 5:18 am #161670In reply to: Terms of Agreement checkbox for registration?
mahdiar
ParticipantHi
I ticket your suggestion maybe in the future relese they add it to BP .
https://buddypress.trac.wordpress.org/ticket/4747April 15, 2013 at 5:14 am #161668In reply to: Groups in WP-Admin – allow editors access?
mahdiar
ParticipantHi
I thinks it’s better to say your suggestion in https://buddypress.trac.wordpress.org/ .April 15, 2013 at 4:59 am #161659operapreneur
ParticipantThanks for the clarification @aces. I’m new to buddypress and an amateur when it comes to php.
I hadn’t heard of the bp-custom.php file before. I followed the steps mentioned on the page and I’m assuming there is something in the bp-core that checks for this file and contents.
@Chouf1 Unfortunately this function didn’t fix the problem – I’m still just getting only the URL and not the embedded video. Do I need to call this function or was my initial code going to work?I double checked video was all lowercase and I even tried it all by removing the wp_oembed_get from my code.
Any other suggestions?
Again, thanks.
April 15, 2013 at 3:59 am #161656In reply to: Login and Register Link
maverick1979
ParticipantI’m new to buddypress but believed a login and register link would be placed in the header by default?
So any new users coming to the site would be able to access these to either login or register.However, instead do I need to insert my own links or buttons within the header.php to make this work?
I will have a try with twenty twelve and see what happens.
April 15, 2013 at 2:34 am #161652In reply to: Login and Register Link
aces
ParticipantI’m not clear about the problem. Are you referring to links on the WP admin bar which doesn’t appear on your page?
Have you tried changing to another theme to see if that fixes it? Twentytwelve is supposed to work properly with the new buddypress v 1.7 … If it does then you need to talk to the people that made the commercial theme.
Sometimes plugins or code in bp-custom.php can interfere with things…
April 15, 2013 at 12:46 am #161650In reply to: [Resolved] User error mention
joelteixeira
ParticipantGuys, the problem is exactly where @marcio-batista stated.
You can download the fixed pt_BR translation file on my website:
http://tecnotara.com/wp-content/languages/buddypress-pt_BR.mo
http://tecnotara.com/wp-content/languages/buddypress-pt_BR.poI fixed the translation on GlotPress also, but it’s waiting approval:
https://translate.wordpress.org/projects/buddypress/dev/pt-br/default
April 15, 2013 at 12:22 am #161648banata
Participantahhhh, thanx, I miss that page
btw, on this article
4) Disable BuddyPress’ Forums Component
In the WP admin dashboard, navigate to “Settings > BuddyPress“. Click on the “Components” tab.
Uncheck “Discussion Forums” and save.I didnt find “discussion Forums” , instead in my installation, there is “Group Forums (Legacy)”
is it the same?thanx for the explanation
April 14, 2013 at 11:56 pm #161647aces
ParticipantHe is saying to put it in a bp-custom.php file.
Don’t include the pre and code beginning and ending tags as they shouldn’t be there…
April 14, 2013 at 9:49 pm #161643modemlooper
ModeratorApril 14, 2013 at 6:37 pm #161638In reply to: Create private membership site with BuddyPress
angslycke
ParticipantAfter hours of frustration I realised that I was trying to change the wrong filter. The filter should be ‘bp_core_signup_send_validation_email_to’. Now works. Here’s the code:
`
function redirect_new_user_activation_email()
{
// Make sure to use a valid email. Test it with different addresses.
return get_site_option( ‘admin_email’, ‘fallback@something.com’ );
}add_filter( ‘bp_core_signup_send_validation_email_to’, ‘redirect_new_user_activation_email’);
`The second e-mail address is a fallback address in case the admin_email isn’t specified. Let me know if this works for you!
April 14, 2013 at 6:23 pm #161636In reply to: [Resolved] BP 1.7 Subdomain Database Tables missing
Kyle H
ParticipantNevermind. I seemed to have fix the issue for now. I disabled BuddyPress and re-enabled it and it seemed to have created the tables for the subdomains.
April 14, 2013 at 6:02 pm #161633In reply to: Login and Register Link
meg@info
ParticipantHi,
Check your buddypress settings (pages tab) in wp admin,
make sure that Register and Activate pages are created, else create new pages, select them as Register and Activate pages then save.
April 14, 2013 at 5:24 pm #161626In reply to: File manager for BuddyPress
Mathieu Viet
ModeratorHi Renato, download poedit, then create a new catalog from buddydrive.pot and save it as buddydrive-xx_XX.po where xx_XX is the code for your language (https://codex.wordpress.org/WordPress_in_Your_Language#Portuguese_-_Portugu.C3.AAs) looks it’s pt_PT, then you can add a link here i’ll add it to WordPress repo.
Thanks for your interest in this plugin.
April 14, 2013 at 5:18 pm #161625In reply to: BuddyDroid – BuddyPress for Android
Renato Alves
ModeratorAwesome plugin man! I see lots of potential in it! I’m sure a few months from now it will be a must do for buddypress websites. Congrats! =)
April 14, 2013 at 5:01 pm #161622In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantTry 0.4.1
April 14, 2013 at 4:58 pm #161621In reply to: File manager for BuddyPress
Renato Alves
ModeratorExactly what I was looking forward.
@imath I would like to translate the plugin into Portuguese for my project and for the community as a whole, how could I do that?April 14, 2013 at 4:51 pm #161620In reply to: BuddyDroid – BuddyPress for Android
timvango
ParticipantThe filter sidewide is showing private group content
April 14, 2013 at 4:40 pm #161616In reply to: File manager for BuddyPress
Sarathbabu_k
ParticipantThanks @chouf1 for your reply. This plugin is really cool. Exactly what I was looking for (Hopefully). Does this work along with Buddy Press Docs? i.e Is it possible to edit docs directly from the Drive? Just like Google Drive :-).
@imath Yes, I have upgraded to 1.7. Installed this on my site on its look good. But I could see the upload option, create folder option? Not sure if this is a problem becoz of the themes I am using.I am using BP Nicey theme. I uninstalled BP template pack as mentioned in the plugins support page. Please help
April 14, 2013 at 3:02 pm #161611In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantI’m not sure why it would be showing private groups… it should only show groups that the user is in, since it is using groups_get_user_groups(). What filter is showing private groups?
April 14, 2013 at 2:59 pm #161610In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantSorry, I’m still getting used to the WP versioning system… it should show the correct version from now on.
April 14, 2013 at 2:54 pm #161609Paul Wong-Gibbs
KeymasterDo not create multiple topics.
https://buddypress.org/support/topic/register-page-not-working-5/
April 14, 2013 at 2:27 pm #161606In reply to: Upgrade to 1.7 broke my site
AITpro
ParticipantOk yeah it is probably just what must be done in my particular case then. I should have stated that better. Something like – if you have tried restoring your previous BuddyPress files and that did not work then try doing a database restore. In my particular case when BuddyPress upgrades do not complete successfully then the only thing that brings that site back up is a database restore.
April 14, 2013 at 2:24 pm #161605In reply to: Register page not working ?
biggienyc1
Participantthe only thing i might have done was hit the publish button on the register page, would there be a way to rename the permalink to fix it ? is there any way to reset this and fix it? i only have the buddpress up 1 day so if i can start fresh i dont mind redoing it. Is there a way in the buddypress pages options to make a second register page and just delete the old one and rename it something like Registration ?
-
AuthorSearch Results