remedy17
Forum Replies Created
-
I think it is writing this to log file even when nothing that I am aware of is going on in the site. Of course other plugins maybe waking up doing something that I am not aware of. By the way I just recorded a fresh log entry to see if I can answer your question. I did not do anything special, but activated amazon auto link plugin. It started recording the usual error log. I might be missing something – I need to be humble about this.
Michael,
Thank you so much that is exactly what I had done and forgot how to go back to Setting > Misc tab in to change it. I appreciate your flexible debugging tool. I will review your plugin soon and I know I will give you 5-star as this is one of the most useful plugins in the repository.
As an operator of site that would have thousands of posts a plugin that will display best amazon products based on the title of my posts is just want I was looking for. I will go live and buy pro soon. Thank you so much!
Forum: Reviews
In reply to: [MarcTV Moderate Comments] Well, at least it worksMarc, You are a superstar in my book and I will add a 5-star review. Sorry I missed a setting step. Although I take responsibility for missing setting page, my suggestion is that you put all setting in single spot so admins would not miss any setting parameter. The reason I missed you dedicated setting page in WP Admin > Setting > Moderate Comments is because all the other plugins that claim to do this are all doing it within WP Admin > Setting > Discussion page itself and that is the only place I went to and found a checkbox called “Only logged in users may report comments” and just checked that. After looking at your code today I found out you have a dedicate setting page for your plugin. But I would remove the partial setting from the Discussion setting page if I were you. It can be confusing. Bottom line: Once I put the email in the setting, I was able to get email when comments are flagged.
I am even more convinced after looking at the clean code that you have the best plugin for this function – no one is even close. I really thank you for this great free plugin.
Forum: Reviews
In reply to: [MarcTV Moderate Comments] Well, at least it worksFirst, I thank you Justin Boston for helping me find this plugin. I have struggled like you to find a working plugin that just added ‘Report Abuse’ or something similar to comment, send email to admin, when a threshold is reached quarantine the comment for moderation, and easily allow the admin to thrush or approve the comment. I have tried 4 or 5 plugins and wasted my time. As you mentioned, none showed the link to report in the front end to begin with.
This one showed the link on activation of plugin. Hurrah!! That is great, but I still did not get the email that this report was made. Do you know Marc what this is about? Am I doing something wrong? You have a great plugin and I will submit my own good review separately once this works out.
Alec,
Thanks for sharing your experience as a developer with user registration/profile management plugins. WP User Manager plugin you mention may come in handy if my fight with Profile Builder ends in my defeat. As a developer of my own site to go live soon, I initially researched many of these and found PB to have the right mix for me, especially Social Login add-on. I wanted to give my users both social and regular registration/login options and I did not want to have to get totally separate plugins that may be incompatible with each other. I will keep your points in mind.Alec,
Just one more problem with this plugin I want share – perhaps related to the issue of caching. Registration fails when user attempts the first login even before the “incorrect password” unless I inactivate the CloudFlare WordPress plugin. First login attempt just refreshes the page and nothing happens with something like this in address bar of browser “www.example.com/login/?frm_message=invalid_login” – no user-visible message.Granted the issue can be of CloudFalre’s origination. I am inclined to say that the issue is related to Profile Builder Hobbyist especially now that I know if does not manage caching correctly.
I am so thankful to you! Your generous code worked for me. While I have Hobbyist (paid) version of this plugin, I was unable to use this plugin with so many bugs one of which is the one you coded solution for. You would think a basic part of registration would just work. I am not sure why more PB users are not complaining about this, it is a core function that is not working! And no official fix in more that 2 weeks and 3 days after you reported this issue?
Based to my setup: A new user registers, gets email, follows the link in email to activate, (side note at this point – It is bad that you don’t have auto login option here, but I disgrace), the user gets a message that the user was active, then he would get another email with a user name. He/she would that user name go to the site and try to login will get incorrect password message even though you typed in the correct password. What the heck!
I have been working in other issues with very slow response support. You have to know that it will take around 24 hours to get a response during the week and all weekend+1day on weekends (seems to be no help during US day times). You have to hope that there is no urgent issue at hand! So far they are earning below average rating from me.
Forum: Plugins
In reply to: [Custom Post Type UI] My CPT posts can’t be foundHi Michael,
Thanks for that great quick response. Since I posted my question I at least go the reactivation of CPT UI returning me back to normal.
You know what? I think your advice is well taken. CPT UI plugin is one of the best plugins had never experienced issues with it. It was my own curiosity to find a way to minimize the number of plugins I use as my coding skills are now better than beginner level. But this is a light weight plugin a very stable one. This plugin is a keeper and I won’t bother to remove it. There are other candidates. My use of the term control applies only to the number of plugins, but thanks for the control tip that can be used with CPT UI – I keep that in mind. Cheers!
Forum: Fixing WordPress
In reply to: /wp-admin: Sorry, you are not allowed to access this page.@petejs do you mind sharing what you did to fix the issue? I too renamed WP prefix and am having the same issue. I can’t access WP admin. Before starting prefix renaming I deactivated WordFence plugin do to suspicion that WordFence might interfere with the process (I had issues with WF when I did this in local.)
Forum: Reviews
In reply to: [ElasticPress] Technically/Team very good – But lots of room for improvementPlugin authors, Please thank iamwordimpressed for this thoughtful feedback. Also an we expect ongoing improvements to this plugin?
Forum: Plugins
In reply to: [Comment Rating Field Plugin] Limit one user to one vote?By the way even the pro version’s option to limit one review per person per post is not perfect. I hope Tim is planning to address this issue. It allows one comment/review and star rating per use A. But it does not consider discussion/reply that will ensue by user B solely as a response to user A’s review. Here is a scenario: 1) Require user to submit both star rating and review against a post. User is now allowed to submit one without the other. e.g. User U1 submitting review rating/review R1 against post1. Greate that CRFP allows you to require these in admin setup. 2) Allow subsequent discussion/reply to U1’s R1 review by user U2. I also want U1 to reply to U2, etc… without having to submit another star rating because these are just replies back and forth. I tried these and without PHP code this is not possible. I will be happy to be corrected if I am off base. First issue is per CRFP user U2 can’t just reply to user U1’s review without also submitting star review. Secondly when U1 tries to reply to U2’s concerns, CRFP will error saying that he is trying submit a duplicate review.
Forum: Plugins
In reply to: [WP-PostRatings] I promise to be paying customer if your plugin is a solutiondear,
this stuff is just not promising to be novice friendly. I have 0 PHP, but I am not stranger to coding in general. I was gong to give this a test drive.
You install instruction says to add <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?> display while loop. That is what I did and it broke my site and had to comment out the code everywhere I added. I just copy-pasted, no syntax issue. Error is not very descriptive for trouble shoot “Parse error: syntax error, unexpected ‘<‘ in /home/xxxyyy/public_html/wp-content/themes/twentyfourteen/archive.php on line 51” for each file I added the code in.