-
Prime example.. @hnla is your mention name but how do you know that without looking at everyones profile ?
-
-
@mercime replied to the forum topic Moving from Wordpress to Buddypress in the group How-To and Troubleshooting
@hellsailor you do not ”move” to BuddyPress. BuddyPress is a WordPress plugin, so you add this plugin to your WordPress installation.
http://codex.buddypress.org/getting-started/setting-up-a-new-installation/
-
@mercime replied to the forum topic Member Profile - Is this problem Buddypress or Theme in the group How-To and Troubleshooting
That’s a theme issue. Contact theme author.
-
try changing your display name to something different from login, that appears to circumvent an issue with activity stream then you posts should appear under your activity, also whenever replying […]
-
Tommy White started the forum topic Anonymous User Comments Defaulting to Site Admin in the group How-To and Troubleshooting
I have tried Google and also the search on this site, which keeps taking me to the Buddypress blog for some reason, but can’t seem to find a solution to my problem.
I recently installed Buddypress on my gaming […]
-
Hugo replied to the forum topic Setting Users as subscribers automatically? in the group How-To and Troubleshooting
‘Events’ isn’t a feature of BuddyPress as such nor of WP so can’t really advise on that – I presume this is a custom plugin, perhaps something like buddyvents? which I think can make use of blogs […]
-
Paul Gibbs replied to the forum topic Problem with window xp in buddypress in the group How-To and Troubleshooting
BuddyStream offer support on their website for registered users, so check out http://buddystream.net/ for help from that plugin’s authors.
-
@mercime replied to the forum topic Private Messaging option suddenly not working in the group How-To and Troubleshooting
WP/BP versions? What have you changed recently in your installation? Change to bp-default theme and deactivate plugins except BuddyPress to start troubleshooting.
-
@mercime replied to the forum topic Send user to another page after registering on bp-signup page? in the group How-To and Troubleshooting
-
@mercime replied to the forum topic Reply and Reply Not working in the group How-To and Troubleshooting
Password is incorrect
-
Hugo replied to the forum topic Setting Users as subscribers automatically? in the group How-To and Troubleshooting
Apologies you are right MS doesn’t give the same options, network admin settings screen does perform the register enable function but I can’t see how to set a default signup role – another reason perhaps that I […]
-
Hugo replied to the forum topic Setting Users as subscribers automatically? in the group How-To and Troubleshooting
It’s an option tied to the registration process, you get to enable or disable site registration and then to set what role is assigned to new signups. It will be part of the admin settings for sites rather than […]
-
Hugo replied to the forum topic Setting Users as subscribers automatically? in the group How-To and Troubleshooting
Initial user roles is a WP aspect, check your WP general settings page.
-
No if you’re using BP and just creating a child theme for purposes of overriding a few styles then BP will enqueue your child themes style.css file so all you should need to do is add your rulesets in […]
-
Henry replied to the forum topic Changing second level slugs in the group How-To and Troubleshooting
Thanks Paul
I did just have a look at bp-friends-loader.php and can see there are lots of hard coded URLs.
-
orpatech.com replied to the forum topic Display Settings options to admin only in the group How-To and Troubleshooting
Just add an the following IF Statement
if (current_user_can('level_10')){ }Add the above if condition around the following code in […]
-
orpatech.com replied to the forum topic Add Group Name in Member-header in the group How-To and Troubleshooting
I wrote some custom code which may help you out…..
`
$query = mysql_query(“SELECT * FROM bp_groups_members WHERE user_id = $user_id “);
$numrows = mysql_num_rows($query);
if ($numrows !=0 ){
$row = […] -
Paul Gibbs replied to the forum topic Changing second level slugs in the group How-To and Troubleshooting
This isn’t possible at the moment. There is too many hard coded URLs throughout BuddyPress.
-
Paul Gibbs replied to the forum topic Help with WP-Clear 3.0 compatibility in the group How-To and Troubleshooting
Mercime is very generously giving you pointers to make changes to your theme. If you’re still having problems, you may need to hire a theme developer to help you out.
- Load More