On 28/12/06, Tim Ware tim@hyperarts.com wrote:
Thanks Rob. I think I'm just a bit off. Using phpMyAdmin to edit the db, I set the values to:
iw_prefix: wikihelp iw_url: http://subdomain.mywiki.com/wiki/ (the path to the source wiki)
You need to include $1 somewhere in the path - this indicates where the article is. For instance, http://en.wikipedia.org/wiki/$1 - $1 is replaced with the title to be fetched.
iw_local: 0
See whether setting iw_local = 1 is needed; it's 1 on a local test wiki of mine, but I don't know if it's *required* - will check.
iw_trans: 1
This is in the interwiki table for the wiki you want to transclude the content onto, right?
Rob Church