Forums / Cotonti / Extensions / Support / Pagegroup

Unable to install

Dayver
#38171 2013-10-17 02:27

After instal in admin panel go to config page of plugin and fill all config field then press button "Create the specified extra field" then press button for save config.

Edit the templates theme of your site:

  • In page.add.tpl  and  page.edit.tpl paste the appropriate tags specified in the configuration of the plug-extrafield.
  • In page.list.tpl insert tag {LIST_ROW_PAGE_GROUP_ROTATOR}. It is also available {LIST_ROW_PAGE_IN_GROUP_COUNT} tag that displays the number of pages grouped , with which you can make the condition display "switcher" only pages that are in the group. It will look something like this : <!- IF {LIST_ROW_PAGE_IN_GROUP_COUNT} > 1 -> {LIST_ROW_PAGE_GROUP_ROTATOR} <!- ENDIF ->. As well , it is necessary for the correct switch pages in the group to wrap the contents of the container LIST_ROW section showing the pattern id id = "paggrp {LIST_ROW_ID}. So section should look like this : <!- BEGIN: LIST_ROW -> <div id="paggrp {LIST_ROW_ID}"> ... </ div> <!- END: LIST_ROW ->
  • If necessary, make changes to the template "switcher" by editing pagegroup.listrow.rotator.tpl

Sorry for my english (using Google Translate) 

Pavlo Tkachenko aka Dayver