- Posts: 18
- Thank you received: 0
Caregory shows up like html-code with URL
- Joeri Franck
- Topic Author
- Offline
- New Member
Less
More
7 years 3 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
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
Please Log in or Create an account to join the conversation.
- Joeri Franck
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
7 years 3 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?
Please Log in or Create an account to join the conversation.
- Joeri Franck
- Topic Author
- Offline
- New Member
Less
More
- Posts: 18
- Thank you received: 0
7 years 3 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
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
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.