Search Results for 'buddypress'
-
AuthorSearch Results
-
October 12, 2013 at 7:33 am #172730
In reply to: Can't Install BuddyPress – What the heck?!
MattAdams
ParticipantThanks for the reply. Actually, I was short on disk space. All set with this problem. I’ll post another one in another thread.
October 12, 2013 at 4:26 am #172726In reply to: Can't Install BuddyPress – What the heck?!
modemlooper
ModeratorDid you use a one click install for WordPress?
October 12, 2013 at 2:57 am #172724In reply to: Problem notification number on admin bar
bp-help
Participant@profc
Has all of the buddypress files that the template pack plugin copied over in your theme been removed? If I remember correctly you would have to manually remove those via cpanel or FTP. I don’t think deactivating the plugin will remove them but its been awhile since I used it. Since 1.7+ I haven’t looked back! 🙂October 12, 2013 at 1:04 am #172716In reply to: Two usability questions
Zane
ParticipantHey Mercime,
1a. Forum. It is not very intuitive to scroll to the bottom to make a new post.
1b. http://themeforest.net/item/cinematix-buddypress-theme/4959387 – Love this theme 🙂2. Thanks! I knew I saw this somewhere. I even checked there (doh!). Worked like a charm. Thanks!
October 11, 2013 at 9:11 pm #172709In reply to: WP search results page kills BP member widgets
shanebp
ModeratorThanks for sharing your fix.
To suggest a change to core code, please use
https://buddypress.trac.wordpress.org/
to submit a ticket re a bug or enhancement.The core devs will definitely see it there.
October 11, 2013 at 9:01 pm #172708In reply to: WP search results page kills BP member widgets
Marj Wyatt
ParticipantClarification:
This template file is found in the base BuddyPress plugin folder under the bp-members folder.
October 11, 2013 at 8:54 pm #172707In reply to: WP search results page kills BP member widgets
Marj Wyatt
ParticipantI just upgraded a BuddyPress site to v1.8.1 and did a cursory check to see if this search issue had been resolved yet. It has not, which sort of mystifies me because the problem is more than two years old and requires a modification to BuddyPress core code.
Here is the segment of code that I’ve changed (again) in the bp-members-template.php script found in the plugin’s “core” folder:
// Pass a filter if ?s= is set. // ref link: https://buddypress.org/support/topic/wp-search-results-page-kills-bp-member-widgets/ // ref link: http://buddydev.com/support/forums/topic/wp-search-results-page-kills-bp-member-widgets/ // Original code on lines 313-318 remarked out in favor of Modified code on lines 320-322 //if ( is_null( $search_terms ) ) { // if ( !empty( $_REQUEST['s'] ) ) // $search_terms = $_REQUEST['s']; // else // $search_terms = false; //} /******* Modified search code *******/ if ( !is_search()&&isset( $_REQUEST['s'] ) && !empty( $_REQUEST['s'] ) ) $search_terms = $_REQUEST['s']; /******* End Modified Search Code *******/Has anyone on the core development team considered making this into a “hook” that we can remove and rewrite for our child themes?
October 11, 2013 at 5:15 pm #172695In reply to: activity stream gone
Uberche
ParticipantI took
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members
and moved it to
/wp-content/themes/buddyenglish/members
and it works now, had to do more work on the layout as it wasn’t setup properly at all but it’s working anyway and looking OK.
Thanks all.
October 11, 2013 at 5:02 pm #172693In reply to: activity stream gone
Uberche
ParticipantOK, changed it to
/wp-content/plugins/buddypress/bp-themes/bp-default/members
to
/wp-content/themes/buddyenglish/membersStill no activity showing up.
If I put
/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypressinto
/wp-content/themes/BuddyEnglish/buddypress/
it doesn’t see any of the files it seems as the layout is the same as if I don’t copy any of the files over.
October 11, 2013 at 4:41 pm #172689aces
ParticipantOctober 11, 2013 at 4:40 pm #172688In reply to: Adding classes to profile fields
applegateian
Participant@henrywright-1 it’s added in /wp-admin/users.php?page=bp-profile-setup – Profile Fields under the Users menu in WP Admin.
Your code works, thanks..!
So I can add html into those spaces, and each item is now separated by html…I think that should do it. Thanks so much for the support Team Buddypress 🙂
October 11, 2013 at 4:23 pm #172684aces
ParticipantPlease don’t ‘hijack’ other people’s topics.
Are you logged out when you go to the register / activate pages? If not then what you describe is normal behaviour as those pages are redundant when you are logged in.
If you are still having problems please start a different topic and provide more relevent details – see https://buddypress.org/support/topic/when-asking-for-support-2/
October 11, 2013 at 3:12 pm #172681Hugo Ashmore
Participant@cc-cailin It’s stated at the very top of the WP plugin forum page you link to!! the statement reads ‘please don’t use’
This was the whole point of all the work that went into BP 1.7 for theme compat. Please read those links provided so you understand how things work now, it’s also worth following the BP blog and even bpdevel site to keep up to date with developments.
October 11, 2013 at 3:10 pm #172680elenis r.
ParticipantI have a similar problem. I set all the pages, but when trying to open the registration page the system goes to the front page.
October 11, 2013 at 12:48 pm #172672In reply to: Account Activation Email
@mercime
Participant@asieger as hnla mentioned above, deactivate BuddyPress and BP plugins. Can you register/activate an account with BP deactivated?
October 11, 2013 at 12:05 pm #172669bp-help
Participant@cc-cailin
As @modemlooper stated you should not use that plugin. Please review:
You would build a theme like any standard WordPress theme.October 11, 2013 at 12:01 pm #172667In reply to: Problem notification number on admin bar
bp-help
Participant@profc
You do not need to use BP Template Pack plugin with BuddyPress anymore! Please review:
That is probably why you are having this issue!October 11, 2013 at 10:49 am #172665In reply to: Members Only Pages
pelasO
ParticipantHi there,
I’m using BuddyPress since no much long so may be my solution is not the coolest.I’ll tell you what I’ve done to achieve my goal. (allow access to members directory to registered and non-registerd user.)
Go to CBOX theme options and have a look into BuddyPress options. There you’ll see this option ‘Turn this option on to restrict access to your BuddyPress components to members only’.
Turn it on. That way BuddyPress components will be restricted including members directory.
As a I want it to be public I edit a function… maybe_redirect(). There I added this “|| bp_is_current_component(‘members’ )” to the if coondition.
That way, I make members directory accesible for everyone.
Hope this help you, mate.October 11, 2013 at 9:44 am #172664CC-Cailin
ParticipantOkay, then how do I create my own theme?
October 11, 2013 at 9:43 am #172663modemlooper
ModeratorYou should not use that plugin. It does not need to be used with current BuddyPress
October 11, 2013 at 9:37 am #172662dta_madrid
ParticipantThanks for your help @noizeburger.
I think I might be able to use the plugin ‘buddypress user account type’, set each type of user to a member level (s2 member for example) or create somekind of tag for each type and create a conditional menu (with perhaps ‘Menu Item Visibility Control’ plugin or s2member) for each type of user once logged in.
Each user would then see the link to ‘hosts’ directory or ‘volunteers’ directory depending on which type of use they are.
The only issue is can I restrict access to the ‘member’s directory’ loop as a whole if someone tried to access this via the url?October 11, 2013 at 8:01 am #172655In reply to: Extending Groups – Design Ideas
@mercime
ParticipantWe want to add Subjects (say Basic Maths) to the schools (groups). The requirement is that students should be able to search for schools offering that ‘subject’.
@sakthi31 what you need would require a custom plugin/solution, like adding custom field/s for groups https://codex.buddypress.org/developer/how-to-edit-group-meta-tutorial/ Please double-check the code/plugin in a test install before using in a live site.October 11, 2013 at 7:40 am #172652In reply to: Two usability questions
@mercime
Participant1) Reply button on what page exactly? Forum post or blog post? What theme are you using?
2) Group Forum posts do appear in that Group’s Activity Stream. If you want to disable forum/blog post commenting in the Activity Stream to prevent confusion and to have all the forum/blog post comments in one location, then go to Settings > BuddyPress > Settings – Activity Settings, and make sure that Blog & Forum Comments are not enabled (not checked).
October 11, 2013 at 2:44 am #172650decameron2000
ParticipantI figured that was the case. Thank you!
October 11, 2013 at 2:22 am #172649In reply to: Image Compression
Donna111
ParticipantHi there
I am new here,and i want to know more about the Buddypress.I have a batch of image which need to be compressed.But my previous image SDK can only do the singel image compressing .So i want to know that can buddypress compress the multipage image at one time? -
AuthorSearch Results