-
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
This looks like it’s gonna be one of those oh-so-popular goodies by Brajesh! 🙂
-
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
Thanks. I’ll give those additional snippets a try tomorrow 🙂
-
pcwriter posted on the forum topic Common buddypress bar across multisite in the group Creating & Extending: 13 years, 5 months ago
-
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
Nice job… works great! You da man… as usual 😉
Maybe an update could include an option to have the chosen background image stay fixed on screen or scroll with pages? -
pcwriter posted on the forum topic BP dont show bar in the group Installing BuddyPress: 13 years, 5 months ago
Did you remember to remove the code you added to wp-config.php as per the plugin instructions?
define( 'BP_DISABLE_ADMIN_BAR', true );
-
pcwriter posted on the forum topic Not Displaying Correctly in the group How-To and Troubleshooting: 13 years, 5 months ago
Glad it helped 🙂
-
pcwriter posted on the forum topic need to edit the title under signup page in the group Creating & Extending: 13 years, 5 months ago
Rather than editing core files and losing those changes when you upgrade Buddypress, the safer route is to create a language file for customized messages.
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
-
pcwriter posted on the forum topic Not Displaying Correctly in the group How-To and Troubleshooting: 13 years, 5 months ago
@BrainiacWebDesigns For your sidebar widget issue, @hnla is right: contacting the theme author is probably the best route. For the 503 message quoted above, that looks like suspiciously like one I got recently on one of my sites, which turned out to be a setting in the s2member plugin. If you’re using that plugin (and I suspect […]
-
pcwriter posted on the forum topic BP Show mentions in the group How-To and Troubleshooting: 13 years, 5 months ago
I’ve tried this plugin and have noticed a few hiccups also (like message notifications that don’t go away). Bugs are to be expected in new plugins, so it’s best to contact the plugin author about the problem.
-
pcwriter posted on the forum topic enhanced categories sidebar widget in the group How-To and Troubleshooting: 13 years, 5 months ago
@goldbrick Sure is! Add the following to your stylesheet: div#enhanced-categories ul li { display:inline-block; width:49%; vertical-align:top; } display:inline-block sets the li items up side-by-side as long as width is less than 50%. vertical-align:top ensures that each li item stays aligned at the top when the other is expanded (try without the…[Read more]
-
pcwriter posted on the forum topic Accidentally hitting "Reload" When On "Key Activation Screen"…Key Is Lost… in the group How-To and Troubleshooting: 13 years, 5 months ago
There’s also this plugin that’s supposed to work with BP: https://wordpress.org/extend/plugins/wp-activate-users/
And the code snippet in this thread works very well (I’ve used it): https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/get-non-activated-users/ -
pcwriter posted on the forum topic Accidentally hitting "Reload" When On "Key Activation Screen"…Key Is Lost… in the group How-To and Troubleshooting: 13 years, 5 months ago
Did you try closing the window or tab, and then simply clicking the email link again?
-
pcwriter posted on the forum topic Help to decide if BP is suitable for large group of bloggers in the group Requests & Feedback: 13 years, 5 months ago
@Shazar Joining a site running Buddypress can be as simple or as convoluted as you want to make it for potential members. There are quite a few plugins that can be implemented for captchas; authentification via other networks like Facebook, Google, etc; profile synchronization with other networks; custom login pages and much more. An example of […]
-
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting: 13 years, 5 months ago
@justbishop Just checked too. Like @mercime said, adding the !important param to css style rules sometimes helps when you just can’t tighten up the specificity any more. If you ever run into a jam where the !important thing just doesn’t cut it, try “weighting” the specificity of the element you’re trying to style. Here’s a simple set […]
-
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting: 13 years, 5 months ago
@mercime Thanks for the link…
@justbishop There’s your backup. 🙂EDIT: just saw your edit… hi!
-
pcwriter posted on the forum topic Simple post from front end site. No login requiered. Add images in the group How-To and Troubleshooting: 13 years, 5 months ago
Quick Post Widget allows guest posting with captcha:
https://wordpress.org/extend/plugins/quick-post-widget/BuddyPress Activity Plus allows embedding or uploading media directly to the activity…[Read more]
-
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting: 13 years, 5 months ago
@justbishop Sorry, forgot about the sidebar issue 🙁 The easiest way to duplicate the layout of your site pages in permalink.php is to copy page.php and replace the contents in that file with the contents from permalink.php, keeping the container structure and sidebar calls from page.php intact, then rename that new file permalink.php to…[Read more]
-
pcwriter posted on the forum topic Template File For Single Activity? in the group How-To and Troubleshooting: 13 years, 5 months ago
The “View” links lead to this:
members/activity/permalink.php -
pcwriter posted on the forum topic Member Directory CSS for 3 Columns in the group How-To and Troubleshooting: 13 years, 5 months ago
You’re welcome!
Genius… no. Experimenter… yes. 🙂 -
pcwriter posted on the forum topic Member Directory CSS for 3 Columns in the group How-To and Troubleshooting: 13 years, 5 months ago
@abray You can create a grid effect for lists by applying a display property to each list item and adjusting width and margins to suit the available space. For a 3-column members directory, try this: ul#members-list li { display:inline-block; width:30%; margin:6px; } After that, it’s a matter of playing with the CSS for the various elements […]
- Load More
@pcwriter
Active 1 month ago