te-online
Forum Replies Created
-
Thanks for the optimizations!
Please consider to also add the possibility to shut the rss feed completely down. I have to disable it after every update, because I don’t want anyone guessing the url see all usernames and actions.
So, one option would be to simply add an option to the plugins options-page.
Alternatively, I just added another filter:
... function output_rss() { $rss_show = true; $rss_show = apply_filters("simple_history/rss_feed_show", $rss_show); if( !$rss_show ) wp_die( 'Nothing here.' ); ...
In action:
// Don't display any rss items for simple history add_filter( 'simple_history/rss_feed_show', 'show' ); function show( $args ) { return false; }
It would be really great if you included any of these options into the plugin – I think it’s a serious security flaw to have the feed public.
Thanks again.
Forum: Plugins
In reply to: [Re-send Welcome e-mail] Bulk option addedOf course: https://github.com/te-online/code/tree/master/resend-welcome-email
??
Still waiting for the plugin-authors to add this or something similar to the official version. I don’t have any capacity to create and maintain a second plugin…
Forum: Plugins
In reply to: [BackUpWordPress] Getting php-warning with BackUpWordPress 2.4.1Translated that, too.
Have a nice weekend
Forum: Plugins
In reply to: [BackUpWordPress] Getting php-warning with BackUpWordPress 2.4.1Hello again,
I added the missing translation for German and sent you a request via the Support system.
Forum: Plugins
In reply to: [BackUpWordPress] Getting php-warning with BackUpWordPress 2.4.1Hi Paul,
Thanks for your reply. I enabled support, although I don’t like it transfers my htaccess-password… Should I send you a message via this later?
Only experiencing the warning on this particular WordPress instance of five updated ones so far – so it might be some tiny problem.
Concerning translations, I also translated some content before so I will look into your translation page whether there is something new. I just thought something was wrong because there are still strings not translated that where translated before and problems with capital/non-capital letters (I use German translation).
Forum: Plugins
In reply to: [BackUpWordPress] Backup scheduleHello ismhad,
many hosting providers also allow you to set up special “cron jobs” that are run at any specific time. Maybe you can just define a cronjob that visits https://example.org/wp-cron.php?
Forum: Plugins
In reply to: [Statify] Frage bzgl. Update 1.2.5Hello esmi,
I am sorry, if I did something wrong. But looking at this page https://www.ads-software.com/support/plugin/statify I assumed asking in German was okay, too.
As I see no possibility to edit my prior post, I try to translate my question into English here (although I might have simply contacted the author in another way, but I didn’t find one – because the question is not really tech-related):
First of all, great Thanks to the author of this plugin. I find it awesome!
Just out of interest, I would like to know why update 1.2.5 introduces a new diagram-software. The changelog just says that it was changed, but not why.
I liked the old graphical display because of the colored area underneath the graph.
Maybe there is a simple answer to my curious question? ??