Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
25 Oct 2016 12:48
Replied by Krikor Boghossian on topic K2 Tag Cloud Category Filter

K2 Tag Cloud Category Filter

Category: English K2 Community

You can get the id, the name, and other params in the tag.php template.
What do you want to achieve exactly?
  • John
  • John's Avatar
24 Oct 2016 19:55 - 24 Oct 2016 19:57
Replied by John on topic K2 Tag Cloud Category Filter

K2 Tag Cloud Category Filter

Category: English K2 Community

I did not know that.
Thank you,
I will try to hide the results i don't want based on the items category name.
Is there an easy way to get the tag that was clicked? (Apart from the url)
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
24 Oct 2016 19:49
Replied by Krikor Boghossian on topic K2 Tag Cloud Category Filter

K2 Tag Cloud Category Filter

Category: English K2 Community

The filter will load tags (in the module) that are assigned to one of the categories.
It will not affect the actual tag listings which are produced when clicking on the tag.
  • John
  • John's Avatar
24 Oct 2016 19:08
K2 Tag Cloud Category Filter was created by John

K2 Tag Cloud Category Filter

Category: English K2 Community

Is there an issue with the Tag Cloud Category Filter?
I use the cloud for only one category, when i hover the tag it says that there are 4 items but clicking it loads all the items from all categories.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
24 Oct 2016 15:01
Replied by Krikor Boghossian on topic K2 duplicate description in one catagory

K2 duplicate description in one catagory

Category: English K2 Community

Hello,

Are you using any SEO/SEF extensions?
Furthermore you using an older version of K2, you should update to the latest version.
  • kenman
  • kenman's Avatar
24 Oct 2016 01:30
Uhrzeit im Frontend entfernen was created by kenman

Uhrzeit im Frontend entfernen

Category: Offizielle deutsche Gemeinschaft

Hallo Zusammen,
ich würde gerne wissen, wie man im K2 Modul die Uhrzeit entfernt, so dass nur Tag/Datum bleibt?
  • kenman
  • kenman's Avatar
24 Oct 2016 01:14
Uhrzeit im Frontend entfernen was created by kenman

Uhrzeit im Frontend entfernen

Category: Offizielle deutsche Gemeinschaft

Hallo Zusammen,
ich würde gerne wissen, wie man im K2 Modul die Uhrzeit entfernt, so dass nur Tag/Datum bleibt?
  • Maximilian Lang
  • Maximilian Lang's Avatar
23 Oct 2016 21:49
Replied by Maximilian Lang on topic K2 extraField in tag.php aufrufen

K2 extraField in tag.php aufrufen

Category: Offizielle deutsche Gemeinschaft

Kann mir da wirklich keiner Helfen?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
20 Oct 2016 12:25
Replied by Krikor Boghossian on topic [SOLVED] Keeping orginal names in my images

[SOLVED] Keeping orginal names in my images

Category: English K2 Community

K2 does not hide images, if you have a correct alt tag (which K2 produces btw) then you are ok.

Furthermore as explained in my previous post, you simply need to comment out a single line in the default robots.txt file.

The extension I posted will let you keep the original name of the image and provide some other functionality as well. It is completely unrelated to the robots.txt.
  • Max Lang
  • Max Lang's Avatar
19 Oct 2016 16:09
K2 extraField in tag.php aufrufen was created by Max Lang

K2 extraField in tag.php aufrufen

Category: Offizielle deutsche Gemeinschaft

Hallo,

ich möchte mein extraField PLZ in der tag.php unter dem tagTitle aufrufen das es quasi so aussieht

________________
Title | PLZ | etc.

LOREM IPSUM...
________________


nun habe ich versucht es wie folgt aufzurufen:
<a href="<?php echo $item->link; ?>"> <?php echo $item->title; ?> <a>|</a> <?php echo $item->category->name; ?> <a>|</a> <?php echo $item->extraFields->Postleitzahl->value; ?> </a>

jedoch wird mir nix angezeigt. was mache ich falsch?
  • Sohrab Abedini
  • Sohrab Abedini's Avatar
19 Oct 2016 08:54
Replied by Sohrab Abedini on topic [SOLVED] Keeping orginal names in my images

[SOLVED] Keeping orginal names in my images

Category: English K2 Community

Hello Krikor,

I use K2 as an absolute alternative of Joomla article manager. but I have a great issue with its SEO. K2 has great capabilities but in SEO it decrease my search appearance. Here I just saw you mentioned changing the default robot.txt
Actually I have never changed this. I am using joomla 3.6.3. Do you think this might have been the reason?
besides, I have applied all the necessary SEO tags in them including schema.org standards. and everything possible in SEO.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
11 Oct 2016 13:23
Replied by Krikor Boghossian on topic Multiple selects/tags

Multiple selects/tags

Category: English K2 Community

Hello Michael,

There are several ways to achieve this,

a) A menu module which points to categories/ tags (which I would use personally)

b) A K2 Tools module (category list)

c) K2 Tools again, using a tag cloud
  • Michael Barraclough
  • Michael Barraclough's Avatar
10 Oct 2016 20:36
Multiple selects/tags was created by Michael Barraclough

Multiple selects/tags

Category: English K2 Community

I am currently using Joomla 3.6.2 and PHP 7.0.9 and wondering whether K2 will solve my problem.

I have five different tag families with which an article can be tagged. Five of them are select (ie only one can be chosen) and two of them are multi-select (ie as many as wanted can be selected). [Please note, the issue is not one of how to prevent users making multiple selections when they shouldn't. I am the only person doing the tagging so that isn't a problem.]

I would like to be able to display a selection page (just like you get when you go to a web store, typically down the left hand edge), have the user check or select the options they are interested in and then end up with a list of articles that meet those criteria.

Can I do this in K2 natively, do I need some K2 extension, or can it just not be done?
  • Daily Deals UK
  • Daily Deals UK's Avatar
10 Oct 2016 16:59
Replied by Daily Deals UK on topic Image Caption/Credits in all views, (Tag &Catergory)

Image Caption/Credits in all views, (Tag &Catergory)

Category: English K2 Community

Hi thanks for the help

Firstly it works in tag.php but not in category-item.php

in tag.php I put this in:

<span class="itemImageCaption"><?php echo $this->item->image_caption; ?>
<?php if(!empty($item->image_caption)) echo K2HelperUtilities::cleanHtml($item->image_caption); ?>
<?php if(!empty($item->image_credits)) echo $item->image_credits; ?></span>

To apply the styles but that wouldn't work have I done it wrong?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
10 Oct 2016 16:09
Replied by Krikor Boghossian on topic Image Caption/Credits in all views, (Tag &Catergory)

Image Caption/Credits in all views, (Tag &Catergory)

Category: English K2 Community

Hello,

This code will generate the caption and credits in the category_item.php file
 <?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); ?> <?php if(!empty($this->item->image_credits)) echo $this->item->image_credits; ?></span>

This should be used for the tag.php and user.php files.
You can use span elements in order to apply styling.
<?php if(!empty($item->image_caption)) echo K2HelperUtilities::cleanHtml($item->image_caption); ?> <?php if(!empty($item->image_credits)) echo $item->image_credits; ?></span>

PS. Do not forget to use overrides.
getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
10 Oct 2016 12:14
Replied by Krikor Boghossian on topic K2 item social sharing - link problem

K2 item social sharing - link problem

Category: English K2 Community

Hello, you should try using the default code.
 <?php if($this->item->params->get('itemTwitterButton',1)): ?> <!-- Twitter Button --> <div class="itemTwitterButton"> <a href="https://twitter.com/share" class="twitter-share-button" data-lang="<?php echo $this->item->langTagForTW; ?>" data-via="<?php if($this->item->params->get('twitterUsername')) echo $this->item->params->get('twitterUsername'); ?>"><?php echo JText::_('K2_TWEET'); ?></a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </div> <?php endif; ?>

or manually adding the domain,
K2HelperUtilities::cleanHtml($this->item->title) . ' ' . $this->item->link
K2HelperUtilities::cleanHtml($this->item->title) . ' http://domain.com' . $this->item->link
  • Roberto Quaresima
  • Roberto Quaresima's Avatar
10 Oct 2016 11:30
K2 carica in automatico foto senza volerlo was created by Roberto Quaresima

K2 carica in automatico foto senza volerlo

Category: Comunità italiana K2

Ciao a tutti, ho k2 che ha uno strano problema.

in pratica quando creo un articolo e lo salvo, anche se non ho impostato una foto lui al salvataggio ne carica una a caso dalla cartella presente sul server.

Come è possibile una cosa del genere? Sto impazzendo e non riesco a capire dove sta il problema.
  • Ruud van Lent
  • Ruud van Lent's Avatar
06 Oct 2016 19:11
Replied by Ruud van Lent on topic Contentplugins running om catItemVideoBlock

Contentplugins running om catItemVideoBlock

Category: English K2 Community

@krikor,

what I could do is create a K2 plugin that adds {jssocials} tag(s) on configured positions
My Joomla! plugin would then replace {jssocials} tags with the actual buttons.

This only works if the Joomla! oncontentprepare function runs AFTER the K2 onk2contentprepare function adds the tags..

Do you know if this is the case?

If not and the tags are added but not replaced (by oncontentprepare function), then I will have to abandon K2 as I do not want to recreate my complete plugins functionality into a K2 plugin (and do double maintence) :(
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
30 Sep 2016 17:20
Replied by Krikor Boghossian on topic k2 url problem

k2 url problem

Category: English K2 Community

You assume correctly.
If a manual link points a deprecated URL, then it is possible that the link will be 'scanned' twice.
Setting redirect rules will solve this. Having canonical tags in your site will do the same.
Displaying 1081 - 1100 out of 6582 results.

Powered by Kunena Forum