1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in
 
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor codebiscuit

Allow Admins to Edit or Control Project Page "Related Projects"  
Written by codebiscuit the 24 Jan 11 at 10:07. Global category: Project Control. New
As described in
https://sourceforge.net/apps/trac/sourceforge/ticket/8802
https://sourceforge.net/apps/trac/sourceforge/ticket/11761
Related projects doesn't really work.
E.g., I have no idea why my "Open Metronome" project (https://sourceforge.net/projects/openmetronome/) should appear to be related to a poker game.
(I'm not submitting a bug report here, see below:)
12
votes
up equal down
Solution #1: Allow admins to set and edit their own related projects
Written by codebiscuit the 24 Jan 11 at 10:07.
Ideally I'd just set the URLs of three other sourceforge projects that I think users of my software would be interested in. This is surely always going to be better than an automated algorithm, even if the algorithm is good I'd like to think it is not as good as my human brain!
By all means let the algorithm set three defaults if you want, but I'd like to be able to override them.
20
votes
up equal down
Solution #2: Allow admins to flag projects as unrelated
Written by codebiscuit the 24 Jan 11 at 10:09.
I know that the poker game on my "Open Metronome" page is not related to my project: let me click something that says "this is not related, don't show it here again".
7
votes
up equal down
Solution #3: Remove "Related Projects" entirely
Written by codebiscuit the 24 Jan 11 at 10:23.
It doesn't work. Remove it.
Alternatively, allow admins to disable it (which would hide it), in a similar manner to the way admins can disable reviews.
7
votes
up equal down
Solution #4: Allow admins to set and edit related projects as a base for the algorithm
Written by fhaag the 2 Feb 11 at 18:45.
Let admins select and edit a list of projects they think are related. Possibly also a list of projects that are absolutely not related (can be assembled in the course of solution #2). To prevent abuse, this list is not shown directly, but the algorithm that chooses related projects does so considering the list. Like this, there's a wider base than just the one current project to allow finding common project traits.

See the 1 comments or propose a solution (latest comment the 25 Jan 11 at 07:33) >>

Project admins should be able to set the primary screen shot  
Written by rjmoerland the 26 Aug 09 at 14:00. Global category: Screenshots. Implemented
In the screenshot manager, admins can add and delete screenshots. However, there's no way to influence which screenshot will be shown in the project's summary page and in search results.

Developer comments
Screenshots are currently sorted alphabetically by description.

Regards,
Chris Tsai, !SourceForge.net Support
1
votes
implemented
Selected solution (#1): Create radio button for primary screen shot
Written by rjmoerland the 26 Aug 09 at 14:00.
A radio button could be added to each screen shot entry, where the one selected would designate that particular screenshot to be the one shown on the project's summary page and in search results.
1
votes
implemented
Selected solution (#2): Screen Shots can be numbered, then a certain number if selected for primary
Written by trilarion the 27 Aug 09 at 09:04.
Put a number in front of every screenshot. Add then a combo box where you can select a number. This number indicates the primary screenshot and is displayed in the search list, on the summary page, ...
2
votes
implemented
Selected solution (#3): Always display most recently added screenshot as summary (or something!)
Written by codebiscuit the 21 Oct 09 at 20:15.
I would assume it would be a fairly easy fix: even something as simple as making the site always choose the newest, or the one that has the first filename (or alt text) alphanumerically, provided it was documented as such, would work just fine.
It could alternatively work by displaying the first (or last, anything consistent!) by "dbImageID", provided each sumbitted image was guarenteed a greater ID than the previous one barring overflows - for a maximum of 6 images, this would probably work?
Or, having some specific method of tagging the user-defined summary screen (as a seperate thing from "Other screenshots").
I'm not a web guy, however, so apologies in advance if it is all very complicated (& I can't myself suggest a patch).

See the 2 comments or propose a solution (latest comment the 25 Jun 10 at 18:21) >>