I am waiting for Drupal 6 to come out, and I am counting on the functionality of the paging module.

I just wanted to ask if there is anyone planning on upgrading this module?

I hope this was supposed to be posted here, if not, someone can shut down this issue.

CommentFileSizeAuthor
#9 paging.zip8.07 KBnonsie
#1 paging_6.x.tar_.gz7.87 KBsgj-1

Comments

sgj-1’s picture

StatusFileSize
new7.87 KB

Paging for drupal 6

tomsolo’s picture

Thanks!

Im tested, work perfectly.

..but ...?page=0%2C5 not a readable url. (?page0,5)

cheers

xerexes’s picture

Can 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.

Anonymous’s picture

I 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

encho’s picture

Am I the only one who does not have it working? Whichever combination of input formats/order I try, it just does not work!

sgj-1’s picture

http://test.sgjps.com/drupal6/node/1

Work with html corector and other filters.

Anonymous’s picture

What kind of filter or module did you use to get the page list box?

Leichtmatrose’s picture

The Modole works here, but what's about the page code?

nonsie’s picture

StatusFileSize
new8.07 KB

Here'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?

sgj-1’s picture

Gurpartap Singh’s picture

sgj, can you enable search module and run cron once? and let anonymous search.

David Lesieur’s picture

Status: Active » Needs review
David Lesieur’s picture

Status: Needs review » Active

Mmh, it looks like it has been committed.

moshe weitzman’s picture

Title: Paging upgrade for Drupal 6? » Create a release for Drupal 6?
Category: feature » task
Priority: Normal » Critical

Yeah 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.

Gurpartap Singh’s picture

There's no upgrade path and improper hook_uninstall(). With those in, I'll create a beta.

coltrane’s picture

Patch 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.

cyberswat’s picture

Whats the status on getting a beta released?

emackn’s picture

subscribing.

Yeah, any update on a beta release for D6?

darkelf’s picture

*PLEASE* post this version on project page, even if it's not perfectly stable.

Izem-1’s picture

subscribing

reinholdlange’s picture

Subscribing.

Brigadier’s picture

Subscribing

vkr11’s picture

Subscribe.

-Victor
http://drupalsearch.org

Gurpartap Singh’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.