Plugin Forums

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

You are not logged in.

#1 2007-06-18 21:31:22

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

Sort Entry Listing

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

 

#2 2007-06-18 23:10:40

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

Re: Sort Entry Listing

Oops!

I found a mistake.

EnrtyBody
  FieldName >> "text"

I didn't know that.

--------------------------
$arg{'sort'} = 'text';
--------------------------
  >> It works fine.
           
           
Thanks,
Shisei

Offline

 

#3 2007-06-19 20:59:56

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

Re: Sort Entry Listing

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

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson