Quote:
Originally Posted by bitg
Sweet!! Please consider the following suggestions..
|
1. Add something that displays the username of the person you submitted the link.
this is easy - just edit the links_linkbit template and include the variable $linkusername somewhere sensible.
2. Give a count of how many links that user has submitted.
if you want this to appear in the main display, it will require a new database table, to avoid having to read the entire links table each time round
3. Have these two options editable by any usergroup that has permission to edit a link.
how about "change owner to editor" - I don't think an editor should be able to assign the link to anyone?
4. If a link owner (the person who submitted it) changes, have it change the count of total links that user has submitted]
yes but see (2)
views?