Discuss and get help with staggernation.com's plugins for Movable Type.
You are not logged in.
Hi Kevin,
This is not a bug. I am looking for the solution.
About "Customize Entry Listing"
These Tags are very simple, I want to choose this way.
But these Include some problem.
----------------------------------------------------
<$MTEntryTitle$><br /><$MTEntryBody$>
----------------------------------------------------
In Entry List
If all the feelds are blank. (When the incomplete entry has been saved)
MT's Default :
<a href="XXXX">....</a> I can click "title feald"
Use "Customize Entry Listing" :
NO TEXT >> I can't click
Can't come back to "Edit Entry"
Tags should be
----------------------------------------------------
<MTIfNonEmpty tag="EntryTitle">
<$MTEntryTitle$><br />
<MTElse>....<br /></MTElse>
</MTIfNonEmpty>
<MTIfNonEmpty tag="EntryBody">
<$MTEntryBody$>
<MTElse>....</MTElse>
</MTIfNonEmpty>
----------------------------------------------------
I have to expect that our customers make the mistake.
Thanks,
Shisei
Offline
That's a good point. I will have RightFields check if the result of evaluating the template contains no actual text, and if so, it will add a ... so there's something to click on. Thanks for pointing this out.
Offline
Hi Kevin,
Thank you for your response so quickly.
>>I will have RightFields check if the result of evaluating the template
>>contains no actual text, and if so, it will add a ... so there's something
Great!!!!!!!!!
I was waiting for the words of yours.
And
Did you see my recent post??? about "problem of Search & Replace"
I think it's very important!
Thanks,
Shisei
Offline