Component for Attributing to Authors
Posted: Fri Jan 25, 2008 5:06 am
Hi Joomla friends
The project.....
I currently have a working CMS that I built myself, but it has one extra function that Joomla does not; that I think would be a great tool to ad. I probably don't have the Joomla know how to develop this from the backend myself; but suppose I'm willing to have a go - realising it's probably a huge learning curve.
The function I have in my existing CMS is that one article / content item can have multiple authors. Now - 'authors' is probably not the right word to use here, as 'authors' in Joomla usually means someone with editing rights to that article; what I'm really saying though is that each article can be attributed to multiple people. Thus when displaying a specific article publically, there is a clickable list of each person, who they are and other articles by the same person.
What I envisage the tool I'm thinking about would have is....
1. an extra tab in the article editing page, maybe called 'Attribute to....' (ie to avoid confusing this with a Joomla Author or Editor)
2. that tab lists each of my "attributed to" people - each with a tick box beside them so that multiple people can be ticked to go with this article when it is saved (it may also need a pagination feature depending on how many "attributed to" people there are)
3. The data for my 'attributed to' people could easily be drawn from a specific category; however - what ideally this would have is a 'first name' / 'last name' distinction - so maybe the 'Title' tag of a standard article / content item, is not the best way to do this; maybe it needs a unique database table of it's own.
4. The other thing that my current CMS has is a small checking routine that when a new author is added, if there is one the same, or similar already in the database of authors, there is a warning - ie found this one, are you sure you want to add one the same? (Yes / No)
Any ideas - or if anyone has already seen a component that works like this, please let me know.
Cheers
Ian
The project.....
I currently have a working CMS that I built myself, but it has one extra function that Joomla does not; that I think would be a great tool to ad. I probably don't have the Joomla know how to develop this from the backend myself; but suppose I'm willing to have a go - realising it's probably a huge learning curve.
The function I have in my existing CMS is that one article / content item can have multiple authors. Now - 'authors' is probably not the right word to use here, as 'authors' in Joomla usually means someone with editing rights to that article; what I'm really saying though is that each article can be attributed to multiple people. Thus when displaying a specific article publically, there is a clickable list of each person, who they are and other articles by the same person.
What I envisage the tool I'm thinking about would have is....
1. an extra tab in the article editing page, maybe called 'Attribute to....' (ie to avoid confusing this with a Joomla Author or Editor)
2. that tab lists each of my "attributed to" people - each with a tick box beside them so that multiple people can be ticked to go with this article when it is saved (it may also need a pagination feature depending on how many "attributed to" people there are)
3. The data for my 'attributed to' people could easily be drawn from a specific category; however - what ideally this would have is a 'first name' / 'last name' distinction - so maybe the 'Title' tag of a standard article / content item, is not the best way to do this; maybe it needs a unique database table of it's own.
4. The other thing that my current CMS has is a small checking routine that when a new author is added, if there is one the same, or similar already in the database of authors, there is a warning - ie found this one, are you sure you want to add one the same? (Yes / No)
Any ideas - or if anyone has already seen a component that works like this, please let me know.
Cheers
Ian