myths
Junior Member   Posts: 39 Registered: 11/1/2003 Status: Offline
|
posted on 3/19/2007 at 04:09 PM |
I really I hope to explain correctly:
is it possible to create custom module for all the articles inside specific
topic and I do not mean the topic itself like this following example:
Topic 1 has the articles: 12 / 14/ 17
Can I do custom module so, all the 3 articles above can be customzed
instead of doing custom module for each article?
|
| |
| |
Shawn
Administrator   Posts: 4548 Registered: 10/7/2002 Status: Online
|
posted on 3/19/2007 at 06:41 PM |
You can only do a Cutom Page using things that are in the URL. So you can
not do it for all articles of a specific topic, but you can do it for each
article with one custom page. Example: sid is the story id | is an OR
operator, so:
sid=(12|14|17)
If you later add article 25 to that topic then you would have to change it
to sid=(12|14|17|25)
HTH
-Shawn
[Edited on 3/19/2007 by Shawn] |
| |
myths
Junior Member   Posts: 39 Registered: 11/1/2003 Status: Offline
|
posted on 3/24/2007 at 08:53 AM |
Thanks Shawn that was really useful.
one more last question, the changing of the Page Options (when adding more
articles number)
how can i change it? i mean the only way is to edit the theme file,
right?
is it possible in the future version of AT to make edit option ? I think it
would be useful.
Thanks |
| |