COMMUNITY FORUM
Search Results (Searched for: k2 Tag)
- william white
Troubles with the alignment of pictures and text
Category: English K2 Community
Again, jce will most likely allow you to do that when you add the images
- jean-philippe
Extra_Field strip html code
Category: English K2 Community
I'm currently to use K2 and i've add some extra field...
but when i'm try to put Html code in the "default Case" when I create 1 textField...
it's automatically strip...
i don't found the
- cloacker

17 Jan 2013 14:23 - 17 Jan 2013 14:24 Replied by cloacker on topic K2 plugins in layout view options for tag listings K2 plugins in layout view options for tag listings
Category: English K2 Community
Sadly I haven't found any appropriate solutions to this problem! Did you have more luck? Alternatively, modifying the core K2 tag layout will be the only way! I will begin with the modifications in the beginning of next month. If you you're interested I could use some help. - roberto
Dove salva K2 gli allegati che carico dal mio pc??
Category: Comunità italiana K2
Qualcuno però sà come eliminare "dettagli personali" dalla registrazione??
- roberto
Dove salva K2 gli allegati che carico dal mio pc??
Category: Comunità italiana K2
qualcuno sà dove vanno a finire gli allegati che inserisco in un articolo scegliendo l'opzione "sfoglia" dal mio pc??
cioè se io carico dal mio pc un allegato senza mettere questo sul server, poi sarà visibile e scaricabile da altri pc??
Ah, poi qualcuno per caso sà come eliminare dal form di registrazione "dettagli personali"??
grazie saluti
- David Lohan
Using Tags
Category: English K2 Community
There are, however, limitations. For example with the present configuration I cannot use ShareThis on individual items. Neither can readers comment on individual items.
I have tried to upgrade the website using K2 and had hoped that its tag functionality would allow me to do so. Alas I have spent countless hours and considerable money downloading components that proved to be of no use.
I have over 2500 articles, each with many meta keywords. Some keywords are synonmous with others, as explained above. If I migrate to K2 these will be imported as keywords. What I need then is either:
1. a replacement blog which can display all those articles which contain ANY of the specified keywords (eg. UN, U.N., UNHCR, UNODC, ILO, etc).
OR
2. a cloud which allows me to specify a tag (eg. UN) but which also allows me to create syonymns for that tag (eg. U.N., UNHCR, UNODC, ILO, etc).
OR
3. Some other suggestion
What intrigues is how many other people I have encountered who want something similar and how natural a progression just this kind of functionality ought to have been when tags were introduced, for they enable the link to be broken between categories and articles.
- Scott Staffiery
Migrate Joomla 1.5/Flexicontent to K2
Category: English K2 Community
- Matt
How to add author name with link on Tag page?
Category: English K2 Community
Obviously he know that. What he want is a core edit to add those missing fields in tag listings.Lefteris Kavadas wrote: Hi. These fields are not available in tag listings. You can view what's available in K2 parameters under "Layout & view options for tag listings" section.
- Matt
Display hits counter in tag pages
Category: English K2 Community
<?php echo $this->item->hits; ?>I get these warnings:
Notice: Undefined property: K2ViewItemlist::$item in C:\xampp\htdocs\joomla\templates\mytemplate\html\com_k2\templates\default\tag.php on line 49
Notice: Trying to get property of non-object in C:\xampp\htdocs\joomla\templates\mytemplate\html\com_k2\templates\default\tag.php on line 49
Line 49 is the line I posted above. Any suggestions?
- chilly_bang
Add additional meta tags to K2 items
Category: English K2 Community
- william white
Add additional meta tags to K2 items
Category: English K2 Community
- william white
K2 CSS Module Overrides
Category: English K2 Community
Place the css blocks of code you want to change in the file.
Eaiser not to have to read the entire css file to make one change.
Try the !important tag if the changes are overridden by something else
- william white
Enable HTML in K2 title fields
Category: English K2 Community
I usually have quicker results with overrides and css4k2 as i can use the core of both joomla and k2 without delaying until new versions are released which may or may not be incorporated.
I read a post the other day from Akeeba support that said " he recommended a fix, but it was not incorporated into j core" therefore he is limited to what he can do.
- Matt
Enable HTML in K2 title fields
Category: English K2 Community
- chilly_bang
Add additional meta tags to K2 items
Category: English K2 Community
- Matt

14 Jan 2013 14:50 Enable HTML in K2 title fields was created by Matt Enable HTML in K2 title fields
Category: English K2 Community
If you try to insert html tags in K2 title fields (the fields when you try to create a category or an item) the html will be stripped from the title after saving. Because of this, you can't style certain parts of the title.
How can I edit K2 that it doesn't strip html tags from title fields? - chilly_bang
Add additional meta tags to K2 items
Category: English K2 Community
So the first part works - i get proper value of echo $this->item->metadesc. But i have difficulty to implementing of your next advice: You mean with this:
intercept it at the top of item php and put something like this:
- william white

14 Jan 2013 12:25 Replied by william white on topic Add additional meta tags to K2 items Add additional meta tags to K2 items
Category: English K2 Community
Just a guess here,
if your adding the same thing to every item
check with phpmyadmin - there is a field in the k2_item table metadesc
try to echo $this->item->metadesc at the top of your item.php
if it works and returns the proper value
intercept it at the top of item php and put something like this:
$this->item->metadesc = $this->item->metadesc ."what you want to add" ;
- william white
<?php echo $this->item->imageWidth; ?>, Height?
Category: English K2 Community
height:300px !important;
width:auto !important;
to span.catItemImage img in k2.css
If you make sure the height tag is reasonable and probably less that your k2 image size (m,l, xl) etc (a guess) will be, this may work for you
- chilly_bang
Add additional meta tags to K2 items
Category: English K2 Community
I have many meta tags, which i must add to K2 items. For native Joomla articles i use to use the beautiful JosTag, which adds all what you want to the head. But this nice plugin seems not to work with K2 - i see in the code only the line {tag}meta name="tagname" content="tagcontent"{/tag}, which must run plugin, but there is nothing added to the head of the item:(
I can't attach this plugin to the topic, here is the download link JosTag for all, who interesting.
I need any advice, how to add additional meta tags to K2 item. Or may somebody can adjust the JosTag plugin to let it run with K2 items?
thanks in advance
evgenij