COMMUNITY FORUM
Search Results (Searched for: k2 Tag)
- Yiota
23 Aug 2013 10:52
Replied by Yiota on topic Load SIG Pro in K2 template
Load SIG Pro in K2 template
Category: English K2 Community
An easy solution would be to add a textarea extrafield for the gallery and put the gallery tags in there. Then you could use the extrafiled value with this code snippet
anywhere in the item.php file you want to show it.
$this->item->extraFields->extraField Alias->valueanywhere in the item.php file you want to show it.
- foothillweb
22 Aug 2013 21:09
Replied by foothillweb on topic [SOLVED] Need help with text filters
[SOLVED] Need help with text filters
Category: English K2 Community
Thanks for your response. The K2 filtering doesn't seem to be working when I log in as that administrator. I can't upload a screenshot but here are my settings. I'm trying to prevent use of style tags (for the other admins, not me), like text-align:justify;
Introtext HTML cleanup (tag strip) - YES
Enter which HTML tags not to strip in introtext - (NONE)
Enter which HTML tag attributes to strip in introtext - STYLE
Fulltext HTML cleanup (tag strip) - YES
Enter which HTML tags not to strip in fulltext - BASIC HTML TAGS
Enter which HTML tag attributes to strip in fulltext - STYLE
XSS filtering on save - DISABLED
Introtext HTML cleanup (tag strip) - YES
Enter which HTML tags not to strip in introtext - (NONE)
Enter which HTML tag attributes to strip in introtext - STYLE
Fulltext HTML cleanup (tag strip) - YES
Enter which HTML tags not to strip in fulltext - BASIC HTML TAGS
Enter which HTML tag attributes to strip in fulltext - STYLE
XSS filtering on save - DISABLED
- Yiota
22 Aug 2013 11:02
Replied by Yiota on topic how do I modify the K2 Content Module
how do I modify the K2 Content Module
Category: English K2 Community
You can achieve that through CSS. the K2 Content Module loads each of the item in a li tag. You can write in your CSS something like .k2ItemsBlock ul li {float:left; width:50%;}
- Yiota
22 Aug 2013 10:59
Replied by Yiota on topic [SOLVED] Need help with text filters
[SOLVED] Need help with text filters
Category: English K2 Community
If you use JCE editor you could control the pasted tags from its configuration.
If not, you can use K2 Content Cleanup through General Parameters > Content and disable them from showing in the frontend.
If not, you can use K2 Content Cleanup through General Parameters > Content and disable them from showing in the frontend.
- foothillweb
22 Aug 2013 06:21 - 23 Aug 2013 00:31
[SOLVED] Need help with text filters was created by foothillweb
[SOLVED] Need help with text filters
Category: English K2 Community
Hello, can you explain how to filter out tags from K2 articles? I'm trying to prevent my bloggers from adding fancy html that gets pasted in from Microsoft Word. Joomla text filters don't seem to have any effect on the K2 articles.
- dev777
22 Aug 2013 05:41
Adding a City Field to categories was created by dev777
Adding a City Field to categories
Category: English K2 Community
Hello,
I want to use K2 for multicity portal,
so, I have 9 categories and 5 cities. Every city has all of this or some categories. Then I want to put a dropdown box with cities, and depending on which city the user chooses, the categories display only items belonging to this city.
I was thinking about using tags, but that's not gonna work, I need something more structured.
thank you
I want to use K2 for multicity portal,
so, I have 9 categories and 5 cities. Every city has all of this or some categories. Then I want to put a dropdown box with cities, and depending on which city the user chooses, the categories display only items belonging to this city.
I was thinking about using tags, but that's not gonna work, I need something more structured.
thank you
- Yiota
21 Aug 2013 10:38
Replied by Yiota on topic [SOLVED] Tabs wrong fonttype
[SOLVED] Tabs wrong fonttype
Category: English K2 Community
The problem is that your tabs are enclosed in a <code> tag. Either remove that or style the code tag accordingly through CSS.
PS. This issue is more template related than K2. You should have contacted your template provider first.
PS. This issue is more template related than K2. You should have contacted your template provider first.
- Franz Wohlkönig
20 Aug 2013 23:38
Replied by Franz Wohlkönig on topic K2 linked to another k2
K2 linked to another k2
Category: English K2 Community
Hy,
in this case i prefer tags - easier tu use and also known by users.. if you want links, you can set it by your editor (ie. jce has plugins for k2).
in this case i prefer tags - easier tu use and also known by users.. if you want links, you can set it by your editor (ie. jce has plugins for k2).
- Kannan Naidu Venugopal
20 Aug 2013 22:28
Replied by Kannan Naidu Venugopal on topic K2 translation don't work
K2 translation don't work
Category: English K2 Community
YOu can try this ...
- Winston Baccus

20 Aug 2013 19:23 Replied by Winston Baccus on topic Display Photo Galleries on Menu Type: Tag Display Photo Galleries on Menu Type: Tag
Category: English K2 Community
That worked.
Now the issue is that the plugin doesn't seem to be triggered on a Menu Item Type: K2 Tag.
Any ideas there? Looked through the K2 Category settings and there don't seem to be preferences for tags there.
Here's an example of what I'm getting: www.pdsmemphis.org/pre-kindergarten/pk1-gruby-kilgore-am/pk1-photos
It outputs {gallery}567{/gallery}, but not the actual gallery. - lydianp18
20 Aug 2013 03:40
Definite MP4 problem with shortcut code was created by lydianp18
Definite MP4 problem with shortcut code
Category: AllVideos
Joomla 2.5, AllVideos 4.5.0, K2 v2.6.7
The plugin video directory is set to: media/kt/videos
The site live page this is on: 50.116.98.223/~rcs/index.php?option=com_k2&view=item&id=6:xpr6550&Itemid=182
(note: I've also tried installing the site in the subdirectory of a domain, same problems)
If I use it as a plugin with shortcut tag, it doesn't work.
If I use K2s Media tab for item and plug in the video there it works.
The problem is the shortcut code is pulling the wrong paths for the player and video...ie:
Here's the bad code from the plugin THAT DOESN'T WORK (I get "Video could not be loaded" error...): Note: I see what's wrong the /~rcs/ shouldn't be there...
Here's the good code THAT WORKS from the media tab:
Anybody know what code I need to update where in the plugin to fix this? I don't want to use the "remote" mp4 code because this has to be moved to a different domain when it's done.
Also the mp3 shortcut code works perfectly.
The plugin video directory is set to: media/kt/videos
The site live page this is on: 50.116.98.223/~rcs/index.php?option=com_k2&view=item&id=6:xpr6550&Itemid=182
(note: I've also tried installing the site in the subdirectory of a domain, same problems)
If I use it as a plugin with shortcut tag, it doesn't work.
If I use K2s Media tab for item and plug in the video there it works.
The problem is the shortcut code is pulling the wrong paths for the player and video...ie:
Here's the bad code from the plugin THAT DOESN'T WORK (I get "Video could not be loaded" error...): Note: I see what's wrong the /~rcs/ shouldn't be there...
<!-- JoomlaWorks "AllVideos" Plugin (v4.4) starts here --> <div class="avPlayerWrapper avVideo"> <div style="width:400px;" class="avPlayerContainer"> <div id="AVPlayerID_cf463184_782742168" class="avPlayerBlock"> <div id="avID_AVPlayerID_cf463184_782742168" style="width:400px;height:300px;" title="JoomlaWorks AllVideos Player"></div> <script type="text/javascript"> jwplayer('avID_AVPlayerID_cf463184_782742168').setup({ 'file': '/~rcs/media/kt/videos/TRBOMFGUserCase.mp4', 'image': '', 'height': '300', 'width': '400', 'modes': [ { 'type': 'html5' }, { 'type': 'flash', src: '/~rcs/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/player.swf' }, { 'type': 'download' } ], 'autostart': 'false', 'backcolor': '#010101', 'plugins': { 'viral-2': { 'onpause': 'false', 'oncomplete': 'true' } }, 'controlbar': 'bottom', 'skin': '/~rcs/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins/bekle/bekle.zip' }); </script> </div> </div> </div> <!-- JoomlaWorks "AllVideos" Plugin (v4.4) ends here -->Here's the good code THAT WORKS from the media tab:
<!-- JoomlaWorks "AllVideos" Plugin (v4.4) starts here --> <div class="avPlayerWrapper avVideo"> <div style="width:400px;" class="avPlayerContainer"> <div id="AVPlayerID_7a50473b_708449568" class="avPlayerBlock"> <div id="avID_AVPlayerID_7a50473b_708449568" style="width:400px;height:300px;" title="JoomlaWorks AllVideos Player"></div> <script type="text/javascript"> jwplayer('avID_AVPlayerID_7a50473b_708449568').setup({ 'file': 'http://50.116.98.223/~rcs//images/stories/videos/TRBOFuture.mp4', 'height': '300', 'width': '400', 'modes': [ { type: 'html5' }, { type: 'flash', src: '/~rcs/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/player.swf' }, { type: 'download' } ], 'autostart': 'false', 'backcolor': '#010101', 'plugins': { 'viral-2': { 'onpause': 'false', 'oncomplete': 'true' } }, 'controlbar': 'bottom', 'skin': '/~rcs/plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins/bekle/bekle.zip' }); </script> </div> </div> </div> <!-- JoomlaWorks "AllVideos" Plugin (v4.4) ends here -->Anybody know what code I need to update where in the plugin to fix this? I don't want to use the "remote" mp4 code because this has to be moved to a different domain when it's done.
Also the mp3 shortcut code works perfectly.
- Alex
16 Aug 2013 19:48
Ordering not working in K2 was created by Alex
Ordering not working in K2
Category: English K2 Community
Hello,
I am quite frustrated as I am trying to solve the ordering in my K2 component for more than a day now. I am using K2 on the homepage of my webpage to display latest projects, the thing is I would like to order the items differently than as they been published. I have tryied the following options, without any effect though:
- Components -> K2 -> Items -> clicking the order column(on the very left) an moving the items around, did not work
- Components -> K2 -> Categories > other layout options > Item ordering – I choose the “ordering option” , did not help
- Components -> K2 ->Parameters > Layout & view options for tag listings > again chose the option „ordering“ (although I think this option has nothing to do with the ordering of items)
I have also tryied changing the publishing dates of several itmes and order by date published, but it did not work, actually no odering option works for me, such as: oldest first, alphabetical etc.
The only one is what is working is which was probably default set the latest first, but I want to change this to the ordering option.
The webpage on which I am using it is: kagroup.sk and it is the najnovsie projekty section/ newest projects by the way :)
Please help! It will be gratly appreciated. Thanks.
I am using the latest Joomla, I think 3.1 ant the K2 component info is:
PHP version 5.3.2-1ubuntu4.20
MySQL version 5.1.41-3ubuntu12.10
I am quite frustrated as I am trying to solve the ordering in my K2 component for more than a day now. I am using K2 on the homepage of my webpage to display latest projects, the thing is I would like to order the items differently than as they been published. I have tryied the following options, without any effect though:
- Components -> K2 -> Items -> clicking the order column(on the very left) an moving the items around, did not work
- Components -> K2 -> Categories > other layout options > Item ordering – I choose the “ordering option” , did not help
- Components -> K2 ->Parameters > Layout & view options for tag listings > again chose the option „ordering“ (although I think this option has nothing to do with the ordering of items)
I have also tryied changing the publishing dates of several itmes and order by date published, but it did not work, actually no odering option works for me, such as: oldest first, alphabetical etc.
The only one is what is working is which was probably default set the latest first, but I want to change this to the ordering option.
The webpage on which I am using it is: kagroup.sk and it is the najnovsie projekty section/ newest projects by the way :)
Please help! It will be gratly appreciated. Thanks.
I am using the latest Joomla, I think 3.1 ant the K2 component info is:
PHP version 5.3.2-1ubuntu4.20
MySQL version 5.1.41-3ubuntu12.10
- Johan
16 Aug 2013 10:44 - 16 Aug 2013 10:45
Replied by Johan on topic K2 Module Title doesn't show up
K2 Module Title doesn't show up
Category: English K2 Community
Check what H tag that is, and see if maybe there isn't a css of hidden applied.
Display:none;
Display:none;
- Luis Miguel Rosales Diz
14 Aug 2013 18:00
Replied by Luis Miguel Rosales Diz on topic How could i import my old custom db into K2?
How could i import my old custom db into K2?
Category: English K2 Community
I insert the data. My problem are only the tags and photos!
- theant
14 Aug 2013 13:48
K2+Joomla content tag cloud module was created by theant
K2+Joomla content tag cloud module
Category: English K2 Community
Hello
is there a module that use K2 and Joomla content tags (keywords)?
In my site there are both contents and it should be very helpful.
Regards
is there a module that use K2 and Joomla content tags (keywords)?
In my site there are both contents and it should be very helpful.
Regards
- felipergueza
14 Aug 2013 08:38
Replied by felipergueza on topic Recursos K2 (Tutoriales)
Recursos K2 (Tutoriales)
Category: Comunidad hispana oficial de K2
- Mike Goettl
14 Aug 2013 06:32
K2 SEF settings still creating dupe author pages was created by Mike Goettl
K2 SEF settings still creating dupe author pages
Category: English K2 Community
I don't know if this is a setting that I have wrong or something I need to change in the source, but reading some of the past change logs ie; getk2.org/blog/1169-k2-v265-released it outlines the SEF options in K2, which are great BTW.
But I am still getting dupe URLs for my Tags and Authors. My front page is set to show latest items from a couple of categories, and then I also have those categories linked in the nav.
When on the home page my author link is
domain.com/component/k2/author/656-michaelalan
but when I am in item view it is
domain.com/blog/author/656-michaelalan
Is there anway this can just be
domain.com/author/656-michaelalan
Otherwise is this something I might want to look at sh404sef so I can resolve not only with k2 items but other extension I might implement?
Thanks.
But I am still getting dupe URLs for my Tags and Authors. My front page is set to show latest items from a couple of categories, and then I also have those categories linked in the nav.
When on the home page my author link is
domain.com/component/k2/author/656-michaelalan
but when I am in item view it is
domain.com/blog/author/656-michaelalan
Is there anway this can just be
domain.com/author/656-michaelalan
Otherwise is this something I might want to look at sh404sef so I can resolve not only with k2 items but other extension I might implement?
Thanks.
- Chrysanthos
13 Aug 2013 12:47
Replied by Chrysanthos on topic Tags dropdown and 2 column extra fields
Tags dropdown and 2 column extra fields
Category: English K2 Community
Can anyone help me out with 2 columns extra fields?
Displaying 3241 - 3260 out of 6582 results.
- Michael Yaeger

12 Aug 2013 22:22 Replied by Michael Yaeger on topic Remove Tag from K2 Item/Article Remove Tag from K2 Item/Article
Category: English K2 Community
Yes, I could edit the DB. However, I'm looking for a fix (or known bug) to the GUI issue. I can't expect the client to learn database administration because they can't spell. :) - Krikor Boghossian
12 Aug 2013 14:09
Replied by Krikor Boghossian on topic Google Author Rich Snippets
Google Author Rich Snippets
Category: English K2 Community
You need to comment out using a hashtag the rules for disallowing Google to index your images in robots.txt . This is a core file provided by Joomla! and it is located in the root folder of your Joomla! installation.
You don't need to put any other metatags because K2 takes care of that.
You don't need to put any other metatags because K2 takes care of that.