I'll have to explain my question better.
I use the article table to store a number of things that it was not intended for:
- the print field and the extra1 field hold the topic ids of secondary and tertiary topics
- the view field holds the number of days until the article needs to be reviewed (like the caldays field)
- the icon field holds a boolean value (1 or 0) depending on whether I want a thumbnail images displayed in the article
My question is: how does repligard deal with these fields?
**Print Field**
In the manual, the print field is
-
An integer, originally pointing to a printable version ID of this article.
**Icon field**
In the manual, the icon field is
An integer, originally pointing to an icon ID for this article
So does repligard replace this id the with different attachment id in the live db based on the GUID of the attachment? Therefore, this field should only be used to store attachment id?
**View field**
In the menu, the view field is:
-
An integer, originally pointing to a "view" ID for this article.
So I briefly tested these theories and it appears that repligard doesn't alter these fields but that could just mean that those particular ids are the same in both live and staging.
I hope someone can make sense of this!
Thanks
James
