Closed (works as designed)
Project:
Pagination (Node)
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2009 at 13:31 UTC
Updated:
5 Dec 2009 at 22:10 UTC
I'd like to have a real title for the first page of the content table, maybe by starting the article with a h3 tag. How can it be done?
Thanks
Comments
Comment #1
mundanity commentedHi there,
Right now this is not possible. If I can come up with an easy method to handle that I'll add it, but to be honest, unless a lot of people are really after this feature, it's probably going to be low priority.
Comment #2
mundanity commentedComment #3
helderluis commentedCan you tell us where in the code can we change that? Because all i want is to give it a single name, like "overview" instead of the page title. This would show on all the pages with the table of contents.
Comment #4
mundanity commentedHi there,
If you want to replace the first page title with the same string for all paginated nodes, you can change line 622 (assuming you're using the latest dev release), within the method call
getToc():Comment #5
helderluis commentedThank you very much, great help. Cheers
Comment #6
mundanity commented