You are not logged in.
This plugin aims to be an all-in-one solution for the “write” tab customization. It allows to rearrange items, hide them on a per-section basis, remove some sections from the sections dropdown and much more. By combining its features you can get a totally different write tab arrangement depending on which section you choose in the sections dropdown. Used alone or togheter with other plugins (glz_custom_fields and bot_admin_body_class to name a few) it will help you customize the site backend for your clients quickly and easily.
Features
Note that the rearrange capability is mainly intended to be an intermediate step in the customization process. To to fine-tune your customization you may need to modify the “textpattern.css” file.
A simple example
Suppose you want a custom field called “Files” to be the first item at the top left corner of the write tab.
Quite easy: set the rule “Files” before “advanced Options “.
Ok, now you want it to show only in section “Media”.
Easy too: in the “hide in” column check all sections but the “Media” section.
But wait. You now want it to have a different look compared to other custom fields and you are using glz_custom_fields (which applies to all cfs a generic “glz_custom_field” class removing the default more-specific default class). In this case set an arbitrary class for the item and, in the textpattern.css, set a corresponding css rule, or – if you are in a rush – define the rule directly in the js box.
That’s not enough? Maybe you want the field to perform an animation using a jquery plugin when you hover on it?
Then again, set a class for the item, reference the plugin and write the appropriate code in the js box like this:
<script type="text/javascript" src= "../js/your_jquery_animations_plugin.js"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function() {
$(".animate").your_jquery_animations_plugin();
});
</script>
Special Note
This plugin may not function properly if you have the Suhosing module (a security-related module for PHP) installed. In this case follow these instructions (thanks maniqui!)
Last edited by redbot (2012-02-20 17:43:24)
Offline
Perfect!
Is there anyway of getting text input boxes moved under the body field to be equal in length to it?
Offline
Just a quick note: in my 4.2.0 install, when wet_quickopen is active, AND I move the whole column1 (after col2, or after TD preview, for example), then two input boxes for quick searching articles appear. The first of them is not working, though. It’s probably another js oddity. Anyway, is just a minor bug you may want to check (maybe is just me and my monster set of plugins and custom theme active…). Wonderful work, anyway.
Offline
Thank you all
FireFusion wrote:
…Is there anyway of getting text input boxes moved under the body field to be equal in length to it?
You can achieve this with a slight customization of your textpattern css.
Zanza wrote:
… when wet_quickopen is active, AND I move the whole column1 (after col2, or after TD preview, for example), then two input boxes for quick searching articles appear…
Ok, thanks for reporting. In the next days I will install wet_quickopen (I have never used it yet) and perform some tests.
Offline
Zanza wrote:
Wonderful work
Absolutely! Thank you, redbot!
Great that you also thought of shifting whole columns. Unbelievable how much better it feels having custom fields on the right hand side and section/categories on the left.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Got some errors after installing plugin – clicking “install” button in extensoin page:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/u78707/victorus.net/www/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 216Warning: natcasesort() [function.natcasesort]: The argument should be an array in /home/u78707/victorus.net/www/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 218Warning: Invalid argument supplied for foreach() in /home/u78707/victorus.net/www/textpattern/lib/txplib_forms.php on line 56Warning: Invalid argument supplied for foreach() in /home/u78707/victorus.net/www/textpattern/lib/txplib_forms.php on line 56
After install i get new table but it is empty:

Here is the link to screenshot how admin page looks after i pressed “install” plugin’s button
Last edited by the_ghost (2009-10-26 09:39:30)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline