- Posts: 3
- Thank you received: 0
Page Navigation
-
itty
Inactive member - Topic Author
- New Member
Less
More
10 years 10 months ago #37104
by itty
Page Navigation was created by itty
Hi, I would like to have links on the articles to navigate to the next/previous article inside a category. I activated »Page Navigation« in »Options«. The Page-Navigation does not show. I changed to the standard Joomla Template and it was there. I changed back to HotBusiness, empty. No Page-Navigation. Could you please give me advise how to get it working? Thx.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #37112
by ivan.milic
Replied by ivan.milic on topic Page Navigation
Open templates\hot_business\html\com_content\article\default.php
insert:
<?php
if (!empty($this->item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND $this->item->paginationrelative):
echo $this->item->pagination;?>
<?php endif; ?>
above:
<?php echo $this->item->event->afterDisplayContent; ?>
insert:
<?php
if (!empty($this->item->pagination) AND $this->item->pagination AND $this->item->paginationposition AND $this->item->paginationrelative):
echo $this->item->pagination;?>
<?php endif; ?>
above:
<?php echo $this->item->event->afterDisplayContent; ?>
Please Log in to join the conversation.
-
itty
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 10 months ago #37124
by itty
Replied by itty on topic Page Navigation
Sorry, not working. Still the same, when I change the template to Beez2 it is there but not with hotbusiness. What else could I try?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #37135
by ivan.milic
Replied by ivan.milic on topic Page Navigation
Rename:
templates\hot_business\html\com_content\article\
to:
templates\hot_business\html\com_content\_article\
and tell me what happens then
templates\hot_business\html\com_content\article\
to:
templates\hot_business\html\com_content\_article\
and tell me what happens then
Please Log in to join the conversation.
-
itty
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 10 months ago #37154
by itty
Replied by itty on topic Page Navigation
Hi Ivan, Before I read your message, I tried something else. I went through these steps.
In templates, html, com_content, article, default.php.
kiteplans.info/2012/06/25/joomla-2-5-pag...showing-problem-fix/
I could see the page-navigation. But next, I wanted to change the links to text. And I activated the plugin. Sorry for this. Now I had 2 Page Navigations, one below the other. [oh no…] I restored the original files. All is fine. Thank you for your kind help and for your patience.
In templates, html, com_content, article, default.php.
kiteplans.info/2012/06/25/joomla-2-5-pag...showing-problem-fix/
I could see the page-navigation. But next, I wanted to change the links to text. And I activated the plugin. Sorry for this. Now I had 2 Page Navigations, one below the other. [oh no…] I restored the original files. All is fine. Thank you for your kind help and for your patience.
Please Log in to join the conversation.
Time to create page: 0.161 seconds