Loading...
 
Features / Usability

Features / Usability


ALphabetize Forum List?

posts: 63
Is there a way to have the forum list show as alphabetized when a new user first loads it. I know that clicking on the Forum Title Header will cycle through the alphabetization, but when a new user opens up the list, the list appears as it was constructed by admin. Any ideas?
posts: 4656 Japan

Try "Ordering for forums in the forum listing" on the Admin > Forums page (tiki-admin.php?page=forums). Set to "Name (asc)".

-- Gary

posts: 63

> Try "Ordering for forums in the forum listing" on the Admin > Forums page (tiki-admin.php?page=forums). Set to "Name (asc)".
>

Thanks, that does it. I don't see a comparable setting for File Galleries - is that right?

posts: 4656 Japan

> > Try "Ordering for forums in the forum listing" on the Admin > Forums page (tiki-admin.php?page=forums). Set to "Name (asc)".
> >
>
> Thanks, that does it. I don't see a comparable setting for File Galleries - is that right?

Yes.

posts: 1092

You can always change the code in tiki-files_galleries.php.
Change $sort_mode= 'created_desc' with $sort_mode='name_asc'
sylvie