Title: cmoser13's Replies | WordPress.org

---

# cmoser13

  [  ](https://wordpress.org/support/users/cmoser13/)

 *   [Profile](https://wordpress.org/support/users/cmoser13/)
 *   [Topics Started](https://wordpress.org/support/users/cmoser13/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cmoser13/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cmoser13/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cmoser13/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cmoser13/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cmoser13/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Registration Options for BuddyPress] Activation email still being sent](https://wordpress.org/support/topic/activation-email-still-being-sent/)
 *  Thread Starter [cmoser13](https://wordpress.org/support/users/cmoser13/)
 * (@cmoser13)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/activation-email-still-being-sent/#post-6062842)
 * Hmmm 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/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Repost] Custom Post Types not recognizing repost](https://wordpress.org/support/topic/custom-post-types-not-recognizing-repost/)
 *  Thread Starter [cmoser13](https://wordpress.org/support/users/cmoser13/)
 * (@cmoser13)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-types-not-recognizing-repost/#post-4823875)
 * Working perfectly now. Thank you for all the help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Repost] Custom Post Types not recognizing repost](https://wordpress.org/support/topic/custom-post-types-not-recognizing-repost/)
 *  Thread Starter [cmoser13](https://wordpress.org/support/users/cmoser13/)
 * (@cmoser13)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-post-types-not-recognizing-repost/#post-4823809)
 * Correct I am seeing this both of these functions work properly on my standard
   posts. I am also using custom post types.
 * [http://njbmagazine.com/](http://njbmagazine.com/) is the site I am working on.
 * [http://njbmagazine.com/monthly_articles/](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/](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.

Viewing 3 replies - 1 through 3 (of 3 total)