Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Shawn Chiu
  • Shawn Chiu's Avatar
10 Jan 2018 11:24 - 10 Jan 2018 11:36
Description of a Tag was created by Shawn Chiu

Description of a Tag

Category: English K2 Community

Hi, I am new to K2. I force my self to use K2 because so many admirers and recommendation out there.
I want to make sure these things in K2.
(1) In core Joomla tag function, there is a editor offers images and text content as a description. I can't find it in K2.
(2) In core Joomla I can also store tags in nested structure. It seem not available in K2 tag.
(3) In core Joomla I can assign Tag's language, while K2 doesn't support. In k2 all tags are wildcards.
I am building a multi-language site and I have to display a page with an introduction text and list items having specific tag.
It was so difficult I tried in K2. Please it must be because I don't know about K2 much.

p.s. I also have similar problem in custom fields. Without nested structure, all fields are in a mess and not organised. In addition, an article category can have only one group of custom fields. This makes my planning more like Sparta.

Thanks. Any comments can be helpful.
  • Marco Giannotti
  • Marco Giannotti's Avatar
04 Jan 2018 17:51 - 04 Jan 2018 20:12
Replied by Marco Giannotti on topic Item date display format

Item date display format

Category: English K2 Community

I have the same problem. I use the "JSN Mico Pro" template and the problem also occurs in the joomla backend (example:% 05 /% 04 /% 2011 -% 16:% Apr). So I do not think it's a template problem.
Thanks to anyone who can help.

EDIT:
I have - for now - solved by modifying the files (item.php, category_item.php, user.php, tag.php) contained in "/templates/my_template/html/com_k2/templates/default", changing "K2_DATE_FORMAT_LC2" with "d M Y, H: s".

However this is only a temporary solution waiting to understand how to definitively solve the problem.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
03 Jan 2018 17:16
Replied by Krikor Boghossian on topic sharing item on facebook

sharing item on facebook

Category: English K2 Community

Make sure that you use K2 images instead of just inserting them into the editor. This will solve the thumb issue.

Furthermore, now even K2's default tags are gone. You need the "Enable Facebook meta tags" setting to always be enabled.
  • Adam
  • Adam's Avatar
03 Jan 2018 14:01
Rating stars was created by Adam

Rating stars

Category: English K2 Community

Hi, I want to have a stars under article not before. If they are in top google doesnt show them.
I found a code in files:
/components/com_k2/templates/default/item.php

I replaced code to line 228 and stars are under left menu and before a click counter.

<?php if($this->item->params->get('itemRating')): ?>
<!-- Item Rating -->
<div class="itemRatingBlock">
<span><?php echo JText::_('K2_RATE_THIS_ITEM'); ?></span>
<div class="itemRatingForm">
<ul class="itemRatingList">
<li class="itemCurrentRating" id="itemCurrentRating<?php echo $this->item->id; ?>" style="width:<?php echo $this->item->votingPercentage; ?>%;"></li>
<li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_1_STAR_OUT_OF_5'); ?>" class="one-star">1</a></li>
<li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_2_STARS_OUT_OF_5'); ?>" class="two-stars">2</a></li>
<li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_3_STARS_OUT_OF_5'); ?>" class="three-stars">3</a></li>
<li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_4_STARS_OUT_OF_5'); ?>" class="four-stars">4</a></li>
<li><a href="#" data-id="<?php echo $this->item->id; ?>" title="<?php echo JText::_('K2_5_STARS_OUT_OF_5'); ?>" class="five-stars">5</a></li>
</ul>
<div id="itemRatingLog<?php echo $this->item->id; ?>" class="itemRatingLog"><?php echo $this->item->numOfvotes; ?></div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<?php endif; ?>

The better place is in art under last sentence.
See www.pozyczkabez.pl/parabanki/wonga

Someone has a some idea how to do it?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
28 Dec 2017 20:27
Replied by Krikor Boghossian on topic Joomla 3.8.3 and K2 item tags

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

The add button creates a new tag (unless you have locked the tags).
It does not associate the tag with any item.
The buttons on the right associate or remove tags from the specific items.
  • cyfcaloryfrio
  • cyfcaloryfrio's Avatar
28 Dec 2017 13:15 - 28 Dec 2017 13:35
Replied by cyfcaloryfrio on topic Joomla 3.8.3 and K2 item tags

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

Hello,

Yes. It seems to be a JS issue. The selected tags are added to the item (article) but the associated tags do not show in the right side never. However you can see the associated tags in fontend (public).
The browser don't show me any issue.

I also do not understand why the tags are shown differently (in blue) when I saw them until now as you see them (like image you show me).
I attach the two images: before and after.

Before: https://imgur.com/a/qYglT
After: https://imgur.com/a/t2eBR

Can you give me any idea about how or where to continue investigating this?

Thanks.

EDITED: I just saw that the tags really are there but they only appear if you click on the field on the right. If you do not click, it seems like threre are no tags associated. It also happens that to see a tag on the right side you have to save the article, it is not enough to press the add button.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
27 Dec 2017 20:38
Replied by Krikor Boghossian on topic Joomla 3.8.3 and K2 item tags

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

Hello,

I cannot verify the issue -> jmp.sh/LG4d0vi
Check under your browser;s developer tools' console tab for any JS issues.
  • cyfcaloryfrio
  • cyfcaloryfrio's Avatar
26 Dec 2017 11:56
Replied by cyfcaloryfrio on topic Joomla 3.8.3 and K2 item tags

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

Hello,

I have not made any configuration change.
I try to add a tag to a K2 Item: I select a tag in the left and the add button don't add the tag to the rigth.

https://imgur.com/a/urbvV
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
22 Dec 2017 18:32
Replied by Krikor Boghossian on topic Joomla 3.8.3 and K2 item tags

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

Hello,

I cannot verify the issue. How did you try to enter a tag?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
21 Dec 2017 17:13
  • cyfcaloryfrio
  • cyfcaloryfrio's Avatar
21 Dec 2017 12:51
Replied by cyfcaloryfrio on topic Joomla 3.8.3 and K2 item tags

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

Hello,

This is the configuration: https://imgur.com/a/M8Pkj

Thanks.
  • Gorast
  • Gorast's Avatar
20 Dec 2017 23:46 - 20 Dec 2017 23:50
Attachments Not Showing in Items was created by Gorast

Attachments Not Showing in Items

Category: English K2 Community

Hi,
I have no idea why attachments are not showind within items.
I see the code:
<div class="itemLinks"> <?php if($params->get('itemAttachments') && count($this->item->attachments)): ?> <div class="itemAttachmentsBlock"> <span><?php echo JText::_('K2_DOWNLOAD_ATTACHMENTS'); ?></span> <ul class="itemAttachments"> <?php foreach ($this->item->attachments as $attachment): ?> <li> <a title="<?php echo K2HelperUtilities::cleanHtml($attachment->titleAttribute); ?>" href="<?php echo $attachment->link; ?>"><?php echo $attachment->title; ?> <?php if($params->get('itemAttachmentsCounter')): ?> <span>(<?php echo $attachment->hits; ?> <?php echo ($attachment->hits==1) ? JText::_('K2_DOWNLOAD') : JText::_('K2_DOWNLOADS'); ?>)</span> <?php endif; ?> </a> </li> <?php endforeach; ?> </ul> </div> <?php endif; ?> <?php if($params->get('itemTags') && count($this->item->tags)): ?> <div class="itemTagsBlock"> <span><?php echo JText::_('K2_TAGGED_UNDER'); ?></span> <ul class="itemTags"> <?php foreach ($this->item->tags as $tag): ?> <li> <a href="<?php echo $tag->link; ?>"><?php echo $tag->name; ?></a> </li> <?php endforeach; ?> </ul> </div> <?php endif; ?> </div> <?php endif; ?>

and I have set everything in the category item view to SHOW but still, no attachment showing in the item.
Any suggestions where should I search for the problem?

Here is the url: mnt.mk/mk/za-mnt/mnt/zavrshna-smetka

Tnx,
G
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
20 Dec 2017 22:34
Replied by Krikor Boghossian on topic Joomla 3.8.3 and K2 item tags

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

Hello,

Can you send me a screenshot of K2's "Tag System Settings" settings
  • Don Gereone
  • Don Gereone's Avatar
20 Dec 2017 14:34 - 20 Dec 2017 14:42
K2 Items und Banner was created by Don Gereone

K2 Items und Banner

Category: Offizielle deutsche Gemeinschaft

Hallo

Wir haben das Problem das beim einstellen eines neun Artikels, das Layout der Seite verändert wird und unsere Banner nach unten rutschen.
imgur.com/a/PMSR5 . defekt
imgur.com/a/xPpK4 . defekt
imgur.com/a/QDYgv . so sollte es aussehen

Wann es passiert und woran es liegt konnten wir bisher nicht herrausfinden.
Die Artikel haben alle den Tag "hr id="system-readmore"". Bei jenen die das verschieben der Banner hervorrufen, führt das entfernen des readmore tags dazu das die Banner wieder an der richtigen Position sind.
Auf den Bildern ist zu sehen was mit den Bannern passiert wenn der Fehler auftritt.

LG Gereon b

imgur.com/a/QDYgv
  • cyfcaloryfrio
  • cyfcaloryfrio's Avatar
20 Dec 2017 12:50
Joomla 3.8.3 and K2 item tags was created by cyfcaloryfrio

Joomla 3.8.3 and K2 item tags

Category: English K2 Community

Hello,

I have updated Joomla to 3.8.3 and when I try to create a new K2 item, I can select tags but then when try to add them nothing occurs.
Have someone the same problem?

Thanks.
  • Franz Heine
  • Franz Heine's Avatar
20 Dec 2017 01:59
modul position shouldnt appear in tag urls was created by Franz Heine

modul position shouldnt appear in tag urls

Category: English K2 Community

in the category view i display a custom module in the position "innerbottom"

i used the following code to exclude the module from the item view. The module just appears in the category view.

"<?php if ($this->count('innerbottom') && JRequest::getCmd( 'option' )==com_k2 && JRequest::getCmd( 'view' )==itemlist) : ?>

Is it possible to exclude the module from the itemlist/tag view too?

If yes, how do ive to modify my code.

thx
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
19 Dec 2017 14:50
Replied by Krikor Boghossian on topic Recaptcha problem: 'could not verify that you are not a robo

Recaptcha problem: 'could not verify that you are not a robo

Category: English K2 Community

That JS error is coming from a K2 file which is not the same as the default one:

Code that produces the error:
<script type="text/javascript">window.addEvent('load',function(){(function(){if(document.id('fb-auth')==null){var root=document.createElement('div');root.id='fb-root';$$('.itemFacebookButton')[0].appendChild(root);(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(d.getElementById(id)){return;}
js=d.createElement(s);js.id=id;js.src="//connect.facebook.net/en_US/all.js#xfbml=1";fjs.parentNode.insertBefore(js,fjs);}(document,'script','facebook-jssdk'));}}());});</script>

github.com/getk2/k2/blob/master/components/com_k2/templates/default/item.php#L321

A JS error can and will break K2's AJAX functionality.
  • Bryan Mendoza
  • Bryan Mendoza's Avatar
16 Dec 2017 21:45
Replied by Bryan Mendoza on topic Tool for importing / exporting items to / from K2

Tool for importing / exporting items to / from K2

Category: English K2 Community

Moving from one joomla install to another, both current versions. Installed the tool on both. Exported from site A into a csv no problem. Imported into site B and it doesn't seem to be mapping things properly because I end up with tags and random content in random columns and end up spending 10 minutes deleting everything again each time.
  • alexandria
  • alexandria's Avatar
13 Dec 2017 00:25
Replied by alexandria on topic Settings for "More in this category"

Settings for "More in this category"

Category: English K2 Community

Hello,

Maybe you can give each articles a specific tag and choose 'Related items (by tag)' in the category settings or use the k2 content module.

Best Regards
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
06 Dec 2017 22:06
Replied by Krikor Boghossian on topic K2 Search and Tags result page - With SEF

K2 Search and Tags result page - With SEF

Category: English K2 Community

You 're welcome :)
Displaying 741 - 760 out of 6582 results.

Powered by Kunena Forum