Closed (fixed)
Project:
Paging
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2008 at 17:21 UTC
Updated:
14 Jul 2012 at 23:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sgj-1 commentedPaging for drupal 6
Comment #2
tomsolo commentedThanks!
Im tested, work perfectly.
..but ...?page=0%2C5 not a readable url. (?page0,5)
cheers
Comment #3
xerexes commentedCan we get a 6 version on the project page for Paging? I've had this version on my 6 site for awhile now and it's working.
Comment #4
Anonymous (not verified) commentedI found that while it works fine with Filtered HTML input format it breaks the teaser break tag <!--break--> in Full HTML mode.
To be more precise, this is what happens: When I enable paging in Full HTML mode, the tag <!--pagebreak--> works as it's supposed to, but instead the <!--break--> tag stops working and gets printed as text. Now if I disable the HTML corrector filter the <!--break--> tag works as well. So it's basically like the HTML corrector and Paging filters are mutually exclusive when the HTML filter is turned off.
Here are the different states:
HTML corrector ON, HTML filter OFF, Paging ON:
<!--break--> does NOT work
<!--pagebreak--> works
HTML corrector ON, HTML filter OFF, Paging OFF:
<!--break--> works
<!--pagebreak--> does NOT work (obviously)
HTML corrector OFF, HTML filter OFF, Paging ON:
<!--break--> works
<!--pagebreak--> works
So obviously the simple solution is to just keep the HTML corrector disabled, but I think it would be nice to be able to have it enabled.
cheers
/luddet
Comment #5
encho commentedAm I the only one who does not have it working? Whichever combination of input formats/order I try, it just does not work!
Comment #6
sgj-1 commentedhttp://test.sgjps.com/drupal6/node/1
Work with html corector and other filters.
Comment #7
Anonymous (not verified) commentedWhat kind of filter or module did you use to get the page list box?
Comment #8
Leichtmatrose commentedThe Modole works here, but what's about the page code?
Comment #9
nonsieHere's a slightly modified version that is compatible with Drupal coding standards. Could we get this committed to HEAD or Drupal 6 dev branch so that people could actually start testing it?
Comment #10
sgj-1 commentedpaging with page list, http://test.sgjps.com/drupal6/node/1
Comment #11
Gurpartap Singh commentedsgj, can you enable search module and run cron once? and let anonymous search.
Comment #12
David Lesieur commentedComment #13
David Lesieur commentedMmh, it looks like it has been committed.
Comment #14
moshe weitzman commentedYeah though with a caveat - "Not recommended for production sites". Most of us use production sites at some point, so it would be great to know describe any known issues. We might even be able to help :)
Also, lets make a beta release so more people can try this.
Comment #15
Gurpartap Singh commentedThere's no upgrade path and improper hook_uninstall(). With those in, I'll create a beta.
Comment #16
coltranePatch at #284076: Further refinement for Drupal 6 provides some refinement but nothing for the upgrade path.
Edit, there is a hook_uninstall() in the module already, not sure whats improper.
Comment #17
cyberswat commentedWhats the status on getting a beta released?
Comment #18
emackn commentedsubscribing.
Yeah, any update on a beta release for D6?
Comment #19
darkelf commented*PLEASE* post this version on project page, even if it's not perfectly stable.
Comment #20
Izem-1 commentedsubscribing
Comment #21
reinholdlange commentedSubscribing.
Comment #22
Brigadier commentedSubscribing
Comment #23
vkr11 commentedSubscribe.
-Victor
http://drupalsearch.org
Comment #24
Gurpartap Singh commentedA beta's out: http://drupal.org/node/322744
Comment #25
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.