Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • shenkwen
  • shenkwen's Avatar
21 Aug 2014 18:38

How to make joomla's tags available for K2

Category: English K2 Community

K2 doesn't recognize Joomla's tags, which causes some problem when using other extensions.
When I posted in their forum asking why they don't recognize my k2 item's tags, they say it is K2's problem because they are using Joomla's tags but K2 doesn't comply with it.

So is there any solution for this dilemma?
  • shenkwen
  • shenkwen's Avatar
21 Aug 2014 18:17
Replied by shenkwen on topic Problem with import of Joomla Content

Problem with import of Joomla Content

Category: English K2 Community

I encounter the same problem, I hope someone can answer this.

I figure it out that K2's tag system doesn't comply with Joomla's. If you create a K2 item and make a tag for it, it doesn't appear in Joomla's tag list.
  • Marco
  • Marco's Avatar
19 Aug 2014 13:34

Problem with import of Joomla Content

Category: English K2 Community

Hello,

i need some help with import Joomla Content to K2.

I get this error:

1064 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 ' 225)' at line 1 SQL=INSERT INTO jos_k2_tags_xref (`id`, `tagID`, `itemID`) VALUES (NULL, , 225)

It doesnt imort the categories and most of the articles.
website is www.fretties.de

What can i do?

greetings,
Marco
  • Marco
  • Marco's Avatar
19 Aug 2014 12:46

Probleme mit dem Import von Joomla Content

Category: Offizielle deutsche Gemeinschaft

Hallo,
habe gerade K2 unter Joomla 3.3 installiert.

Wenn ich jetzt die Joomla Inhalte importieren will bekomme ich folgende Fehlermeldung:

1064 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 ' 225)' at line 1 SQL=INSERT INTO jos_k2_tags_xref (`id`, `tagID`, `itemID`) VALUES (NULL, , 225)

Es werden keine Kategorien importiert und nur ein Teil der Beiträge.

Was kann ich da machen um alles zu Importieren?

Domain ist www.fretties.de

Gruß,
Marco
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
18 Aug 2014 16:47
Replied by Krikor Boghossian on topic K2 parameters | HTML cleanup iframe problem

K2 parameters | HTML cleanup iframe problem

Category: English K2 Community

Is the tag displayed in the source code?
It can be a css issue too.
  • Franz Wohlkönig
  • Franz Wohlkönig's Avatar
17 Aug 2014 13:26
Replied by Franz Wohlkönig on topic K2 Artikelbild links ausrichten

K2 Artikelbild links ausrichten

Category: Offizielle deutsche Gemeinschaft

Servus,

würd hier ebenfalls mit den devtools deines Browsers herausfinden, wie welche CSS-Anweisung wirkt und dann auf deine Seite übertragen. Hier scheint es
.TagItemView .TagItemImageBlock {float: left;} zu sein.

Vorher aber Override und Backup machen (Link im 2. Post).

Servus
  • Lepinay Alix
  • Lepinay Alix's Avatar
16 Aug 2014 20:02 - 16 Aug 2014 20:03
Pix from "similar Item by tags"clickable ? was created by Lepinay Alix

Pix from "similar Item by tags"clickable ?

Category: English K2 Community

Hi.

How could i make the pictures from "Similar items by Tags" clickable ?

By default, the small pictures are not clickable att all but the titles are.
My issue is that i want to display only the small images without the titles.
When i do do that in K2 item view options, one cannot click on the pictures.

It should be an option in core K2 to let people decide if those pictures are clickable or not.


Please, could anyone help me ?
  • victorwooten
  • victorwooten's Avatar
16 Aug 2014 16:38
K2 Artikelbild links ausrichten was created by victorwooten

K2 Artikelbild links ausrichten

Category: Offizielle deutsche Gemeinschaft

Hallo zusammen,
Ich suche schon seit längerem nach einer Möglichkeit, Artikelbilder von K2 links auszurichten.

Ohne manuell ein Bild einzupflegen und links auszurichten, möchte ich, dass k2 das Artikelbild automatisch links ausrichtet und der Text rechts daneben dargestellt wird.

Genau so wie es hier im Demo dargestellt wird:
demo.getk2.org/items-by-tag

Üblicherweise wird das Artikelbild über dem Text dargestellt, so wie hier:
demo.getk2.org/categories

Über Hilfe würde ich mich sehr freuen.
Vielen Dank
  • Mr_Anonymous
  • Mr_Anonymous's Avatar
15 Aug 2014 13:59 - 07 Sep 2014 10:21
Replied by Mr_Anonymous on topic Rating Schema Snippet for K2 Articles

Rating Schema Snippet for K2 Articles

Category: English K2 Community

Hi Krikor,

This is what I've done to add the AggregateRating schema to k2's star rating:
 
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
14 Aug 2014 21:01
Replied by Krikor Boghossian on topic K2 parameters | HTML cleanup iframe problem

K2 parameters | HTML cleanup iframe problem

Category: English K2 Community

I tried it with J! 3.3, K2 2.6.8 and the latest JCE editor with the stock profile.
It seems to work fine on my end.

The only drawback (which is a JCE error) is that when I switch to the full editor from the plain html I lose the iframe.

I even added some more tags and it seems to work as it is supposed to.
  • Antonio Jose Valdes Medina
  • Antonio Jose Valdes Medina's Avatar
14 Aug 2014 20:09
Replied by Antonio Jose Valdes Medina on topic K2 parameters | HTML cleanup iframe problem

K2 parameters | HTML cleanup iframe problem

Category: English K2 Community

As talked with Krikor,

Joomla Version 3.3.3
K2 version 2.6.8
JCE Editor 2.4.2

I do not think it's a problem of the editor, as in K2 database K2_item is the <iframe> and if I disable cleaning tags, the iframe appears on the article.

Thank you!
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
14 Aug 2014 19:30
Replied by Krikor Boghossian on topic Rating Schema Snippet for K2 Articles

Rating Schema Snippet for K2 Articles

Category: English K2 Community

1) It seems correct. You should build upon the correct rating. As for schemas I am not really the expert.

2) <?php echo $this->item->votingPercentage; ?> Will give you the voting percentage.

3) You should use str_replace() for this one.
  • Antonio Jose Valdes Medina
  • Antonio Jose Valdes Medina's Avatar
14 Aug 2014 19:24 - 14 Aug 2014 19:28
K2 parameters | HTML cleanup iframe problem was created by Antonio Jose Valdes Medina

K2 parameters | HTML cleanup iframe problem

Category: English K2 Community

Hello there!

I want to use K2 and do a cleaning of HTML tags, I have configured for:

Inside ---> K2 parameters / Content /

Fulltext HTML cleanup (tag strip) ----> Yes

Enter which HTML tags not to strip in fulltext ----> h1,h2,h3,h4,img,br,p,ul,ol,li,strong,a,b,i,img,br,iframe,div, frame,object



All tags (h1,h2,h3,h4,img,br,p,ul,ol,li,strong,a,b,i,img,br,iframe,div, frame,object) appear correctly except the iFrame ... if I disable cleaning tags, I see the iframe.

Any solutions?
  • Mr_Anonymous
  • Mr_Anonymous's Avatar
14 Aug 2014 17:12
Replied by Mr_Anonymous on topic Rating Schema Snippet for K2 Articles

Rating Schema Snippet for K2 Articles

Category: English K2 Community

Hi Krikor,

Here is my incomplete attempt on adding schema to K2 item. I am trying to implement AggregateRating something like this:
 
  • tincup
  • tincup's Avatar
14 Aug 2014 16:24
Replied by tincup on topic specific css class by article tags

specific css class by article tags

Category: English K2 Community

tried to add css classes with the same name of the tag in my custom.css and k2.css. nothing has changed :(
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
14 Aug 2014 14:33
Replied by Krikor Boghossian on topic K2 tag counter (muliticategory substitution)

K2 tag counter (muliticategory substitution)

Category: English K2 Community

Niice :)

Also thanks for sharing this with the community Sławomir.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
14 Aug 2014 14:24
Replied by Krikor Boghossian on topic [SOLVED] pagination in k2 tag view

[SOLVED] pagination in k2 tag view

Category: English K2 Community

Nice to hear that Nick.
  • tincup
  • tincup's Avatar
14 Aug 2014 12:23
Replied by tincup on topic specific css class by article tags

specific css class by article tags

Category: English K2 Community

I created a new k2 template and I assigned the category and the menu to the new template. I set the tags for each article in the category and I modified the category_item.php file in the folder /templates/mytemplate/html/com_k2/default/
But the css class is always "catItemView".
this is the link of the site is still under construction: alternativo.fablabsassari.org
  • JJ Spelman
  • JJ Spelman's Avatar
14 Aug 2014 06:02 - 14 Aug 2014 06:03

k2_categories' doesn't exist SQL=SHOW FULL COLUMN

Category: English K2 Community

I know this is an old problem but I have not been able to solve it.

I have taken over a site for someone and cannot get the K2 component installed.

Running Ice Theme Community template with JomSocial on Joomla 3.3.3.

I have deleted the tmp folder, cleared and purged cache. Deleted the com_k2 folder in the components directory. There was a table in the DB called k2_attaachements but no others.

It will not allow me to install K2 from the web. I tried installing by uploading the standard and dev packages. Both to no avail.

I tried to "discover" but this did not work. I cannot uninstall because when going to the extension manager and searching for "k2", nothing is returned.

The dev site is at staging2.youmustlovedogsdating.com
  • Sławomir Kamiński
  • Sławomir Kamiński's Avatar
13 Aug 2014 21:26
How to get rid of modules when item is displayed? was created by Sławomir Kamiński

How to get rid of modules when item is displayed?

Category: English K2 Community

I've got a catalog of companies. Its page contains two modules on the top:
* K2 Tools (Tag cloud),
* K2 filter.
When I make a search (or select any "category" from the tag cloud), I get a list of items. Now when I click on link at any of the listed items, requested item will be displayed. But on the top of the new page there still will be two modules mentioned above.

What is the best solution to change this behaviour, so the page contains only selected item, which would be displayed right from the top of the site (without modules)?
Displaying 2381 - 2400 out of 6582 results.