You are not logged in.
At the moment there’s obviously no possibility for renaming the “More” links on the Write tab without influencing each other, they seem to be stored in the same db line.
An example: Trying to give “More” in the right hand column a more finegrained, speaking, translation like “Date, Time and Expiry” or an adequate translation, in wet_babble always results in “More” in the Textile area reading likewise.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Hi Uli,
a temporary and not-so-elegant solution can be achieved using bot_write_tab_customize.
If you have it installed just point to preferences -> bot_wtc -> Additional js code
and add this rule:
<script type="text/javascript">
$(document).ready(function() {
$("#textile-docs-link").text("test");
});
</script>
This should display “test” instead of more
Offline
That’s good to know, thanks.
Nevertheless, reducing the toolkit and the steps that are necessary in order to translate a site is a need for many. And one more line in the DB wouldn’t hurt.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
uli wrote:
…Nevertheless, reducing the toolkit and the steps that are necessary in order to translate a site is a need for many. And one more line in the DB wouldn’t hurt.
Totally agree
Offline
Thinking about this in the wider scheme of things, do we really need ‘comments on/off’ and ‘comments invite’ under the same group as dates? While “Dates and Comments” (or similar) would be a suitable term for the lang table, it begs the question whether it’s desirable, especially given that comments can be turned off and hence removed from the Write panel. “Dates and comments” would be a rubbish heading in that scenario!
As Els noted, separating the comments from the dates might be a good move. The question is, move where? There are a few semi-obvious options, either one of these or some of them in combination, or even something else I’ve not thought of:
Either way, I think the Dates section should all be under a single twisty heading and be decluttered from the Comments settings.
If comments are in their own group and set to “off” I’d do the same thing as we do now for custom fields: add a ‘hidden’ class to the twisty group so it is not displayed on the admin side, but leaves the door open for plugin authors / themers to reinstate or hook into the heading, even if core commenting is shut off.
Thoughts?
Last edited by Bloke (2012-04-18 13:35:54)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern.
Txp Builders – finely-crafted code, design and Txp
Offline
I think the best compromise is to make the comments a separate twisty above the “More” group (which as you say is currently ambiguous at best), and then make the “More” group something like “Date and time” instead.
I’d rather keep the publish button in the bottom right-hand corne for a couple of reasons:
Regarding the alert dialogs and the new AJAX forms. I had a lengthy dialog with Gocom about that and we decided for my theme to fix the alert message to the bottom of the browser window, with some visual feedback every time the publish button is clicked (it pulsates slightly). It can also be dismissed with the escape key or by clicking on the close icon. See here for mockup example.
Offline
All good points. Noted, and the idea about the message area at the bottom is nice.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern.
Txp Builders – finely-crafted code, design and Txp
Offline
I’ve done a mockup of how the write page would look with a comments twisty
Offline
philwareham wrote:
I’ve done a mockup of how the write page would look with a comments twisty
That is so much clearer! I’d love to see this in the final version.
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
That’s how it should have been from the beginning. Thanks!
I am a huge fan of making UIs as simple as photocopiers i. e. the big button top right. But you guys are doing a great job in making elements addressable, and that makes me confident that I will be capable of blowing up stuff and pushing it wherever I need it to sit for illiterate clients.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline