COMMUNITY FORUM
Search Results (Searched for: k2 Tag)
- Serr.biz LLC
Bugs - J17 K2 - Login, edit articles
Category: English K2 Community
Email account activation link returns 500 error.
If user returns to site and logs in front end, gets an Invalid token notice.
USER MODULE link to My Page (component/k2/itemlist/user/54-test) returns 500 error
Auto Tags in EDIT ITEM causes 500 error.
CLOSE "article" in front end end locks.
Ugh. Renders K2 useless as a community building platform.
- Brian
[SOLVED] Problem with K2 and Simple Image Gallery
Category: English K2 Community
I would have assumed that the gallery would automatically display in the content area (once saved), but it doesn't. It's just blank.
If I add the {gallery}my_manually_created_gallery{/gallery} then it will display the images I manually added to the respective folder via the Joomla Media Manager, but that's not exactly "simple" for novice users.
How do I get the K2 Item Gallery to automatically display in the content, rather than having to upload via Media Manager then add the {gallery} tag?
Am running Joomla 1.7.3 + K2 2.5.1 + SIG PRO 2.5.6
EDIT: Well this is embarrassing. :blush: I forgot I had hidden the gallery in my category item view settings. Work now.
- Eoin Feeney
How to relate two K2 categories
Category: English K2 Community
I want to have a random article chosen from my portfolio. This will be a case study.
When it calls this article, I want to put modules on one side. Testimonials, and features.
Then I want it to know when it calls "project A" as the random article, to put the testimonial from project A and the features from Project A.
I know I can relate them all using tags, but if one is selected randomly... that's where I get lost!
- Patricio Lopez
Changing facebook language on items
Category: English K2 Community
I know i have to edit this file:
components/com_k2/templates/default/item.php
to change the facebook "like" lang.
For spanish if i put es_LA in this line:
js.src = "//connect.facebook.net/es_LA/all.js#appId=177111755694317&xfbml=1";
it works fine but turns out, if i use sig pro the language shows in english... now if i change the tag to es_ES sig pro works but regular k2 items with no gallery appear in english.
Any help on this??? I hope i made myself clear.
- Björn
Readmore with rockettheme
Category: English K2 Community
Thanks for putting me in the right direction. I solved it by a span-tag around the text of the readmore button.
I have no idea why that helped my case, probably has something with the rockettheme templates css build to do.
So the code working is this:
- Barbara

14 Nov 2011 15:04 position jcomments was created by Barbara position jcomments
Category: English K2 Community
Hi,
I'm using K2 and Jcomments but i need to move the comment form right under the article.
Now i have facebook comments (new necatrs plugin), the read x time/published by/social share, linked articles by tag, list of comments and in the last position the form.
How can i move this form and the comments right after the article?
Another question on jcomments, how can i assign an avatar to every person who comment? Something like the wordpress theme...i notice in the k2 config there is an option for gravatar but i thimk it's only for k2 comment, is that right?
Thanks for any help
Barbara - Federica
Show tags in Layout & view options for Tag listing
Category: English K2 Community
I need to do the same with the "Layout & view options for Tag listing", I want to show the item tags!
Please, could someone help me??
Thanks
- Thomas Johannessen
joomla 1.7.2 and K2 2.5.1 and the tags (item)
Category: English K2 Community
is this a known problem, bug or something ?
- SacUser
Social Share Not Working
Category: English K2 Community
1. My social share buttons don't show up for categories that my users aren’t authorized to post in. I would obviously like all to be able to share content. Does this mean that they have to be able to post in areas I’d rather not have them posting in? Seems not worth it. ideas?
2. In the areas (categories) that the social share buttons DO show up, I am seeing the tag K2_SOCIAL_SHARING right next to them. Is that required or an error?
I attached a screenshot of the problem
Attachment not found
- troponin
Adding custom Backgrounds on different K2 items.
Category: English K2 Community
- Patrick Raabe
Mehrere Item Images
Category: Offizielle deutsche Gemeinschaft
wir basteln momentan an einem Marktplatz für Nutzfahrzeuge, d.h. dass Benutzer sich registrieren und über k2 items Ihre Fahrzeuge reinstellen können. Klappt so weit auch wunderbar.
Bis auf die Bildergalerie (SIG PRO momentan). Die Gründe dafür liegen wohl klar auf der Hand:
1. es ist unzumutbar für einfache Benutzer eine Zip-Datei mit Bildern zu erstellen
2. reichen die Fähigkeiten am Computer dafür oft nicht aus
3. viele haben einen Mac und damit das bekannte zipping Problem.
Ich suche mir seit Tagen nen Wolf nach einer vernünftigen Lösung. Es würde reichen wenn man nebe dem Item Image noch 3-4 Bilder manuell auf gleiche Art und Weise hinzufügen könnte.
Hat jemand eine Idee?
LG, Patrick
- troponin
Problem with item layout : social sharing
Category: English K2 Community
- Andrii Natalukha

09 Nov 2011 17:57 Replied by Andrii Natalukha on topic Open Graph protocol tags in templates articles K2 Open Graph protocol tags in templates articles K2
Category: English K2 Community
Thank you very much!
I found a post: JoomlaWorksPermalink Reply by JoomlaWorks on April 27, 2011 at 11:17pm
Just a heads up that we plan to add Facebook meta tags in v2.5 of K2.
Why has not it? :( - troponin
Open Graph protocol tags in templates articles K2
Category: English K2 Community
- Andrii Natalukha

09 Nov 2011 15:57 - 09 Nov 2011 15:59 Open Graph protocol tags in templates articles K2 was created by Andrii Natalukha Open Graph protocol tags in templates articles K2
Category: English K2 Community
How to implement the Open Graph protocol insert tags into your template articles K2?
<html xmlns="www.w3.org/1999/xhtml"
xmlns:og="ogp.me/ns#"
xmlns:fb="www.facebook.com/2008/fbml">
<head>
<title>The Rock (1996)</title>
<meta property="og:title" content="The Rock"/>
<meta property="og:type" content="movie"/>
<meta property="og:url" content="www.imdb.com/title/tt0117500/"/>
<meta property="og:image" content="ia.media-imdb.com/rock.jpg"/>
<meta property="og:site_name" content="IMDb"/>
<meta property="fb:admins" content="USER_ID"/>
<meta property="og:description"
content="A group of U.S. Marines, under command of
a renegade general, take over Alcatraz and
threaten San Francisco Bay with biological
weapons."/>
...
</head>
...
</html>
Here's how it is implemented in templates for GavickPro Joomla-articles:
// OpenGraph support
$template_config = new JConfig();
$uri = JURI::getInstance();
$article_attribs = json_decode($this->item->attribs, true);
$og_title = $this->escape($this->item->title);
$og_type = 'article';
$og_url = $cur_url;
$og_image = '';
$og_site_name = $template_config->sitename;
$og_desc = '';
if(isset($article_attribs)) {
$og_title = ($article_attribs == '') ? $this->escape($this->item->title) : $this->escape($article_attribs);
$og_type = $this->escape($article_attribs);
$og_url = $cur_url;
$og_image = ($article_attribs == '') ? '' : $uri->root() . $article_attribs;
$og_site_name = ($article_attribs == '') ? $template_config->sitename : $this->escape($article_attribs);
$og_desc = $this->escape($article_attribs);
}
$doc = JFactory::getDocument();
$doc->setMetaData( 'og:title', $og_title );
$doc->setMetaData( 'og:type', $og_type );
$doc->setMetaData( 'og:url', $og_url );
$doc->setMetaData( 'og:image', $og_image );
$doc->setMetaData( 'og:site_name', $og_site_name );
$doc->setMetaData( 'og:description', $og_desc );
- Ondrej Prcin
Module to display K2 items by tag
Category: English K2 Community
- Ondrej Prcin
Module to display K2 items by tag
Category: English K2 Community
- Marc
Multiple Extra Fields Filter and Search Module
Category: English K2 Community
*Edit*
I found the answer by Fotis here goo.gl/MxRAI
- Arckoo
Fatal error
Category: English K2 Community
I just installed K2 2.5.1 for Joomla 1.5.23
When I add a new catagory and hit 'Save' I get the following message:
Fatal error: Call to undefined function mb_regex_encoding() in /mnt/webg/b2/86/52371786/htdocs/3dayz/administrator/components/com_k2/tables/k2category.php on line 93
I re-installed the whole thing, but nothing changed... I still get the same error. If I can't add a catagory, I can't add an item, which means I can't use K2 ... which would be a shame B)
Hope anyone can help!
Arckoo
- Wout Sunderman
[Solved] sigpro + k2 problem in joomla 1.7. Could not locate folder
Category: Simple Image Gallery PRO
I just bought simple image gallery pro and I want to add a gallery to my K2 items. It does upload the .zip file but i get the following error.
There was a problem rendering your image gallery. Please make sure that the folder you are using in the Simple Image Gallery Pro plugin tags exists and contains valid image files. The plugin could not locate the folder: media/k2/galleries/1
Joomla version: 1.7.2
sigpro version: 2.5.6
I activated the plugin and I changed the default folder of the plugin to media/k2/galleries
The images are uploaded to "media/k2/galleries" succesfully
There are no thumbs created in images/.tmb
I hope someone can help me out.