Posted by will_in_wi on July 8, 2008 at 3:22pm
Jump to:
| Project: | Views Alpha Pager |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
Is this in the works?
| Project: | Views Alpha Pager |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Is this in the works?
Comments
#1
Two weeks, no answer... apparently not..
#2
Thats too bad.
It would have been a great module to have for Drupal 6.
I have not been able to find something equivalent.
#3
This won't be directly ported to 6.x because views 2 is a completely new implementation for 6.x. Once we start doing 6.x work, I'll look at this and possibly reimplement it ... although I'm guessing that merlinofchaos gave us something in views 2 that might make this module unnecessary.
#4
Indeed, you can accomplish this with Views 2 already built in, here is how:
http://tedserbinski.com/tags/drupal/creating-alpha-pager-with-views-2-an...
Cheers!
#5
Could this be mentioned on the home page of this module, something to the tune of "This module won't be upgraded to Drupal 6 as Views 2 supports this feature"
#6
A lot of people who were using this module are still searching for a solution. Perhaps there is a future for this module in D6; I don't know, but I think it would be nice to have at least a D6 solution temporarily listed on the project page; something to the tune of, "there is no D6 port planned (yet) but several temporary (and possibly permanent) workarounds are listed on this page (URL)."
#7
I updated the project page about the future of upgrading.
#8
My version of A-Z pager with 'Nid: Title' View argument pasted in View header:
<?phpprint l(t('All'), 'url_to_some_view_list') . ' ';
for ($char = ord('a'); $char <= ord('z'); $char++) {
print l(strtoupper(chr($char)), 'url_to_some_view_list' . '/' . chr($char)) . ' ';
} // A-Z pager @bro
?>
#9
This does not manage numbers.
I'd like to put all numbers under "#". But this does not seem to be possible ATM.
#10
This project needs to resume for 6 and 7. The resolutions posted to replace this functionality are lacking in a lot of things.
1. They are only limited to pages (as far as I can tell) and not blocks.
2. No support for Ajax
Please resume