Keyword

Get tag ID in mod_k2_tools/tags.php

  • Carlos
  • Carlos's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 8 months ago #157403 by Carlos
Get tag ID in mod_k2_tools/tags.php was created by Carlos
Hello.

How can I display the tag ID in mod_k2_tools/tags.php?

I tried <?php echo $tag->id; ?> but didn't work

I need to have something like

<a class="MyTag<?php echo $tag->id; ?>"><?php echo $tag->tag; ?></a>

Thanks!

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 8 months ago #157417 by Krikor Boghossian
Replied by Krikor Boghossian on topic Get tag ID in mod_k2_tools/tags.php
Hello,

The id is not part of the object. Unfortunately in order to get the tag's id you will not 'hack' the module's helper.php file.

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


Powered by Kunena Forum