cmoser13
Forum Replies Created
-
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Activation email still being sentHmmm ok well if they are not activated as a member of Buddypress then I do not think they will show up on the site until they are approved since I am looping in member and not users.
The issue I am having now is when I submit for a new coach signup… all of a sudden my search and buddypress member loops stop working. For example. Right now my homepage http://coaches.21daysugardetox.com/ the search does not kick back any results. Also I have a feed of 12 random members on this page but nothing is showing. The second I approve the new user everything comes back and the search works. Have you ever seen this happen before?
<?php if ( bp_has_members( 'type=random&max=12' ) ) : ?> <?php while ( bp_members() ) : bp_the_member(); ?> <li class="coaches"> <aside class="av"> <a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar( array( 'type' => 'full') ); ?></a> </aside> <span><a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a></span> <p><?php echo do_shortcode('[gmw_member_info info="city"]'); ?>, <?php echo do_shortcode('[gmw_member_info info="state"]'); ?> </p> </li> <?php endwhile; ?> <?php endif; ?>Currently the site is not showing anything because a member sign up is pending. If you want I can activate them for you so you can test sign up. The second a new member signs up, it all disappears.
Forum: Plugins
In reply to: [Repost] Custom Post Types not recognizing repostWorking perfectly now. Thank you for all the help.
Forum: Plugins
In reply to: [Repost] Custom Post Types not recognizing repostCorrect I am seeing this both of these functions work properly on my standard posts. I am also using custom post types.
http://njbmagazine.com/ is the site I am working on.
http://njbmagazine.com/monthly_articles/ is an example of a custom post type archive. The post type being Monthly Articles. If you click on any of these articles the repost button is not show I am also not able to manually syndicate it in the editor.
I created a test standard blog post at http://njbmagazine.com/uncategorized/test-2/ and the repost shows.
My issue is with custom post types. I am not able to get the repost to show on the actual post or on the editor. When I view the list of all my monthly articles though on the dashboard it does show the syndication status but they are all blank. When I go into edit the monthly article post there is no option to manually set it to be syndicated.