Search Results for 'buddypress'
-
AuthorSearch Results
-
June 7, 2015 at 10:12 am #240401
In 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
ModeratorJune 5, 2015 at 9:50 am #240264In reply to: nginx vs apache installs with buddypress
mcpeanut
Participantcool he will probs read this when hes online, this is the thing with buddypress, i just didnt understand when i first came to these forums a few years ago even though i had been comming longer without registering, I myself had shared hosting and thought yippee i have found a plugin that i was looking for and installed it, then after messing around with buddypress it dawned on me that shared hosting just was not gonna cut the ice with buddypress let alone wordpress for a serious install.
I then decided to delve into the world of dedicated/vps servers. I am by no means an expert in this world yet but i believe from my own experience that it is a very daunting task moving to these kind of setups at first, once you get the basics of initial setup and general security right its then time to tweak everything for future proofing and scaling and performance tweaking if your serious about the future of your website, unless your willing to pay ALOT of cash out to people who can do his for you full time.
This is why i sort of pushed my buddypress websites design back in favour of looking into all this. I think this is one of the biggest points concerning every website build and believe that not enough info is out there to make people understand just how important all this is to succeed with their websites, alot of people see these one click easy installs and adverts off companys telling them to come build your website with us its easy then see wordpress installed and think yippe look at my new website and what it can do, until of course they then get popular crash and burn then fail and give up because they just dont understand the reality involved in pushing forward a scalable environment. This is why i believe people doing a massive project such as buddypress should really be able to share this info with each other from nivice users to experts in this field.
June 5, 2015 at 9:30 am #240263In reply to: nginx vs apache installs with buddypress
Henry Wright
ModeratorThat’s great you’re interested in updating the docs.
@henrywright who is the best person to ask on these forums to add a new section?
@mercime should be able to grant you contribute access to codex.buddypress.org.Ref: https://codex.buddypress.org/participate-and-contribute/
June 5, 2015 at 9:17 am #240262In reply to: nginx vs apache installs with buddypress
mcpeanut
Participant@henrywright who is the best person to ask on these forums to add a new section?
I would love to see a server configuration and hardware setups section for buddypress in these forums, i have mentioned this before.
It could be a specific place for people to share all kinds of server configuration settings and tips and server scalability issues etc along with initial setup advice to.
I mean i would be willing to post a few server tips and tricks i have learnt along the way into this section and maybe write a few guides etc for server lockdown and shh hardening tips etc, even though i am still learning alot of server administration tasks (because the scope is vast )it would be good to have a place for vps and dedicated server users to all have a chat about issues and setups etc for buddypress. I do realise as a rule that there are plenty of server setup and config info all over the web on other forums etc and in articles but hey would it not be great for users of buddypress to have a tips and help section for this to? this would let users share their experiences with setups running with buddypress installs specifically and could also cover things like server level caching php caching and many other tweaks needed to run at optimum performance. lets be real here buddypress is not designed to run very well on shared hosting (not for very long anyhows to you bottleneck yourself) and i think this would be good info for people making the leap to other setups.
June 4, 2015 at 11:44 pm #240248In reply to: Logged in Links
Bradley Allen
ParticipantUsing the plugin above, I added the ‘members’ and ‘groups’ pages to the BuddyPanel (Boss theme) and only display them to users that are logged in.
I want people who are logged in to have an easy way to find all available groups, as well as the members of the site.
I’m new to using BuddyPress. Thanks for your assistance! I’m think I’m set for now. ๐
-
AuthorSearch Results
