4
Yes - the XOOPS search box is what I want to automate. Here's what I'm trying to accomplish.
My site is a news site that mirrors content that is sent out via email once or twice a week to a large group ( > 4500). These email distributions are referred to as Digests and readers are used to reading multiple articles at one time.
I'm trying to use XOOPS to simulate a digest of multiple articles. My intial plan is to put "Digest: 2003-105" (for instance) in the header of each news posting. Readers could then type "2003-105" into the search box and retrieve a concise list of all news postings that relate to that digest issue.
I want to automate the search via a URL so that I can place a link in a custom HTML block at the top of the News page that will direct users to "Click Here" for the latest digest. Clicking the hyperlink will perform a search for all articles with a particular string.
Ultimately, I guess, I'd like to have a custom field where I could type in the digest number. I don't know how to do that short of creating topics. Since we'll have >110 issues each year, that doesn't seem like the right approach.