-
Modemlooper started the forum topic Basic iPhone theme testing in the group IPhone + iPad Themes: 15 years, 2 months ago
I’m creating a basic theme until jQuery mobile is released. This theme needs more work and it’s a very generic theme. check it out on your iPhone
-
Modemlooper posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 15 years, 2 months ago
I think the activity stream only calls the excerpt. you’d have to have it call the meta on the blog posts
-
Modemlooper posted on the forum topic Disabling submit button after clicking to avoid multiple posts in the group How-To and Troubleshooting: 15 years, 2 months ago
You can use jquery. This is just an example.
jQuery(‘input:submit’).click(function(){
jQuery(‘input:submit’).attr(“disabled”, true);
}); -
Modemlooper posted on the forum topic mobile theme for buddypress? in the group Creating & Extending: 15 years, 2 months ago
thats a BP usability issue and not realky a mobile one as you can get email on your mobile device.
-
Modemlooper posted on the forum topic mobile theme for buddypress? in the group Creating & Extending: 15 years, 2 months ago
@paulhastings0 what do you mean reply-by-email?
-
Modemlooper posted on the forum topic mobile theme for buddypress? in the group Creating & Extending: 15 years, 2 months ago
FYI I’m waiting on this http://jquerymobile.com/ to finish a mobile BP theme.
The alpha release is set for OCT so as soon as it’s available I’ll be working on it.
-
Modemlooper posted on the forum topic BuddyPress Template Pack in the group How-To and Troubleshooting: 15 years, 2 months ago
BuddyPress and BuddyPress template pack are two separate plugins. Do you have both installed?
-
Modemlooper posted on the forum topic Using a theme that is NOT buddypress compatible – can this be done? in the group Creating & Extending: 15 years, 2 months ago
You will need to install the BuddyPress template pack plugin and follow the instructions. There is some code editing that you will need to do to make it fit perfectly.
-
Modemlooper posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 15 years, 2 months ago
create your own BP component.
https://codex.buddypress.org/extending-buddypress/creating-a-custom-buddypress-component
Or you could use WP 3.0 custom post types and something like gravity forms.
-
Modemlooper posted on the forum topic Add custom fields to activity stream in the group Creating & Extending: 15 years, 2 months ago
Why the activity stream?
-
Modemlooper posted on the forum topic BuddyPress Template Pack in the group How-To and Troubleshooting: 15 years, 2 months ago
Too get rid of theme notice, where is says this in style.css
Theme Name: Imbalance
Theme URI: http://www.wpshower.com
Version: 1.18
Description: Designed by WPSHOWER
Author: WPSHOWER
Author URI: http://www.wpshower.comadd this right below Author
Tags: buddypress -
Modemlooper posted on the forum topic BuddyPress Competition is heating up in the group Miscellaneous: 15 years, 2 months ago
I used jomsocial ONCE.
-
Modemlooper started the forum topic BuddyPress Competition is heating up in the group Miscellaneous: 15 years, 2 months ago
Who needs #buddypress if you can get JomSocial + #Wordpress goodness with @corePHP http://bit.ly/crpu3U
— JomSocial (@jomsocial) September 21, 2010
-
Modemlooper posted on the forum topic Add users profile fields to the activity page in the group Creating & Extending: 15 years, 2 months ago
You could add a file called front.php – members/single/front.php and then create a new front page from the existing code.
-
Modemlooper reviewed the plugin Achievements: 15 years, 2 months ago




Excellent plugin for integrating a badge earning system into your BuddyPress site. -
Modemlooper posted on the forum topic New member with same name says he sees correspondence of other member with same name in the group How-To and Troubleshooting: 15 years, 2 months ago
Damn it Janet!
-
Modemlooper posted on the forum topic Promoting users to admin: how to get to Network Admin & Dashboard? in the group How-To and Troubleshooting: 15 years, 2 months ago
Are you making them admins in the WP backend or just groups?
-
Modemlooper posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 15 years, 2 months ago
Yes! It’s a much needed feature
-
Modemlooper posted on the forum topic Split members into admin defined caregories in the group How-To and Troubleshooting: 15 years, 2 months ago
I agree about more control but seems easy to use WP roles now to filter.
-
Modemlooper posted on the forum topic Need help learning plugin development in the group Third Party Components & Plugins: 15 years, 2 months ago
Download existing plugins and look at the code. That’s how I learn by disecting and seeing the workings of a functional plugin. Also I plan an idea and then learn as I go along. If you get stuck there are plenty of people here who might help. And like @djpaul said you need to understand php […]
- Load More
@modemlooper
Active 3 months, 3 weeks ago
Thanks modemlooper