-
Eskymo replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago
Thanks for the feedback guys – really useful. I’ve been using this company – http://4uhosting.co.uk/ – for over 10yrs. They provide a good reliable service, it’s not too expensive and their support is fabulous.
But I’ve heard the term GridHosting in relation to social networks and thought that was something I would need to host a social network.…[Read more]
-
Henry Wright replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago
In my opinion, there’s no point using a sledge hammer to crack a nut so I wouldn’t go crazy to begin with. Hosts are generally able to scale with your needs. So, you could choose a basic VPS package to start and then monitor usage. If at any point you feel you need more horsepower then upgrade. If your host has good support, they’ll do this for…[Read more]
-
Henry Wright replied to the topic Add users to groups based on email address in the forum How-to & Troubleshooting 10 years, 11 months ago
These are the steps:
Write a function which adds a user to a group
Hook the function to an appropriate hook which fires on successful registrationNotes:
groups_join_group()is the function you’ll need to use to add new members to a group. It will accept the new user’s ID.
Use thestrpos()function to check if the university’s domain…[Read more] -
scarl etole's profile was updated 10 years, 11 months ago
-
Nithin K Varrier replied to the topic in the forum Updates 10 years, 11 months ago
HI
I fixed this problem. Used below condition:
if(!xprofile_get_field_id_from_name('FieldName')){
xprofile_insert_field( $args);
} -
Nithin K Varrier replied to the topic in the forum Updates 10 years, 11 months ago
HI
I fix this problem. Used below condition:
if(!xprofile_get_field_id_from_name('FieldName')){
xprofile_insert_field( $args);
} -
Henry Wright replied to the topic [Resolved] Modernizr 2.5.3 breaking BuddyPress Group Avatars in the forum How-to & Troubleshooting 10 years, 11 months ago
Hi @whoaloic
Can you open a new topic for this? This thread is resolved. Thanks.
-
Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago
I activated the debug mode in wp-config, but no warnings or notices. (The page was loaded normally, without any debug mode hints and it looks like a site with deactivated debug mode.)
All caches are cleared. I deactivated the WP Super Cache plugin.
I cleared the browser cache completely.The result: no access to pending users.
In the Network…[Read more]
-
Henry Wright replied to the topic after updating to 2.3.2 multiple plugins are throwing $wp->init() errors in the forum How-to & Troubleshooting 10 years, 11 months ago
If your website is live, always make sure you set
WP_DEBUGtofalse.WP_DEBUGshould always be set totruein your test website because it will let you (and you only) know when things are wrong. Whilst some debug notices aren’t errors, you should generally try to fix all of them if you can. -
Henry Wright replied to the topic after updating to 2.3.2 multiple plugins are throwing $wp->init() errors in the forum How-to & Troubleshooting 10 years, 11 months ago
If your website is live, always make sure you set
WP_DEBUGtofalse. WP_DEBUG should always be set to true in your test website because it will let you (and you only) know when things are wrong. Whilst some debug notices aren’t errors, you should generally try to fix all of them if you can. -
Eskymo replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago
I understand that, and thanks for your feedback. That’s why I mentioned about being in the UK as I’d need a UK based company I could call/email during UK business hours.
However, I’m nore concerned about bandwidth and dealing with the social network growth and what kind of hosting can cope with that.
Any advice?
-
Henry Wright replied to the topic Advice on Hosting in the forum Installing BuddyPress 10 years, 11 months ago
Support is key in my experience. Before you sign up to a 12 or 24-month contract, check out the host’s support policy and also search online to hear what their customers are saying. In my personal opinion, there’s nothing worse than an unaccommodating host.
-
Eskymo's profile was updated 10 years, 11 months ago
-
Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago
Ok. I pasted the snippets into the file and uploaded it.
But no change. I cannot access the pending user section. -
Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago
Great. It looks like my problem.
Thanks for the hint.Do you know how I can implement the patch?
It seems the bp-members-admin-classes.php file is the cause.
But I am not a PHP programmer. 🙁What do the numbers mean?
Is ‘+’ for adding and ‘-‘ for deleting? -
Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago
Do you know how I can implement the patch?
It seems the bp-members-admin-classes.php file is the cause.
But I am not a PHP programmer. 🙁What do the numbers mean?
Is ‘+’ for adding and ‘-‘ for deleting? -
Henry Wright replied to the topic Buddypress posting privacy in the forum How-to & Troubleshooting 10 years, 11 months ago
You can set
scopetofriendsto filter your activity loop. See the Activity Loop article for more info. -
Christian Kramer replied to the topic Access for user approval is denied, permission problem in the forum How-to & Troubleshooting 10 years, 11 months ago
Yes, this is the only part I cannot access.
I use buddypress in the main site of the network only. I installed it as described in the page you linked.
Buddypress is a part of the plugin directory in the wordpress installation.
-
@mercime replied to the topic [Resolved] xprofile fields on mobile are in wrong order or backwards in the forum How-to & Troubleshooting 10 years, 11 months ago
@quinngoldwin Glad you had it resolved, thanks for posting back. Strange that it happened in the first place.
-
Milad Nasri replied to the topic How should I use these codes to filter the activity stream? in the forum How-to & Troubleshooting 10 years, 11 months ago
Thank you… Very good…
Now that I can change the codes, How to set “Updates” as default instead of “–Everything–” in friends activity stream? - Load More