The letter "D" doesn't work.
I'm using Low Alphabet and everything is working fine except for the letter "D". Weather its sorting on screen_name, a custom_field, or whatever. really strange. mousing over the "D" link shows 9 entries, but when you click on the link, no entries parse. when displaying all entries, they show up fine. Every other letter works fine. ideas?
[code]
Roster
All
{exp:low_alphabet:azlist channel="zoo_visitor" status="Members-id5|Admin-id6" show_empty="no" alpha_field="screen_name" alpha_ignore="the|a" numbers="after" group_numbers="yes" numbers_label="#"}
{low_alphabet_label}
{/exp:low_alphabet:azlist}
{embed="search/member_search"}
{exp:low_alphabet:entries channel="zoo_visitor" status="Members-id5|Admin-id6" alpha_filter="{segment_3}" orderby="screen_name" limit="24" parse="inward" paginate="top"}
{paginate}
Page {current_page} of {total_pages} {pagination_links}
{/paginate}
[/code]
Replies
Low 4 Sep 2012 07:36
How's about adding dynamic="no" to the entries tag?
srevoal 12 Sep 2012 21:48
Sorry for the delay. I didn't see that I had a response.
That fixed it. very strange. every other letter worked fine but dynamic="no" fixed "D". any ideas why?
Low 13 Sep 2012 15:01
Something to do with whether or not a certain url title exists or not. Could look up specifics in the output profiler...