-
Squirrel replied to the topic How can I make the My Groups tab default rather than Groups tab? in the forum How-to & Troubleshooting 10 years, 7 months ago
Actually forget this- It seems to be working ok now without any tweaks- strange, perhaps it was my theme.
-
Squirrel replied to the topic How can I make the My Groups tab default rather than Groups tab? in the forum How-to & Troubleshooting 10 years, 7 months ago
I found this code from http://www.tommywhite.com/resources/buddypress/change-buddypress-groups-starting-tab after some Google searching- does anyone know if this is a good way of doing this in the latest version of BuddyPress please?
/* Redirect for group home tab */
[Read more]
function redirect_group_home() {
global $bp;
$path = clean_url(… -
Squirrel replied to the topic How do I remove @username from buddypress member profiles in the forum How-to & Troubleshooting 10 years, 7 months ago
You are right the css override does not work sorry. I just remembered how I did this sorry, try this function to turn off mentions:
// remove buddypress mentions
add_filter( 'bp_activity_do_mentions', '__return_false' );Try Adding it to your theme functions file or a custom plugin.
-
Squirrel started the topic How can I make the My Groups tab default rather than Groups tab? in the forum How-to & Troubleshooting 10 years, 7 months ago
Hi there
When I’m on the Groups page it defaults to show groups, but I would like it to default show “My Groups” as I use hidden groups a lot and if a user logs in it might look like there are no groups to them and it’s not obvious to click the My Groups Tab.
If anyone has a good solution that does not involve hacking into the BuddyPress plugin…[Read more]
-
Squirrel replied to the topic How do I remove @username from buddypress member profiles in the forum How-to & Troubleshooting 10 years, 7 months ago
Add a css style rule to your header.php within the <head> tags
I think it’s this to get rid of the mentions on the profile page:
<style type="text/css">
div#post-mention {
display : none;
}
span.user-nicename {
display : none;
}
</style> -
Squirrel started the topic Simple Portal WordPress Theme now live in the forum Creating & Extending 10 years, 8 months ago
Hi guys
I made a WordPress theme and it’s been approved and is live now. Some comprimises on the functionality I wanted to put into it had to be made but I’m glad it’s all done now.
Simple Portal on WordPress.org
A WordPress child theme for Twenty Thirteen that uses Twitter Bootstrap 3.0. Makes all BuddyPress and BBPress pages use full width…
-
Squirrel replied to the topic Anyone tried or seen this plugin yet? Schedule content in the forum Third Party Plugins 10 years, 8 months ago
The plugin author is this guy by the way: he wrote some plugins on wordpress.org including BuddyPress Groups Extras which is how I found him. Slava UA.
-
Squirrel replied to the topic Anyone tried or seen this plugin yet? Schedule content in the forum Third Party Plugins 10 years, 8 months ago
The plugin author say’s it does:
schedule forum topics in any group
schedule site-wide notices to be published
schedule group members unbanning
Everything at a time you specify!That gives you a unique ability to:
plan the traffic on your site
promote something at a certain time
notify users about any group events/news on timeI was thinking…[Read more]
-
Squirrel replied to the topic Hide the page "members" for non-members in the forum How-to & Troubleshooting 10 years, 8 months ago
You could try Justin Tadlocks plugin Members
-
Squirrel replied to the topic [Resolved] Community Gallery Plugin? in the forum Third Party Plugins 10 years, 8 months ago
I did a search for User Submitted Gallery and found this at Pippins Plugins. User Submitted Image Gallery.
Or you could use Perishable Press’s User Submitted Posts (posts and images) and then put the images in a gallery on a page.
-
Squirrel replied to the topic [Resolved] Community Gallery Plugin? in the forum Third Party Plugins 10 years, 8 months ago
I saw this one a while back and it seemed to work well whwn I tested it last. It might need some tweaking regarding the css though as I remember. BuddyPress Portfolio
-
Squirrel replied to the topic Buddypress as Job Finder Employee Finder in the forum Creating & Extending 10 years, 8 months ago
There is this plugin too for job board creation. WP Job Manager by Mike Jolley
-
Squirrel replied to the topic Make Content Private in the forum How-to & Troubleshooting 10 years, 8 months ago
Actually that Private BP Pages plugin looks pretty much ideal for what you want @mrbirl.
-
Squirrel replied to the topic Remove or move title/member name on profile pages in the forum How-to & Troubleshooting 10 years, 8 months ago
You could probably do it with css if you find the class that controls the display of the element you want to hide.
-
Squirrel replied to the topic Make Content Private in the forum How-to & Troubleshooting 10 years, 8 months ago
I developed a theme to do it. I’ve submitted it to the Depository but still waiting for response.
-
Squirrel started the topic Anyone tried or seen this plugin yet? Schedule content in the forum Third Party Plugins 10 years, 8 months ago
I saw this plugin on Code Canyon and think it might be useful: a content scheduling plugin for BuddyPress. Any one else seen this? BuddyPress Auto Posting
-
Squirrel replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating & Extending 10 years, 8 months ago
I’ve been developing this and submitted it to the depository, but so far no one has looked at it yet so it will be a while. Updates about this are here: Updates and news
-
Squirrel replied to the topic Profile fields visible to admin and the logged in user only in the forum How-to & Troubleshooting 10 years, 10 months ago
I mis-read your question sorry. I found a solution which lets users only view other users profiles if they are a friend of that user. The admin can see all members regardless of them being his/her friend.
I put the function in my functions.php:
// BuddyPress create conditional if friend
function flatportal_bp_is_friend() {
global $bp;if…[Read more]
-
Squirrel replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating & Extending 10 years, 10 months ago
Thanks for your feedback everyone.
@hnla Yes you are right, I would be responsible to support it as a premium theme. So I will have to submit it to the directory and just spend a bit more time developing it I guess.
@ubernaut thanks I hope it would be useful to people.
@henrywright I have been thinking the same thing.I will remove it from my…[Read more]
-
Squirrel replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating & Extending 10 years, 10 months ago
Anyone interested in this at all?
- Load More
@mossyoak
Active 2 years ago