I suppose this is an easy one for your π
When I go to my member list site there's the dropdown box with which you chose what kind of members you want to be listed. The default shows "authors" only. But I need the default setting to show all members without having to use the dropdown first. I'm pretty sure it's somewhere in the authors.php but for the love of the PHP-God I can't figure it out.
Thanks in advance.
Anja
ETA: Oh and I already tried to add <option selected...>. Worked for the admin view, but not for All Members π
Weird. I thought it showed members by default?
authors.php:
if($_GET['action'] == "list") {
$current = "members";
$list = "members";
}
else if($_GET["list"] == "authors") $current = "authors";
else $current = "members";
Hm!
archive:
site:
Available for skin/mod commission! π
Yes, it's supposed to show that by default. Other modules can override that, though (I think). For instance, the beta reader module is supposed to add "beta readers" to that list (the most recent version doesn't, but it did in the past). So maybe a module or block you have is messing with it?
Haven't yet found a solution. Didn't work on it pretty hard, either π
But will keep on trying. Thanks for the help anyway.
Change your members link in the pagelink to point to the authors list.
