-
modemlooper replied to the topic What makes a WP user a BP member in the forum How-to & Troubleshooting 12 years, 8 months ago
Members do not show in the members list until they login the first time. No need to add to xprofile table. Any WP user is a BP user.
-
modemlooper replied to the topic Make some pages templates conditional on mobile or not in the forum Installing BuddyPress 12 years, 8 months ago
I use this on my site to show a different single.php. I have a folder mobile in my theme folder with my mobile templates. I copied single.php, removed the get_sidebar and then added css when on mobile to style it […]
-
modemlooper replied to the topic in the forum How-to & Troubleshooting 12 years, 8 months ago
you can use my fork of bp album it works on 1.7 https://github.com/modemlooper/BuddyPics
-
modemlooper replied to the topic Need Help With User-Customized Post Feed In Profile… in the forum How-to & Troubleshooting 12 years, 8 months ago
Nothing like this exists but could be developed.
-
modemlooper replied to the topic [Resolved] One works, one doesn't – BuddyPress in the forum Installing BuddyPress 12 years, 8 months ago
did you copy over the files or create the live one from fresh install?
-
modemlooper replied to the topic How to make a simple banner ads plugin in the forum Installing BuddyPress 12 years, 8 months ago
Use add_action to include your banner ad. If you look through template files you will find do_action code, these are placed there so you can hook code to.
This example will place an image with a link around it […]
-
@modemlooper updated the Add BuddyPress Styles to a Theme page, on the BuddyPress Codex 12 years, 8 months ago
BuddyPress 1.7 adds the ability to use any WordPress theme. The theme compatibility has a base style sheet that helps format the BuddyPress content. The styles may not be perfectly suited to your theme.
It’s […]
-
modemlooper replied to the topic Vote here for BP photo (pic, media) solution in the forum Creating & Extending 12 years, 8 months ago
I am closing this topic as it will incite a flame war. It has already been a topic of discussion many times and the conclusion is always it should be a plugin.
There are a few solutions out there that are free. […]
-
modemlooper replied to the topic Can I use Buddypress 1.7 beta to bulid a new site in the forum Installing BuddyPress 12 years, 8 months ago
there are a few bugs, beta 2 is about to get pushed. That should be solid enough to use for site building.
-
modemlooper replied to the topic Buddypress with Photo Album Capabilities in the forum How-to & Troubleshooting 12 years, 8 months ago
It would be unprofessional to say one media plugin over another is better on BuddyPress.org. If it’s not in core then it’s up to you to obtain the additional components to your site. It’s been great that there […]
-
modemlooper replied to the topic BuddyPress into GasBuddy? in the forum Miscellaneous 12 years, 8 months ago
Anything is possible if you can code. No off-the-shelf solutions for this. There are a couple location/map plugins.
-
modemlooper replied to the topic Buddypress with Photo Album Capabilities in the forum How-to & Troubleshooting 12 years, 8 months ago
Anything is possible 😉
-
@modemlooper updated the Using BP Theme Compat in Plugins page, on the BuddyPress Codex 12 years, 8 months ago
A BuddyPress plugin can need to display content in several areas of a BuddyPress powered community :
In its own directory
In the member’s profile pages
In groupsThe goal of this tutorial is to show you […]
-
@modemlooper updated the Posting Activity from Plugins page, on the BuddyPress Codex 12 years, 8 months ago
bp_activity_add()
This function was introduced in BuddyPress 1.1, it’s located in /bp-activity/bp-activity-functions.php at line 997 (version 1.7-beta1). It needs an array of arguments and returns the activity id […] -
modemlooper replied to the topic Buddypress with Photo Album Capabilities in the forum How-to & Troubleshooting 12 years, 8 months ago
If I could go back in time and I was Andy Peatling BuddyPress would have less features. I would extend only the user capabilities of WordPress. Create better relational hooks. Allow developers to create anything […]
-
modemlooper replied to the topic Plugins with Buddypress 1.7 in the forum Installing BuddyPress 12 years, 8 months ago
-
@modemlooper updated the bp_get_template_part() page, on the BuddyPress Codex 12 years, 8 months ago
Use bp_get_template_part() when you want to filter a BuddyPress template part. You will need to pass your function three arguments ( $templates, $slug, $name ). The example below will swap out the activity.php […]
-
modemlooper replied to the topic Mobile Buddypress Theme and process to redirect mobile user to different domain in the forum How-to & Troubleshooting 12 years, 8 months ago
You don’t have separate sites. Use the same install. Use htaccess rewrites to show a different url when on mobile and a different theme.
If you don’t care so much about the url it’s easy to show a different […]
-
modemlooper replied to the topic Mobile Buddypress Theme and process to redirect mobile user to different domain in the forum How-to & Troubleshooting 12 years, 8 months ago
wap subdomain should be used for feature phones
m or mobile use for smartphones like iPhone -
modemlooper replied to the topic Mobile Buddypress Theme and process to redirect mobile user to different domain in the forum How-to & Troubleshooting 12 years, 8 months ago
use an htaccess rewrite rule and switch theme based on mobile device detection
Google it, there is alot of info on internet about htaccess and a few mobile theme switchers in wp plugin repository
- Load More
@modemlooper
Active 3 months, 1 week ago