-
Virtuali posted on the forum topic Show the forum poster’s IP address to only poster person and moderators in the group How-To and Troubleshooting: 13 years, 7 months ago
Try:
-
Virtuali posted on the forum topic how to hide admin activity on Buddypress activity? in the group How-To and Troubleshooting: 13 years, 7 months ago
when admin post on wordpress, post also appeared on BuddyPress activity, as admin’s activity.
how to prevent it? how to hide admin activity?
Try this plugin https://buddypress.org/community/groups/buddypress-block-activity-stream-types/
-
Virtuali posted on the forum topic Admin bar broken in IE7 in the group How-To and Troubleshooting: 13 years, 7 months ago
i’m having the same problem with ie 7/8
This topic is over 2 years old, if you are really using bp 1.2.7 or 8 I would guess there is a plugin conflict.
-
Virtuali posted on the forum topic There was an error sending that message, please try again in the group How-To and Troubleshooting: 13 years, 8 months ago
Disable all your plugins except buddypress.
-
Virtuali replied to the topic A couple of beginner questions. in the forum How-to & Troubleshooting 13 years, 8 months ago
Try something like this in your bp-custom:
function new_search_action() {
global $bp;return apply_filters( 'new_search_action', $bp->root_domain . '/search' );
}function custom_adminbar_search() {
$mobSearch = '
<li class="align-right"><form action="' . new_search_action() . '" method="post" id="search-form">' . bp_search_form_type_select()…[Read more]
-
Virtuali posted on the forum topic A couple of beginner questions. in the group How-To and Troubleshooting: 13 years, 8 months ago
Try something like this in your bp-custom:
function new_search_action() { global $bp; return apply_filters( 'new_search_action', $bp->root_domain . '/search' ); } function custom_adminbar_search() { $mobSearch = ' ' . bp_search_form_type_select() . ' ' . wp_nonce_field( 'bp_search_form' ) . ' '; echo apply_filters( 'bp_search_form', $mobSearch…
[Read more] -
Virtuali posted on the forum topic A global forum? in the group Creating & Extending: 13 years, 8 months ago
I prefer keep local forums with the global fourm running along
Than add another forum via plugin such as: http://simple-press.com/
-
Virtuali posted on the forum topic A couple of beginner questions. in the group How-To and Troubleshooting: 13 years, 8 months ago
And the code is giving me an error:
Parse error: syntax error, unexpected ‘}’ in xxx/public_html/wp-content/plugins/bp-custom.php on line 9
Make sure it has been wrapped around
at the beginning and the end.
But I want it to display their usernames instead of their RealNames.
Use this plugin: htt…[Read more]
-
Virtuali posted on the forum topic A global forum? in the group Creating & Extending: 13 years, 8 months ago
Side Note: That plugin will remove the Forums Being Part of a group, All your groups will no longer have a forum.
-
Virtuali posted on the forum topic A couple of beginner questions. in the group How-To and Troubleshooting: 13 years, 8 months ago
How can I make it so it displays the users by nicknames, not by their names? That is what Buddypress does currently. It displays their “RealName” rather than their Username across the site. how can I add Activity and Members links in the adminbar? Add this to your bp-custom.php: `function pages(){ ?> Activity Groups <?php } add_action( […]
-
Virtuali replied to the topic A couple of beginner questions. in the forum How-to & Troubleshooting 13 years, 8 months ago
<i> How can I make it so it displays the users by nicknames, not by their names?</i>
That is what Buddypress does currently. It displays their “RealName” rather than their Username across the site.
<i> how can I add Activity and Members links in the adminbar?</i>
Add this to your bp-custom.php:
function pages(){
?><li class="no-arrow"><a…[Read more]
-
Virtuali posted on the forum topic WordPress installed in directory eg http://www.example.com/wordpress/ but redirected to root so http://www.example in the group Installing BuddyPress: 13 years, 8 months ago
the register link works but the link to log in doesn’t it just keeps giving a 404 page not found error
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
-
Virtuali posted on the forum topic Group admin sticky forum in the group How-To and Troubleshooting: 13 years, 8 months ago
I found the file (through the search bar on the CP) but when I click on it it says no records found?
You can’t open the file? Just access it via FTP. Filezilla is great.
-
Virtuali posted on the forum topic Suggested Members / Groups in the group How-To and Troubleshooting: 13 years, 8 months ago
I came here to see if anyone else had any success.
Off of my head, there are no plugins like that at the moment.
But you could search for “Buddypress Suggestions” on google, might give you some answers.
-
Virtuali posted on the forum topic There’s no way for new members to JOIN in the group How-To and Troubleshooting: 13 years, 8 months ago
Doesn’t it say “Sign Up”?
-
Virtuali posted on the forum topic Group admin sticky forum in the group How-To and Troubleshooting: 13 years, 8 months ago
Go into groups/single/forum/topic.php and remove:
<?php if ( bp_group_is_admin() || bp_group_is_mod() ||
-
Virtuali posted on the forum topic There’s no way for new members to JOIN in the group How-To and Troubleshooting: 13 years, 8 months ago
Make sure the “Anyone Can Register” is enabled under the wordpress general settings
-
Virtuali posted on the forum topic CSS Works in FireFox but not in Chrome, Opera and IE in the group Creating & Extending: 13 years, 8 months ago
Nope. You can allow access to any user role with WP Maintenance Mode plugin.
Ok, well I don’t use that plugin.
Learn something new everyday! 🙂
-
Virtuali posted on the forum topic Changed Group Permissions – Lost messages in the group How-To and Troubleshooting: 13 years, 8 months ago
I just changed a group from “private” to “public” and all the posts went away. I went back to “Private”, and they came back.
Hmm…I tested this on my site.
I have a private group with all the activity stream posts, so I set it to “Public” and they all did indeed disappear.
-
Virtuali posted on the forum topic Banning users from groups in the group How-To and Troubleshooting: 13 years, 8 months ago
Existing ticket: https://trac.buddypress.org/ticket/2661
Will be of 1.3.
- Load More
@gunju2221
Not recently active