• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Create back to Category button for Article View

Create back to Category button for Article View 7 years 1 day ago #36673

  • info6586
  • info6586's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
I need to create a back to knowledgebase category button for Article View.

I created a template override for rsticket and the only thing i could find is this:

<p><a href="javascript:history.go(-1)" class="btn btn-primary" role="button">Go Back</a></p>

and this for Joomla articles.
<?php if ($params->get('link_category') == 1) : ?>
    <a href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($this->item->catslug)); ?>" itemprop="genre" class="btn btn-featured article-viewcat-btn">View all <?php echo $this->item->category_title; ?></a>
<?php endif; ?>

could anyone help, please
Last Edit: 7 years 1 day ago by info6586.
The administrator has disabled public write access.

Create back to Category button for Article View 7 years 1 day ago #36677

  • info6586
  • info6586's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 13
Could anyone help with this please
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!