Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Filename Default

 

 


jferry
User

Oct 31, 2006, 5:42 PM

Post #1 of 7 (1683 views)
Shortcut
Filename Default Can't Post

I have tested a few times bringing my Artman 1 database over to Artman 2 and each time all individual articles file names are changed to the default setup using the title ../like this_is_the_title.shtml. I wish to stick with simple numbers for articles as they are now. For example ../article_34543.shtml.

I have changed the Filemane settings as Theo described in the thread:
http://www.interactivetools.com/iforum/gforum.cgi?post=50296;search_string=filename;guest=1125067&t=search_engine#50296

Should I do something before I bring over the database?

Thanks,

jferry


Dave
Staff / Moderator


Nov 1, 2006, 10:35 AM

Post #2 of 7 (1667 views)
Shortcut
Re: [jferry] Filename Default [In reply to] Can't Post

You'll probably need to disable the filename field "after" importing. It may be re-created on import.

In any case, all the naming is controlled by the Publish Rules under the "Admin > Publishing" menu. So you can import, then turn off the filename field, and then change the naming.

This post describes how to change the old naming:
http://www.interactivetools.com/iforum/gforum.cgi?post=50134#50134

Just "Publish All" after that and you should be good.

Dave Edis - Senior Developer
interactivetools.com
 

(This post was edited by Theo on Nov 1, 2006, 3:01 PM)


jferry
User

Nov 1, 2006, 2:44 PM

Post #3 of 7 (1659 views)
Shortcut
Re: [Dave] Filename Default [In reply to] Can't Post

Hi Dave,

I've deleted and started over, tried everything I can, and yet each time I go in to edit a published article I get the warning message "'Filename' value is already in use, please select a different filename!"

jferry


Dave
Staff / Moderator


Nov 1, 2006, 3:15 PM

Post #4 of 7 (1654 views)
Shortcut
Re: [jferry] Filename Default [In reply to] Can't Post

One of your article publish rules is probably setup to publish with the same name for every article. I'm going to make that error message more clear in the next release.

In the meantime if you want you can send a request to support to take a look at it for you and fix it up.
https://www.interactivetools.com/support/email_support.cgi

Dave Edis - Senior Developer
interactivetools.com
 


jferry
User

Nov 2, 2006, 11:33 AM

Post #5 of 7 (1636 views)
Shortcut
Re: [Dave] Filename Default [In reply to] Can't Post

Hi Dave,

Seem to be making some progress. I can make edits to articles now, and the changes are saved in the live version on our website. However, on the Articles edit page screen I see the long file name in the filename field box like this_is_a_sample_12345. I should see article_12345. Each file is different and the titles displayed now coincide with the title name with underscores. The publish rule is: article_<artNum>.

Any suggestions on how I can get the file name in the filename field to display as article_12345?

Thanks,

jferry


Dave
Staff / Moderator


Nov 2, 2006, 11:57 AM

Post #6 of 7 (1632 views)
Shortcut
Re: [jferry] Filename Default [In reply to] Can't Post

The filename on the article edit page isn't actually the filename, it's more like a filename "tag" that you can include (or completely ignore) in your published filenames. If you want to use it you can refer to it was <artFile> in the publish rules.

So if article 8 has a filename value of "my_article" then you could use "<artFile>.shtml" in the publish rule to create "my_article.shtml" or "art<artNum>_<artFile>.shtml" to create art8_my_article.shtml or even "article_<artNum>.shtml to create just "article_8.shtml" and ignore the filename value.

Dave Edis - Senior Developer
interactivetools.com
 


jferry
User

Nov 2, 2006, 12:12 PM

Post #7 of 7 (1630 views)
Shortcut
Re: [Dave] Filename Default [In reply to] Can't Post

Hi Dave,

Think that does it. I'll simply hide the field since I don't need it.

Thanks.