Tommy Nguyen
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Can work with Custom Post Type?It’s 6 days for waiting a answer. I have used other plugin. Thankyou!
Forum: Plugins
In reply to: [WP Activity Log] My website hacker attacks?Thank for your answer!
How can I prevent this?Forum: Plugins
In reply to: [SendPress Newsletters] Can work with Custom Post Type?This plugin work with custom shortcodes is great! its can send new post in custom post to Subscriber every day?
so can you help me what need add in code?
I have added this code to function.php in my theme but it not send email and not display “Subscribe2 Notification Override” widget bellow editor. How to fix it?
P/s: I used Types + ACF plugin to make Custom Post Type.
==== this code i added in function.php:
function my_post_types($types) { $types[] = 'my_post_type'; return $types; } add_filter('s2_post_types', 'my_post_types');hi David. Thank for your help. it’s good answer 🙂
==== For this problem:
When a Author write a new post in wp-admin. How to he can choose this post is Public post or Premium Post?=> This one is important for me and I think is needed. Because if a website allow Author write post. Author can’t access Membership > Access Levels settings. And add Access Levels checkbox in right sidebar is very good. Author can choose what Access Levels (Visitors, Premium Members, ect…) can see this post easy )
Hope you will help me a solution for that ( maybe use a other plugin or change something in code )
Thank a lot 🙂
Tommy.Thank you for your answer. Thank so much 🙂
I need you confirm what I write bellow is correct?
====
I have 2 access level call “Free Trial” and “Premium Member“
and 2 type post is “Public Post” and “Premium Post“
I set Mode to “Finite”, Period to “30 Days”, Price to “0” For Free Trial
and set Mode to “Indefinite”, Period to “30 Days”, Price to “$10” For Premium Member
When new user register will apply to Free Trial. after 30 days user can’t access Premium Post. only acess Public post. and display text “Free Trial has expired. Please choose Premium Member to access this post”
After user paid. he can access Premium Post in 30 days. end 30 days he need pay to continue access Premium post….
====
And I have 2 question:
1. How to I can do this: when end Free Trial and user access a Premium post => display text “Free Trial has expired. Please choose Premium Member to access this post”?
2. When a Author write a new post in wp-admin. How to he can choose this post is Public post or Premium Post?
My english is not good. hope you understand what I write 🙂
Rgds,
Tommy.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Hacking problemah ok i see. thankyou. before i not see register button. so i think i need buy a plugin to get support. thankyou again 🙂
Rgds,
TommyForum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Hacking problemmean i need buy a plugin to get support? its not good. i not need a plugin. so how i can get support? i need a answer. please.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Hacking problemi need a answer. its important for me. Thankyou!
Forum: Reviews
In reply to: [ColorShop - enhanced eCommerce solution] Violation with WooThemes copyrightit have filter function look good. hope Woo have that function in new version.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Reset Password: Omit Username Fieldyes. Its good! Thanks for your reply. I can understand more about filter hook 🙂 ( I’m a designer so i can’t coding good ) Hope this option will have in next version.
Rgds,
Minh Thong.Forum: Plugins
In reply to: [WP-Members Membership Plugin] Reset Password: Omit Username Fieldhi all!
I have a solution for it ( maybe not good solution but it worked fine for me )
in plugin folder / wp-members/ wp-members-dialogs.php
At line 570 replace
$link = apply_filters( ‘wpmem_forgot_link’, wpmem_chk_qstr( WPMEM_MSURL ) . ‘a=pwdreset’ );
with
$link = apply_filters( ‘wpmem_forgot_link’, home_url() . ‘/wp-login.php?action=lostpassword’ );
Save and … 🙂
you can replace it in wp-members-sidebar.php and wp-members-deprecated.php file if you want it work in other area.
[ redacted, support is offered via the forum and not email ]
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Reset Password: Omit Username FieldHi Chad,
Remove enter username will easy for member if they can’t remember username. Only Email feild will better.Hope it will have this option in next version. Thankyou!
[ Signature moderated. ]