Keyword

Remove link

More
10 years 4 months ago #128395 by Jakob
Remove link was created by Jakob
Hi,

Does anybody know how I can disable the link on the header under these profile pictures:

guldborg.it/etny/#team

Thanks
Jakob

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

More
10 years 4 months ago #128396 by Lefteris
Replied by Lefteris on topic Re: Remove link
Hi. If this is a K2 content module then you will have to edit the template override and just remove the a tag.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
10 years 4 months ago #128397 by Jakob
Replied by Jakob on topic Re: Remove link
I'm sorry

Can you please tell me where i should du that, by looking in the code?

/Jakob

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

More
10 years 4 months ago #128398 by Lefteris
Replied by Lefteris on topic Re: Remove link
First read docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core to learn how you can override output of any Joomla! module in your template. Then create an override for the mod_k2_content module. Then replace :
 <a class="moduleItemTitle" href="<?php echo $item->link; ?>"><?php echo $item->title; ?></a>
with:
 <?php echo $item->title; ?>
Note that this assumes that you are using K2 content module there.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
10 years 4 months ago #128399 by Jakob
Replied by Jakob on topic Re: Remove link
Great, thank you! :cheer:

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

More
10 years 4 months ago #128400 by Lefteris
Replied by Lefteris on topic Re: Remove link
You are welcome.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum