Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • JoomlaWorks
  • JoomlaWorks's Avatar
09 Apr 2016 13:10
Replied by JoomlaWorks on topic [SOLVED] Item view options

[SOLVED] Item view options

Category: English K2 Community

That's why there's the K2 item image option. If you enable the introtext word limit, all HTML tags (including images) are removed to make sure HTML markup for the entire site won't break. Imagine an opening <p> tag in your content that never closes because a word limit came before the closing </p> tag.

As for the category view issue you mention, you can just filter categories to NOT show items from their subcategories. Enable what we call "catalog" mode and you'll get this behaviour.

The last request is easy to achieve by simply swapping the HTML parts in the item.php or category_item.php template overrides. Read more about this here: getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates

Doing the above will also allow you to keep your changes when you update K2.
  • trogladyte
  • trogladyte's Avatar
09 Apr 2016 01:59 - 09 Apr 2016 03:04
[SOLVED] Item view options was created by trogladyte

[SOLVED] Item view options

Category: English K2 Community

www.ckdev.info/twt

I want to use "Introtext word limit" to keep the page look consistent and make entering items as easy as possible for my client. However this has one gigantic drawback. Enabling this removes the image from the introtext turning the page into a boring clump of plain text - seriously ugly.The whole point of images is to increase readability and convey the message. Apart from using a "readmore" break is there no way of accomplishing this very basic thing? Though tI'd found it by telling K2 not to strip img tags but it went ahead and ignored the setting. Not the first time it seems to ignore what you tell it to do.

I have the following category setup - Drink | Wine | Wine of the week. When a user clicks Drink, I have it set to show the images of the 5 categories under it (which includes Wine) and the newest article posted to the Wine category. If they click Wine, they see the image for Wine of the Week and I have K2 set to show 2 leading and 4 Primary in 2 columns. However, it's showing articles out of Wine of the Week. Now, I agree this could be useful, but I want it only showing articles from Wine.

I want to move the date to beneath the author's name. It doesn't make sense to me to have it above the title. The title should be pre-eminent not subservient to the date.
  • Sergio Di Mare
  • Sergio Di Mare's Avatar
08 Apr 2016 11:59
Problem with k2 Plugin was created by Sergio Di Mare

Problem with k2 Plugin

Category: English K2 Community

i create a plugin in k2
in xml file i add
..... ...... <!-- K2 plugin parameters which extend K2 backend forms are defined here --> <fields group="item-content"> <field name="tabella" id="tabella" type="repeatable" icon="list" select ="Inserisci/Modifica" description="Inserisci, modifica le righe della tabella" label="Tabella Articoli Prodotto" default="{'articolo':['xxxxxx'],'prodotto':['Nome Prodotto'],'dimensioni':['cm 5x5'],'confezione':['10 pz']}"> <fieldset name="tabella_modal" id="tabella_modal" repeat="true" hidden="true"> <field name="articolo" label="Codice dell'articolo" size="30" type="text" /> <field name="prodotto" label="Nome del prodotto" description="Scrivere il nome del prodotto o qualche codice particolare" size="30" type="text" /> <field name="dimensioni" label="Misura" description="Scrivere la misura del prodotto largezza x altezza" size="10" type="text" /> <field name="confezione" label="Quantità nella confezione" description="Numero di pezzi disponibili nella confezione" size="10" type="text" /> </fieldset> </field> </fields>

it works but though i insert hidden="true" i see the input tag in backend (see imgur.com/OzMt8m4)
Joomla 3.5.1 - k2 2.7.0
  • ataman79
  • ataman79's Avatar
07 Apr 2016 22:35
Replied by ataman79 on topic Pagination page titles or canonical link

Pagination page titles or canonical link

Category: English K2 Community

Theodore Hildebrandt wrote: This is super easy.

In the file /components/com_k2/views/itemlist/view.html.php

Find (Line 196):

// Set layout $this->setLayout('category'); // Set title $title = $category->name;

Change it to:
// Set layout $this->setLayout('category'); $titlesuffix = ' Page #' . (intval($limitstart/$limit)+1); // Set title $title = $category->name . $titlesuffix;

Change it to suit your preference for the text.


Thnaks for the solution Theodore!
What about the tag pages with pagination ?
What files must be edited?

And one more question. Can all this be done in k2 templates, and not to hardcore k2 files?
Thanks in advance
  • Gioacchino Cipriano
  • Gioacchino Cipriano's Avatar
07 Apr 2016 19:23
Video MP4/M4V - Audio was created by Gioacchino Cipriano

Video MP4/M4V - Audio

Category: Comunità italiana K2

Ciao a tutti,
con Joomla! .3.5.1 e K2 2.7.0 con Plugin AllVideos, se sono su smartphone vedo il video ma non si sente l'audio capita anche a voi?
Poi se uso il Plugin con impostazione Responsive su Desktop facendo lo schermo intero il video risulta essere più grande e viene ritagliato.
Grazie
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
07 Apr 2016 12:31
Replied by Krikor Boghossian on topic creating a menu for all tags

creating a menu for all tags

Category: English K2 Community

You can add it as a feature request for consideration - github.com/getk2/k2/issues
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
07 Apr 2016 12:22
Replied by Krikor Boghossian on topic K2 meta tags

K2 meta tags

Category: English K2 Community

You 're welcome John :)
  • John
  • John's Avatar
05 Apr 2016 13:25
Replied by John on topic K2 meta tags

K2 meta tags

Category: English K2 Community

Thought as much, thanks for confirming Krikor.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
04 Apr 2016 17:55
Replied by Krikor Boghossian on topic K2 meta tags

K2 meta tags

Category: English K2 Community

If it is blank then the default robots tag is being used.
You should only use these tags if you want an item not to be crawled.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
04 Apr 2016 17:54
Replied by Krikor Boghossian on topic Problem with image share on facebook

Problem with image share on facebook

Category: English K2 Community

By default the OG tags are enabled in K2, Can you turn them off to see if another extension is still generating these tags?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
04 Apr 2016 17:49
Replied by Krikor Boghossian on topic creating a menu for all tags

creating a menu for all tags

Category: English K2 Community

Hello Solan,

Unfortunately K2 does not offer this functionality.
You can publish a K2 Tools - Tag cloud module to display your tags.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
04 Apr 2016 17:47
Replied by Krikor Boghossian on topic [SOLVED] Error after Upgrade

[SOLVED] Error after Upgrade

Category: English K2 Community

Now you will get a double answer:
I have implemented this method in a K2 site containing 500k+ items with each item containing 4 - 7 tags at least.

You can understand the impact of such a query and the solution that Google Provides.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
04 Apr 2016 17:46
Replied by Krikor Boghossian on topic K2 Search Plugin Improvements Needed

K2 Search Plugin Improvements Needed

Category: English K2 Community

I have implemented this method in a K2 site containing 500k+ items with each item containing 4 - 7 tags at least.

You can understand the impact of such a query and the solution that Google Provides.
  • John
  • John's Avatar
04 Apr 2016 10:52
K2 meta tags was created by John

K2 meta tags

Category: English K2 Community

Hi all,

I recently launched (about 2 months ago) a new website using K2 2.6.9. So far Google has indexed approximately 2300 pages but I'm not getting much in the way of organic traffic as of yet.

So I noticed on the K2 items field the default meta for robots is blank, even though I have my joomla site set to index, follow do I need to put the same instruction into every K2 Item I generate?

Thanks,
John
  • solan
  • solan's Avatar
02 Apr 2016 17:07
creating a menu for all tags was created by solan

creating a menu for all tags

Category: English K2 Community

hi
i want to create a menu for my all tags not selected tag
how can i do that?
i can do than via joomla content component but in k2 i have to select one tag
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
01 Apr 2016 12:22
Replied by Krikor Boghossian on topic missing canonical url's from k2 items after upgrade

missing canonical url's from k2 items after upgrade

Category: English K2 Community

I thought it was offering this functionality, although I might be mistaken. Since sh404sef offers a different router than Joomla!, the canonical tags might be off. You should ask the sh404sef devs which extension offers integration with sh404sef as well.
  • Michael M. Kadrie
  • Michael M. Kadrie's Avatar
31 Mar 2016 20:57
Replied by Michael M. Kadrie on topic [SOLVED] Error after Upgrade

[SOLVED] Error after Upgrade

Category: English K2 Community

That probably would have been helpful to know up front. (Sorry, I've been working with other developers on this site and just lost track of what I said to whom).

It's not the search that is breaking, but an Ajax search. I'm using RokAjax (which I know slows things even more). The main problem is that they have over 1200 articles on their site. So to search through all of the text as well as tags bogs things down as they are.

But while searching on the default Joomla page (mod_search), and enabling the tag search, things are still very slow.

I should also say that I can't upgrade to K2 2.7 just yet. I tried that and it killed the site. Had to retro back to 2.6.9. So maybe this is fixed in 2.7 but I'll have to wait until another release of K2 to try it out. We are getting ready to launch the site and I can't have anything else delay it like a non-working K2 component. It's working great right now with the exception of not being able to search the tags.
  • Michael M. Kadrie
  • Michael M. Kadrie's Avatar
31 Mar 2016 20:08
K2 Search Plugin Improvements Needed was created by Michael M. Kadrie

K2 Search Plugin Improvements Needed

Category: English K2 Community

I posted this as a response to a similar issue but feel this needs to have it's own thread to see if you guys are willing to look into fixing this issue with the K2 Search Plugin.

I was having an issue with the K2 Plugin. I looked on the forums and saw that one of the issues was the Smart Search for K2. My issue was not the Smart Search (which was slowing things down), but more with the Search Tags. The search may have been working but you would have to wait 10 minutes to see anything. I turned that off and now it's faster. There has to be a way to fix this. Tags need to be searchable on the site otherwise what's the point? Something for the development team to work on perhaps.

The site I am building for my client has over 1200 articles and growing (it's a quarterly magazine website). They need to have their tags searchable and we use K2 for the articles. Do you see anyway to resolve this solution in the near future?

Thanks for your attention to this.
Michael M. Kadrie
  • Shivaraman Iyer
  • Shivaraman Iyer's Avatar
31 Mar 2016 15:24
Replied by Shivaraman Iyer on topic [SOLVED] Problems with saving items and images

[SOLVED] Problems with saving items and images

Category: English K2 Community

I am having the same problem as well. Following is the output that I get when I click either "Save" or "Save as New":
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')}' at line 1 SQL=DELETE FROM xkj3a_k2_tags_xref WHERE itemID={intval()} Call stack # Function Location 1 JApplicationCms->execute() /home/sites/missgoodwrite.co.uk/public_html/newsite/administrator/index.php:47 2 JApplicationAdministrator->doExecute() /home/sites/missgoodwrite.co.uk/public_html/newsite/libraries/cms/application/cms.php:252 3 JApplicationAdministrator->dispatch() /home/sites/missgoodwrite.co.uk/public_html/newsite/libraries/cms/application/administrator.php:152 4 JComponentHelper::renderComponent() /home/sites/missgoodwrite.co.uk/public_html/newsite/libraries/cms/application/administrator.php:98 5 JComponentHelper::executeComponent() /home/sites/missgoodwrite.co.uk/public_html/newsite/libraries/cms/component/helper.php:372 6 require_once() /home/sites/missgoodwrite.co.uk/public_html/newsite/libraries/cms/component/helper.php:392 7 JControllerLegacy->execute() /home/sites/missgoodwrite.co.uk/public_html/newsite/administrator/components/com_k2/k2.php:147 8 K2ControllerItem->apply() /home/sites/missgoodwrite.co.uk/public_html/newsite/libraries/legacy/controller/legacy.php:728 9 K2ControllerItem->save() /home/sites/missgoodwrite.co.uk/public_html/newsite/administrator/components/com_k2/controllers/item.php:33 10 K2ModelItem->save() /home/sites/missgoodwrite.co.uk/public_html/newsite/administrator/components/com_k2/controllers/item.php:28 11 JDatabase->query() /home/sites/missgoodwrite.co.uk/public_html/newsite/administrator/components/com_k2/models/item.php:810 12 JDatabaseDriverMysqli->execute() /home/sites/missgoodwrite.co.uk/public_html/newsite/libraries/joomla/database/database.php:33

Any help would be really good. It seems like the code is trying to remove the old tags for the item but as it is a new item, it doesn't have the id and thus gives the error.
  • Antonio
  • Antonio's Avatar
30 Mar 2016 20:12
Replied by Antonio on topic Problem with the filter in BackEnd

Problem with the filter in BackEnd

Category: English K2 Community

Only shown in k2, the list of Items, Categories, Tags, Comments and Users. In other Joomla components such as com_content, this error does not occur.

This external page is a subdomain with CNAME that is used to display the results of a few trips.

If you could rename 'search' using K2 to save the filter data search by another name, for example 'search_k2' the problem would be solved. But it happens I do not know what page the component K2 can play this name.

Again I reiterate my thanks for your help.
Best regards
Anthony
Displaying 1341 - 1360 out of 6582 results.

Powered by Kunena Forum