Discuss and get help with staggernation.com's plugins for Movable Type.
You are not logged in.
Hi Kevin,
I need your Help!!
#1))"Customize Entry Listing", It does not work on "Blog's Welcome Page"
#2))How can I sort "Entry List" by "Standard Fields" ?
I changed "lib/MT/App/CMS.pm line 6195"
I need the view of "A to Z"
------------------------------------
CMS.pm line 6195
# $arg{'sort'} = 'created_on';
# $arg{direction} = 'descend';
#Changes
$arg{'sort'} = 'title';
$arg{direction} = 'ascend';
>> It works fine.
I tried New function "Customize Entry Listing"
Below is the detail of My Entry fields
EntryTitle == Product Code Name
EntryBody == Product Number
Customize Entry Listing ==
Compact Display:Customize
Tag:<$MTEntryBody convert_breaks="0"$>
-------------------------------------
I changed again "CMS.pm line 6195"
$arg{'sort'} = 'body';
>> not work
$arg{'sort'} = 'entrybody';
>> not work
$arg{'sort'} = 'EntryBody';
>> not work
May be I have the mistake.
+++++++++++++++++
MT ver.3.35
+++++++++++++++++
Thanks,
Shisei
Offline
Hi Kevin,
Above #1)) is not so important.
Below is other issue. this is important.
#3))"Customize Entry Listing" dose not work on results of "Search & Replace"
Go to "Customize Entry Listing"
Customize "Compact Display" or " Expanded Display"
Put "MT tag" "<$MTEntryTitle$> and MORE.......
Go to "Search & Replace"
Search Entries
Title field is Blank
Tkanks,
Shisei
Offline