Search Results for 'buddypress'
-
AuthorSearch Results
-
June 8, 2015 at 10:51 am #240430
In reply to: How to show sitewide activity in profile page
Henry Wright
ModeratorIn that case, you can just do this:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?> <?php while ( bp_activities() ) : bp_the_activity(); ?> <?php locate_template( array( 'activity/entry.php' ), true, false ); ?> <?php endwhile; ?> <?php endif; ?>Unless you filter this, it’ll show everything.
Ref: https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/
June 8, 2015 at 9:25 am #240424In reply to: buddypress groups question
Alvin341965
Participantif you hover over buddypress.org before my sites you’ll see a popup create new topic.
i had to look for a while too ๐June 8, 2015 at 9:16 am #240423In reply to: buddypress groups question
cheryltrigonesriley
ParticipantQuestion — How did you start this topic? I’m logged into buddypress support, but don’t see a way to create a new topic like you did above?
June 7, 2015 at 6:13 pm #240410In reply to: Username displaying as ‘@Admin’ on profile
danbp
ParticipantCan you test with another theme ? Also are you using some cutom template for profiles, or a plugin or a custom function ?
See if you have this in your template:
<h2 class="user-nicename">@<?php bp_displayed_user_mentionname(); ?></h2>The original is in bp-templates/bp-legacy/buddypress/members/single/members-header.php
Maybe your theme or custom work is using something other than
bp_displayed_user_mentionname();June 7, 2015 at 10:12 am #240401In reply to: Sponsored Ads
Henry Wright
ModeratorHi @mecceo
Yes. You have 3 options:
- Search for a plugin on the Plugin Directory
- Write some code yourself. Feel free to ask any “how to” questions on here
- hire a developer
June 6, 2015 at 8:56 pm #240371In reply to: Register page “name required broken”
Patryk
Participant@henrywright But this is a standard register form from buddypress ๐
I ask if i can remove it for a moment from buddypress register form ๐June 6, 2015 at 10:52 am #240361In reply to: Create alternate version of avatar on upload
Henry Wright
ModeratorIs the Buddypress avatar handled the same way as the normal WordPress thumbnails? i.e. functions?
No. See the
bp_core_avatar_handle_upload()function for how avatars are uploaded in BP.Ref: https://github.com/buddypress/BuddyPress/blob/master/src/bp-core/bp-core-avatars.php#L794
June 6, 2015 at 10:39 am #240358In reply to: bp_verify_nonce_request() not working
Nithin K Varrier
ParticipantWe have just finished up with a WP project with a BuddyPress module to it, and the site is in https status. As it is a unique offering, the client have strictly forbidden us from sharing the url as the launch is around the corner. ( which makes it all the more frustrating from our point of view).
The issue is, a Fresh User cannot login and register to become a registered user from any device. But, the moment an EXISTING user logs into the Community module – say from the same laptop and logs out, the earlier prospective user now finds no problem in registering and creating a profile !
Pls help.
June 6, 2015 at 10:23 am #240354In reply to: bp_verify_nonce_request() not working
Henry Wright
ModeratorYou shouldn’t change core files. Each time you upgrade BuddyPress your changes will be lost.
June 6, 2015 at 6:41 am #240340In reply to: User count does not show up correctly…
Brandon Allen
ParticipantFrom the screenshots you posted on Trac, it looks like you’re running the Ultimate Member plugin as well as BuddyPress. Is this true? If true, what version of Ultimate Member are you running?
June 5, 2015 at 11:30 pm #240338In reply to: Messages Excerpts in Admin Bar Notifications
Osisis
Participant@r-a-y I’m using the BuddyPress method of having my admin bar appear more as a menu. I had been playing with code for the past couple of days I’d tried.
But that hadn’t worked as now no matter what my message notifications just keep saying no new notifications.

Hadn’t thought to use JS… Will have to give that a try. Thanks!
June 5, 2015 at 11:12 pm #240337In reply to: BP Pages Have No Content
shanebp
ModeratorWhy do your BP urls have ‘index.php’ in them?
http://globalstampclub.com/index.php/members/Read and follow this:
June 5, 2015 at 7:16 pm #240317In reply to: Username displaying as ‘@Admin’ on profile
Teratoma
ParticipantAgain, I did not create a user called “admin”. The page/url I linked to above was generated by BuddyPress for the user called “Antrodius”, which happens to be the WP admin. I have every setting possible set to display the name as such. If you look at my members page ( http://www.rickey-rat.com/member-grid/) , you can see that even BP acknowledges the username, but instead of using that username in the profile and its URL (like all other users), it shows this user as Admin.
I’m not so concerned about the url as I am about the name displaying at the top. Is there a way to edit the template in my child-theme – I might be able to figure out how to pull the correct username, since it displays properly in some places.
June 5, 2015 at 6:18 pm #240313In reply to: Username displaying as ‘@Admin’ on profile
Teratoma
ParticipantThat link should be http://www.rickey-rat.com/members/admin (when I clicked ‘edit’ at the bottom of this page, it took me to the BuddyPress.org root.)
Edit to add – ah, apparently my ‘edit time’ for the op had expired.
June 5, 2015 at 5:01 pm #240299In reply to: Groups editing not saving
maxdestefano
Participant2.3.1 is not working for me as well.
I got those two errors after enabling the debug logs, will this help?
Notice: Trying to get property of non-object in …/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php on line 1279
Notice: Trying to get property of non-object in …/wp-content/plugins/buddypress/bp-groups/bp-groups-admin.php on line 1280
[edited to remove full path to avoid security issues for this poster]
June 5, 2015 at 4:53 pm #240295In reply to: Groups editing not saving
June 5, 2015 at 3:42 pm #240286In reply to: /members/user & other page errors
xprt007
ParticipantIsn’t there a possibility to edit posts? I wanted to update the just written post above, but could not find an appropriate link! The only “Edit” button below this textarea leads to => “https://buddypress.org/” ๐
June 5, 2015 at 3:39 pm #240285In reply to: /members/user & other page errors
xprt007
ParticipantHi
Thank you for responding.
I tried a few other themes including twentythirteen & Mesocolumn – no difference.
Then today I disabled all plugins except buddypress & bbforum.Observation:
#1. The mentioned links worked.
#2. I then first activated a number of security plugins + Hyper cache plugin. Problem back, of page not found, until I deactivated Hyper cache.This was solved by reading this article => http://www.buddyboss.com/buddypress-speed-and-performance/ & doing this:
By default this plugin will cache all of your siteโs pages, including your BuddyPress-specific content like activity posts and forum posts. This is not good, as your BuddyPress content is constantly updated and needs to remain fresh. To fix it add the following lines into โURI to rejectโ in the โFiltersโ settings panel of Hyper Cache:
/forums/
/groups/
/members/
/activity/
/blogs/
/messages/
/register/
/activate/… I think current plugin terminology is “Exact URIs to bypass” & “(Starting with) URIs to bypass”, which I did and clearing the cache.
#3. As I continued activating, I discovered the used https://wordpress.org/plugins/404-to-start/ also causes if I try to go to my profile page or for example /members/user-x/, etc to re-direct to site front page, with no error.
I have to look into this later. The other plugins I had tried before caused some issues, so I was happy with this re-direct plugin.
Will report back, at least if I get a response from author or get a plugin not causing issues, someone could recommend one ;).
Thank you & regards.
June 5, 2015 at 2:06 pm #240279In reply to: Register page “name required broken”
Henry Wright
Moderator@patrykos360 you should contact the theme author as the problem is likely to be theme related. If the theme is purposefully BuddyPress-compatible, then perhaps the author will release a fix?
June 5, 2015 at 12:27 pm #240274shaquana_folks
ParticipantYeah it is @henrywright and I’m not sure what I’m doing wrong if it’s from my end. As far as I know,I don’t have any custom code in my functions.php file, but is it possible if you can look it over for me if I copy and paste it into a new message (The only thing is it’s a lot of coding in this particular PHP file though)? Because you probably can catch a weird coding that I might have overlooked; I really don’t want to start messing around with the coding and risk messing up the functions.php file all together. Also, exactly in what folder would I be able to find that bp-custom.php file at? Because I looked from my hosting plan back end when I logged in and I only see this bp-settings-functions.php in the “buddypress > bpsettings” folder.
June 5, 2015 at 11:32 am #240271In reply to: Username problems
Henry Wright
ModeratorIf you wanted to, you could disallow spaces in usernames by validating the field during registration. This is how you’d do it:
function zenimot_validate_username() { $bp = buddypress(); if ( strpos( $_POST['signup_username'], ' ' ) !== false ) { $bp->signup->errors['signup_username'] = __( 'Spaces are not allowed', 'buddypress' ); } } add_action( 'bp_signup_pre_validate', 'zenimot_validate_username' );June 5, 2015 at 10:17 am #240269In reply to: nginx vs apache installs with buddypress
mcpeanut
Participant@hnla lol sorry my bad i didnt realise the HE was infact a SHE :), yes i agree its slightly off topic as a whole for buddypress but isnt that some point serious buddypress users are in-fact going to have to deal with in the future?
This is why i said maybe have its own section in the forums than just having to post it under miscellaneous?
What good is it having a porche with only a sinclair c5 engine under the hood ? ๐
June 5, 2015 at 10:14 am #240268In reply to: nginx vs apache installs with buddypress
mcpeanut
ParticipantThats the thing henry alot of people dont even understand what you just said more than likely and if they do once they have performed their initial install of Linux/ Apache/ MySQL and PHP everything is left as default for most people. I guess what i have been trying to do for the past few years is come up with the best possible config and environment for true scalability, this is my 4th server and i have upgraded from first having a vps to then having 3 dedicated servers each more powerfull than the last, i have now decided to stick with my newest server for the initial release of my buddypress built site and may keep my other 2 online for when i want to delve into the world of adding servers together for scalability (which i still have alot to learn as i know how to do this in theory but not yet in paractice) as i have a good deal on them and use them for testing with.
my new server is an 8 core xeon @3.3ghz with 32gb eec ram and 4 x 3tb hardrive in raid 10 with a dedicated hardware raid controller so should be great for buddypress.
June 5, 2015 at 10:12 am #240267In reply to: nginx vs apache installs with buddypress
Hugo Ashmore
Participant>cool he will probs read this when hes online,
She’ll be happy to grant contributor access to the codex as will I as Codex leads, although all Mods should be able to(not 100% sure of that though)Specific and detailed server configs does start to veer of topic for the BuddyPress Codex somewhat ( WP Codex probably has more extensive detail on WP and server setup as it’s WP really that we’re installing and running on the server), although we wouldn’t say don’t write up something along those lines.
We also would be happy for any other guides / write ups that you might like to suggest and tackle – the codex is only as good as it’s contributions from the community ๐
June 5, 2015 at 10:01 am #240265In reply to: Username problems
Henry Wright
Moderator -
AuthorSearch Results
