How about adding options to make the list of bloggers appear:

1) Randomly
2) In a weighted order

-Jsi

Comments

drupalnesia’s picture

1. Ok. next version will include order by: none, name, blog count. "None" mean random, right?
2. weighted order? how to determine/set the weight?

drupalnesia’s picture

1. Already posted on the new blogger.module.

jsismail’s picture

By 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

drupalnesia’s picture

1. 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.

drupalnesia’s picture

Status: Active » Closed (fixed)

Closed.