-
@modemlooper replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 14 years ago
It’s weird, I have something similar for a twitter plugin but it’s using a template file instead of plugins.php and this doesn’t happen.
-
@modemlooper started the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 14 years ago
I’m creating a simple profile privacy plugin and when you save the settings on form submission the page refreshes but its not pulling in the new settings you have to refresh page twice. Could this be a problem […]
-
@modemlooper replied to the forum topic Google reader and sitewide activity in the group How-To and Troubleshooting 14 years ago
Did you try and place an rss meta tag in header?
-
@modemlooper replied to the forum topic A html5, mobile first responsive version of BuddyPress default in the group Creating & Extending 14 years ago
I would do it as another theme bundled in the plugin if its getting put into core. I suggested header/ no header and left or right sidebar as options.
-
@modemlooper replied to the forum topic Unable to post new group forum topic in the group Third Party Components & Plugins 14 years ago
You should give more detail on your install, what plugins, what theme, versions… etc.
-
@modemlooper replied to the forum topic A html5, mobile first responsive version of BuddyPress default in the group Creating & Extending 14 years ago
I don’t think it will be an issue later on as bbpress is using the page.php templates and get_template to output content. So as long as page.php is included it should work even better on various screens. The main […]
-
@modemlooper replied to the forum topic Header.php and bp-default theme. Were is the php code that is not in the file? in the group How-To and Troubleshooting 14 years ago
header.php contains the header code. wp-content/plugins/buddypress/themes/bp-default
-
@modemlooper replied to the forum topic Using this website aargh! in the group Requests & Feedback 14 years ago
@djpaul why not put a notice on the site saying its being worked on?
-
@modemlooper replied to the forum topic Align buttons horizontally ? in the group BuddyPress Share It 14 years ago
Looks like the CSS isn’t getting loaded, if you are using a custom theme you might need to copy over styles that pcwriter suggested
-
@modemlooper replied to the forum topic Multi users profile: development direction please! in the group How-To and Troubleshooting 14 years ago
Create a custom BuddyPress component. You can use the skeleton component plugin to see example code. How you do it is up too you as you can create anything.
-
@modemlooper replied to the forum topic No buttons showing, whatzz up!??! in the group BuddyPress Share It 14 years ago
Make sure you check the admin settings
-
@modemlooper replied to the forum topic Really need help on privacy. Complete noob here in the group How-To and Troubleshooting 14 years ago
Not much privacy with BuddyPress. There are a couple plugins that make the entire site closed to non logged in uses. But individual privacy settings are not available.
-
@modemlooper replied to the forum topic "Official" BuddyPress Child Themes Broken? in the group How-To and Troubleshooting 14 years ago
A lot of the repo themes are outdated. It’s ridiculous that they screen themes heavily when they are submitted to the repo but are then forgotten and never tested on newer versions of wp or bp. The theme review […]
-
@modemlooper replied to the forum topic BP Privacy RC1 no longer allowing profile level privacy customization for users! Help? in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz) 14 years ago
This plugin is no longer developed. Probably should drop it.
-
@modemlooper replied to the forum topic A new activities stream in the group How-To and Troubleshooting 14 years ago
I don’t think you need that first function when bp already has a friend filter but good job figuring something out
-
@modemlooper replied to the forum topic Does anyone undertsand how this BP support site works ??! in the group How-To and Troubleshooting 14 years ago
99.999% of support topics are not even BuddyPress related, that being said, give the people, like myself, who come here daily and try to help some respect.
-
@modemlooper replied to the forum topic A new activities stream in the group How-To and Troubleshooting 14 years ago
Change || to &&
-
@modemlooper replied to the forum topic A new activities stream in the group How-To and Troubleshooting 14 years ago
You have to create a function similar to what I’m using below. Play with the if statement after the for each loop.
`
function bp_my_activity_filter( $a, $activities ) {
global $bp;if ( […]
-
@modemlooper replied to the forum topic Does anyone undertsand how this BP support site works ??! in the group How-To and Troubleshooting 14 years ago
Don’t use status updates. If you want help find the appropriate forum and post.
-
@modemlooper replied to the forum topic bp_has_groups() on Profile page. Codex incorrect? in the group Miscellaneous 14 years ago
It’s false when on the directory page but when on a profile it will return the displayed users groups
- Load More
@modemlooper
Active 3 months, 2 weeks ago