beezeeking
Forum Replies Created
-
Forum: Plugins
In reply to: [Export User Data] why couldn't export the password field?i export the password field in order to import another mysql datebase,i exported the password field using The SQL command “select”,thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Add Product attributes to main catalog pagei also have the same problem?don’t know if you have resolve it?
oh,thank you,you’re reminding me ,My theme does not support Featured Images,it works perfectly when i add the function!
but i can’t find the option of “Featured Image”,you can look my screenshot :
https://yunpan.cn/QXIXree6CJczDhi,seand11
i have a problem needing your help?the plugin “filter-by-comments”,i added the code”orderby_last_activity’ => 1″,but it dosn’t work,how can i let it work?<?php global $wp_query, $paged; if( get_query_var( 'paged' ) ) { $paged = get_query_var( 'paged' ); } elseif( get_query_var( 'page' ) ) { $paged = get_query_var( 'page' ); } else { $paged = 1; } $blog_query = new WP_Query( array( 'post_type' => 'post','orderby_last_activity' => 1, 'paged' => $paged ) ); $temp_query = $wp_query; $wp_query = null; $wp_query = $blog_query; if ( $blog_query->have_posts() ) : while ( $blog_query->have_posts() ) : $blog_query->the_post(); ?>
Forum: Plugins
In reply to: [CubePoints] Paid Content Shortcodegreat,J.D. Grimes,so cool
i edited the code,everything is ok,thank you for your directions and help,hope you have a good time! hahaForum: Plugins
In reply to: [CubePoints] Paid Content ShortcodeJ.D. Grimes,thank you!
i have edited the code, all fields have been protected,like this:
https://beezeeking.uhostall.com/welcom-j-d-grimes/
Does this Judgement sentence is wrong?Forum: Plugins
In reply to: [CubePoints] Paid Content Shortcodeoh,J.D. Grimes
it couldn’t be published the username and password ,fllow is an example:
https://beezeeking.uhostall.com/welcom-j-d-grimes/
the field “cf_site_address” couldn’t protect?Forum: Plugins
In reply to: [CubePoints] Paid Content Shortcodehi J.D. Grimes,
https://beezeeking.uhostall.com/
[ redacted, seriously do not post that here ]i published post in the front-end,but the protect code couldn’t function?in the plugin “wp user frontend”,i edit the file “wpuf-functions.php” as you writed code,thank you for giving directions.
Forum: Plugins
In reply to: [CubePoints] Paid Content ShortcodeJ.D. Grimes
i think it is great and i used the code like you write,but it dosn’t work?i am very confuse,the protect code dosn’t function?Forum: Plugins
In reply to: [CubePoints] Paid Content ShortcodeJ.D. Grimes
this link display error,i changed the ip adress,but it also didn’t open, i don’t have the cdn,I’m so sorry?Forum: Plugins
In reply to: [CubePoints] Paid Content Shortcodehaha,very thank you!
i add the custom text area field “cf_site_address”,but i don’t know how to add the protect code ?i only want to protect the “cf_site_address” field,thank you for giving directions?follow is the part of “wp user frotend” plugin code:function wpuf_show_meta_front( $content ) { global $wpdb, $post; //check, if custom field is enabled $enabled = wpuf_get_option( 'enable_custom_field' ); $show_custom = wpuf_get_option( 'cf_show_front' ); $show_attachment = wpuf_get_option( 'att_show_front' ); if ( $enabled == 'on' && $show_custom == 'on' ) { $extra = ''; $fields = $wpdb->get_results( "SELECT * FROM {$wpdb->prefix}wpuf_customfields ORDER BY <code>region</code> DESC", OBJECT ); if ( $wpdb->num_rows > 0 ) { $extra .= '<ul class="wpuf_customs">'; foreach ($fields as $field) { $meta = get_post_meta( $post->ID, $field->field, true ); if ( $meta ) { $extra .= sprintf( '<li><label>%s</label> : %s</li>', $field->label, make_clickable( $meta ) ); } } $extra .= '<ul>'; $content .= $extra; } }
Forum: Plugins
In reply to: [CubePoints] Paid Content Shortcodeso quick,thank you!
i used the plugin “wp user frontend”,i have a front-end post form to users that users can publlish post,and i add a custom field “site_address”,i want to other users must need paying the points to view the “site_address” field.
In my mind,i use the php code of the protect including the custom field “site_address”,i don’t know if my think is right?thank you for giving directionsForum: Plugins
In reply to: [CubePoints] Paid Content Shortcodehi,J.D. Grimes
the module is very good,this is indeed what I was looking for too,but i want to use the php code in other plugins ,how can i let it come true?Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.3.4 translationi have a additional suggestion:now that I have already banned users enter the admin, I think the widget shouldn’t show the link of “dashboard”,so should have a option to choice whether it display or not!