Search Results for 'buddypress'
-
Search Results
-
Hi,
we have created buddypress profiles for some users who aren’t our regular story writers on our news media website. How can we get these users feature into the search findings of search box that we have in our homepage and other pages we have on our website. We want to search them by their names on all the pages
Website is http://www.sportscrunch.in
Thank you in advance.
RiteshTrying to get to the best way to avoid those flashing number counts in the activity navigation tabs when at 0 and the page loads.
What I ended up doing is overriding the /common/nav/directory-nav.php template from:
<?php if ( bp_nouveau_nav_has_count() ) : ?> <span class="count"><?php bp_nouveau_nav_count(); ?></span> <?php endif; ?>to
<?php if ( bp_nouveau_nav_has_count() ) : ?> <span class="count c-<?php bp_nouveau_nav_count(); ?>"><?php bp_nouveau_nav_count(); ?></span> <?php endif; ?>then
.buddypress-wrap .bp-navs li.dynamic a .count.c-0 { display:none; }Anyway to get at this via bp_nouveau_get_nav_count Rather not have to override that template.
Topic: Comment Blacklist
Not sure if this is a wordpress or buddypress issue so posting in both places. I run a writers community with buddypress and have set up forums where members can post pieces of work. We are experiencing some difficulty with the comment blacklist which prevents some words from being used even if within a word e.g. double breasted…. and one piece of work I can’t for the life of me find the word that is blocking the post… whilst I want to be able to stop spam comments, surely forum posts from members who have to be signed in to post is another thing? Any suggestions? I am useless with code :). Even if we had something which could identify the rogue word we could do something about it…
Thank you
WP v5.2.1
BP v4.3.0I have BuddyPress installed in a multisite environment and I am trying to figure out what the exact code needs to be placed within the bp-custom.php file to remove … “on the site SITENAME,” … from the following within the Global and Personal activity streams:
-
When a post is made.
when a comment is made.Also, I’m trying to figure out how to turn off the notifications within the global and personal activity streams for:
-
When a page is made.
I may be novice but can pick up some things fairly quick. I just need a little help so any assistance would be greatly appreciated. 🙂
Dear BuddyPress community,
my company is using your plugin for our companies intranet.
We’ve got a development Server running and updated the Woffice Intranet Theme to the latest 2.8.3.1 Version.
Once I updated the theme, BuddyPress somehow also changed the settings from the legacy buddypress template package to the Nouveau one. I tried changing this setting back to legacy, without luck. It applies the settings in the settings panel but the actual page doesn’t change. I tried clearing (or entirely disabling) the cache multiple times.
Information regarding our system (because it’s an intranet, I can’t provide a link):
We’re using WordPress v5.2.1, with the Intranet Theme Woffice (v2.7.2.1 -> v2.8.3.1). The Theme comes with BuddyPress 4.3.0. We didn’t change anything in BuddyPress.Also, we got Unyson 2.7.22.
Any thoughts?
Thanks in advance,
FrederikDear BuddyPress community,
my company is using your plugin for our companies intranet. When a user is logged in, his online status is shown in a sidebar. Then, when the user logs out, the online status should disappear immediately. But it the online status doesn’t change for quite some time.
Is there a filter function, or a setting in BuddyPress that controls the behaviour of the “online Users display”?
Information regarding our system (because it’s an intranet, I can’t provide a link):
We’re using WordPress v5.2.1, with the Intranet Theme Woffice (v2.7.2.1). The Theme comes with BuddyPress 4.3.0. We didn’t change anything in BuddyPress.Also, we got Unyson 2.7.22.
Any thoughts?
Thanks in advance,
FrederikHello,
I’ve been looking for a way to change BuddyPress slug URLs but I couldn’t find a source that is up to date. Could you please help me out about this?
URLs that I want to change:
/profile/
/profile/edit/group/1/
/profile/change-avatar/
/profile/change-cover-image/
/activity/
/activity/mentions/
/activity/favorites/
/submissions/
/submissions/publish/
/submissions/pending/
/submissions/drafts/
/achievements/
/achievements/earned/
/achievements/unearned/
/achievements/?achievements_page=2
/settings/
/settings/notifications/
/settings/profile/
/settings/data/
/leaderboard/
/leaderboard/today
/leaderboard/week
/leaderboard/monthThank you so much,
AnilTopic: Special access to post
Hello,
I want to create an intranet to share information between departments. Everybody can see all the documentation but only some profiles will post on its own department (user1 only posts in departmentA, user2 only can post on departmentB…).
Also they will need to be able to add files (pdf, doc, etc)
Is this possible with buddypress
Thanks
Topic: Navigation won’t show up
I installed Buddypress and selected Use tab styling for primary navigation but no tabs come up. I also tried Display the group navigation vertically and even though the space where the navigation goes shows, there is no navigation there.
I have deleted the plugin and reinstalled but it didn’t change anything.