我的任务是将一个 Joomla 1.7 站点迁移到 Drupal,进展相当顺利,只是我找不到 Joomla 在数据库中存储文章图像路径的位置。在 jos_articles 表中,我有以下列:
id 标题 副标题 cat atype 主题 主题 介绍 描述 地理 来源 作者 extraauthors 发表 特色 created_date publish_date unpublish_date modified_date 点击
有任何想法吗?
编辑:想通了-模板会自动查找[article-id].jpg,这意味着它们根本不存储在数据库中!!!
这里没什么可看的,伙计们...