iamonlythird
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Admin Microblog] Possible to change the ordering of posts?That explains it perfectly, thank you very much!
I have done the following as a temporal fix to this. I have changed the values in wpam_show_screen_options() and wpam_page(), and also commented out the function wpam_screen_options() so no user can update their settings 🙂
I do have one question and also one request if you don’t mind.
My question is, how can I disable the “Auto reload interval”? Set the value to 0?
My request is: I noticed that if someone replies to an old post, that post gets to the top (which is perfect), but if that reply is deleted, the post stays at the top. The problem with this is that a user can easily spam the posts, and when the reply entries are deleted, the post ordering will stay incorrect. Did I explain this correctly?
Forum: Plugins
In reply to: [WP Admin Microblog] Possible to change the ordering of posts?I tried to change the values on line:
// Load data $tags_per_page = 50; $messages_per_page = 10; $sort_order = 'date';to
// Load data $tags_per_page = 50; $messages_per_page = 15; $sort_order = 'date_last_comment';While that did update the screen options, the changes are not applied unless if the user saves their screen options. Is there a way I can make these settings as default instead?
Forum: Plugins
In reply to: [WP Admin Microblog] Possible to change the ordering of posts?Ah, my apologies, I found this just for about a minute ago. Is there any way to set the default values for number of messages per page and to set “Show messages with latest comments first” as default for all users?
Forum: Plugins
In reply to: [WP Admin Microblog] Possible to change the ordering of posts?@winkm89 We carried out the upgrade and everything went smoothly.
However, there is one problem. When loading up the post listing page (/admin.php?page=wp-admin-microblog/wp-admin-microblog.php), the posts are still not ordered by latest activity…? We tried to add new posts, and added reply to them, but the post with newest reply has still not bounced to the top?
Is there a setting we have missed to configure?
EDIT: I can confirm that I tried this on a fresh install of WP as well and same issue.
Forum: Plugins
In reply to: [WP Admin Microblog] Possible to change the ordering of posts?Outstanding. I just found out about the new update and will update this weekend and report back if I find any issues.
Can you please add a PayPal donate link in your plugin description for us who would like to provide support for the continued development of this very useful plugin?
Forum: Plugins
In reply to: [WP Twitter Auto Publish] Request: Disable Option For Old PostsI’d second this request, this is definitely needed.
I’ll wait with adding this plugin until hopefully the develop considers to add it.
Thank you, I agree about changing it to the name given to points. Should I use this code or will you roll out an update soon?
Just tested this and nothing was changed. No errors either.
Is the code functional for you?
Please post any errors or such you are receiving in the support forums before giving a 1 star rating which is stupid because dozens of users use WooCommerce with this plugin without any issues.
Forum: Plugins
In reply to: [WP Admin Microblog] Bug in this plugin needs fixingThank you for the response Michael. If you do not mind, can I invite you in to our test environment and you can give this a test yourself to check why it behaves this way? If you email me: gary_woods[at]live.co.uk
I will provide you with login details. If this is not possible, please let me know and I can share as much details as possible here.
Ah, so the problem was character issue in the reference. Perfect, this worked great! Thanks!!
Update: I tried this on a fresh install of WP and same problem. Can this function be called the way I do it in the WP-admin area or do I need to global something?
Gabriel,
Yes, I have already confirmed that $userID provides a User ID. Also, I tried to set the user ID to
$userID = 1;and the same problem.I tried to also to remove the $userID and query the total number of approved comments and it still returned as zero!
I enabled WP_DEBUG but it did not provide anything of relevance.
I should note that I am calling this function in the wp-admin area. Can you please quickly confirm if this is working for you? The reason why I ask is because I believe that I tested this code for about a month ago and it was working then.
Forum: Plugins
In reply to: [Simple Local Avatars] Issues and Suggestions on 2.0Definitely need the option to remove the rating which is quite useless considering that the avatars are local anyway.
Forum: Plugins
In reply to: [Simple Local Avatars] Use the max size filterI am experiencing the exact same issue. If the developer is around, it would be very helpful if he could shed some light into this.