Search Results for 'buddypress'
-
AuthorSearch Results
-
December 8, 2015 at 5:53 pm #247540
mcpeanut
ParticipantAfter thinking about it this is probs not the way to do it anyhows huh henry? buddypress doesn’t even register custom post types does it? you can tell i haven’t bothered for a few months on the buddypress side of things I need to give my head a shake, been awake too long lol, been so busy with server admin and css recently, a case of too much at once.
So any ideas how I would get this plugin ‘Scripts To Footer’ to work on the buddypress members pages and groups pages?
See the plugin I am using works flawlessly on ever other page of my website so I dont really want to stop using the plugin just because it cannot be used on single profile and single groups pages, I just need to find a way to make this plugin also move the javascript to the footer on these pages too and all will be good, its been a while since ive come back to this after a break, I really don’t want to undo everything and then hunt the files down and make them load in the footer manually.
December 8, 2015 at 5:52 pm #247538In reply to: Notification emails after import
Henry Wright
ModeratorIf you’re running vanilla WordPress, with BuddyPress as the only plugin installed and you’re sure you have no custom code in place, it may mean your install has been compromised. You should check to be sure this isn’t the case.
Just a thought, have you tried using a standard theme such as Twenty Fifteen?
December 8, 2015 at 5:21 pm #247534In reply to: Notification emails after import
reedy
ParticipantI deactivated all other plugins and code snippets in functions.php (none of which are related to buddypress) and users are still getting spammed with these emails. How on earth can I stop this from happening? I am getting so many complaints I just don’t know how to handle this.
Maybe I just need to comment out the notification emails and just remove the functionality entirely? This is driving me (and thousands of people) crazy.
Furthermore, I am concerned that I’m going to get into trouble under the UK’s anti-spam laws.
December 8, 2015 at 5:03 pm #247533mcpeanut
ParticipantTalking about JavaScript @henrywright, without going off topic or meaning to hijack this thread I have a question for you that you may be able to help me with that’s driving me nuts, you know how we spoke ages ago about combining js scripts etc? well I have a problem on my members pages that is frustrating me, I have all my js files combined how I need them to be and working great on every single page of the website and have all js moved to the bottom instead of being at the top with the use of a plugin.
Now the problem I have is on a users member/profile pages, on these pages 2 of my js files remain at the top which is causing me problems with another plugin I use on these pages, the plugins all work fine but makes the pages briefly flash when switching tabs, i have narrowed it down to these js files loading in the head that are causing the problem. The plugin I use to move the js to the bottom only supports pages and posts and not custom post types (so it works fine on the activity/members/groups main pages but not in the individual groups or personal members pages), now I have got the code to add the custom post types so that it can move the js to the bottom on the members profile pages but I am not sure what custom post types these pages use?
The code I need to use is below, but what custom post type should I add for the buddypress personal members pages to be included any ideas?
function stf_add_cpt_support( $post_types ) { $post_types[] = 'project'; return $post_types; } add_filter( 'scripts_to_footer_post_types', 'stf_add_cpt_support' );sorry @rosyteddy but i only brought it up as henry mentioned JS 🙂
December 8, 2015 at 2:40 pm #247522In reply to: Change password strength requirement
FliP0x
ParticipantBefore I installed buddypress, users could register just fine. I also disabled the default generated password and let users choose their own passwords at registration.
However, I cannot find that option anymore. If users can only create insanely strong passwords, I’d rather have it back to the automatically generated passwords, but I can’t find that option anymore.EDIT: When I deactivate BuddyPress, I get my old registration back, that works.
I would like the option to keep buddypress, but also keep my old registration.December 8, 2015 at 2:32 pm #247521In reply to: Notification emails after import
Henry Wright
Moderatorif there is a queue still, it’s in your application’s database/code somewhere
BuddyPress doesn’t queue up emails in this way. You should deactivate all custom code you’re running, that includes any import scripts or custom libraries, plugins, code snippets in functions.php or bp-custom.php and then check again if mail is being sent out.
December 7, 2015 at 11:53 pm #247501In reply to: PM username autocomplete without friend module
shanebp
ModeratorAdd this to your bp-custom.php file:
define( 'BP_MESSAGES_AUTOCOMPLETE_ALL', true );December 7, 2015 at 6:41 pm #247497In reply to: Custom Avatar Upload Page
operapreneur
ParticipantStill looking for any direction or examples where I can create a separate page (outside of the BP member registration or member profile) where members can upload and crop there avatar using the new BP_Attachment_Avatar introduced in 2.3.
The most help/up-to-date info seems to stem from this post.
@imath Would you be able to point me in the right direction? What is restricting the avatar from being uploaded on a page outside of the member profile?Thanks!
December 7, 2015 at 2:56 am #247485Henry Wright
ModeratorBuddyPress now includes PHP 7 in its tests so sites running PHP 7 should be covered:
Ref: https://twitter.com/JJJ/status/673520650624061441
Regarding taking advantage of PHP 7 features, the plugin won’t do that. Any feature introduced after PHP 5.2 won’t be in BuddyPress yet because 5.2 is the minimum requirement to run WordPress.
December 7, 2015 at 12:49 am #247482In reply to: Save Button Not Showing?
@mercime
Participant>> there is not Save Setting button to allow me to save the changes
@beginner3 You mentioned in your original post that you already “have tried to deactivate delete and reinstall plugin”, so at this point we need you to provide more information about your installation to help you troubleshoot https://buddypress.org/support/topic/when-asking-for-support-2/December 6, 2015 at 9:00 pm #247463In reply to: I don’t understand the template files
Joshua Blevins
ParticipantCreating a child theme is not necessary. I figured out that if you create template files using the //Template Name you can go to the pages that BuddyPress makes and assign template pages to those pages. So you can create a file named activity.php and make it a template file and add the activity loop inside of that file. Once you have assigned that template to the Activity page in the WordPress dashboard you can then go to the BuddyPress settings and make sure that your Activity page is set up under the Activity drop down and save changes and it will work. I didn’t want to add unnecesary steps to making a single theme that did everything I needed. I will work on compiling a tutorial series on how to work with BuddyPress and then contribute it to the codex. Thank you for the response. Also if you look at the code in the BuddyPress plugin on the codebase you will see that bp-legacy is completely deprecated. There is compatibility code to not break old themes, but it is not the best way to do things.
December 6, 2015 at 2:40 pm #247457In reply to: Buddypress and IPV6
Paul Wong-Gibbs
Keymasterwp_bb_postsis bbPress 1, *not* BuddyPress. 🙂I don’t know if there’s anyone interesting in working on that old versions of bbPress any more. If you haven’t already, I’d suggest posting on https://bbpress.trac.wordpress.org/ so that at least the issue is logged.
December 6, 2015 at 11:41 am #247453In reply to: I don’t understand the template files
Hugo Ashmore
Participant@jblevins1991 You need to explain exactly what you have attempted so that we may understand where things are going wrong, so you need to show exact steps and directories and files created / copied over.
Assuming you have setup WP and BP correctly and have a vanilla instance of BP running under a theme of your choice then:
You create a dir or folder in your themes root e.g /buddypress/ if you want to modify the main activity screen then create /buddypress/activity/ and copy index.php from the plugins bp-legacy dir to this new directory, add some text somewhere in that file so you can see if BP is using that file rather than the version located in bp-legacy.
In our guide the salient issue of what templates and where is covered in this paragraph:
Therefore, you can modify any bp theme compatibility template by copying it over from:
/bp-templates/bp-legacy/buddypress/
To:
/my-theme/community/ or /my-theme/buddypress/
N.B. Inside the subfolder ‘community’ you must preserve the path structure/folders that exist in the BP original /buddypress/ folder so /activity/ must be created to hold index.php or any of the other activity templates.
If you are using a WP theme or theme that is subject to updates you must create a child theme of that theme and do all work in that, this avoids you losing any changes in a theme – guides for creating WP child themes are available on the WP codex.
December 5, 2015 at 1:03 pm #247441In reply to: Save Button Not Showing?
@mercime
ParticipantI have published blank Register and Activate page on my site but I keep getting the error message?
@beginner3 If you have enabled registration again, then go wp-admin menu Settings > BuddyPress and click on the “Pages” tab, and in the Registration and Activate section, choose the blank pages you created and associate each with respective functions per
December 5, 2015 at 9:03 am #247434In reply to: I don’t understand the template files
Lovemonk
ParticipantI believe any files you want to edit from within your theme must follow the complete folder structure as viewed within the Buddypress plugin. Not just lumped into a single Buddypress folder.
December 5, 2015 at 8:59 am #247433In reply to: I don’t understand the template files
Joshua Blevins
ParticipantI guess I didn’t have the answer. Can someone seriously help me out? There are no notes on this anywhere on google and I don’t see it on the site or on github. I’m about to give up on buddypress.
December 5, 2015 at 3:50 am #247428In reply to: I don’t understand the template files
Joshua Blevins
ParticipantI found the answer myself. BuddyPress uses specific folders for the default pages (Activity, Groups, Forums, etc.) located at wp-content/plugins/bp-templates/bp-legacy/buddypress. In each folder found here are the corresponding default templates. These can be added to a folder you create in your theme. The folder you add to your theme must be named community or buddypress.
December 5, 2015 at 3:21 am #247427In reply to: I don’t understand the template files
Joshua Blevins
ParticipantSo I found this page, which says I can make a directory named buddypress or community. However, it doesn’t say the name of any of the files I can override. What files can I override and what do they do?
December 4, 2015 at 10:55 pm #247426In reply to: Error Activate|Register
shanebp
ModeratorClosed – Please do not create duplicate topics.
Link to your existing thread:
https://buddypress.org/support/topic/save-button-not-showing/December 4, 2015 at 10:51 pm #247424In reply to: Change Message Email Subject
shanebp
ModeratorThere is no such filter hook as
messages_notification_new_message.There is an email_subject filter hook:
$email_subject = apply_filters( 'messages_notification_new_message_subject', $email_subject, $sender_name, $ud );
But as you can see, the variables passed do not include the message subject.So, I don’t see a way to do what you want.
There is an enhancement ticket in the works
https://buddypress.trac.wordpress.org/ticket/6460
It might expose the fields you need.You aren’t alone in asking for a different filtering system:
https://buddypress.trac.wordpress.org/ticket/6460December 4, 2015 at 3:43 pm #247415In reply to: Permalinks to custom activities
fried_eggz
ParticipantThanks for the reply.
I have created cpt’s because I want to add custom activity types that have different fields and meta data.
Here is what I’m actually doing (the book was just an example):
I am creating a community where users can
- Post status updates
- Ask questions
- Post tips
I have registered questions and tips as ‘buddypress-activity’ so that they show up in the activity stream, for example
Adam posted an update 2 mins ago Sebastian asked a question 6 mins ago Shanebp posted a tip 10 mins ago Adam posted an update 14 mins agoThe normal, built in, status updates links work fine but the custom ones link to
http://buddypress.dev/tips/name-of-the-tip/
instead of
http://buddypress.dev/members/membername/activity/544/
thus using the single.php template instead of the activity template that I want to use.
December 4, 2015 at 3:18 pm #247414In reply to: Permalinks to custom activities
shanebp
ModeratorYou created a cpt named books.
When a book post is created, an entry is created in the activity stream.
When the book post is viewed, it used the single.php WP template.
Correct?The book post and the activity entry are 2 different things.
Why would you want to use an activity template to show the content from an instance of a post type?If you want to create a custom activity – then why create a custom post type?
How to add an activity entry:
December 4, 2015 at 11:25 am #247406In reply to: please review my new website onlijn.com
peter-hamilton
ParticipantI am going to try a similar, but different theme with the new BBPress/Buddypress plugins, now using older version from earlier this year.
Just to play around with the code, not doing it for much more then laughs at the moment.
December 4, 2015 at 11:13 am #247404In reply to: Where to learn.
Joshua Blevins
ParticipantLate response from me, but I just feel like the codex should not be so freaking skimpy and weak. I have nothing against digging around in github. However, if the developers want the platform to grow the codex should be more comprehensive. Is buddypress an npo or community project?
December 4, 2015 at 2:16 am #247401In reply to: please review my new website onlijn.com
Galador
ParticipantThat’s true, I also run a buddypress website that users being able to preview it, in anyway… seriously helps.
If a user can’t see any activity or can’t see what the site generally looks like even with screenshots they won’t sign up. Think of all the “sign-up-we-aren’t-a-scam” sites that are out there. That’s their biggest point, not letting you actually see what you are doing. So people will generally avoid them like the plague.If you want any ideas for a social website. Check out mine. roleplaycentral.org
-
AuthorSearch Results