-
Virtuali posted on the forum topic Replies In The Activity Stream. Are They Confusing To Members? in the group Miscellaneous: 13 years, 8 months ago
or, 🙂 you can redirect the “Reply” button to the “Leave a reply” textarea in the forums, and so on in the comments: ` function cac_insert_comment_reply_links( $has_comments ) { global $activities_template, $wpdb, $bbdb; do_action( ‘bbpress_init’ ); $topics_data = array(); $posts_data = array(); foreach( $activities_template->activities as $key…[Read more]
-
Virtuali posted on the forum topic securing plugins form, can i do somthing more? in the group How-To and Troubleshooting: 13 years, 8 months ago
There are tons of Firewall plugins: https://wordpress.org/extend/plugins/wordpress-firewall-2/
-
Virtuali posted on the forum topic Facebook pages plugin. in the group Creating & Extending: 13 years, 8 months ago
Go here for the full picture of all features that are a standard installation with Buddypress
-
Virtuali posted on the forum topic Linking directly to group sub-pages such as members, forum etc. in the group How-To and Troubleshooting: 13 years, 8 months ago
You can make the group’s default page being the Forum by adding this to your bp-custom.php:
function redirect_to_forum() {
global $bp;$path = clean_url( $_SERVER );
$path = apply_filters( 'bp_uri', $path );
if ( bp_is_group_home() && strpos( $path, $bp->bp_options_nav ) === false )
bp_core_redirect( $path . $bp->bp_options_nav . '/'…[Read more] -
Virtuali posted on the forum topic Searching the Codex is broken in the group Requests & Feedback: 13 years, 8 months ago
😀 @Hnla *he* 🙂
-
Virtuali posted on the forum topic Locating comments.php for editting in the group How-To and Troubleshooting: 13 years, 8 months ago
Sorry for not responding.
Your just looking for the Comments Function on your theme?
There is most likely a “comments.php” in your theme folder.
-
Virtuali posted on the forum topic Buddypress @username? not sliding out when clicked, error ReferenceError: Can't find variable: BP_DT in the group How-To and Troubleshooting: 13 years, 8 months ago
Sounds like your install may be broken.
What versions of buddypress you are using?
I would re-install the buddypress plugin to ensure a clean install.
-
Virtuali posted on the forum topic Disable the 'REPLY' function to already existing post reply in the group How-To and Troubleshooting: 13 years, 8 months ago
Any Reason you don’t want subsequent replies? If you don’t want the nesting, it’s a simple CSS solution you can change:
div.activity-comments ul li
margin-left: 0px;Is that what you mean?
-
Virtuali posted on the forum topic Full Name search in the group How-To and Troubleshooting: 13 years, 8 months ago
The search does search for the Name or “Profile” Name of the User, including if they have a Space as sort of a “Last Name”
-
Virtuali posted on the forum topic Show hidden group activity in the group How-To and Troubleshooting: 13 years, 8 months ago
That code gave me duplicate topics, and it’s outdated.
-
Virtuali posted on the forum topic How to change "Search anything…" in the group How-To and Troubleshooting: 13 years, 8 months ago
This is what you want to change:
if ( !empty( $_POST ) && __( 'Search anything...', 'buddypress' )
in your theme’s ajax.php -
Virtuali posted on the forum topic wp-login screen not being presented at WP site URL in the group How-To and Troubleshooting: 13 years, 8 months ago
Buddypress does not change any login functions in wordpress.
Looks to me your login works fine: http://hongernaarmeer.nl/launch1/wp-login.php?redirect_to=http%3A%2F%2Fhongernaarmeer.nl%2Flaunch1%2Fwp-admin%2F&reauth=1
-
Virtuali posted on the forum topic cant open group page in the group How-To and Troubleshooting: 13 years, 8 months ago
Wp/bp versions?
What plugins do you have installed?
Do you have multisite?
Files could be in incorrect place, but thinking it would redirect to homepage.
-
Virtuali posted on the forum topic Failed to load resource: jquery.Jcrop.js in the group How-To and Troubleshooting: 13 years, 8 months ago
So, the avatar cropping just does not appear? Sometimes if the page does not fully load, the cropping tool will not appear.. are you sure the page is fully loaded?
If so, I would check for conflicting plugins, otherwise, did you say you had multisite?
-
Virtuali posted on the forum topic Weird Border Appeared in the group BuddyPress Media: 13 years, 8 months ago
Found the culprit-
WP-photo album.
-
Virtuali posted on the forum topic Block this blog’s posts and replies from any activity stream in the group Requests & Feedback: 13 years, 8 months ago
Be more specific.
~For what roles can people view the type?… etc
-
Virtuali posted on the forum topic Reversing the order of forum posts within a topic in the group How-To and Troubleshooting: 13 years, 8 months ago
Wouldn’t recommend at all changing the core, especially the templatetags.
Just write a simple function using the templatetags.php in bp-custom something like:
function bp_has_forum_topic_posts() {
global $topic_template;$defaults = array(
'order' => 'DESC'}
not tested
-
Virtuali posted on the forum topic Add members to groups via codes in the group How-To and Troubleshooting: 13 years, 8 months ago
There is a plugin that can add users to a group if your the Admin: https://wordpress.org/extend/plugins/bp-admin-actions/
-
Virtuali started the forum topic Weird Border Appeared in the group BuddyPress Media: 13 years, 8 months ago
Hey Buddypress Media Team! Want to say your doing a great job with the BP Media Project. Although some weird strange thing happened to my albums on my site. If you go to: http://savannahvideocentral.com/members/monkoney/album/ you can see that there is a weird border surrounding the header content. I deactivated the plugins that could be triggering […]
-
Virtuali joined the group BuddyPress Media 13 years, 8 months ago
- Load More
@gunju2221
Not recently active