Change Authors Order

Creating and modifying plugins.
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Change Authors Order

Post by sasha »

How can we reorder or alphabetize the list of authors in the sidebar?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change Authors Order

Post by garvinhicking »

Actually, the list is already alphabetically ordered by realname.

Customizing the order is not really possible, because the list comes from the database. You could only reverse the alphabetical ordering or order by Author ID, both of which I think is not worth the effort.

If you want it to be customizable, I suggest to copy+paste the output of the plugin as a HTML nugget and customize it there.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Re: Change Authors Order

Post by sasha »

Our list shows up alphabetically in the "manage" list but on the actual front-end it's all out of order. Why would that be?
garvinhicking wrote:Actually, the list is already alphabetically ordered by realname.

Regards,
Garvin
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change Authors Order

Post by garvinhicking »

Could you tell me your URL and the name and version of the plugin you are using to display the authors list?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Re: Change Authors Order

Post by sasha »

Using 0.8.4 version of the blog. The plugin is called Authors. We even tried reinstalling the plugin but it still doesn't work.

Thanks.
garvinhicking wrote:the name and version of the plugin you are using to display the authors list?

Regards,
Garvin
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change Authors Order

Post by garvinhicking »

First off, you should upgrade to a recent version, 1.0-beta1 or at least 0.9.1. Then it should work, I guess.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Re: Change Authors Order

Post by sasha »

hi we're still having this trouble even though we upgraded to 0.9.1.

[quote="garvinhicking"]First off, you should upgrade to a recent version, 1.0-beta1 or at least 0.9.1. Then it should work, I guess.

e]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change Authors Order

Post by garvinhicking »

Hi!

Hm, I'm not sure if the code was in 0.9.1, maybe you could try to use 1.0-beta on a second installation just to try it out? What is the exact plugin name that is "misbehaving"? Is it a bundled plugin or did you install it via spartacus?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Re: Change Authors Order

Post by sasha »

we installed the "authors" plugin using spartacus.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Change Authors Order

Post by garvinhicking »

Hi!

I think there should also be a bundled authors plugin...?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Post by sasha »

no luck getting this fixed :-(
Last edited by sasha on Tue Jul 18, 2006 8:59 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Do you know the exact PHP name of the plugin file you're using and which version that is?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Post by sasha »

No, how can i find that out?

[quote="garvinhicking"]Hi!

Do you know the exact PHP name of the plugin file you're using and which version that is?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

You could inspect the "serendipity_plugins" table, this holds the exact plugin name(s).

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sasha
Regular
Posts: 21
Joined: Thu Nov 24, 2005 10:45 pm

Post by sasha »

went to the configure plugins screen and i removed the "authors" plugin.

i then used spartacus to add the authors plugin today (8 July 2006). it shows in the configure plugin screen that it's the "authors" plugin

Displays entries by author.
Author: Victor Fusco; version: 0.9

When I go into the "manage users" screen the authors are listed alphabetically but on the front end they are still all out of order using the Victor Fusco 0.9 authors plugin.
Post Reply