-
modemlooper replied to the forum topic Buddypress is not SEO friendly in the group How-To and Troubleshooting 14 years, 1 month ago
You actually do not want your member pages and their status updates to be cached by google because of privacy. There is no privacy settings in BuddyPress and the last thing your users want is a site owner forcing […]
-
modemlooper replied to the forum topic Status Message in the group How-To and Troubleshooting 14 years, 1 month ago
Try my BuddyPress verified plugin. You can change the text or edit plugin
-
modemlooper replied to the forum topic idea to improve theme integration process in the group Installing BuddyPress 14 years, 1 month ago
I had another idea using get_template_part for the meat and just have files with the structure markup. This would, on the n00b eye, look easier to fix.
get_header
content
padder
[…] -
modemlooper replied to the forum topic Largely blank home page after upgrading to 1.5.2.1 in the group BuddyPress Mobile 14 years, 1 month ago
Delete file home.php
-
modemlooper replied to the forum topic Can someone help me with step three in the buddypress installation? in the group Installing BuddyPress 14 years, 1 month ago
You need to change every file that is listed on the step 3 page.
-
modemlooper replied to the forum topic Can someone help me with step three in the buddypress installation? in the group Installing BuddyPress 14 years, 1 month ago
The Header and footer and sidebar and content area are usually in every WordPress template. You need to edit the BuddyPress files added to your theme to match the structure of your theme.
Sometimes the content […]
-
modemlooper commented on the post, BuddyPress Skeleton Component v1.6 is built for BuddyPress 1.5, on the site BuddyPress.org 14 years, 1 month ago
Thanks Boone!
-
modemlooper replied to the forum topic My buddypress activity on facebook. in the group Third Party Components & Plugins 14 years, 1 month ago
Try the buddystream plugin
-
modemlooper replied to the forum topic Component vs. Plugin in the group Creating & Extending 14 years, 1 month ago
cc @boonebgorges what’s the timeline for compatibility with current BP?
-
modemlooper replied to the forum topic Component vs. Plugin in the group Creating & Extending 14 years, 1 month ago
-
modemlooper replied to the forum topic Getting Hacked in the group How-To and Troubleshooting 14 years, 1 month ago
If you are on BP 1.5 go to the page admin and change the URL for register to anything but register or signup. Example: get-your-account
Use a captcha plugin that requires you to answere a question correctly. […]
-
modemlooper replied to the topic How to set the loop for author posts. in the forum How-to & Troubleshooting 14 years, 1 month ago
<?php
global $bp;
$user_id = $bp->displayed_user->id;
query_posts($query_string . '&author='. $user_id);
?><h2><a href="" rel="bookmark" title="Permanent Link to "></a></h2>
<div class="entry">
</div>
Sorry, no posts matched your criteria.
-
modemlooper replied to the forum topic How to set the loop for author posts. in the group How-To and Troubleshooting 14 years, 1 month ago
`?php
global $bp;
$user_id = $bp-displayed_user-id;
query_posts($query_string . ‘&author=’. $user_id);
?
?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?<a href="” rel=”bookmark” […]
-
modemlooper replied to the forum topic How Do I Show Only Status Updates? in the group How-To and Troubleshooting 14 years, 1 month ago
activity-loop.php
-
modemlooper replied to the forum topic customising main menu in the group How-To and Troubleshooting 14 years, 1 month ago
Tomorrow I’ll post a plugin or code to allow admins to add user links to the BuddyPress nav menu.
-
modemlooper replied to the forum topic AJAX not working in BP1.5 default child theme in the group How-To and Troubleshooting 14 years, 1 month ago
Or is should say bp_dtheme_ajax function is getting called twice
-
modemlooper replied to the forum topic AJAX not working in BP1.5 default child theme in the group How-To and Troubleshooting 14 years, 1 month ago
Something is calling the Ajax.php file 2x. Only way to fix is to find where it’s being used and kill it
-
modemlooper replied to the forum topic Component vs. Plugin in the group Creating & Extending 14 years, 1 month ago
They both should be created with plugins. A BuddyPress component is a sitewide content type that would have a directory structure, like members or groups.
The skeleton plugin is being updated, current version […]
-
modemlooper replied to the forum topic AJAX not working in BP1.5 default child theme in the group How-To and Troubleshooting 14 years, 1 month ago
Delete _inc folder from child theme and make sure BuddyPress template pack plugin is not installed
-
modemlooper replied to the forum topic buddypress mobile, like grindr? in the group Third Party Components & Plugins 14 years, 1 month ago
Safari browser can use the gps API on an iPhone, I’m not sure about Android. You could create code that attaches user meta to a logged in user and save the gps coordinates then filter members list by distance. […]
- Load More
@modemlooper
Active 3 months, 2 weeks ago