Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Tom Kraft Design
  • Tom Kraft Design's Avatar
03 Sep 2009 02:56
Replied by Tom Kraft Design on topic Item in more than one category

Item in more than one category

Category: English K2 Community

I have just started playing with K2 yesterday and there does not seem to be a way to do what you are asking using categories. But, with that being said, take a look at the tagging function.

This works like Taxonomy in Drupal. You can tag your content items with numerous tags and create menu items to those tags. Very powerful. For instance . . .
Item >>> Tag >>> Tag
A >>> tag1 >>> tag2
B >>> tag1 >>> tag3
C >>> tag1 >>> tag2

Create a menu that points to tag1 and K2 will display items A, B & C. Menu with tag2 displays A & C. Menu with tag3 displays only item B.

Lots of possibilities with this. Hope it does what you desire.

Tom
  • ssnobben
  • ssnobben's Avatar
02 Sep 2009 13:01

Problem with seo plugin and then post item

Category: English K2 Community

Hi I got this message after I had to disable a SEO plg in...Bcs I couldnt use this seo plg with K2..extensions.joomla.org/extensions/site-management/seo-a-metadata/6440

TableK2Item::store failed - Unknown column 'featured_ordering' in 'field list' SQL=INSERT INTO `jos_k2_items` ( `id`,`title`,`alias`,`catid`,`published`,`introtext`,`fulltext`,`image_caption`,`image_credits`,`video_caption`,`video_credits`,`created`,`created_by`,`created_by_alias`,`publish_up`,`publish_down`,`access`,`ordering`,`featured`,`featured_ordering`,`metadata`,`metadesc`,`metakey`,`params` ) VALUES ( '','Test of article','test-of-article','1','1','Test of article','','','','','','2009-09-02 09:44:29','63','','2009-09-02 09:44:29','0000-00-00 00:00:00','0','1','1','','robots=\nauthor=','','','catItemTitle=\ncatItemTitleLinked=\ncatItemFeaturedNotice=\ncatItemAuthor=\ncatItemDateCreated=\ncatItemRating=\ncatItemImage=\ncatItemIntroText=\ncatItemExtraFields=\ncatItemHits=\ncatItemCategory=\ncatItemTags=\ncatItemAttachments=\ncatItemAttachmentsCounter=\ncatItemVideo=\ncatItemImageGallery=\ncatItemDateModified=\ncatItemReadMore=\ncatItemCommentsAnchor=\ncatItemK2Plugins=\nitemDateCreated=\nitemTitle=\nitemFeaturedNotice=\nitemAuthor=\nitemFontResizer=\nitemPrintButton=\nitemEmailButton=\nitemSocialButton=\nitemVideoAnchor=\nitemImageGalleryAnchor=\nitemCommentsAnchor=\nitemRating=\nitemImage=\nitemImgSize=\nitemImageMainCaption=\nitemImageMainCredits=\nitemIntroText=\nitemFullText=\nitemExtraFields=\nitemDateModified=\nitemHits=\nitemTwitterLink=\nitemCategory=\nitemTags=\nitemShareLinks=\nitemAttachments=\nitemAttachmentsCounter=\nitemRelated=\nitemRelatedLimit=\nitemVideo=\nitemVideoCaption=\nitemVideoCredits=\nitemImageGallery=\nitemNavigation=\nitemComments=\nitemAuthorBlock=\nitemAuthorImage=\nitemAuthorDescription=\nitemAuthorURL=\nitemAuthorEmail=\nitemAuthorLatest=\nitemAuthorLatestLimit=\nitemK2Plugins=\n\n' )

anyone else got this problem with SEO plgins?
  • Manny Santos
  • Manny Santos's Avatar
01 Sep 2009 19:02
Replied by Manny Santos on topic Category Creation Failure on Fresh K2 vs Joom 1.5.8

Category Creation Failure on Fresh K2 vs Joom 1.5.8

Category: English K2 Community

I have not used AllVideosReloaded. The One from Joomlaworks works fine with K2 but I don't think the AVR one has been updated for K2

I also found this solution which could be the solution to your issues k2community.joomlaworks.gr/forum/topics/solved-unable-to-create-a-new
The Wishfarmers said:Final resolution (?): Disabled AllVideosReloaded component in Joomla, but it still misbehaved, so I disabled all the K2 components. Then got weird "500 tag not found" - even on index page! After a brief heart attack, I decided to uninstall the entire K2 setup. While I was in there I removed AVR too, and just for good measure re-enabled the Joomla login and tested it. It worked (nice to see front page again) and I reinstalled K2 completely. Works like a charm, categories and all. Weird.

Haven't yet reinstalled AVR . . . hmm.
  • Manny Santos
  • Manny Santos's Avatar
01 Sep 2009 16:52
Replied by Manny Santos on topic Getting rid of the title 'children categories'

Getting rid of the title 'children categories'

Category: English K2 Community

Just trying to to my part as a user to help others. We received a great component from the folks at Joomlaworks for "FREE" and need to our best to help each other.

Andrea Stephenson said:Wow...thanks for the fast reply....I've used option 2 to remove the title altogether and it looks great :)
Manukat said:2 options. 1. rename child category to something else by going to the joomla language folder and editing "en-GB.com_k2.ini" around line 80, you will see "CHILDREN CATEGORIES=Children categories" replace text after = to whatever you want.

2. remove all together: you need to edit category.php, either from the component folder/com_k2/templates/default
or if your template is overriding it, you need to find this file in your template folder.
Go to around line 78 and remove the text from the start to the end of the H3 tags - h3 tags have been modified for display purposes since you can put code in here.
" see attached screenshots
  • Lynn Heighton
  • Lynn Heighton's Avatar
01 Sep 2009 16:07
Replied by Lynn Heighton on topic Getting rid of the title 'children categories'

Getting rid of the title 'children categories'

Category: English K2 Community

Wow...thanks for the fast reply....I've used option 2 to remove the title altogether and it looks great :)

Manukat said:2 options. 1. rename child category to something else by going to the joomla language folder and editing "en-GB.com_k2.ini"
around line 80, you will see "CHILDREN CATEGORIES=Children categories" replace text after = to whatever you want.

2. remove all together: you need to edit category.php, either from the component folder/com_k2/templates/default
or if your template is overriding it, you need to find this file in your template folder.
Go to around line 78 and remove the text from the start to the end of the H3 tags - h3 tags have been modified for display purposes since you can put code in here.
" see attached screenshots
  • Manny Santos
  • Manny Santos's Avatar
01 Sep 2009 15:42
Replied by Manny Santos on topic Getting rid of the title 'children categories'

Getting rid of the title 'children categories'

Category: English K2 Community

2 options.
1. rename child category to something else by going to the joomla language folder and editing "en-GB.com_k2.ini"
around line 80, you will see "CHILDREN CATEGORIES=Children categories" replace text after = to whatever you want.

2. remove all together: you need to edit category.php, either from the component folder/com_k2/templates/default
or if your template is overriding it, you need to find this file in your template folder.
Go to around line 78 and remove the text from the start to the end of the H3 tags - h3 tags have been modified for display purposes since you can put code in here.
" see attached screenshots
  • CLEMENT
  • CLEMENT's Avatar
30 Aug 2009 19:32
Replied by CLEMENT on topic category & item creation problem

category & item creation problem

Category: English K2 Community

Idem
And in Mysqyl tabs doesn't exists !! We must manually create the tabs ??

tablek2category::store failed - Table 'xxxxxbase.jos_k2_categories' doesn't exist SQL=INSERT INTO `jos_k2_categories` ( `id`,`name`,`alias`,`description`,`parent`,`extraFieldsGroup`,`published`,`access`,`ordering`,`params` ) VALUES ( '','hh','hh','','0','0','1','0','','inheritFrom=0\ntheme=\nnum_leading_items=2\nnum_leading_columns=1\nleadingImgSize=Large

I use a 1and1 mutualised server... What is the problem ??

It was nice to use K2, so please help us !!!!!!


Chris Carlo said:I get similar problem.. and it wouldnt' let me import my articles.. This not making sense to because everything seems to be fine on my Local Test Server (WAMP server). I really like this component and I'm sure this going to be great if I can find help on these issues.
From the Dashboard..

click on the add items i get that.
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/tags/tmpl/default.php on line 44

click on the categories... no warnings... but when I try to add a new category and when click on Apply... I get this..
Fatal error: Call to undefined function: mb_internal_encoding() in /home/ccarlo/public_html/administrator/components/com_k2/tables/k2category.php on line 46

click on tags... I get this warning.
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/tags/tmpl/default.php on line 44

click on comments .. I get this warning..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/comments/tmpl/default.php on line 52

click on users... I get 2 warnings..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/users/view.html.php on line 88
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/users/tmpl/default.php on line 53

click on user groups.. I get this warnings..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/usergroups/tmpl/default.php on line 35

click on extra fields... I get 2 warnings..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/usergroups/tmpl/default.php on line 35
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/extrafields/tmpl/default.php on line 51

click on extra field groups.. I get this warning.
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/extrafieldsgroups/tmpl/default.php on line 36

System information

Check Result

Web Server Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a
PHP version 4.4.2
MySQL version 4.0.27-standard
GD image library bundled (2.0.28 compatible)
Upload limit 2M
Memory limit
Open remote files (allow url fopen) Yes
Simple Image Gallery Plugin Not installed
Simple Image Gallery PRO Plugin Not installed
AllVideos Plugin Not installed
Directory Permissions

Check Result

media/k2 Writable
media/k2/attachments Writable
media/k2/categories Writable
media/k2/galleries Writable
media/k2/items Writable
media/k2/users Writable
media/k2/videos Writable
cache Writable

I'm sure you guys can help fix or find a solution the issues I have posted, thanks.

-Chris Carlo
  • wayne
  • wayne's Avatar
28 Aug 2009 20:33
Replied by wayne on topic Attachments Manager

Attachments Manager

Category: English K2 Community

A zip file containing all of the files that are required to add an Attachments Manager to the K2 cpanel.

unzip contents into the "administrator/components/com_k2" folder. Allow replace of existing files.

The file list:

attachments.php.....PHP Script 8/28/2009 7:51 AM 872 41% 514...................com_k2\controllers\
attachments.png.....Macromedia Fir... 8/27/2009 3:44 PM 31,048 3% 30,086....com_k2\dashboard\
attachments.php.....PHP Script 8/28/2009 8:16 AM 3,344 66% 1,134..............com_k2\models\
cpanel.php............PHP Script 8/27/2009 8:17 PM 3,920 76% 930.................com_k2\models\
view.html.php........PHP Script 8/28/2009 8:31 AM 3,543 66% 1,219..............com_k2\views\attachments\
default.php...........PHP Script 8/28/2009 7:51 AM 3,799 65% 1,313...............com_k2\views\attachments\tmpl\
view.html.php........PHP Script 8/27/2009 5:40 PM 5,087 69% 1,582...............com_k2\views\categories\
view.html.php........PHP Script 8/27/2009 3:02 PM 4,091 67% 1,343...............com_k2\views\comments\
view.html.php........PHP Script 8/27/2009 8:22 PM 3,514 70% 1,046...............com_k2\views\cpanel\
default.php...........PHP Script 8/27/2009 8:30 PM 10,892 81% 2,087..............com_k2\views\cpanel\tmpl\
view.html.php.......PHP Script 8/27/2009 3:16 PM 5,197 72% 1,457................com_k2\views\extrafields\
view.html.php.......PHP Script 8/27/2009 3:16 PM 3,016 65% 1,061................com_k2\views\extrafieldsgroups
view.html.php.......PHP Script 8/27/2009 3:17 PM 3,675 70% 1,105................com_k2\views\info\
view.html.php.......PHP Script 8/27/2009 3:17 PM 7,167 73% 1,961................com_k2\views\items\
view.html.php.......PHP Script 8/27/2009 3:17 PM 3,784 67% 1,236................com_k2\views\tags\
view.html.php.......PHP Script 8/27/2009 3:17 PM 3,038 65% 1,050................com_k2\views\usergroups\
view.html.php.......PHP Script 8/27/2009 3:18 PM 5,485 71% 1,611................com_k2\views\users\
17 file(s) 101,472 50% 50,735
  • Chris Carlo Enterprises
  • Chris Carlo Enterprises's Avatar
28 Aug 2009 18:39
Replied by Chris Carlo Enterprises on topic category & item creation problem

category & item creation problem

Category: English K2 Community

I get similar problem.. and it wouldnt' let me import my articles.. This not making sense to because everything seems to be fine on my Local Test Server (WAMP server). I really like this component and I'm sure this going to be great if I can find help on these issues.

From the Dashboard..

click on the add items i get that.
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/tags/tmpl/default.php on line 44

click on the categories... no warnings... but when I try to add a new category and when click on Apply... I get this..
Fatal error: Call to undefined function: mb_internal_encoding() in /home/ccarlo/public_html/administrator/components/com_k2/tables/k2category.php on line 46

click on tags... I get this warning.
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/tags/tmpl/default.php on line 44

click on comments .. I get this warning..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/comments/tmpl/default.php on line 52

click on users... I get 2 warnings..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/users/view.html.php on line 88
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/users/tmpl/default.php on line 53

click on user groups.. I get this warnings..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/usergroups/tmpl/default.php on line 35

click on extra fields... I get 2 warnings..
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/usergroups/tmpl/default.php on line 35
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/extrafields/tmpl/default.php on line 51

click on extra field groups.. I get this warning.
Warning: Invalid argument supplied for foreach() in /home/ccarlo/public_html/administrator/components/com_k2/views/extrafieldsgroups/tmpl/default.php on line 36

System information

Check Result

Web Server Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a
PHP version 4.4.2
MySQL version 4.0.27-standard
GD image library bundled (2.0.28 compatible)
Upload limit 2M
Memory limit
Open remote files (allow url fopen) Yes
Simple Image Gallery Plugin Not installed
Simple Image Gallery PRO Plugin Not installed
AllVideos Plugin Not installed
Directory Permissions

Check Result

media/k2 Writable
media/k2/attachments Writable
media/k2/categories Writable
media/k2/galleries Writable
media/k2/items Writable
media/k2/users Writable
media/k2/videos Writable
cache Writable

I'm sure you guys can help fix or find a solution the issues I have posted, thanks.

-Chris Carlo
  • The Wishfarmers
  • The Wishfarmers's Avatar
27 Aug 2009 02:45
Replied by The Wishfarmers on topic Category Creation Failure on Fresh K2 vs Joom 1.5.8

Category Creation Failure on Fresh K2 vs Joom 1.5.8

Category: English K2 Community

Final resolution (?):

Disabled AllVideosReloaded component in Joomla, but it still misbehaved, so I disabled all the K2 components. Then got weird "500 tag not found" - even on index page! After a brief heart attack, I decided to uninstall the entire K2 setup. While I was in there I removed AVR too, and just for good measure re-enabled the Joomla login and tested it. It worked (nice to see front page again) and I reinstalled K2 completely. Works like a charm, categories and all. Weird.

Haven't yet reinstalled AVR . . . hmm.
  • Prasad Sakharkar
  • Prasad Sakharkar's Avatar
26 Aug 2009 21:36
Menu Problem and a New Error. was created by Prasad Sakharkar

Menu Problem and a New Error.

Category: English K2 Community

Hello Everybody.

Just one look at the demo site of K2 hooked me. So I tried to use it. But I am facing strange problems.

I am experienced Joomla Admin but I have to admit that I can't use K2.

I have loaded fresh install of joomla Ver.1.5.14 and installed K2 along with it.

Then I have created a root category named News. Then I created a new item using News category.



I just want to create a menu which will show all items from News Menu. I have created menu as shown below.







But I am getting its output as shown below



Then again I created a "Political Spectrum" category and assigned it to "News" (Parent Category)

Afterwords, when I tried to add item with featured checkbox selected I got following error.

TableK2Item::store failed - Unknown column 'featured_ordering' in 'field list' SQL=INSERT INTO `rk_k2_items` ( `id`,`title`,`alias`,`catid`,`published`,`introtext`,`fulltext`,`image_caption`,`image_credits`,`created`,`created_by`,`created_by_alias`,`publish_up`,`publish_down`,`access`,`ordering`,`featured`,`featured_ordering`,`metadata`,`metadesc`,`metakey`,`params` ) VALUES ( '','Political news','political-news','2','1','

This is political news.
','','','','2009-08-26 18:08:57','62','','2009-08-26 18:08:57','0000-00-00 00:00:00','0','1','1','','robots=\nauthor=','','','catItemTitle=\ncatItemTitleLinked=\ncatItemFeaturedNotice=\ncatItemAuthor=\ncatItemDateCreated=\ncatItemRating=\ncatItemImage=\ncatItemIntroText=\ncatItemExtraFields=\ncatItemHits=\ncatItemCategory=\ncatItemTags=\ncatItemAttachments=\ncatItemAttachmentsCounter=\ncatItemVideo=\ncatItemImageGallery=\ncatItemDateModified=\ncatItemReadMore=\ncatItemCommentsAnchor=\ncatItemK2Plugins=\nitemDateCreated=\nitemTitle=\nitemFeaturedNotice=\nitemAuthor=\nitemFontResizer=\nitemPrintButton=\nitemEmailButton=\nitemSocialButton=\nitemVideoAnchor=\nitemImageGalleryAnchor=\nitemCommentsAnchor=\nitemRating=\nitemImage=\nitemImgSize=\nitemImageMainCaption=\nitemImageMainCredits=\nitemIntroText=\nitemFullText=\nitemExtraFields=\nitemDateModified=\nitemHits=\nitemTwitterLink=\nitemCategory=\nitemTags=\nitemShareLinks=\nitemAttachments=\nitemAttachmentsCounter=\nitemRelated=\nitemRelatedLimit=\nitemVideo=\nitemVideoCaption=\nitemVideoCredits=\nitemImageGallery=\nitemNavigation=\nitemComments=\nitemAuthorBlock=\nitemAuthorImage=\nitemAuthorDescription=\nitemAuthorURL=\nitemAuthorEmail=\nitemAuthorLatest=\nitemAuthorLatestLimit=\nitemK2Plugins=\n\n' )

Can anyone guide me here. I just want to show all the items in various categories in respective menu. I am using New Menu -> K2 -> Item listing -> Categories but still No items are appearing. I can only see category name but If I click on it nothing happens.
  • eliott
  • eliott's Avatar
26 Aug 2009 18:03
category & item creation problem was created by eliott

category & item creation problem

Category: English K2 Community

hello, i installed (2 times) k2 to try to solve my problem without result.

when i try to create a new category, here is the message :
tablek2category::store failed - Table 'xxxxxbase.jos_k2_categories' doesn't exist SQL=INSERT INTO `jos_k2_categories` ( `id`,`name`,`alias`,`description`,`parent`,`extraFieldsGroup`,`published`,`access`,`ordering`,`params` ) VALUES ( '','hh','hh','','0','0','1','0','','inheritFrom=0\ntheme=\nnum_leading_items=2\nnum_leading_columns=1\nleadingImgSize=Large\nnum_primary_items=4\nnum_primary_columns=2\nprimaryImgSize=Medium\nnum_secondary_items=4\nnum_secondary_columns=1\nsecondaryImgSize=Small\nnum_links=4\nnum_links_columns=1\nlinksImgSize=XSmall\ncatCatalogMode=0\ncatFeaturedItems=1\ncatOrdering=\ncatPagination=2\ncatPaginationResults=1\ncatTitle=1\ncatTitleItemCounter=1\ncatDescription=1\ncatImage=1\ncatFeedLink=1\nsubCategories=1\nsubCatColumns=2\nsubCatOrdering=\nsubCatTitle=1\nsubCatTitleItemCounter=1\nsubCatDescription=1\nsubCatImage=1\nitemImageXS=\nitemImageS=\nitemImageM=\nitemImageL=\nitemImageXL=\ncatItemTitle=1\ncatItemTitleLinked=1\ncatItemFeaturedNotice=0\ncatItemAuthor=1\ncatItemDateCreated=1\ncatItemRating=0\ncatItemImage=1\ncatItemIntroText=1\ncatItemIntroTextWordLimit=\ncatItemExtraFields=0\ncatItemHits=0\ncatItemCategory=1\ncatItemTags=1\ncatItemAttachments=0\ncatItemAttachmentsCounter=0\ncatItemVideo=0\ncatItemImageGallery=0\ncatItemDateModified=0\ncatItemReadMore=1\ncatItemCommentsAnchor=1\ncatItemK2Plugins=1\nitemDateCreated=1\nitemTitle=1\nitemFeaturedNotice=1\nitemAuthor=1\nitemFontResizer=1\nitemPrintButton=1\nitemEmailButton=1\nitemSocialButton=1\nitemVideoAnchor=1\nitemImageGalleryAnchor=1\nitemCommentsAnchor=1\nitemRating=1\nitemImage=1\nitemImgSize=Large\nitemImageMainCaption=1\nitemImageMainCredits=1\nitemIntroText=1\nitemFullText=1\nitemExtraFields=1\nitemDateModified=1\nitemHits=1\nitemTwitterLink=1\nitemCategory=1\nitemTags=1\nitemShareLinks=1\nitemAttachments=1\nitemAttachmentsCounter=1\nitemRelated=1\nitemRelatedLimit=5\nitemVideo=1\nitemVideoCaption=1\nitemVideoCredits=1\nitemImageGallery=1\nitemNavigation=1\nitemComments=1\nitemAuthorBlock=1\nitemAuthorImage=1\nitemAuthorDescription=1\nitemAuthorURL=1\nitemAuthorEmail=1\nitemAuthorLatest=1\nitemAuthorLatestLimit=5\nitemK2Plugins=1\n\n' )



And when i try to create an item, it says me :
Warning: Invalid argument supplied for foreach() in /homez.63/xxxxx/www/administrator/components/com_k2/views/items/tmpl/default.php on line 65

Do you have an idea on my problem
Thanks
  • Kormann
  • Kormann's Avatar
26 Aug 2009 00:00
Replied by Kormann on topic Related Articles...

Related Articles...

Category: English K2 Community

Ya I knew that already, I don't know if that is the same case as Brian but I would like to see it as a module like K2 Tag Clouds for example.

B Kemler said:BTW, after installing v 2 final and playing around with it, I now see that it does display "Related items (by tag)" at the bottom of an article if there are other items that share tags with the ones you're viewing. But I'm guessing you're looking for something you have a little more control over.
  • Wesley Phibbs
  • Wesley Phibbs's Avatar
25 Aug 2009 20:15
Replied by Wesley Phibbs on topic k2 categories layout question

k2 categories layout question

Category: English K2 Community

I cant hide anything either, changed the view settings in catagories and in the item, still shows who its created by, the title, date etc.
  • Manny Santos
  • Manny Santos's Avatar
25 Aug 2009 17:08
Create audio tab or integrate with video tab was created by Manny Santos

Create audio tab or integrate with video tab

Category: English K2 Community

K2 is great and I am converting all my sites to use it instead of the Joomla default. I am creating a site for a musician and the only thing I wished it had was the addition of the audio tab to upload mp3s. The Allvideo plugin supports it with the {mp3} tag but I don't know why it was not included as one of the media options when creating the video tab. I tried to see if I can figure it out but it is way over my head.

Also, it would be great for an option to choose from a video and/or audio file already uploaded by FTP to overcome the php restrictions on upload size. Either way, I am sold on K2 and will not go back to the Joomla default content.
  • Royce
  • Royce's Avatar
25 Aug 2009 13:01

Comment Recaptcha still breaking pages in IE in V2 final

Category: English K2 Community

This is still a problem and it doesn't seem anyone else is experiencing it for some reason... Going to debug my current template to see if a stray tag is maybe causing the issue. Just to clarify:

I am using K2 stable - problem has persisted since K2 prerelease
I have a valid user and private Recaptcha ID and both have been verified
In Mozilla/Chrome Recaptcha appears briefly while page loads then disappears from page when fully loaded.
In IE8 pages using comment Recaptcha stop loading at seemingly random points resulting in very messy/broken layouts

The issue has, if anything, got more involved since prerelease as the Mozilla/Chrome disappearing issue did not exist then, only the IE8 page breaking.

Will update after debugging
  • Edward A Parker
  • Edward A Parker's Avatar
22 Aug 2009 01:03
Replied by Edward A Parker on topic Frontpage edit window size

Frontpage edit window size

Category: English K2 Community

Additional "Solved"
With the clues given here, I was able to take this the rest of the way...

First... I had to remember that my Rockettheme Template "Affinity" is made to be used with K2 and as such has it's own K2 files. Therefore, I had to edit the versions of these files that were found in the path:
....../templates/rt_affinity_j15/html/.....

within this path, I made the edit as suggested by MM, which corrected the modal for editing an existing article.

To correct this same problem in the K2 Login Module "Add New Item" I likewise made a similar edit in the file
html/mod_k2_login/userblock.php on line 29.

I also added 2 tags at the end of line 25 to correct an avatar interference issue in that same module. Not elegant, but it works.

Boy do I feel better now!!
  • Dana Murphy
  • Dana Murphy's Avatar
21 Aug 2009 01:37
error message on creation of item was created by Dana Murphy

error message on creation of item

Category: English K2 Community

Hi all,

I just went to create my first K2 item and got this:

TableK2Item::store failed - Unknown column 'featured_ordering' in 'field list' SQL=INSERT INTO `jos_k2_items` ( `id`,`title`,`alias`,`catid`,`published`,`introtext`,`fulltext`,`image_caption`,`image_credits`,`created`,`created_by`,`created_by_alias`,`publish_up`,`publish_down`,`access`,`ordering`,`featured`,`featured_ordering`,`metadata`,`metadesc`,`metakey`,`params` ) VALUES ( '','New Passap','newpase6','3','1','','','','','2009-08-20 22:32:27','63','Dana','2009-08-20 22:32:27','0000-00-00 00:00:00','0','1','1','','robots=\nauthor=','Passap E6000','new, item, knitting machine','catItemTitle=\ncatItemTitleLinked=\ncatItemFeaturedNotice=\ncatItemAuthor=\ncatItemDateCreated=\ncatItemRating=\ncatItemImage=\ncatItemIntroText=\ncatItemExtraFields=\ncatItemHits=\ncatItemCategory=\ncatItemTags=\ncatItemAttachments=\ncatItemAttachmentsCounter=\ncatItemVideo=\ncatItemImageGallery=\ncatItemDateModified=\ncatItemReadMore=\ncatItemCommentsAnchor=\ncatItemK2Plugins=\nitemDateCreated=\nitemTitle=\nitemFeaturedNotice=\nitemAuthor=\nitemFontResizer=\nitemPrintButton=\nitemEmailButton=\nitemSocialButton=\nitemVideoAnchor=\nitemImageGalleryAnchor=\nitemCommentsAnchor=\nitemRating=\nitemImage=\nitemImgSize=\nitemImageMainCaption=\nitemImageMainCredits=\nitemIntroText=\nitemFullText=\nitemExtraFields=\nitemDateModified=\nitemHits=\nitemTwitterLink=\nitemCategory=\nitemTags=\nitemShareLinks=\nitemAttachments=\nitemAttachmentsCounter=\nitemRelated=\nitemRelatedLimit=\nitemVideo=\nitemVideoCaption=\nitemVideoCredits=\nitemImageGallery=\nitemNavigation=\nitemComments=\nitemAuthorBlock=\nitemAuthorImage=\nitemAuthorDescription=\nitemAuthorURL=\nitemAuthorEmail=\nitemAuthorLatest=\nitemAuthorLatestLimit=\nitemK2Plugins=\n\n' )

clues?

Thx.
  • Fraser Shipsides
  • Fraser Shipsides's Avatar
18 Aug 2009 15:41
Advanced search functionality... was created by Fraser Shipsides

Advanced search functionality...

Category: English K2 Community

I have a site that needs to have advanced search functionality. The standard Joomla search capabilities are not enough. The K2 Search plug-in allows you to search through the K2 content but I need to be able to utilise more complex searches. (e.g. Searching for an article written by a particular person on a particular date or using a K2 tag/category).

Any ideas if any of the advanced search plug-ins on offer for Joomla can work with K2 content. Can K2 categories/tags/content etc be searched for?
  • Allan Curtis
  • Allan Curtis's Avatar
17 Aug 2009 18:39
Replied by Allan Curtis on topic Tag Cloud

Tag Cloud

Category: English K2 Community

Hi John,
Thanks for the response - I noticed the settings in the Tools, but for some reasons the Tag Cloud is not showing - I am using the new Rockettheme template Nexus and configured the Tools Section with the default settings and published it to the Left. I can see a summary of articles by Month but no Tag Cloud.

It may be a Template Issue but if I can see the Article Monthly summary and the tag statistics are being calculated - I can see them when i open the Tag tab on the K2 dashboard.

Allan

John Andon said:open up your module manager -> new k2_tools Select module functionality -> select tag cloud -> configure Tag cloud settings

the k2 tools module has alot more functions check it out...very cool
Displaying 6501 - 6520 out of 6582 results.

Powered by Kunena Forum