Title: firelf's Replies | WordPress.org

---

# firelf

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] TML reset password is not working properly](https://wordpress.org/support/topic/tml-reset-password-is-not-working-properly/)
 *  [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/tml-reset-password-is-not-working-properly/#post-7047063)
 * Same issue as original poster, documented on GitHub: [https://github.com/jfarthing84/theme-my-login/issues/56](https://github.com/jfarthing84/theme-my-login/issues/56)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Login redirection and errors](https://wordpress.org/support/topic/login-redirection-and-errors/)
 *  [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/login-redirection-and-errors/#post-6764358)
 * Scott,
    Thanks for posting this. I’ve just been looking into the same problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize WordPress Emails and Alerts - Better Notifications for WP] Custom Post Type Published by default, no notification](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/#post-6574561)
 * Thanks, Jack.
    We ended up writing a patch:
 * diff –git a/docroot/wp-content/plugins/bnfw/bnfw.php b/docroot/wp-content/plugins/
   bnfw/bnfw.php
    index 5c8bd81..d7e497a 100644 — a/docroot/wp-content/plugins/bnfw/
   bnfw.php +++ b/docroot/wp-content/plugins/bnfw/bnfw.php @@ -94,7 +94,7 @@ class
   BNFW {
 *     ```
       register_activation_hook( __FILE__      , array( $this, 'activate' ) );
   
        		// P2 theme directly inserts the post into db
       -		if ( 'P2' == wp_get_theme() ) {
       +		if ( 'P2' == wp_get_theme() || 'Magazine Premium Child' == wp_get_theme() ) {
        			add_action( 'wp_insert_post'        , array( $this, 'insert_post' ), 10, 3 );
        		}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize WordPress Emails and Alerts - Better Notifications for WP] Custom Post Type Published by default, no notification](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/#post-6574469)
 * But wait, there’s more. After an editor changed the status from pending to publish,
   the NEW notification fired away its messages.
    Is this working as intended? We’re
   not so much looking for moderation before publication. We’re looking to take 
   action in the rare event a member does something out of bounds. Trust, but verify.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize WordPress Emails and Alerts - Better Notifications for WP] Custom Post Type Published by default, no notification](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/#post-6574468)
 * I can get a “Pending Review notification if
    in my pre_save_post function, I 
   change post_status from publish to pending, so it is working to some degree on
   my post type..
 * $post = array(
    – ‘post_status’ => ‘publish’, + ‘post_status’ => ‘pending’,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize WordPress Emails and Alerts - Better Notifications for WP] Custom Post Type Published by default, no notification](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/custom-post-type-published-by-default-no-notification/#post-6574467)
 * Thank you for the reply, Jack. Yes, I do have an options for:
    New ‘Job’ ‘Job’
   Update ‘Job’ pending review ‘Job’ Scheduled ‘Job’ New Comment We would like New‘
   Job’ to work, because site members can post jobs that get published right away.
   I think I tried some of the other notification type yesterday but don’t remember
   how far I got or if I got any of them to work. I’ll try again and report back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Business Directory Plugin - Easy Listing Directories for WordPress] Select List values get lost on edit](https://wordpress.org/support/topic/select-list-values-get-lost-on-edit/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/select-list-values-get-lost-on-edit/#post-6475257)
 * Can you please look into this a bit more. I can’t give you credentials to the
   client’s server, but I can replicate the problem and a brand new local installation,
   default theme, no additional plugins. **If you set the field being used for Tags
   as either multi-select or checkboxes, as soon as you attempt to edit a published
   listing from the front-end form, the tags disappear.**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Business Directory Plugin - Easy Listing Directories for WordPress] Select List values get lost on edit](https://wordpress.org/support/topic/select-list-values-get-lost-on-edit/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/select-list-values-get-lost-on-edit/#post-6475099)
 * I turned off all the plugins except wpbd. I set the theme to Twenty Fifteen. 
   Bug persists. It looks like it might be limited to the Categories, although I
   can’t remember if I saw it happen with any of the others earlier. I’m using the
   Contact Form on your website to send a Google Drive link to a screen capture 
   to demonstrate.
    And it may or may not be related, but I’ve noticed other, optional,
   select-list fields getting filled with the first available item upon editing 
   if they’d previously been NULL.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Pagination Plugin: Page-Links Plus] Previous and Next](https://wordpress.org/support/topic/previous-and-next-1/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/previous-and-next-1/#post-3953291)
 *     ```
       <?php // Required, based on Zurb's Foundation framework
       if ( ! function_exists( 'required_single_content_nav' ) ) :
       /**
        * Display navigation to next/previous pages when applicable
        */
       function required_single_content_nav( ) {
       	?>
       	<nav class="nav-single">
       		<h3 class="assistive-text"><?php _e( 'Post navigation', 'requiredfoundation' ); ?></h3>
       		<span class="nav-previous"><?php previous_post_link( '%link', '&larr; %title' ); ?></span>
       		<span class="nav-next"><?php next_post_link( '%link', '%title &rarr;' ); ?></span>
       	</nav><!-- .nav-single -->
       	<?php
       }
       endif; // required_content_nav
   
       ?>
       ```
   
 * **Are the differences between the function above, and the one below, significant?**
 *     ```
       <?php // Twenty Twelve
       if ( ! function_exists( 'twentytwelve_content_nav' ) ) :
       /**
        * Displays navigation to next/previous pages when applicable.
        *
        * @since Twenty Twelve 1.0
        */
       function twentytwelve_content_nav( $html_id ) {
       	global $wp_query;
   
       	$html_id = esc_attr( $html_id );
   
       	if ( $wp_query->max_num_pages > 1 ) : ?>
       		<nav id="<?php echo $html_id; ?>" class="navigation" role="navigation">
       			<h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3>
       			<div class="nav-previous alignleft"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentytwelve' ) ); ?></div>
       			<div class="nav-next alignright"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentytwelve' ) ); ?></div>
       		</nav><!-- #<?php echo $html_id; ?> .navigation -->
       	<?php endif;
       }
       endif;
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Pagination Plugin: Page-Links Plus] Previous and Next](https://wordpress.org/support/topic/previous-and-next-1/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/previous-and-next-1/#post-3953290)
 * While I investigate the functions of the parent theme, this demo site [http://ms-wit.com/](http://ms-wit.com/)
   has only the four Page Links Plus plugins and the Twenty Twelve default theme,
   but no links for “Next” and “Previous.” I’m using the quick tag, <!–nextpage–
   > for page breaks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Pagination Plugin: Page-Links Plus] Previous and Next](https://wordpress.org/support/topic/previous-and-next-1/)
 *  Thread Starter [firelf](https://wordpress.org/support/users/firelf/)
 * (@firelf)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/previous-and-next-1/#post-3953246)
 * > You want “Next” and “Previous” to appear in your page lists, but they aren’t
   > appearing? Is this correct?
 * Yes.

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