On the admin page, there is a setting for "Overview Title" which has little effect on the rendering of the Article pages. This module is fantastic, but would be more flexible if every instance of the word "Article" could be replaced with a word of the admin's choosing. That way, the excellent taxonomy display element of the module could be used to display any kind of taxonomy without forcing the content to be labeled as "articles."

CommentFileSizeAuthor
#1 article.diff2.21 KBslower

Comments

slower’s picture

Component: User interface » Code
StatusFileSize
new2.21 KB

I'm new at diff'ing and patching, but the attached diff should work to implement the functionality I discussed above. It does not change the path of the article module ("/article"), nor does it change the word article anywhere in the admin section. That should be logical, though, since the module is still called "Article." It will replace all occurences of "article" in the user interface with the word specified on the admin page in the "Article Term" field. It pluralizes the user-defined word where necessary (just adds an "s" at this point).

Feedback?

slower’s picture

Priority: Normal » Minor

My apologies, I was trying to tweak the article module to do something that had basically already been done with taxonomy_dhtml. This is superfluous and irrelevant, closing.