Closed (fixed)
Project:
Pagination (Node)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Oct 2008 at 00:46 UTC
Updated:
3 Mar 2009 at 06:50 UTC
collaboration this module to Table Of Content Module (http://drupal.org/project/tableofcontents),.. for simple navigation or pagination break option using Heading 1, Heading 2, etc on content.. I think it's gonna be great...
Comments
Comment #1
mundanity commentedHi Panji,
Thanks for your feedback :) I took a look at the TableofContents module, definitely looks interesting. The problem I saw with integration is, that module relies on existing style tags, which isn't as straightforward in a paginated node. I've added a table of contents style pager to version 1.1, let me know if it meets your needs.
Comment #2
mundanity commentedComment #3
panji commentedis there any way to make it simple,.... maybe like, making Heading1 as Page Title and page Break for an option,...
Just breaking the page using H1 , and using it as a page title...
Just use the automatic page title and link (TOC or drop down Navigation) using Heading 1,..
Thanks
Comment #4
mundanity commentedHi Panji,
Ah, I think I get what you're saying. The only problem with that is that Drupal uses H# headings for a number of things (and they are all styled a certain way, according to your theme). In the overall page, semantically, it would be a <h2>, <h3>, or even <h4> tag. I suppose I could make an option so you could break by any <h#> tag (an alternate form of manually breaking). Would anyone else find this functionality useful?
Comment #5
panji commentedThanks Mundowen, for the a quick respond,..
yup,.. that's what I mean, tag, and make it as a title of the child page...
Comment #6
mundanity commentedHi there,
So much for a quick response, sorry! I've added an option to manually page by
<h3>tags, I hope the functionality is what you're looking for.