olyma
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hiding admin bar in WordPress 3.3As Ipstenu often says: “it’s the way WP is headed.” I personally do see such philosophy as quite extremely insensitive of the dev core folks — but in spite of this, the WP backend is designed to be pliable!!!! 🙂 So as much as core dev folks may do things one doesn’t like, there will always be someone who’ll write a plugin to fix it.
Forum: Requests and Feedback
In reply to: Top toolbar is annoyingIf you wish to completely disable the admin bar in the Dashboard and have 3.3 work — you can use sLa’s Admin Bar Removal plugin:
http://ww.wp.xz.cn/extend/plugins/wp-admin-bar-removal/
in conjunction with my plugin One Click Logout Barless:
http://ww.wp.xz.cn/extend/plugins/one-click-logout-barless/
Installed together in 3.3, they get rid of the admin bar AND allow logout, and when multisite is installed — my plugin allows multisite navigation, too.
Cheers!
Forum: Alpha/Beta/RC
In reply to: Cannot remove admin bar from wp-admin in 3.3If you wish to completely disable the admin bar in the Dashboard and have 3.3 work — yes, you can use sLa’s Admin Bar Removal plugin:
http://ww.wp.xz.cn/extend/plugins/wp-admin-bar-removal/
but to restore logout functionality, use it in conjunction with my plugin One Click Logout Barless:
http://ww.wp.xz.cn/extend/plugins/one-click-logout-barless/
Installing both plugins together in 3.3, they get rid of the admin bar AND allow logout, and when multisite is installed — my plugin allows multisite navigation, too.
Cheers!
Forum: Fixing WordPress
In reply to: Hiding admin bar in WordPress 3.3If you wish to completely disable the admin bar in the Dashboard and have 3.3 work — you can use sLa’s Admin Bar Removal plugin:
http://ww.wp.xz.cn/extend/plugins/wp-admin-bar-removal/
in conjunction with my plugin One Click Logout Barless:
http://ww.wp.xz.cn/extend/plugins/one-click-logout-barless/
Installed together in 3.3, they get rid of the admin bar AND allow logout, and when multisite is installed — my plugin allows multisite navigation, too.
Cheers!
Forum: Requests and Feedback
In reply to: Flyout MenusFor those unaware, there was much discontent during beta:
http://ww.wp.xz.cn/support/topic/admin-menu-doesnt-expandcollapse-in-33-beta-1-why
As well, the said plugin, with the present release, it no longer holds ALL menus open, but just the ones you wish to open, similar to how it was in 3.2. The lesson: if it goes out of core, someone will probably write a plugin to remedy it.
I’ve got a plugin, too, with this problem in 3.3 RC-1 and I haven’t completely fixed the issue yet, but according to the Dev Chat IRC logs:
* Introduce a
get_node()method for plugins.
* Deprecate$wp_admin_bar->menu. Plugins will need to useget_node(),remove_node(),add_node()to make modifications. This finalizes a backwards incompatible change made earlier in the cycle.
* Allowadd_node()to take a node object (which could come fromget_node(), then be modified).
* Ensure that our underlying storage (the nodes property) is private to core. Introduce_set_node,_unset_node,_get_nodes,get_nodesas the only ways to interface with this.Some sort of standards for these seem to be found in the /wp-includes/class-wp-admin-bar.php.
Forum: Alpha/Beta/RC
In reply to: Admin menu doesn't expand/collapse in 3.3 beta 1. Why?Or what the real problem is is a WordPress development team headlong committed to reckless experimentation. Thus they get screams of bloody murder when they do things people don’t like —- and they BLATANTLY, blatantly ignore those screams.
IF THEY REALLY WANTED TO MAKE WORDPRESS BETTER then they would incorporate backend changes as either options in one’s profile — or as “skins” or even dare I say, release the changes as a new backend “theme”!
That really should be the route they go, instead of pissing everyone off with changes, JUST LIKE when they release a new frontend theme to accompany a new WordPress release (i.e. Twenty Eleven) they REALLY SHOULD also release an accompanying backend “theme” that can be easily switched out, instead of forcing everyone’s hands, and people writing patches to restore it to something of what it was.
Instead of telling people, “This IS the direction WordPress is going — damn you all to everlasting hell for wanting anything else than our vision for WordPress.” Easily swappable backend theme releases should be standard.
Forum: Requests and Feedback
In reply to: restoring the one click logoutMove your pointer up, hover it over the menu which pops open (“hover-down,” “flyout,” call it what you will, it’s a dropdown menu to maneuver through), drag your mouse pointer to the bottom of the menu and select to “logout.” It might be “one click” in a respect, but in my book, trudging through a menu is nearly just as bad as having to click twice to logout.
It’s okay though. Even if they don’t incorporate this particular preference in the Dashboard, I wrote this plugin for the most obvious of simplicity of logging out of my Dashboard. I’ll have my wishes fulfilled through my plugin, that is certainly a great beauty of WordPress. Praise WordPress! If it doesn’t do exactly what you want, somebody’s either written a plugin for that, or you could write one yourself (just like I did). Yay! 🙂
It’s all good.
Forum: Requests and Feedback
In reply to: restoring the one click logoutI just tried out the nightly build. I really am displeased with what they are doing with the gray admin bar, but I personally don’t have time to be involved in core WP development right now.
In the gray admin bar, even with the latest nightly build, I still have to maneuver through a drop down menu to logout. Totally annoying to me. I just want to be able to move my pointer up and click.
With 3.3 it appears that “Screen Options” and “Help” are now integrated into the gray admin bar, so unless I write another plugin to restyle it or replace the admin bar completely with something nicer, it’s unfortunately there with 3.3. Since the plugin functions as an overlaying block and doesn’t even involve touching the gray admin bar, as I integrated it in 3.2, it appears to be a simple styling alteration to make it fit the look of 3.3. So it shouldn’t be a problem. I’ll just update the plugin when 3.3 comes out.
Thank you for the heads up!
Forum: Requests and Feedback
In reply to: restoring the one click logoutActually, yes, this is a feature that could definitely potentially be incorporated, but I probably won’t. The code for this plugin is SUPER simple, it just tidies up a single aspect of WordPress, and for me to add a “settings” page for this plugin to add further functionality in the manner you suggest or otherwise, though it might be a great functional enhancement, I don’t have a personal interest on adding a whole lot of bells and whistles to the plugin itself. I was just annoyed and wanted a quick one click logout again.
Though, I suppose if enough custom bells and whistle requests came in I could spend some time adding a “settings” page of sorts.
Otherwise, I would suggest the following:
To change the default to redirect you to the blog/site home page INSTEAD of to a login page, simply open up the plugin file “one-click-logout.php”, find the words “wp_logout_url()” in the code and change them to “wp_logout_url( home_url() )“. With this slight code alteration, when you click on the logout link it will log you out, but then immediately redirect your browser to the site homepage.I hope that is helpful! 🙂
Forum: Requests and Feedback
In reply to: restoring the one click logoutMy very first plugin is uploaded!!!!
http://ww.wp.xz.cn/extend/plugins/one-click-logout/
I did a multisite test of it and it’s really only good for single site installations, but I made a note of that on the info page. If I do any future releases, I suppose I can work on that, but for now, it works.
Thank you sooo much Ipstenu, and the rest, for you help! (and the suggestion to make it a real plugin!) 🙂
Forum: Requests and Feedback
In reply to: restoring the one click logoutOkay, as you can tell by the post here, this issue has really been driving me pretty much absolutely nuts. I had earlier posted a post elsewhere on the forum for help, but none came, so my squeeking wheel began here among the developers.
Nonetheless, a solution in a plugin/function form finally dawned on me — just cover up the problem with a z-indexed, absolutely positioned div that has a one-click-logout, visually pasted directly OVER the current two-click-logout. When or if the dev. people decide to simplify it and make it a simple one click logout again, which I hope is soon, or make it so one can customize it as such, at least for now, I’ve slapped a wallpaper of a link over it instead of having to alter the core with every core update. Yay!!!!
My visually pasting-over solution is found at:
http://ww.wp.xz.cn/support/topic/logging-out-with-one-clickForum: Plugins
In reply to: Logging out with one clickOkay, I couldn’t find any way around it except to alter the WordPress core, but, but, but…. I found a different way to have a function/plugin for it:
<?php /* Plugin Name: One Click Logout */ function newlogout() { ?> <div style="float:right;z-index:100;position:absolute;right:0px;top:0px;background:white;padding:8px 30px 5px 100px;border:0px;"> Howdy, <?php wp_get_current_user(); $current_user = wp_get_current_user(); if ( !($current_user instanceof WP_User) ) return; echo ' ' . $current_user->user_login . ' '; ?> -- <?php echo '<a href="' . wp_logout_url() . '" title="' . esc_attr__('Log Out') . '">' . __('Log Out') . '</a>'; ?> </div> <?php } add_action( 'in_admin_header', 'newlogout' ); ?>Since the css couldn’t allow it to be customized to be a one click logout, and as an alternative to altering the WordPress core, I just completely covered over it! Also, I couldn’t seem force the old logout to completely disappear with a function either, so the above was my solution. It simply places a z-indexed, absolutely positioned, div, immediately visually “pasted” over the old logout. This way, it just sweeps the entire problem under the rug and with a very simple, clean, html, one click logout in it’s place. Yay!!!!
Zen is returning to my Dashboard.
Forum: Requests and Feedback
In reply to: restoring the one click logoutI most clearly DO NOT work with WordPress in the same way that you do, and YOUR way of doing and enjoying wordpress is very, very different than MY way.
If only volunteers are here in this forum, then if my squeeky wheel cannot be heard here by anyone of influence here, then thank you for the link where potentially my squeeking may continue. 🙂
Forum: Requests and Feedback
In reply to: restoring the one click logoutYou said: “It may add clutter, but it is the direction WP is headed with things.”
Wow, WordPress is going in the direction of MORE CLUTTER. Actually, that doesn’t sound very good at all. Maybe you should discuss this more before you head more in that direction, dragging the rest of us into WordPress clutterland. lol. Or perhaps that is the nature of it, if WP doesn’t evolve really well, there’ll be more core hacking and plugin writing to compensate.
Maybe what I’m trying to say is, if you do alter things dramatically, with more clutter or otherwise, I would appreciate it if the dev. team made it easier to customize the backend logout, or just to restore it to a very simple one click logout, the code changes of which appear quite tiny to me.
Thank you! 🙂