No the attached file isn’t the updated version. I’ve been too busy the past few days. It won’t take long though so I’ll try find the time tomorrow.
Ok, that could explain why I’m having trouble getting it to work. I’m looking forward to the updated version. 😊
And no, the dynamic parameter doesn’t necessarily have to be set to ‘off’.
Good to know, thanks.
I’d say yes, it’s forgotten - or at least unsubscribed. Sometimes people get unsubscribed from a thread - you may want to PM smallbeer. On the other hand, this would probably be pretty simple to update. I may need similar functionality for devot:ee very soon, so I may look at using this - and updating it if needed.
Anybody get Atozee to work in 1.6.8?
For me, Atozee creates and populates a new title_alpha column in exp_weblog_titles just fine…. but the title_alpha parameter seems to have no effect in weblog:entries. I don’t yet know if this is an issue with 1.6.8, an extension conflict, or something else.
Alternatively, anyone know of a similar add-on? I’d like to use a letter of the alphabet in {segment_3} to filter weblog:entries and show multiple custom fields, including some from reverse relationships. I’m a query novice so I’d rather not have to go that route… especially with the reverse relationships.
UPDATE: I may try the combo query + php approach I just found in another thread.
We needed to have alphabetical pagination for a project we are working on. The SQL query method would have worked, however I am pulling several custom fields, I am pulling categories, and I will be using this on five other sites. Using a SQL query would have been a nightmare because each new site on MSM has different columns for custom fields. Seeing that this wasn’t working on 1.6.8 and its unfortunate method of adding a new column to a core table, I cracked open the extension to see if I could fix it. After removing the code that adds the new column and adjusting the SQL query modification to LEFT(LOWER(title), 1), I wasn’t seeing any results. It seems that the code depends on the custom build_sql_query hook which is a modification that Custom Fields in EE Tags uses. After applying this custom hook, my modified version began working.
You can download it here or by the attached file. Thanks!
Sam Oltz for Spearia
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.