- Posts: 3
COMMUNITY FORUM
Remove link
- Jakob
-
Topic Author
- Offline
- New Member
Less
More
10 years 11 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
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.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 11 months ago #128396
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.
- Jakob
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
10 years 11 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
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.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 11 months ago #128398
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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 :with:Note that this assumes that you are using K2 content module there.
<a class="moduleItemTitle" href="<?php echo $item->link; ?>"><?php echo $item->title; ?></a>
<?php echo $item->title; ?>
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Jakob
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
10 years 11 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.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 11 months ago #128400
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.