Caregory shows up like html-code with URL

  • Joeri Franck
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 8 months ago #103382 by Joeri Franck
Caregory shows up like html-code with URL was created by Joeri Franck
In the menuitem knowledge base categories.
The categorie mail sows up like: "Mail category" href="/index.php/helpdesk-faq?view=articles&filter_category_id=8">Mail"

So it is a piece of the html-code
Attachments:

Please Log in or Create an account to join the conversation.

  • Joeri Franck
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 8 months ago #103391 by Joeri Franck
Replied by Joeri Franck on topic Caregory shows up like html-code with URL
it is the " in front of href but where does it come from?
Attachments:

Please Log in or Create an account to join the conversation.

  • Joeri Franck
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 8 months ago #103393 by Joeri Franck
Replied by Joeri Franck on topic Caregory shows up like html-code with URL
in com_helpdeskpro\View\Categories\tmpl\default.php
is a line
Regel 32 - <i class="icon-folder-open"></i><a title="<?php echo JText::sprintf('HDP_VIEW_ALL_ARTICLES_IN_CATEGORY', $item->title);?>" href>="<?php echo JRoute::_('index.php?option=com_helpdeskpro&view=articles&filter_category_id='.$item->id.'&Itemid='.$this->Itemid) ?>"><?php echo $item->title; ?></a><span class="hdp-articles-count badge badge-info"><?php echo $item->total_articles; ?></span>
I changed the " in '
<a title=" becomes <a title="
title);?>" becomes title);?>'

problem solved

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc