Closed (fixed)
Project:
Blogger
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2006 at 07:12 UTC
Updated:
2 Apr 2007 at 03:44 UTC
How about adding options to make the list of bloggers appear:
1) Randomly
2) In a weighted order
-Jsi
Comments
Comment #1
drupalnesia commented1. Ok. next version will include order by: none, name, blog count. "None" mean random, right?
2. weighted order? how to determine/set the weight?
Comment #2
drupalnesia commented1. Already posted on the new blogger.module.
Comment #3
jsismail commentedBy weighted, I was referring to the same way the Drupal lets you weight everything like content, menu items etc. So, next to each blogger's name would be a drop-down list allowing you to select from -10 to 10. Then, the blogger's name with the "lightest" calue would float to the top of the list, the "heaviest" to the bottom. If max (or min) weight in the list is already selected, then the weight list would automatically add a weight one greater (or one lower) to the list.
Is that clearer?
Also, with resepect to the random listing, you may actually want to list it as "Random" as opposed to "none" since the latter is much more descriptive of the actual behavior than the former.
-James
Comment #4
drupalnesia commented1. clear. AFAIK, Drupal by default don't have "weight field" for user.table then we must add new field to user.table. I don't think to make blogger.module to handle such thing.
2. the text still "none" but I will include description on help section.
Regards.
Comment #5
drupalnesia commentedClosed.