Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
08 Oct 2013 14:31
Replied by Mohamed Abdelaziz on topic [SOLVED] Show K2 Tags only from a certain category

[SOLVED] Show K2 Tags only from a certain category

Category: English K2 Community

I recommend getting a J3 version from the plugin, better than hacking K2.

Anyway, if you decided to hack K2, edit the components/com_k2/models/itemlist.php

Go to line ~943 , directly below this code:
if (K2_JVERSION != '15') { $query .= " AND c.access IN(".implode(',', $user->getAuthorisedViewLevels()).") "; if ($mainframe->getLanguageFilter()) { $query .= " AND c.language IN(".$db->Quote(JFactory::getLanguage()->getTag()).", ".$db->Quote('*').")"; } } else { $query .= " AND c.access <= {$aid} "; }

and insert this code:
$currentItem = K2Table::getInstance('K2Item', 'Table'); $currentItem->load($itemID); $itemCat = $currentItem->get('catid'); $includeCat = 0; if($itemCat == 1) $includeCat = 2; elseif ($itemCat == 2) $includeCat = 1; if($includeCat) $query .= " AND c.id = {$includeCat} ";
  • Stephen Michael Hadden
  • Stephen Michael Hadden's Avatar
08 Oct 2013 13:38
  • Kristen
  • Kristen's Avatar
08 Oct 2013 03:47
Filter items by tag was created by Kristen

Filter items by tag

Category: English K2 Community

I want to be able to create a portfolio of catalogue that can be sorted by tag on the front end. I know this can be done as I have used templates with this functionality in the past and they are based in K2. Here is an example www.stroudfamilyhome.co.nz/scrapbook-idea. The tags are displayed and clicking on one creates a cool effect using quicksand I think. Any tips on how to get this to work? A tutorial would be great.
  • Stephen Michael Hadden
  • Stephen Michael Hadden's Avatar
08 Oct 2013 00:18
[SOLVED] Show K2 Tags only from a certain category was created by Stephen Michael Hadden

[SOLVED] Show K2 Tags only from a certain category

Category: English K2 Community

Hi
Hopefully some brainiac out there will assist with this.

I have 2 categories

1 is Products
2 is ingredients

I want products to show related ingredients by tag

and ingredients to show related product

However I am ending up with products showing related ingredients and all other products that might have the same key ingredient. How do I sop the products from showing on a products ingredients list?

Tags by category? can the tag code be hacked to go select * from tags where category id = 2 ?
I looked and saw a plugin on JED but its for 2.5 and I am on 3.1

Any help will be appreciated
  • Stefanos Mountrakis
  • Stefanos Mountrakis's Avatar
06 Oct 2013 17:57
Replied by Stefanos Mountrakis on topic Tag items URL problem

Tag items URL problem

Category: English K2 Community

is k2->parameters->advanced->Advanced SEF Settings->Use the item ID in the URL set to no ?
  • dimitris skourlis
  • dimitris skourlis's Avatar
05 Oct 2013 15:55 - 05 Oct 2013 15:55
Line break to k2 item title was created by dimitris skourlis

Line break to k2 item title

Category: English K2 Community

Hello,

If could someone help, I ld appreciate so much!!!! I need to have line break to k2 item title.
For example:

We have the item title: I said hello!
I need to be like this:
I said
Hello!

K2 item title strips html tags and the only thing I ve found is &nbsp , but this does not work as I need. Is this possible? I am using the latest joomla 2.5.14 and the latest com_k2. Please help...
  • Manos Krokos
  • Manos Krokos's Avatar
05 Oct 2013 02:13
Tag items URL problem was created by Manos Krokos

Tag items URL problem

Category: English K2 Community

Joomla SEF is off, K2 Advanced SEF settings in on.

Tag items URL carry the itemid of the active category/menu causing them to show in the current category layout instead in the "Items tagged with..." layout. Same tags in other category/menu carry a different itemid.

How do I get rid of the itemid from the tags URL?
  • ataman79
  • ataman79's Avatar
04 Oct 2013 16:41 - 04 Oct 2013 17:18
Replied by ataman79 on topic Uber Pagebreak?

Uber Pagebreak?

Category: English K2 Community

Kamilis wrote: Hi, I fixed some bugs and fixed a translation for Joomla 2.5



I was using his fixed plugin on Joomla 2.5 with k2
and also I'm using Simple Image Gallery

But if I want to use simple gallery tag {gallery}foldername{/gallery} and on the sam article to use Page break, my simple image gallery don't work

Any ideas why ?
  • Ryan Scott Jones
  • Ryan Scott Jones's Avatar
02 Oct 2013 15:56
Replied by Ryan Scott Jones on topic Media (TAB) files aren't updating

Media (TAB) files aren't updating

Category: English K2 Community

Well the problem is when you click the Media tab and Browse for another video that's a different name, it uploads it and replaces the (eg. 25.MP4) with the newest video and renames it to 25.MP4. It stores the data under site>media>k2. I was just curious if there is a way to configure K2 to managing the files differently.

Option 2 would be to upload the videos and use AllVideos tags {mp4} etc but that's an extra step for non-web friendly people.
  • George Nasis
  • George Nasis's Avatar
02 Oct 2013 13:46 - 02 Oct 2013 13:53
Replied by George Nasis on topic Like in K2

Like in K2

Category: English K2 Community

<?php if($this->item->params->get('itemFacebookButton',1)): ?>
<!-- Facebook Button -->
<div class="itemFacebookButton">
<div id="fb-root"></div>
<script>
(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>
<div class="fb-like" data-send="false" data-width="200" data-show-faces="true"></div>
</div>
<?php endif; ?>


This is the code..maybe you can change the js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; to your own language

the en_Us to your own language
and this can help a lot www.gavick.com/forums/boutique/how-to-translate-facebook-like-and-send-button-s-11979.html
  • dudi88
  • dudi88's Avatar
01 Oct 2013 22:50
Replied by dudi88 on topic Tags in K2 not Loading!

Tags in K2 not Loading!

Category: English K2 Community

I have the same component, plugin, modules on my localhost and there working.
I have this same problem: "When entering a tag the calendar pops up."
Not working on my provider server home.pl, why not?
Maybe missing some library?

Please me help.

Thanks!

Best Regards,
Adrian
  • Yiota
  • Yiota's Avatar
01 Oct 2013 15:39
Replied by Yiota on topic Tags in K2 not Loading!

Tags in K2 not Loading!

Category: English K2 Community

Hello,
Have you tried @Lefteris suggestion?
  • dudi88
  • dudi88's Avatar
01 Oct 2013 12:39
Replied by dudi88 on topic Tags in K2 not Loading!

Tags in K2 not Loading!

Category: English K2 Community

Hi,

I have this same problem. In my site not are loading tags into the item.
Site in my local server working good.

What's a problem?

Please help me quickly!

Best Regards,
Adrian
  • Kevin
  • Kevin's Avatar
01 Oct 2013 00:06
Replied by Kevin on topic K2 module box

K2 module box

Category: English K2 Community

the first three boxed are not working. Even without the p tags it will still be wrong
  • blouet
  • blouet's Avatar
30 Sep 2013 19:08
module k2 content li h3 h4 was created by blouet

module k2 content li h3 h4

Category: Communauté française K2

Bonjour à tous et à toutes,

je me demande si l'un ou l'une d'entre vous à modifié son module k2 content (qui est très bien) pour tager les titres des articles (liens) avec des balises titres <h3>, <h4> plutôt qu'avec des <li> ? Ce qui peut paraître plus pertinent en matière de SEO.
Merci de m'avoir lu et de vos réponses.

js
  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
29 Sep 2013 10:55 - 29 Sep 2013 10:58
Replied by Mohamed Abdelaziz on topic about Categories

about Categories

Category: English K2 Community

There are some K2 extensions that allow to add a category to multiple parent categories, I think you can find one at K2 extensions directory or JED.

Or, you can make the city as an extra field, Searchable Labels type for example, or make Electronics, Mobiles and Furniture as tags.
  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
29 Sep 2013 10:39
Replied by Mohamed Abdelaziz on topic Remove commas after tags

Remove commas after tags

Category: English K2 Community

Hi,

The default item.php displays tags without commas, have you or someone else modified it?

If you can are using template overrides, you will find the correct item.php file in templates/yourtemplate/html/com_k2

there, you will find k2 template folders, find the relevant item.php file and modify it, or copy the code which displays tags here and we can help you to remove the commas.
  • Justin Thomas
  • Justin Thomas's Avatar
28 Sep 2013 06:46
Replied by Justin Thomas on topic Multiple Tag fields [SOLVED]

Multiple Tag fields [SOLVED]

Category: English K2 Community

Just to mark this as solved in case anybody else needs the functionality. I have found the solution in a thread from a few years ago.

getk2.org/community/New-to-K2-Ask-here-first/148419-Tagging-extra-fields
  • Gavin
  • Gavin's Avatar
27 Sep 2013 20:53
Remove commas after tags was created by Gavin

Remove commas after tags

Category: English K2 Community

Hi there

I have styled the k2 tags to be same as bootstrap .btn classes...but want to delete the commas after each one. I've looked in item.php but cannot see where the comma is added.

Any advice would be great.

Thanks
Gav
  • Kevin
  • Kevin's Avatar
26 Sep 2013 20:43
Replied by Kevin on topic K2 module box

K2 module box

Category: English K2 Community

All of the items have the img tags inside a p element. It is added automatically and cannot be changed.
Displaying 3161 - 3180 out of 6582 results.

Powered by Kunena Forum