-
Modemlooper posted on the forum topic user blogs in the group Installing BuddyPress: 15 years, 3 months ago
-
Modemlooper posted on the forum topic Creating pages without having them appear in tabs in the group How-To and Troubleshooting: 15 years, 3 months ago
-
Modemlooper posted on the forum topic How do I detect whether Iām on a BuddyPress page? in the group How-To and Troubleshooting: 15 years, 3 months ago
if ( bp_is_page( ) :
-
Modemlooper posted on the forum topic Singular Activity Stream in the group How-To and Troubleshooting: 15 years, 3 months ago
On this site the only filter that looks to have change is that they’ve added @ mentions to the default profile stream. Do you want a wall where people can post to? Maybe this is what you are looking for http://buddydev.com/buddypress/using-activity-as-wire-in-buddypress-1-2-themes/
-
Modemlooper posted on the forum topic wpmudev plugins just don't seem to work? in the group Third Party Components & Plugins: 15 years, 3 months ago
Per WordPress licensing, plugins and themes really should be free and people should charge for support and customization. If someone is selling ‘support’ under the guise to sell themes or plugins and not giving support it’s their own fault if somebody releases the paid plugins to everyone. The best way to go about it, in […]
-
Modemlooper posted on the forum topic Singular Activity Stream in the group How-To and Troubleshooting: 15 years, 3 months ago
@r-a-y LOL, sometimes you have to POINT out the obvious. š
-
Modemlooper posted on the forum topic I need ideas for theme creation. in the group Creating & Extending: 15 years, 3 months ago
@nahummadrid bb forums are leaving BuddyPress to become a WordPress plugin. This might open more opportunities to customize it. What QA theme are you using or is it from scratch?
-
Modemlooper posted on the forum topic What template does this use? in the group How-To and Troubleshooting: 15 years, 3 months ago
Even on THIS site they have removed the permalink and it re directs you. I agree, useless page.
-
Modemlooper posted on the forum topic How I create a tab Reviews like in the plugins? in the group How-To and Troubleshooting: 15 years, 3 months ago
Create your own component.
https://codex.buddypress.org/how-to-guides/creating-a-custom-buddypress-component/
-
Modemlooper posted on the forum topic Plugins required in the group Creating & Extending: 15 years, 3 months ago
I’d use post types instead of using custom fields for using as a shop. Custom fields was the old way but now that post types are available it’s better to use those. You can create admin panels that are user friendly. I’m creating a theme for ‘eshops’ that use post types. Basically a BuddyPress version […]
-
Modemlooper posted on the forum topic Singular Activity Stream in the group How-To and Troubleshooting: 15 years, 3 months ago
Thats already on the top of your activity stream. They just moved it to the side changed some wording and added the followers filter. Plus they removed the post form.

-
Modemlooper posted on the forum topic Sticky how to's? in the group Requests & Feedback: 15 years, 3 months ago
Most things asked could easily be answered if people would just google before posting. *hint*
-
Modemlooper posted on the forum topic Singular Activity Stream in the group How-To and Troubleshooting: 15 years, 3 months ago
That should be the default BuddyPress activity stream. yoursite.com/activity
-
Modemlooper posted on the forum topic Sidebar – Customization for Privacy in the group How-To and Troubleshooting: 15 years, 3 months ago
Actually I think the sidebar login form is already in an if statement and you could easily add the sidebar call there
-
Modemlooper posted on the forum topic Sidebar – Customization for Privacy in the group How-To and Troubleshooting: 15 years, 3 months ago
I think best option is to create your own sidebar function and use an if user is logged in statement.
https://codex.wordpress.org/Function_Reference/register_sidebar
https://codex.wordpress.org/Function_Reference/is_user_logged_in
if ( is_user_logged_in() ) {
SIDEBAR CODE HERE
} else {
SOMETHING ELSE HERE
}; -
modemlooper posted a new activity comment 15 years, 3 months ago
It might be a language difference, not sure. Not that it’s right but I’ve been around a few forums and have learned when people are flaming you you ignore it.
-
Modemlooper started the forum topic Activity steam usability issue in the group Requests & Feedback: 15 years, 3 months ago
The link that says ‘view’ next to ‘delete’ on activity stream items links differently depending on the item. Forum and blog posts link to the actual content but other things including plugins that post to the activity stream link to the permalink. For usability sake I think only status updates should have a permalink, while […]
-
Modemlooper posted on the forum topic Videos & picts embedded in forums? in the group How-To and Troubleshooting: 15 years, 3 months ago
BuddyPress Oembed plugin is what you need
-
Modemlooper posted on the forum topic How can I keep up to date with forum replies? in the group How-To and Troubleshooting: 15 years, 3 months ago
No. That only applies to activity replies.
-
Modemlooper posted an update in the group Buddypress Sidebar: 15 years, 3 months ago
Convenient.
- Load More
@modemlooper
Active 3 months, 3 weeks ago
