Plugin Forums

Discuss and get help with staggernation.com's plugins for Movable Type.

You are not logged in.

#1 2007-06-22 06:16:15

Shisei
Member
From: Japan
Registered: 2006-07-04
Posts: 15
Website

Can't come back to "Edit Entry"

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

 

#2 2007-06-22 08:15:43

Kevin Shay
Administrator
Registered: 2005-11-22
Posts: 265
Website

Re: Can't come back to "Edit Entry"

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

 

#3 2007-06-22 09:01:12

Shisei
Member
From: Japan
Registered: 2006-07-04
Posts: 15
Website

Re: Can't come back to "Edit Entry"

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

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson