Search Results for 'buddypress'
-
AuthorSearch Results
-
April 23, 2012 at 8:52 pm #133454
In reply to: Create a Group page won’t load [ fixed ]
April 23, 2012 at 8:00 pm #133452In reply to: Formatting Posts in Activity Screen
@ChrisClayton
ParticipantI recently posted this (about modifying the activity stream) that might help (assuming you know how to use WordPress filter hooks).
https://buddypress.org/community/groups/creating-extending/forum/topic/modify-output-of-activity-stream/Displayed userID:
bp_displayed_user_id();returns the user id for the user that is currently being displayed.April 23, 2012 at 7:43 pm #133451In reply to: Blank pages
@ChrisClayton
Participant@erinscot – Troubleshoot:
https://codex.buddypress.org/troubleshooting/blank-pages/April 23, 2012 at 7:27 pm #133450In reply to: Error uploading avatar on buddypress.org
Paul Wong-Gibbs
KeymasterAvatar uploads aren’t supported on BuddyPress.org. Hopefully the site will be updated eventually so that option disappears. If you want a custom avatar here, you’ll need to use gravatar.com
April 23, 2012 at 7:18 pm #133449In reply to: Only My Profile page 404ing after 1.5 upgrade … ?
Andrew
MemberGoing on what I could find in the Buddypress customization guide.. https://codex.buddypress.org/extending-buddypress/bp-custom-php/
I created my own bp-custom.php and placed the code
`define( ‘BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );` into the file, now my profile’s edit link works like a charm. Thanks for posting this issue a while back.April 23, 2012 at 7:10 pm #133448In reply to: Uploaded Avatar Quality
InHouse
Member@shanebp No, that’s not it because the images looked great after uploading and prior to cropping. It was only after the page reloaded after cropping that they looked pixilated. And as I said earlier, I verified that the images after cropping were 650×250. And also, I’d still be having the issue if your guess was correct. I can’t explain why this worked but it did the trick. The server limits would take care of images too large anyways.
April 23, 2012 at 6:38 pm #133446In reply to: New Install Issues
@mercime
Participant== I just went ahead and picked a theme that had BuddyPress built in. I’m having other issues, ==
@xenoflare There are many “BuddyPress-ready” themes which have not been updated for a while.
I suggest that you install Theme Check plugin and the Log Deprecated Notices plugin. The first plugin tests your theme and make sure it’s up to spec with the latest WP theme review standards. The second plugin identifies if there are deprecated functions being used in the theme and if so, offers the alternative if available.
The two plugins above will help prevent headaches if things go awry in your installation.
April 23, 2012 at 5:58 pm #133443In reply to: New Install Issues
Xenoflare
ParticipantHI mercime,
Thank you for the suggestion. I just went ahead and picked a theme that had BuddyPress built in. I’m having other issues, but the BuddyPress aspect is working great! Anyways, thanks again. BuddyPress is really awesome, but my WordPress skills are limited at this point.
-Xenoflare
April 23, 2012 at 5:15 pm #133442In reply to: Uploaded Avatar Quality
InHouse
Member@shanebp, the crop tool produces any aspect ratio you choose. With my bp-custom modifications, the crop tool produces 650x250px images just fine with the exception of the image quality. Something is reducing the quality. I thought @djpaul was on to something and might still be, but his suggestion didn’t fix it.
April 23, 2012 at 4:13 pm #133440jakeyboy1989
Memberthanks @mercime! That’s great.
I will post this in the sites you recommended, but I also wondering if you knew how to make the default option to broadcast to my public site… I want this all to be automatic, so my authors don’t have to select the box every time.. At the moment it saves the other settings, but I have to select the blog every time
thanks
April 23, 2012 at 4:04 pm #133439In reply to: Uploaded Avatar Quality
InHouse
MemberThanks for replying @shanebp and @djpaul. I tried the JPG Image Quality plugin but that made no difference. The image compression is way less than 90% of the original image quality. I set it to 100 and the image looks the same. I’m uploading JPGs at various sizes. As I’ve said, I have pre-cropped to the exact size at 72 and 300 dpi with no success. I’ve also tried using uncropped images that are 3000px wide. Here’s my bp-custom.php code as requested:
`// Modify Avatar Sizes
define ( ‘BP_AVATAR_THUMB_WIDTH’, 130 );
define ( ‘BP_AVATAR_THUMB_HEIGHT’, 50 );
define ( ‘BP_AVATAR_FULL_WIDTH’, 650 );
define ( ‘BP_AVATAR_FULL_HEIGHT’, 250 );`I’m calling the full size in my profile-loop file. I verified that the images are indeed 650×250 at 72 dpi but the file size is being reduced by the uploading/cropping. Thanks again for any help.
April 23, 2012 at 11:05 am #133432In reply to: Create a member group for non members?
b1gft
ParticipantThanks mercime, it seems to be caused by the plugin BP Group Hierarchy. I deactivated the plugin and the problem was gone. If the plugin has support, I will ask there.
Thanks
EDIT- continued at https://buddypress.org/community/groups/bp-group-hierarchy/forum/topic/create-a-member-group-for-non-members-1/?#post-127755
mercimeApril 23, 2012 at 3:37 am #133427In reply to: Change default sorting of Group members
@ChrisClayton
ParticipantAhh, sorry.
Theirs a codex entry for the Group members loop ( bp_group_members(); ) but theirs no type listed.
I’ll have a look at the code when i get home in afew hours to see where the ‘join date’ order is set, and see if we can filter it and modify it.
April 23, 2012 at 1:49 am #133426capnmarrrrk
Member@mercime
Hello again, and thanks for getting back to me so quickly.. Yes, it is about Microglobalscope.org and there being an install at /sydney. Let’s ditch the whole test site/micro.webfactional thing. I wanted to get this fixed on a clone of Microglobalscope, but for brevity’s sake, I’ll just work on the main site. Microglobalscope.orgIn regards to your sanity check…I have installed WP at domain root Microglobalscope.org and made it multisite. I did NOT create a physical subdirectory and install WP there. Just a standard WPMU site creation through the dashboard. So if you go to microglobalscope.org/sydney and log in it redirects you back to Microglobalscope.org instead of the sydney site.
Does this make more sense now?
April 23, 2012 at 1:12 am #133425In reply to: [Resolved] 500 error after activating
jetgirlart
MemberAh yeah, I got rid of buddypress from my ftp. Deadline is too close for me to keep trying to mess with it.
April 22, 2012 at 11:32 pm #133422In reply to: Change default sorting of Group members
@ChrisClayton
ParticipantThe members loop has a type called ‘random’
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/So you will want to change bp_has_members() within members/index.php to
“April 22, 2012 at 10:46 pm #133421@ChrisClayton
ParticipantSorry, missed your replies…
“Since we are speaking of tabs, how do I change places, for example: the subnav Edit from Profile tab to the Settings tab?”
bp_core_sort_subnav_items() should help.You can change how many posts show up from the user with `’posts_per_page’ => 10,` (i would tell you how to do pagination, but WordPress makes those things a pain in the butt when your not on a ‘wordpress’ page).
April 22, 2012 at 10:33 pm #133419In reply to: [Resolved] 500 error after activating
@mercime
Participant@jetgirlart looks like you’ve resolved your server error issue. The wp-admin/index.php correctly redirects to wp-login.php when I checked.
April 22, 2012 at 10:32 pm #133418In reply to: “This group does not have a forum setup yet.”
@mercime
Participant== why the report bug page is not working in site ==
You need to log-in again in trac with same username and password== our forums problem still not fix. please help ==
@abbas667 start your own topic.When asking for support, include WP/BP versions, theme used, plugins installed, single WP or multisite, Linux/Windows hosting, WP installed in domain root or subdirectory,
Did you go through the Installation Wizard after activating BuddyPress?
Did you change to bp-default and deactivate other plugins?
If you deleted bbPress forum tables in database, did you also delete bb-config.php file in root so you can re-start installation of the Group Forums?April 22, 2012 at 10:17 pm #133417In reply to: modify contents/display of individual activities
@ChrisClayton
ParticipantYou can either filter the actions directly, for activity_updates theirs the ‘bp_activity_new_update_action’ filter.
https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-activity/bp-activity-functions.php#L879
New_Member = bp_core_activity_registered_member_action
https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-members/bp-members-signup.php#L534New_blog_post = bp_blogs_activity_new_post_action
https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-blogs/bp-blogs-functions.php#L195etc.
Or; you can filter the templates – with ‘bp_get_activity_action’ (best if you don’t need to edit the output directly but want to add a line break after every action. etc)
https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-activity/bp-activity-template.php#L1056April 22, 2012 at 9:45 pm #133416Anonymous User 8418620
Inactive@ChrisClayton Could you help me with these two post up??
April 22, 2012 at 9:37 pm #133415In reply to: Create a member group for non members?
@mercime
Participant== when a reader (not logged in) goes to the groups page, there is a button that says “Create a member group” ==
@b1gft No. That button should not be there if user is not logged and if Site Admin disables creation of groups by members.
April 22, 2012 at 9:34 pm #133414@mercime
Participant@1337h4nd WP/BP versions? What theme are you using? Linux/Windows hosting? Single WP or Multisitie? If changing to bp-default theme didn’t work, have you tried deactivating plugins except BuddyPress and resetting permalinks? I’ve seen two instances where that happened and both were due to themes which have not been updated to latest BP versions.
April 22, 2012 at 9:19 pm #133413In reply to: Long forum posts don’t work
@mercime
Participant@creaturis From recent WPorg forum post – https://wordpress.org/support/topic/cant-post-big-post?replies=7
From old post but valid in some installs – http://www.undermyhat.org/blog/2009/07/sudden-empty-blank-page-for-large-posts-with-wordpress/
For more assistance, please post at the WP Forums – How to and troubleshooting
April 22, 2012 at 9:10 pm #133412@mercime
Participant@capnmarrrrk This is now about microglobalscope.org, right?
== So the structure is Microglobalscope.org with there being another network site at /sydney ==
Sanity check. You mean you installed WP at domain root Microglobalscope.org and made it multisite (network). Then you created a physical subdirectory and installed WP there as well and created another network?
And what do you mean by “microglobalscope.org/sydney which does the same thing as the test site. with the redirect.”? What redirect and why?
-
AuthorSearch Results