?
avatar IWOXX
IWOXX
19 Dec 2018

Hi,
is there a chance for an enhancement to be able to select not only "Below" or "Above" but also "Below & Above" as new selection in dropdown box of Content - Page Navigation plugin. See also attached screenshot.

Reason: On mobile devices someone opens the first page of a menu/category and sees that it is not the right one reading the header there. So he/she could click immediately to the next page from above nav. But keep the below nav, cause if someone reads it, he/she can easily jump to the next page. So satisfaction for both use cases.

Thank you for your support!

BR IWOXX
screen shot 2018-12-19 at 14 25 49

avatar IWOXX IWOXX - open - 19 Dec 2018
avatar joomla-cms-bot joomla-cms-bot - change - 19 Dec 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Dec 2018
avatar ReLater
ReLater - comment - 21 Dec 2018

I think it's better to solve this with a custom template override of the article view. Because it's not sufficient to add an option "Below & Above" to the plugin. The article view must understand this setting. Not that difficult for the core templates but most 3rd-templates will not understand the setting without code updates.

You can display the page navigation in an article view wherever you want with these lines:

<?php
if (!empty($this->item->pagination)) :
	echo $this->item->pagination;
?>
<?php endif; ?>
avatar brianteeman
brianteeman - comment - 18 Feb 2019

+1 for this being something that you do in a template override and not for the core

avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Mar 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-03-04 13:04:39
Closed_By franz-wohlkoenig
avatar joomla-cms-bot
joomla-cms-bot - comment - 4 Mar 2019
avatar joomla-cms-bot joomla-cms-bot - close - 4 Mar 2019
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 4 Mar 2019

closed based on Answers above. Issue can always be reopened.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23301.

Add a Comment

Login with GitHub to post a comment