Search Results for 'buddypress'
-
AuthorSearch Results
-
July 16, 2013 at 8:59 am #168135
In reply to: Users can’t register through BuddyPress home page
kathrynananda
ParticipantI wish there was some way of contacting users in these forums to see if they ever found solutions to the problems posted.
I am having the exact same problem as the original user.
… and yes, while I understand that ‘protocol’ is to start a new thread, perhaps it’s time the community took an iterative and evolutionary approach to this practice, as the way that search engines work, allowing people to connect when the issues appear IDENTICAL (and yet often never result in the publishing of adequate solutions) would support people to self-correct their own work through better search capacity within the collective intell of the group…
and also too often new threads go weeks and more without adequate response.If anyone actually has found a solution, please post?
July 15, 2013 at 11:19 am #168114In reply to: Buddypress Like – Notification Hack
minto
Participantedit:
The text from “users who like / who likes this” also disappeared..
July 15, 2013 at 11:18 am #168113In reply to: Buddypress Like – Notification Hack
minto
ParticipantBest hack I could find, so far! (component works, database-entry work, notif appears – sometimes)
Some few issues though…
see pastebin..1. The Notification appears in the bar, but firstly it appears in the likers-notifications (quite earlier than in the liked-profile)
2. Theres no text/link, the Notifs are empty
3. In the likers-notifs, the live-notification(-plugin) appears (but also without text), but this doesnt happen on the liked-profile (with no appearing “notifications”-wording, right before the count + with no live-notification-popup)
Would be great to have some more explanation!
Thank you very much!
July 15, 2013 at 8:16 am #168112In reply to: How to Optimize and Maximize BuddyPress Performance
jocke_gbg
ParticipantI had lots of members complaining with poor performance, and combining W3TC page cache, CDN, and Minfiy and WP internal cache it’s now running lighting fast.
To minify your scripts and stylesheets is essential to get your page speed up, also moving all assets to CDN, I’m using CloudWatch was a big performance boost. It’s so cheap its worth paying for a good CDN service, quarter dollar for 10TB traffic or something.
Dont forget to add
<?php define('ENABLE_CACHE', true); ?>in your wp-config.php file, made a huge difference for me as well, small things that your members will thanks you for.Hope that helps.
July 15, 2013 at 8:10 am #168111lautundleiser
ParticipantI got exactely the same problem over here. Field types “Website” & “Birthday” don’t show up on the “edit profile” screen. They don’t display on the “view profile” screen even so. All I see is the message from the privacy plugin, telling the visibility for the specific field.
Other field types like “Textbox” or “Checkboxes” work well.
I am using WordPress 3.5.2, BuddyPress 1.7.3 and BuddyPress Xprofile Custom Fields Type 1.5.6.5 – my theme is Custom Community.
Does someone know what’s wrong?
July 15, 2013 at 7:14 am #168110In reply to: BP button missing from left nav of WP admin page
@mercime
ParticipantBP not working, no BP button in left vertical nav of WP dashboard
@fel3000 Since BP version 1.6, you can configure BuddyPress from admin dashboard Settings > BuddyPress. Before activating other BP plugins make sure BuddyPress.Re creating a group, the Group Create button which is usually beside the Groups Directory page title, goes missing in some themes when the_title is not within the WordPress loop. Also, make sure that you did not disable group creation in Settings > BuddyPress > Settings > Groups
July 15, 2013 at 6:49 am #168107In reply to: Interactive Profile Fields During Registration
meetvora2006
Participant@marcella1981 hello i required same registration form as @davidveldt..and you have already given an solution to it but i cant understand where the ” pastebin ” you gave should be copy in buddypress theam..?
July 15, 2013 at 5:19 am #168104In reply to: [Resolved] Disable 'activate' page
Peet
Participantagree: The activate page is superfluous and it causes a lot of confusion!
Help, how do i get rid of the activate page?
July 15, 2013 at 12:31 am #168101modemlooper
ModeratorHow have you removed /members/? BuddyPress as a way to do that so links get changed automatically.
add_filter( 'bp_core_enable_root_profiles', '__return_true' );July 14, 2013 at 11:27 pm #168098craig
ParticipantThanks for the reply bud.
I’ve just added
<a href="<?php echo bp_loggedin_user_domain(); ?>">Profile</a>
to a widget, and it’s giving me a 404 page. Probably because I’ve amended the url’s for users. They show under. http://www.mydomain.com/username (ie: I’ve removed ‘/members/’)I’m wanting to create a menu with personalized links ie:
quick links:
profile
your messages
your friends
edit profileThat type of thing
July 14, 2013 at 11:17 pm #168097modemlooper
Moderator<?php echo bp_core_get_userlink( bp_loggedin_user_id() ); ?>or
<a href="<?php echo bp_loggedin_user_domain(); ?>">Profile</a>July 14, 2013 at 8:24 pm #168089In reply to: Hi i need the spanis version of BP 1.5 er, 1.7.3
@mercime
Participant@layo_bcn https://translate.wordpress.org/projects/buddypress/dev/es/default and export po file near bottom of page
July 14, 2013 at 8:19 pm #168088In reply to: Problems with registration page.
@mercime
Participant@aliona_k you’d need the bbPress plugin to set up Sitewide and/or Group forums in BuddyPress
https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/July 14, 2013 at 8:17 pm #168087In reply to: Can't activate module
@mercime
Participant@neil-mcevoy Not an issue with the BuddyPress plugin. Deactivae the BuddyPress Social plugin and post at plugin author’s forums at https://wordpress.org/support/plugin/buddypress-social
July 14, 2013 at 7:30 pm #168082In reply to: Admin moderated group creation
@mercime
Participant@ssavvy default way is to go to Settings > BuddyPress > Settings – Groups > Group Creation and make sure the Setting is disabled. Then you could set up a Blog Post or Forum Post or Contact form where users who want to create a group can contact you. You set it up for them and make them admins and remove yourself from admin if you prefer.
Or, you could limit Groups per user with http://buddydev.com/plugins/limit-groups-per-user/
July 14, 2013 at 7:21 pm #168081In reply to: Persian/farsi translation
@mercime
Participantclosing this duplicate of https://buddypress.org/support/topic/persianfarsi-translation-2/
July 14, 2013 at 7:03 pm #168080In reply to: Can't make groups
@mercime
ParticipantThe button was showing yesterday.
Yes, it would show up in BP Default theme, Twenty Ten Eleven Twelve and Thirteen, and all other themes which have the page title template tag within the WordPress loop. If your button doesn’t show up, then you’d either have to add the code to your theme file e.g. example.com/groups/create (just need to add /create to URL). Or, if you’re feeling adventurous, add link to create a group in toolbar apply patch per this trac ticket https://buddypress.trac.wordpress.org/ticket/1838
July 14, 2013 at 6:59 pm #168078In reply to: Unable to Create Group
@mercime
Participantclosing this topic as requested. duplicate of https://buddypress.org/support/topic/cant-make-groups/
July 14, 2013 at 6:51 pm #168077In reply to: BuddyPress Activity Plus, alternatives
@mercime
Participant@tosen the only other media plugin I know which is compatible with BuddyPress and which allows media (photo, video, audio) uploads via post update box in Activity Stream is the premium BP Gallery plugin http://buddydev.com/plugins/bp-gallery/
There’s a free media plugin https://wordpress.org/plugins/buddypress-media/ I haven’t used this plugin so do check if it allows uploads from Activity Stream post update box and which is free and which upload is PRO/premium version.
July 14, 2013 at 6:28 pm #168075In reply to: Palette of problems
@mercime
Participant@kukuruk where are you hosted? Windows or Linux server? BuddyPress requires pretty permalinks, have you set your permalinks to other than default in Settings > Permalinks? Have you gone and set up BuddyPress in Settings > BuddyPress?
July 14, 2013 at 5:22 pm #168073craig
ParticipantAh, this is what I believe I was using
<a href="http://yoursite.com/members/%USERNAME%/">Profile</a>however, this no longer works :-/. Anyone know why that would be?
July 14, 2013 at 4:48 pm #168069In reply to: [Resolved] Logged-In User Profile Link URL
craig
ParticipantA few years ago I set up my first buddypress site and sold it.
I definitely remember using a dynamic url for links to the users profile, activity stream etc.
It was something like:
http://www.mydomain.com/member/$profile/
Are we all sure that this can no longer be done?
July 14, 2013 at 4:22 pm #168066In reply to: Link a Buddypress Profile Tab to the Author Page
@mercime
ParticipantJuly 14, 2013 at 3:33 pm #168063In reply to: User Specific Front Page
bp-help
Participant@mohsenm @4ella
Yeah Brajesh’s plugin works great. Here is an alternate method I posted on my blog if you wanna give it a try.
BuddyPress Redirect To Profile Trick Using A Landing Page.July 14, 2013 at 1:15 pm #168059In reply to: bp-custom.php vs. functions.php
Paul Wong-Gibbs
KeymasterWith the update to BP 1.7.3 is bp-custom.php no longer a valid way to make configuration settings changes?
It depends on the change. See https://codex.buddypress.org/developer/customizing/bp-custom-php/ for some more info. We haven’t changed how bp-custom.php is handled, so things should still work IF they used to work.
-
AuthorSearch Results