1
I keep flipping between wiki and article modules as I would like some wiki type linking functions in wfsections.
I would like someway of linking articles together , and keywords for indexing and linking.
ie tables
xoops_keyword_link
keyword
Article_id
xoops_article_link
parent_article_id
child_article_id
Functions Required
------------------
- Create New keyword.
- Associate/delete Keyword with Article (many keywords to many articles)
- Associate Article with this article.
article_link could be maintained automatically by generating from keyword_link , or user could link documents together.
Output Sections
---------------
Template function, or section within article output which could be wiki type function drive ie
show_keywordsi.e.
keyword-index - keyword and list of article for whole site
keyword_linked - keyword links for this article
article_linked - linked articles (parent+child)
parent_linked - parent article
child_linked - child article
sibling_linked - articles sharing same parent
Perhaps keep these functions in a separate php so that they could be easily added to.
Thoughts ?