| HOME | ||
| Danz Family Forums |
||
| Links | Sounds | |
| Portal | Pictures | |
| Palm | Videos | |
| People | Private | |
| Interesting | Site Map | |
| Texts | Contact | |
| * Firearms | * Tulsa Weather | |
Most Recent Comments
sara: I think women should be able to wear what they want, whether it be modest swimwear or a string bikin... [view]Most Commented Posts
Modest Swimwear (336 Comments)
By Category
Audio BlogBy Month
November 2008
Legal Blogs
Becker-Posner BlogOklahoma Blogs
AKA Mike HorsheadPolitical Blogs
Ace of SpadesWeb Friends
A day in the life...Web Rings
< ? # > ameriBLOGs
I am very happy to announce a solution to the Movable Type bug that causes the creation of duplicate pages ending in "...name_1.php". If you are curious you can check out the thread in the Movable Type forums where the problem was reported and eventually solved. The following is the final post by the Six Apart Software Engineer Brad Choate:
Thanks DWD, the preview step is definitely the problem. This has been fixed for the next update/release.Note, the code shown above has the "< >" symbols replaced with "[ ]" so that Movable Type wouldn't think it was actual code and so that it would be visible in this post. If you intend to use the code you will, of course, have to switch out the appropriate symbols. Posted by Don |You can sort of patch this one yourself by adding this in the form found in the tmpl/cms/edit_entry.tmpl file. Find this line:
CODE
[input type="hidden" name="id" value="[TMPL_VAR NAME=ID]" /]and put this under it:
CODE
[input type="hidden" name="basename" value="[TMPL_VAR NAME=BASENAME]" /]That will pass through the existing basename value to the preview step properly, so MT won't reassign it.
If you don't want to edit your templates, another workaround is to choose "Re-edit this Entry" after doing a preview and then save from the edit entry form itself. Another alternative is to use any of the weblog posting clients like Zempt or Ecto or w.Bloggar, etc.
Listed below are links to blogs that reference this post: Fix for Movable Type Bug.
TrackBack URL for this entry: http://www.danzfamily.com/cgi-bin/mt4/mt-tb.cgi/119
I'm glad you got that fixed. I swear Brad Choate is a like a freaking genius. Movable Type would not be where it is today without him.