-
AuthorPosts
-
dayman Friend
dayman
- Join date:
- May 2011
- Posts:
- 21
- Downloads:
- 1
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 4, 2013 at 11:04 am #190284How can I unlink the K2 item titles that you can see in the attached screenshot?
I just want the titles to be text and not link anywhere..
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 5, 2013 at 3:03 am #504629Hi dayman,
You can try opening file: /templates/ja_lens (your_default_template_folder)/html/com_k2/ja_lens/item.php and look for this line of code ( approx line 83)
[PHP]<a href=”<?php echo $this->item->link; ?>” target=”_blank”><?php echo $this->item->title; ?></a>[/PHP]
change it to:
[PHP]<?php echo $this->item->title; ?>[/PHP]
Hope this helps.
1 user says Thank You to Saguaros for this useful post
dayman Frienddayman
- Join date:
- May 2011
- Posts:
- 21
- Downloads:
- 1
- Uploads:
- 6
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 5, 2013 at 6:37 am #504648<em>@Saguaros 387994 wrote:</em><blockquote>Hi dayman,
You can try opening file: /templates/ja_lens (your_default_template_folder)/html/com_k2/ja_lens/item.php and look for this line of code ( approx line 83)
[PHP]<a href=”<?php echo $this->item->link; ?>” target=”_blank”><?php echo $this->item->title; ?></a>[/PHP]
change it to:
[PHP]<?php echo $this->item->title; ?>[/PHP]
Hope this helps.</blockquote>
Thank you, that was exactly what I wanted 🙂
Could you please have a look at this thread as well: http://www.joomlart.com/forums/topic/change-the-width-of-the-enlarged-photo-on-the-home-page/
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 5, 2013 at 10:46 am #504709Hi
Leo is following that thread, kindly follow it 🙂
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 11 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Unlinking K2 item titles
Viewing 4 posts - 1 through 4 (of 4 total)