Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
21 Jun 2016 13:45
Replied by Krikor Boghossian on topic Joomla 3.5 and K2 URLs

Joomla 3.5 and K2 URLs

Category: English K2 Community

It is quite simple actually,

You either need to enable K2's advanced SEF

or) map each K2 category into a separate menu item (this is what I do).
Additionally you can create an empty K2 categories menu (leave the category selection empty) and call it eg: content. This way all orphan users and tags are rendered through that menu item.

or) Use a 3rd party SEF extension which supports K2.

It is that simple.
  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
18 Jun 2016 01:49
Replied by Mohamed Abdelaziz on topic Automatically generate Tags?

Automatically generate Tags?

Category: English K2 Community

I have a plugin (AutoMeta for K2) that automatically generate meta description and keywords from categroy, item title and extra fields www.joomreem.com/extensions-store/item/48-autometa-for-k2.html

I think this can be developed more to implement these features.
  • Joom_Lee
  • Joom_Lee's Avatar
17 Jun 2016 22:30

Can I use the k2 RSS Feed for submitting postcasts

Category: English K2 Community

Hi there,

I have many k2 items with media files (MP3/MP4) attached. They are hosted on my server.

Now I plan to submit the files to podcast directories e.g. like iTunes. For this I need a RSS feed from my podcast hoster, their FAQ says.

I know and use RSS feed from k2 (categories and tags) for readers and submitting to feeds, but what about using it for submitting to iTunes?

Is this possible?
If not, is there an easy way to make it work, as I would like to avoid installing a podcast extension (I saw them) and copy the k2 items. I would rather stay with k2 as it is one of the best components.

thanks a lot
  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
17 Jun 2016 16:12
Replied by JoomlaWorks Support Team on topic Automatically generate Tags?

Automatically generate Tags?

Category: English K2 Community

Hi Donna,
In order to develop this solution you need for sure a K2 plugin that will be triggered when the item form is submited. Afterwards you need to get the item's text from the submitted data and split it to single words. The PHP explode function php.net/manual/en/function.explode.php is a good way to handle this. After extracting and getting the desired words you must save that data to the #__k2_tags database table and also create a tag(s)-item relation to the #__k2_tags_xref database table. Have in mind also that you must create a condition to check if the tag you are trying to save already exists or you will end up with duplicates.
  • Site Wide Design
  • Site Wide Design's Avatar
17 Jun 2016 14:43
Replied by Site Wide Design on topic Automatically generate Tags?

Automatically generate Tags?

Category: English K2 Community

All as an update to this, i had a bit of an idea yesterday which uses a method incorporated into the Joomsef extension. I currently use the Joomsef k2 plugin, which auto generates the metadata for k2 articles, so in theory this data can also be used to generate Tags for the items using a similar (or the same) method.

I haven't had a chance to have a look at the source code for the plugin it (or whether it is encoded or not), but this is definitely something i will investigate when i have time. I'd appreciate people opinions on this.

Regards
Donna
  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
16 Jun 2016 16:25 - 16 Jun 2016 16:27
Replied by Mohamed Abdelaziz on topic k2 related items in category_item.php

k2 related items in category_item.php

Category: English K2 Community

Hello,

I have tried to make the hack as minimal as possible, here is it:

Edit components/com_k2/views/itemlist/view.html.php, find this code snippet:
else { $items[$i] = $model->prepareItem($items[$i], $view, $task); }

Insert this snippet directly after the above one:
if (isset($items[$i]->tags) && count($items[$i]->tags)) { $itemListModel = $this->getModel('itemlist'); $items[$i]->relatedItems = count($itemListModel->getRelatedItems($items[$i]->id, $items[$i]->tags, $items[$i]->params)); }

Then you can use this line anywhere in category_item.php to display the related items count
<?php if(isset($this->item->relatedItems)) { echo " Related Items(" .$this->item->relatedItems . ")"; } ?>
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
15 Jun 2016 13:32
Replied by Krikor Boghossian on topic Automatically generate Tags?

Automatically generate Tags?

Category: English K2 Community

Hello,

Unfortunately I am not aware of such an extension. Have you looked in the JED or the KED (getk2.org/extend/extensions)?
  • dpmstudio
  • dpmstudio's Avatar
14 Jun 2016 17:49
Parsing plugin tag everywhere was created by dpmstudio

Parsing plugin tag everywhere

Category: Simple Image Gallery PRO

Hi,
currently it is possible to parse the code {gallery}rilegature{/gallery} only if added in Joomla articles, K2 items or modules.
I'd need to have the possibility to display galleries writing the code straight in php code of pages or parsing it through other plugins.
Should it be possibile to add some string to the plugin php to force the gallery to always display?
Thanx for your reply.
DPM Studio
  • Joe Campbell
  • Joe Campbell's Avatar
14 Jun 2016 15:36
Replied by Joe Campbell on topic v3 K2 Content Module

v3 K2 Content Module

Category: English K2 Community

Thanks Krikor,

Such a feature is a big deal for me. As I plan on controlling Content Modules on category and tag pages via extra fields.

Perhaps a post illustrating the similarities and differences between item vs category/tag extra/author fields would be helpful of K2 users.

Something similar to post I did with information I received from @Lefteris
www.joomlaworks.net/forum/k2-en/44148-k2-tags-vs-categories#149136

Thanks,

Joe
  • jim
  • jim's Avatar
14 Jun 2016 13:11
Replied by jim on topic k2 related items in category_item.php

k2 related items in category_item.php

Category: English K2 Community

@Krikor, many thanks, could you possibly clarify what you mean by triggered in category view, yes this is what i need I believe just simply the get related items function in the relevant file.

@Alex, many thanks, although that module is quite expensive at 25$ and im unsure/doubtful at this stage if it will provide the very simple count of related items for each item on category view
  • Alex B.
  • Alex B.'s Avatar
14 Jun 2016 12:28
Replied by Alex B. on topic k2 related items in category_item.php

k2 related items in category_item.php

Category: English K2 Community

Krikor wrote: I would suggest using an extension or a K2 plugin instead.

jim wrote: Could you possibly suggest an extension/k2 plugin that might do the trick? Ive looked but haven't found anything.
Many thanks in advance!


I can recommend RAXO Related K2 Items module which is specially designed to show related content for K2.

Description from the site:
RAXO Related K2 Items is a convenient module that automatically shows a list of K2 items related to the current entry, introducing your reader to the relevant content from around your K2 site. Be sure that every occasional visitor from Google gets enough interesting items to read and stay on your site forever.
RAXO Related K2 Items suggests various ways to find related content – by keywords, by tags, by author or by category. So you can be sure that every of your K2 items will get attention. This functional module is able to find the match for every single item to keep your reader engaged and increase your page views.
  • Bernd
  • Bernd's Avatar
14 Jun 2016 00:32
enhanced weblink component with K2 was created by Bernd

enhanced weblink component with K2

Category: English K2 Community

Hello to all of you,

I am planning to collect news clips, from various sources, in order to provide various viewpoints on certain ongoing topics. Thus I was considering using an enhanced weblink tool, to sort, collect, rate, search, etc. the links to the related articles. If this projects flies, I would expect to generate a volume of about 2000 links a year.

I stepped over the K2 component already a while ago, but I've never really used it. Thus I wonder if it would be advisable / if it would make sense to use the component K2, as such a weblink tool, to provide enhanced features, e.g.:

- Language
- Description (teaser, summery of an article, etc.)
- Date (date of publication)
- Weblink (this might be a tricky part, as I want to jump directly to the underlying target URL and not to an "article")
- Hits
- Tags
- embedded graphics (picture of a related article)
- Source (... of the displayed information, scroll down list)
- comments (allows users to leave a comment on this topic)
- Like Buttons (e.g. Item rating star)

I would very much appreciate your feed back.

B/rgds
  • PixelBaer
  • PixelBaer's Avatar
13 Jun 2016 20:24

Using K2 Tools Module (custom PHP code) to display item para

Category: English K2 Community

Hi there,

I hope maybe someone in this forums could help me:

I want to display some params of the currently viewed K2-Article in a module. For example the Tags, or the Authors Name, or some Extra Fields.
I thought it could be possible with the K2 Tools custom code module?

with something like
<?php echo $this->item->author->avatar; ?>

I guess my problem is I don't know how to obtain the object $this->item inside the module.
All help really appreciated.
  • Joe Campbell
  • Joe Campbell's Avatar
13 Jun 2016 19:29
v3 K2 Content Module was created by Joe Campbell

v3 K2 Content Module

Category: English K2 Community

Currently, we can echo extra fields from the current item into K2 Content Modules using an override.

With K2v3 extending extra fields to categories and tags, will we be able to render extra fields from a current category or tag into a K2 Content Module override?
  • kalixo
  • kalixo's Avatar
13 Jun 2016 12:18
H1 for titles in category page was created by kalixo

H1 for titles in category page

Category: English K2 Community

Dear all,
I have category pages on which I list only K2 items. Becasue those pages are without category title and category descritopn, they don't have any H1 or H2, which are needed by SEO.
How to modify files, to get desired H1 and H2?

I think, that the best way is to use category item layout, and use:
H1 tag for Primary count,
H2 tag for Secondary count
but I couldn't handle with php.

Could someone help me with this?
Thanks in advance!
Kalixo
  • Alexander van Aken
  • Alexander van Aken's Avatar
12 Jun 2016 21:56 - 12 Jun 2016 22:20
K2 extended user profile blocks was created by Alexander van Aken

K2 extended user profile blocks

Category: English K2 Community

I'm making a website for a music school.

There are:

30 teachers
20 locations
12 lessons

Each teacher, location and lesson, have multiple tags.

teacher A does lesson A,B and C at location A and B.
teacher B does lesson C at location A, B, C, D.

lesson A is given by teacher A,B,C and D at location A,B and C.

...and so on.

I need a module to the right of an article that shows all articles that are tagged with a specific tag, and NOT a category like by default is available. I cannot find such a thing.
  • Philip Boakye
  • Philip Boakye's Avatar
10 Jun 2016 22:30
Hacked with spam was created by Philip Boakye

Hacked with spam

Category: English K2 Community

I received a lot of comments from spams via K2 on my site, I deleted them and used a different joomla template. But I have all my urls with spam content when I search on google. I am currently not using K2 for anything but I have it installed though. The moment I delete K2 that I am not using, all my website urls stop opening.

I get this when I open view source from google cache

<link rel="canonical" href="www.patienttimegh.com/how-to-pay" />
<link rel="prev" href="www.patienttimegh.com/?Bottom-Feader/" />
<link rel="next" href="www.patienttimegh.com/?Sexual-Christmas-Gifts/" />
<meta property="og:title" content="Thesis On Sex With College Guys" />
<meta property="og:type" content="article" />
<meta property="og:site_name" content="Maria Theodorakis Nude" />
<meta property="og:url" content="www.patienttimegh.com/how-to-pay" />
<meta property="og:locale" content="en_US" />
<meta name="description" property="og:description" content="Thesis On Sex With College Guys Brianne Olsen Porn Star Gay 119 Clip Femme Sexy Traditional Indian Dress For Teens Mendez We Own The Night Nude Sexual Lust In The Bible Igor Xxx Avitar Kitara Nude Free Videos Of Lesbians Grinding Pussy Vintage Foxx Wah Fuzz Deldo Porn Movie Cunnilingus Blowing Air Sexy Hot Tight Body American Asian Has Highest Population Region Which Young Puffy Nipple Teens Asian Escorts Florida Big Latina Spanish Tits Nude Sexy Japanese Teens Amazon Girl Fetish Forum Studio Gay Cumberland Green Millville Nj Lesbian Videos Free Preview Furck Sex Gunwhale Strip 100 Free Teen." />
<meta name="keywords" content="Naked City Mediafire,Chanel Rapper Nude,Milf Twat 2009 Jelsoft Enterprises Ltd,94 Ford Escort Repair,Free Tall Female Porn,Xxx Amanda,Burglar Penis Shot,Roger Trafton Gay Prom,Cecilia Sex Blog,Art Clokey Drugs And Sex,Free Adult Porn Male Submissive,Weird Amature Cum In Mouth,Lindsay Logan Nude,Gerard Way Nude,Free Blondesluts Movies,I Wanna Fuck Song,Nidoking Porn,Lindemulder Janine Facial,Emma A Z Of American Sex,Phat Gay Xxx,Lesbian Video Clips Free Nella Download,Free Latin Gay Porn,Sexy Girls Lebanon,Celeb Nude Sex Tape,Gay Boat Tours" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>

<body class="site com_content view-article no-layout no-task">

<!-- Body -->
<div class="body">
<div class="container">
<!-- Header -->
<header class="header" role="banner">
<div class="header-inner clearfix">
<a class="brand pull-left" href="/">

Please I need help to this problem
  • Alexander Giuliani
  • Alexander Giuliani's Avatar
08 Jun 2016 16:54
Replied by Alexander Giuliani on topic Fehlermeldung

Fehlermeldung

Category: Offizielle deutsche Gemeinschaft

Guten Tag,

ich weiß jetzt nicht ob ich richtig bin oder doch besser einen neuen Thread öffnen sollte.

Ich habe nämlich folgende Fehlermeldung und weiß nicht wie ich diese Lösen sollte:

Strict Standards: Only variables should be assigned by reference in /customers/b/e/5/zs-timing.com/httpd.www/plugins/k2/k2additonalcategories/k2additonalcategories.php on line 49

Zur Zeit verwende ich Joomla Version 3.4.8 Stable auf PHP 5.6.22.

Danke und Beste Grüße,

Alexander
  • Paulo Ries
  • Paulo Ries's Avatar
07 Jun 2016 23:01
Replied by Paulo Ries on topic problem adding new tag

problem adding new tag

Category: English K2 Community

Krikor Hello, thanks for agility.

Yes, I found a relationship with a plugin developed according to Example K2 plugin (getk2.org/extend/extensions/90-example-k2-plugin-for-developers).

When you enable this plugin, each ENTER, regardless of what the field is, the form submits the data and clears the fields.

I am now trying to figure out how to block this action.

Any suggestion?
  • Paulo Ries
  • Paulo Ries's Avatar
07 Jun 2016 16:17
problem adding new tag was created by Paulo Ries

problem adding new tag

Category: English K2 Community

Hello guys,

In one project updated with K2 v2.7.0 we found a problem in the tags.

When trying to add a new tag in the item view, pressing the ENTER, refresh the page takes place, losing the data entered in all fields.

That is, instead of adding the tag, it clears the page.

Someone went through this? Any suggestions to solve?

Thank you
Displaying 1221 - 1240 out of 6582 results.

Powered by Kunena Forum