Forums / Setup & design / How do I paginate an article/xml block?

How do I paginate an article/xml block?

Author Message

Wei Dai

Friday 26 September 2008 2:57:29 am

How I paginate an xml block content if an article is too long?

I used google and simple navigators before, but I knew they are used for paginate a list of nodes use offset.

What if I want to paginate an article to several pages if it is too long? Is there a template operator for this, like the one Joomla provides?

Or I can configure the navigators to do this?

Certified eZ Publish 4 developer looking for develop information & collaboration.

Richard Lundberg

Friday 26 September 2008 6:33:45 am

Use the article (Main Page) and article (sub page) classes. Place the sub pages under the main pages. This provides both an article menu and a "previous" "next" style navigators on each page.

www.peakm3.com

Sebastiaan van der Vliet

Friday 26 September 2008 6:44:13 am

Hi,

I tried getting this to work with a custom tag for the xml block. It might work, but you will need to test:

to content.ini.append.php, add the following lines:

[CustomTagSettings]
AvailableCustomTags[]=multipage
IsInline[multipage]=true

[multipage]
CustomAttributes[]=page

Create a template called 'multipage.tpl' in the folder: \design\[your_design_folder]\templates\content\datatype\view\ezxmltags\

Add the following code to the template 'multipage.tpl':

<!--page-->

Create a template called 'ezxmltext.tpl' in the folder: \design\[your_design_folder]\templates\content\datatype\view

Add the following code to the template 'ezxmltext.tpl':

{if $attribute.content.output.output_text|contains("<!--page-->")}
	{def $pages=$attribute.content.output.output_text|explode("<!--page-->")}
	
	{$pages[$DesignKeys:used.view_offset]}
	
	<hr>
	{def $object=fetch('content','object',hash('object_id',$attribute.contentobject_id))
	     $view_parameters=hash('offset',$DesignKeys:used.view_offset)}
	{include name=navigator
		uri='design:navigator/google.tpl'
		page_uri=$object.main_node.url_alias
		item_count=$pages|count
		view_parameters=$view_parameters
		item_limit=1}


{else}
	{$attribute.content.output.output_text}
{/if}

Finally, you would have to modify your existing article template so it displays (for example) only the body xml block, and no other attributes, when your offset is > 0.

How to use:
Go the the edit view for the page. Add a multipage custom tag wherever you want to start a new page.

Kind regards,
Sebastiaan

Certified eZ publish developer with over 9 years of eZ publish experience. Available for challenging eZ publish projects as a technical consultant, project manager, trouble shooter or strategic advisor.

zurgutt -

Tuesday 30 September 2008 12:57:57 am

One not so obvious but possibly easiest way is to not use separate pages at all but have whole article on one page and to use javascript to show/hide parts of it to create pagination effect. It is also much faster for the user and i doubt extra 0.1 seconds of initial page load time will be problem.

Certified eZ developer looking for projects.
zurgutt at gg.ee

eZ debug

Timing: Jan 30 2025 21:17:26
Script start
Timing: Jan 30 2025 21:17:26
Module start 'content'
Timing: Jan 30 2025 21:17:26
Module end 'content'
Timing: Jan 30 2025 21:17:27
Script end

Main resources:

Total runtime0.3259 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0098 588.0469370.2891
Module start 'content' 0.00980.0127 958.33591,005.6719
Module end 'content' 0.02250.3033 1,964.00783,893.7422
Script end 0.3258  5,857.7500 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00441.3362200.0002
Check MTime0.00130.4037200.0001
Mysql Total
Database connection0.00080.232610.0008
Mysqli_queries0.233171.54491410.0017
Looping result0.00130.40171390.0000
Template Total0.302892.910.3028
Template load0.00080.234410.0008
Template processing0.302192.697110.3021
Override
Cache load0.00050.155910.0005
Sytem overhead
Fetch class attribute can translate value0.00190.584610.0019
XML
Image XML parsing0.00030.092610.0003
General
dbfile0.00712.1663200.0004
String conversion0.00000.001830.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs