Hi,
First...in AM1 I could designate a custom directory I wanted a category to publish it's articles into...I can't seem to find how to do that now (they're all publishing to the same directory).
Go to Admin > Publishing - select modify for "Category Indexes".
In the Rule Options section, in the Filename field for Category lists, you can set where categories are published.
If you use <catFile>/index then you categories will be published into directories named after the category name.
example:
www.yoursite.com/news/index.php www.yoursite.com/sports/index.php If you have other categories that you want to publish in another location, let me know and I can go through the steps to set that up too.
Second, I use search queries via php includes in AM1 to bring in related articles to my article pages. In AM1, it looks like this:
/cgi-bin/artman/search.cgi?template=search/related.html&perpage=25&keyword=KEYWORD&start=1
In
Article Manager 2, the search variable "keyword" was replaced with "keywordSearchFields".
This should work for you:
/cgi-bin/artman/search.cgi?action=search&template=search/related.html&perpage=25&keywordSearchFields=KEYWORD
I hope both my answers helped. If you have any other questions or would like more details, please let us know.