Daniel Fru?y?ski (sirzooro)
Forum Replies Created
-
Forum: Plugins
In reply to: [User Locker] [Plugin: User Locker] Locked details stored?This is stored as a user metadata. I have provided some functions and hooks for integration with other plugins – please check plugin FAQ for more details. If you need another functions or hooks, let me know.
Forum: Plugins
In reply to: [WyPiekacz] [Plugin: WyPiekacz] Disable the 'Never use these tags' meta boxWyPiekacz does not use such metabox – please check your other plugins.
This is something related to theme you use – either it calls
wp_footer
in wrong place (at beginning instead of end of page), or this is related to way how theme positions page elements via CSS – in this case you need to apply extra style to added footer in order to position is correctly.Sorry for late response. The answer is yes – Custom Headers and Footers plugin should not affect these things – as long as your code entered on pluging config page is correct and does not break page.
Make sure you call following action within your login form – Invisible Defender depends on it:
<?php do_action('login_form'); ?>
Please also check your registration form – it should call following action:
<?php do_action('register_form'); ?>
You can use shortcodes and JavaScript. Plugin does not support adding PHP code.
Forum: Plugins
In reply to: [WyPiekacz] [Plugin: WyPiekacz] How can I add post thumbnail rule?Sorry for late response. I have added this function in WyPiekacz 2.2.
Forum: Requests and Feedback
In reply to: Auto-install plugins when activating a theme.You can add some extra code to your theme which will check if all required plugins are active. If not, display error/warning message in admin backend.
Forum: Plugins
In reply to: [Database Backup for WordPress] Plugin stops at 11% or lessHi,
I have just encountered the same problem. In my cause it was caused by exceeding maximum connections per hour limit: “Warning: mysql_connect() [function.mysql-connect]: User ‘[removed]’ has exceeded the ‘max_connections_per_hour’ resource (current value: 2000) in /some/path/wp-includes/wp-db.php on line 1017”.Could you add option which will allow to specify maximum number of connections per hour? It will be also good if plugin will have option to manually resume export process.
One more request: could you add separate progress bar to show progress for currently exported table?
Hmm, interesting – it should work.
Please do one more thing: download official WordPress 3.2.1 release (English version) and WyPiekacz plugin (1.2). Then check that following files are the same in downloaded archives and on your server:
{{{
wp-admin/includes/class-wp-ms-users-list-table.php
wp-admin/includes/class-wp-users-list-table.php
wp-content/plugins/user-locker/user-locker.php
}}}You can use Total Command for this (menu Files => Compare By Content). Files should be the same (I assume you do not have any custom modifications).
You can also search all .php files (especially plugins and themes) if they contains
manage_users_custom_column
string (it should be present in files listed above only).Forum: Requests and Feedback
In reply to: 1-flash-gallery – Executable File Upload AttackQuery in RIPE Database shows that IP belongs to ITandTEL DSL Network. Query results include contact info too – you can use it to contact ITandTEL admin.
Forum: Plugins
In reply to: [Link Juice Keeper] [Plugin: Link Juice Keeper] Update PluginSorry for late response. Plugin is updated now ??
Please install WP Developer Assistant plugin, activate it and go to Developer / Hooks page (plugin adds new top-level menu). This page needs a while to open. On it click on Show Filters, and then search for white rows with
manage_users_columns
andmanage_users_custom_column
in Name column. Let me know if there are some extra filenames in File column beside/some/path/wp-content/plugins/user-locker/user-locker.php
– if yes, let me know.You can also go to the User Locker’s options page and uncheck the “Show single status column” option. After this you should see two extra columns on User List. Let me know if both are empty, or one of them only.
If you know HTML a bit, please also check in page source if there are some values in this/these columns or they are empty.
Forum: Requests and Feedback
In reply to: wp_list_authors() and post typesI’ve just logged #18791.
This is resolved in version 1.2.