-
pcwriter posted on the forum topic Restrict site activity post viewing.. in the group How-To and Troubleshooting: 13 years, 4 months ago
@pinhit You really are struggling with this one, aren’t you? One of the important things to look out for is being sure your “if” statements are properly nested. To mimic the functionality of the site you linked to above, open activity/activity-loop.php and paste the first part of the conditional (the if, message & else) immediately AFTER […]
-
pcwriter posted on the forum topic How can I get profile field external links to open in a new tab? in the group How-To and Troubleshooting: 13 years, 4 months ago
@hnla Those are valid points. I also tend to open off-site links in new tabs (especially when researching, scrounging or learning new code bits π ), so I can jump between sites without losing track of previously visited stuff. But, as you say, members of older generations (like my step-mother), or those not-too-tech-savvy (like my employer) […]
-
pcwriter posted on the forum topic How can I get profile field external links to open in a new tab? in the group How-To and Troubleshooting: 13 years, 4 months ago
You’re welcome π
-
pcwriter posted on the forum topic Buddypress as Private Section of WordPress Site in the group Creating & Extending: 13 years, 4 months ago
Oops! You have a duplicate post that is answered here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-section-as-private-section-of-wordpress-site/ -
pcwriter posted on the forum topic BuddyPress Section as Private Section of WordPress Site in the group How-To and Troubleshooting: 13 years, 4 months ago
@WCCP The s2member plugin will do everything you want, and a whole LOT more too! Watch out though, you can easily get lost in all the features and options, so take it slow and follow the startup instructions closely. But everything is very well documented, and there’s a pretty good help forum available if you get […]
-
pcwriter posted on the forum topic How can I get profile field external links to open in a new tab? in the group How-To and Troubleshooting: 13 years, 4 months ago
@gregfielding Check out this thread. You can adapt the code provided for xprofile fields by simply replacing the ul class with
table.profile-fields
. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/make-drop-down-menu-links-open-in-new-page/ There are also several plugins that might get the job done too, but you may…[Read more] -
pcwriter posted on the forum topic restrict the 'members' page from logged out viewing in the group How-To and Troubleshooting: 13 years, 4 months ago
@pinhit Umm… this is your 3rd post asking pretty much the same question that was answered here: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-privacy-how-can-i-hide-members-profiles/ Creating multiple posts on the same topic isn’t going to get you help any faster; it just tends to clutter up the forum. The…[Read more]
-
pcwriter posted on the forum topic Here my buddypress theme in the group How-To and Troubleshooting: 13 years, 4 months ago
Congratulations… it’s a beautiful theme! Sleek, fast and uncluttered. Love it π
-
pcwriter posted on the forum topic Restrict site activity post viewing.. in the group How-To and Troubleshooting: 13 years, 4 months ago
That depends what exactly you are trying to restrict. Do you want to restrict those funky View Permalink pages to logged-in users only? Or do you want to restrict the entire Activity Stream to logged-in only? If the latter, do you also want to restrict Group Activity… the list could get quite long π
-
pcwriter posted on the forum topic restrict profile views in the group How-To and Troubleshooting: 13 years, 5 months ago
I replied to your identical query here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-privacy-how-can-i-hide-members-profiles/#post-102533BP & WP do not assume you are a computer wiz kid, but basic coding knowledge is a must if you”re developing a site.
For help learning html, css, php, etc, start…[Read more] -
pcwriter posted on the forum topic Network Activated BP Plugins Selective Disable in the group How-To and Troubleshooting: 13 years, 5 months ago
@nuhammadrid
Try wrapping the code in the plugin’s main file with a conditional so it only executes on the main site.
Or you could do something similar to exclude selected sites. Check the codex for available tags: https://codex.buddypress.org/developer-docs/conditional-template-tags/
-
pcwriter posted on the forum topic Members' privacy: how can I hide members' profiles? in the group How-To and Troubleshooting: 13 years, 5 months ago
@pinhit The file you want to edit is members/single/home Make sure you edit the file in your child-theme, not bp-default, or you will lose your changes when you update Buddypress. Add the following just after the opening padder div tag (change the text to suit your site/users):
Then add this to close the conditional just […]
-
pcwriter posted on the forum topic Hotmail always seems to put my activation emails in spam. I don't appear on any blacklists. Anything in the group How-To and Troubleshooting: 13 years, 5 months ago
Here’s quite a comprehensive list of links to help you troubleshoot:
http://answers.google.com/answers/threadview?id=606426EDIT: that’s actually a rather old thread. This is probably better: http://mail.live.com/mail/troubleshooting.aspx π
-
pcwriter posted on the forum topic BP-WP-Navbar main menu in the group Add All Nav Links to BP Adminbar: 13 years, 5 months ago
This plugin only enables you to add content to the bp-adminbar and to style it. It doesn’t change anything in your main menu. You can, however, enable the “Hide main menu” feature (only applies to your main site) and reposition the bp-wp-navbar to replace it.
Hope this clears things up π
-
pcwriter posted on the forum topic Enabling Blogs in the group Creating & Extending: 13 years, 5 months ago
Sometimes, you just have to get your hands dirty to get stuff done π
-
pcwriter posted on the forum topic Activity stream βLoad Moreβ looping content in the group How-To and Troubleshooting: 13 years, 5 months ago
@aljuk Same problem here, and your solution worked. Thanks π @kevbow If you’re running Firefox (and I hope you are π ), go to Tools > Options and click Remove individual cookies. Scroll until you find your site name, open the folder and scroll again until you find bp-activity-oldestpage. Highlight it and click Remove cookie. […]
-
pcwriter posted on the forum topic Enabling Blogs in the group Creating & Extending: 13 years, 5 months ago
Before you can create blogs, you need to create a network on your WordPress install. Here’s how:
https://codex.wordpress.org/Create_A_Network -
pcwriter started the forum topic How to style a splashpage with nested content & tabbed navigation in the group Creating & Extending: 13 years, 5 months ago
Hi all! I’ve written a rather extensive tutorial on how to create and style a really cool-looking splashpage for Buddypress sites, with nested content & tabbed navigation. You can see how my splashpage example looks and works live on a new site I’m working on: http://kwitterz.com/ Here’s a screenshot: The tutorial was written specifically for […]
-
pcwriter posted on the forum topic Common buddypress bar across multisite in the group Creating & Extending: 13 years, 5 months ago
The plugin only styles the adminbar on the main site of the network. On all sub-sites or blogs, the default adminbar styles are inherited so it will look just like here on bp.org.
-
pcwriter posted on the forum topic Letting the user upload a custom background? in the group How-To and Troubleshooting: 13 years, 5 months ago
It would actually be very cool if users could have options to change background image or color, either just in their profile or, click, apply the change to the whole site.
- Load More
@pcwriter
Active 1 month ago