Help Center

Powered by Minitek FAQ Book
Loading...

Do not want the detail box category to be a link?

PT
Patrick ToulzePosted 7 years agoEdited 7 years ago
I remark that the Category Name on the Detail Box is a link...

• I do not want a link on the category name.

• Also, on my local mamp server clicking this link bring a 404 error ????


Suggestions:
— You should have the ability to choose to Not have a link on the Category detail box — Not always needed

— You should have the ability to show the tag on the item detail box, not just the category as it’s a main filtering option this should be possible
— Important when the user do not use the items filter buttons, he can see the tags (or category) the item is part of — The same choice for the tags link should be here in your component administration
Loading...
1
#1376

4 answers

PT
Patrick ToulzePosted 7 years ago
I already make an override and I see your code

<p class="mnwall-item-category">
<span><?php echo JText::_('COM_MINITEKWALL_IN'); ?> </span>
<?php echo $item->itemCategory; ?>
</p>


But I do not see where the link come from?
M
MinitekPosted 7 years agoModerator
Hi Patrick,

The variable $item->itemCategory contains the link.

If you don't want the link, you can replace
<?php echo $item->itemCategory; ?>

with
<?php echo $item->itemCategoryRaw; ?>
PT
Patrick ToulzePosted 7 years ago
By the way each time I submit an answer here I go to —> GDPR Requirement
M
MinitekPosted 7 years agoModerator


By the way each time I submit an answer here I go to —> GDPR Requirement



This is a bug with the Firefox Developer edition. You can use another browser for the moment when you submit a ticket until we fix this.