Good evening!
This is a great plugin! It offers tweaks I didn’t know I needed ??
One little question/request: Wouldn’t it be nice to add the option to show/edit user_nicename (i.e. author permalink) on user profiles? I find that I lack that possibility in both the WordPress core and with a plugin like “Easy Username Updater”.
]]>First I’d like to thank everyone who instaled Admin Tweaks in the past.
Life took me away from WordPress matters but I had the plugin installed in all my webistes until it finally stopped working.
That was the final straw, I had to review it completely because I personally need these tweaks when building/maintaining a website.
Discovering the Redux Framework was a godsend, what an awesome tool to build WordPress options pages. Without it, relaunching this plugin would not be possible, thanks again and again to their team for sharing it with us all.
]]>I found three separate bugs in 5 minutes after download. Is anyone maintaining this plugin in 2020?
]]>Hello,
I have issues inserting CSS into the login page as quotes get escaped.
The result is not valid:
#login:before {
content: \'DEV LOGIN\';
display: block;
color: black;
background-color: #f0ffff;
text-align: center;
margin: 0 auto 2em;
font-weight: bold;
font-size: 1.3em;
}
]]>
This file
/inc/hooks/login.php:41
uses the hook ‘login_headertitle’
which is not supported since WP 5.2.0.
Changing it to ‘login_headertext’ should solve the issue.
Would be awesome if you could update this in the code.
Thanks and cheers,
Andras
Hi, love the plugin!
Just discovered a little glitch.
When you switch on maintenance mode and leave all the settings on default, then the url is broken.
It is missing the colon, it will give you:
http//domain.com
Once you enter a url in the settings it works fine.
Cheers,
Andras
I really enjoy this plugin! Well done. I have two suggestions to the Youtube shortcode tweaks.
1. Use the maxresdefault
thumbnail instead of hqdefault
for the thumbnail. This will allow the highest possible resolution for large video embedding.
2. Set the embed string to append &rel=0
. This will prevent related videos from being displayed on pause and at the end of the video.
Of course, it would be even better if these were attributes that we could add to the shortcode.
Example: [mttube thumb="maxresdefault" rel="0" id="dQw4w9WgXcQ"]
Hi,
Using the plugin: PHP Compatibility Checker
I saw this error in your plugin
FILE: /home/cp527430/public_html/site/wp-content/plugins/many-tips-together/inc/hooks/adminmenus.php
—————————————————————————————————————————————————————————
FOUND 2 ERRORS AFFECTING 2 LINES
—————————————————————————————————————————————————————————
98 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
109 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
————————-
Could it be possible to adapt your file to become PHP 7 compatible?
Thanks
]]>Will this hide the wp admin area completely? I need a plugin to hide the wp admin area.
]]>Hello,
Thanks for your great plugin ! ?? but i’ve a problem on the wp login page :
Notice: Undefined index: loginpage_form_rounded in /home/*****/www.*****.com/45145625/wp-content/plugins/many-tips-together/inc/hooks/login.php on line 214
I’ve reset the plugin settings but still unsolved
Any idea ?
Thierry
Hello,
I have removed this from the section on the plugin and have cleared cache and still this is not hiding.
Thank you for creating with WordPress. Version 4.3.1
Is this a bug, can you assist please.
]]>In WordPress 4.2, WordPress uses this CSS to do the alternating row colours:
.alternate, .striped>tbody>:nth-child(odd) {
background-color: #f9f9f9;
}
This is more specific than what this plugin outputs to set the row colour:
.status-pending {
background: #fff8e8;
}
So the pending status colour only works for even rows, but not for odd ones.
Adding !important
makes it work again.
@RobertHarm Mentioned this a year ago and I’m seeing the same thing on 2 different sites. I thought the update number was somehow caching and refusing to update, but it was just this setting blocking active plugin updates.
]]>Greetings, great plugin! Glad to have known him now.
I have it in two facilities with different templates, a result of the settings panel plugin is not displayed correctly, also can not climb an image to modify the login screen, the fields are gone. What might be causing this conflict? None of the plugins can be, I disabled all and not solved. I use this theme, https://themeforest.net/item/blaszok-ultimate-multipurpose-responsive-theme/7163563 I have not had conflicts of this type before him.
His directions are appreciated!
]]>The settings page is completely unstyled, the options are on one site and the explanation pictures are missing…
have already uninstalled and reinstalled it…
Hello
I have more that 7356 user and I also use ACF.
This means that each page loaded will trigger the method get_users_array
from the class-plugin-utils.php 7356 times (queries).
Here is the queries:
SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (6245) ORDER BY umeta_id ASC
Culprit on line 163 from plugins/many-tips-together/inc/admin-tabs/adminmenus.php:
require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), call_user_func_array, B5F_MTT_Init->plugin_setup, B5F_MTT_Admin->__construct, B5F_MTT_Admin->build_admin, require_once('plugins/many-tips-together/inc/admin-tabs/adminmenus.php'), B5F_MTT_Utils::get_users_array, get_users, WP_User_Query->__construct, WP_User_Query->query, WP_User->__construct, WP_User->init, WP_User->for_blog, WP_User->_init_caps, get_user_meta, get_metadata, update_meta_cache
This method sould be triggered only one time and for the current user is that right ?
]]>For a site I’m working on, I used Admin Tweaks to hide the admin bar (which is great), but the “Visit site” link in the sidebar isn’t working for me. I get this error:
Warning: Cannot modify header information – headers already sent by (output started at /home/[directory]/public_html/dev/wp-admin/includes/template.php:1812) in /home/[directory]/public_html/dev/wp-includes/pluggable.php on line 1121
The site is running WordPress 3.9.2 and Admin Tweaks 2.3.8 (latest versions of both).
Any support you can offer would be much appreciated. Thank you for making this awesome plugin!
]]>Hi there,
have had to do a clean install of my website which was built with Admin Tweaks when it was MTT.
In the new install I have encountered several issues that I cannot appear to get round at all and resulting in me having to deactivate the plugin. The main issue is that users cannot access the profile page when the plugin is activated.
There also seems to be no answers to support questions going back 8 months. Can I check if you are still supporting this plugin. Will be gutted if you aren’t as it’s the best out there for controlling what is happening in the back end.
]]>I wanted to thank you for the great plugin you have. This has allowed me to combine many different plugins into 1 which is what I needed. However unfortunately I still need to download another plugin “WP total hacks” to get the 2 options that your plugin doesn’t have:
1. Add favicon
2. Change default WP email address
> It’s kind of frustrating to have to install another plugin just for these 2 features that can easily be added to yours. Thank you for your consideration and hope to see these in the future ??
]]>Hi there brasofilo,
can I just check if you are still supporting this plugin as there appears to be unresolved issues dating 8 months back. I hope you are still supporting it as this is a fantastic plugin and would be very sorry if support has ceased.
I have 3.9.1 of wordpress and have tried to use the maintenance mode but it is not working. Is there a compatibility issue or an update due.
Kind regards
KatieKat
]]>I was getting “non-static function _____ should not be called statically”. I just made the functions static and the errors are gone.
Note you will not see these errors unless you ask php to show strict errors.
Patch that fixes them:
diff -u a/many-tips-together/inc/class-admin-validate.php b/many-tips-together/inc/class-admin-validate.php
--- a/many-tips-together/inc/class-admin-validate.php
+++ b/many-tips-together/inc/class-admin-validate.php
@@ -12,7 +12,7 @@ class B5F_MTT_Validate
* @param object $value
* @return object
*/
- public function validate_adminbar( $value )
+ public static function validate_adminbar( $value )
{
if( isset( $value['url'] ) )
$value['url'] = self::validate_url( $value['url'] );
@@ -46,7 +46,7 @@ class B5F_MTT_Validate
* @param object $value
* @return object
*/
- public function validate_post_renaming( $value )
+ public static function validate_post_renaming( $value )
{
foreach( $value as $key => $val )
{
@@ -65,7 +65,7 @@ class B5F_MTT_Validate
* @param object $value
* @return object
*/
- public function validate_postlisting( $value )
+ public static function validate_postlisting( $value )
{
if( isset( $value['width'] ) )
{
@@ -89,7 +89,7 @@ class B5F_MTT_Validate
* @param number $value
* @return number
*/
- public function validate_postediting( $value )
+ public static function validate_postediting( $value )
{
$val = B5F_MTT_Utils::validate_pos_neg_number( $value );
$value = ( false !== $val ) ? $val : '';
@@ -103,7 +103,7 @@ class B5F_MTT_Validate
* @param number $value
* @return number
*/
- public function validate_jpg_quality( $value )
+ public static function validate_jpg_quality( $value )
{
$return = B5F_MTT_Utils::validate_pos_neg_number( $value );
@@ -127,7 +127,7 @@ class B5F_MTT_Validate
* @param number $value
* @return number
*/
- public function validate_rss_time( $value )
+ public static function validate_rss_time( $value )
{
$return = B5F_MTT_Utils::validate_pos_neg_number( $value );
@@ -147,7 +147,7 @@ class B5F_MTT_Validate
* @param object $value
* @return object
*/
- public function validate_colorize_plugins( $value )
+ public static function validate_colorize_plugins( $value )
{
if( isset( $value['names'] ) )
$value['names'] =
@@ -162,7 +162,7 @@ class B5F_MTT_Validate
* @param type $value
* @return type
*/
- public function validate_general_tab( $value )
+ public static function validate_general_tab( $value )
{
if( isset( $value['time'] ) )
$value['time'] =
@@ -211,7 +211,7 @@ class B5F_MTT_Validate
* @param type $numb Allows # or not
* @return string
*/
- public function validate_url( $uri, $numb = true )
+ public static function validate_url( $uri, $numb = true )
{
$url = B5F_MTT_Utils::check_url( $uri, $numb );
if( !$url )
@@ -230,7 +230,7 @@ class B5F_MTT_Validate
* @param string $val
* @return boolean
*/
- public function is_alphanumeric( $val, $simple = false )
+ public static function is_alphanumeric( $val, $simple = false )
{
$preg =
$simple
@@ -245,7 +245,7 @@ class B5F_MTT_Validate
* @param string $value
* @return string
*/
- public function validate_loginout_url( $value )
+ public static function validate_loginout_url( $value )
{
// false doesn't allow #
$url = B5F_MTT_Utils::check_url( $value['url'], false );
@@ -277,7 +277,7 @@ class B5F_MTT_Validate
* @param string $value
* @return string
*/
- public function validate_simple_full_url( $value )
+ public static function validate_simple_full_url( $value )
{
$url = B5F_MTT_Utils::check_url( $value, false );
if( !$url )
@@ -292,7 +292,7 @@ class B5F_MTT_Validate
* @param type $value
* @return type
*/
- public function validate_number( $value )
+ public static function validate_number( $value )
{
$num = B5F_MTT_Utils::validate_css_number( $value );
$value = ( false === $num ) ? '' : $num;
@@ -306,7 +306,7 @@ class B5F_MTT_Validate
* @param type $value
* @return type
*/
- public function validate_css_num_value( $value )
+ public static function validate_css_num_value( $value )
{
$num = B5F_MTT_Utils::validate_css_px_percent( $value );
if( !$num )
@@ -346,7 +346,7 @@ class B5F_MTT_Validate
*
* @param type $value
*/
- public function strip_html( $value )
+ public static function strip_html( $value )
{
return strip_tags( $value );
}
@@ -359,7 +359,7 @@ class B5F_MTT_Validate
* @param type $value
* @return type
*/
- public function validate_html_text( $value )
+ public static function validate_html_text( $value )
{
if( is_array( $value ) )
{
diff -u a/many-tips-together/inc/class-plugin-metabox.php b/many-tips-together/inc/class-plugin-metabox.php
--- a/many-tips-together/inc/class-plugin-metabox.php
+++ b/many-tips-together/inc/class-plugin-metabox.php
@@ -7,7 +7,7 @@
class B5F_MTT_MetaBox
{
- public function mtt_meta_box()
+ public static function mtt_meta_box()
{
$logo = B5F_MTT_Init::get_instance()->plugin_url . 'images/mtt-logo.png';
$mtt_tb_title = B5F_MTT_Init::$version . ' ' . B5F_MTT_Admin::$mtt_tb_title;
@@ -117,4 +117,4 @@ class B5F_MTT_MetaBox
}
-
\ No newline at end of file
+
diff -u a/many-tips-together/inc/hooks/class-category-check-list-tree.php b/many-tips-together/inc/hooks/class-category-check-list-tree.php
--- a/many-tips-together/inc/hooks/class-category-check-list-tree.php
+++ b/many-tips-together/inc/hooks/class-category-check-list-tree.php
@@ -10,11 +10,11 @@ Plugin URI: https://scribu.net/wordpress/category-checklist-tree
class MTT_Category_Checklist {
- function init() {
+ public static function init() {
add_filter( 'wp_terms_checklist_args', array( __CLASS__, 'checklist_args' ) );
}
- function checklist_args( $args ) {
+ static function checklist_args( $args ) {
add_action( 'admin_footer', array( __CLASS__, 'script' ) );
$args['checked_ontop'] = false;
@@ -23,7 +23,7 @@ class MTT_Category_Checklist {
}
// Scrolls to first checked category
- function script() {
+ static function script() {
?>
<script type="text/javascript">
jQuery(function(){
@@ -45,4 +45,4 @@ class MTT_Category_Checklist {
}
}
-MTT_Category_Checklist::init();
\ No newline at end of file
+MTT_Category_Checklist::init();
]]>
Hi,
The wordpress admin goes all white when the plugin is activated. As soon as I de-activate Admin Tweaks the admin goes back to the normal black/dark colors
Any ideas why?
]]>I have Admin Tweaks installed on a multisite and I have been exporting/importing from my main site each time I add a new site.
Is it possible to force AT to use the same settings across all sites so that I am not having to copy them all the time?
]]>If I put in a time value under “Widgets->RSS Widget: update timer” then every RSS plugin I use throws an error.
If I disable all RSS related plugins and use the built-in RSS widget, then it works fine.
This is the RSS plugin I use the most:
]]>Hi there,
for some reason I can’t access the settings page for Admin Tweaks (Version 2.3.8) in WP 3.81.
It is just loading and loading and loading …
This happens only on my Dreamhost server (which is actually totally okay for WP). Everything runs fine on my local machine XAMPP.
Any ideas why?
]]>How close access to the administrative area for a period?
Tks.
Hi,
I am the developer of Maps Marker Pro (www.mapsmarker.com) and a customer reported that he couldnt see updates from my plugin.
I checked his site and found that your plugin was causing this issue: in the section “Plugins” he had activated the setting “Block inactive plugins upgrade check”.
When deactivating this setting, suddenly 12 plugin updates (including mine) showed up – important: most new updates were from plugins that were active!
Just wanted you to know…
best,
Robert
Hi,
I am the developer of Maps Marker Pro (www.mapsmarker.com) and a customer reported that he couldnt see updates from my plugin.
I checked his site and found that your plugin was causing this issue: in the section “Plugins” he had activated the setting “Block inactive plugins upgrade check”.
When deactivating this setting, suddenly 12 plugin updates (including mine) showed up – important: most new updates were from plugins that were active!
Just wanted you to know…
best,
Robert
With the new 3.8 admin interface, I just wanted to make the suggestion to change the appearance of the notification bubbles to match the theme designs.
I have already altered your plugin file (many-tips-together > inc > hooks > adminmenus > line 107-112) to the following:
' <span class="update-plugins count-%1$s">
<span class="plugin-count" style="text-shadow:none">%1$s</span>
</span>'
I added a space just before the first span and removed the style="background-color:white;color:black"
. This ties into the new 3.8 design much better.
Has your latest version been tested with php 5.4? My host is upgrading to php 5.4. I just tested my site with it and couldn’t logon to WordPress. The site looked okay and other plug-ins seemed to be working as usual. I switched back to 5.2, which is what I’ve been using. It works again, but it’s very, very slow, which it wasn’t before. The switch to 5.4 is coming up in 48 hours. https://www.kcmga.org
]]>