Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Daniele Grassi
  • Daniele Grassi's Avatar
18 Feb 2010 14:22
Add New Item -> Blank Page?? was created by Daniele Grassi

Add New Item -> Blank Page??

Category: English K2 Community

Hi, I've just installed K2 (in two different sites!) and in both of them I get a blank page when I try to access "Add New Item"  (option=com_k2&view=item) from the backend. I'm really puzzled, can you help me? I've added categories, tags, user groups and everything... Only this page does not work.Thanks and regards
  • Lefteris
  • Lefteris's Avatar
18 Feb 2010 13:34
Replied by Lefteris on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

Hi. The queries you posted are from the K2 component search not the K2 search plugin. The queries are fine. Maybe providing a link to your site will help us see what's wrong.

cmath said:Hi Lefteris, The following sql query is executed, but there are no errors on the page, although the search is not returning any results:
SELECT i.*, c.name AS categoryname,c.id AS categoryid, c.alias AS categoryalias, c.params AS categoryparams
FROM jos_k2_items AS i
LEFT JOIN jos_k2_categories AS c
ON c.id = i.catid
WHERE i.published = 1
AND i.access <= 2
AND i.trash = 0
AND c.published = 1
AND c.access <= 2
AND c.trash = 0
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2010-02-17 10:51:06' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2010-02-17 10:51:06' )
AND MATCH(i.title, i.introtext, i.`fulltext`,i.image_caption,i.image_credits,i.video_caption,i.video_credits,i.extra_fields_search,i.metadesc,i.metakey) AGAINST ('ramakrishna')
ORDER BY i.id DESC
LIMIT 0, 10
SELECT COUNT(*)
FROM jos_k2_items AS i
LEFT JOIN jos_k2_categories c
ON c.id = i.catid
WHERE i.published = 1
AND i.access <= 2
AND i.trash = 0
AND c.published = 1
AND c.access <= 2
AND c.trash = 0
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2010-02-17 10:51:06' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2010-02-17 10:51:06' )
AND MATCH(i.title, i.introtext, i.`fulltext`,i.image_caption,i.image_credits,i.video_caption,i.video_credits,i.extra_fields_search,i.metadesc,i.metakey) AGAINST ('ramakrishna')

Thanks,

Lefteris Kavadas said:Hi. Are you getting any error? Please enable debug mode and check the query ( or post it here....). cmath said:Lefteris, I have set Enable search in tags to NO, but still have the problem in search. What is the fix for this? Could you provide us the updated search file?
  • FeSys
  • FeSys's Avatar
18 Feb 2010 10:49
Replied by FeSys on topic Content Cleanup Settings ...How is that?

Content Cleanup Settings ...How is that?

Category: English K2 Community

K2Joom,, many thanks
Just want to be sure..
Images inserted via Core Joomla "insert image" button always not shown when applying the ( intro-short-word-filter) while using mod_k2_content..
Is This "Content Clean Up" options handy, If i enter "img,.." at tag area?
Thank you Simon
  • fresco
  • fresco's Avatar
17 Feb 2010 19:43

line spacing or height in K2content module - Safari

Category: English K2 Community

Lance, your sample code has been canceled, please try to insert it again

Lance said:For everyone still looking for a solution to the extra break tags in your content K2 Content module (K2 v2.2), simply open:
modules/mod_k2_content/tmpl/Default/default.php

in a text editor or Dreamweaver, etc and search forand replace it withSave the file and upload it over the existing file.
  • Simon Wells
  • Simon Wells's Avatar
17 Feb 2010 15:06

HOW DO WE PULL RSS FEED FROM K2 CATEGORIES INSTEAD OF JOOMLA

Category: English K2 Community

Each category will display its own RSS feed for it and any other sub category within it.

What I believe is being suggested is this, set up categories as follows:

(SORRY FORMATTING STRIPPED BELOW)
HOME CAT
Sub Cat1
Sub Cat1a
Sub Cat1b
Sub Cat1c
Sub Cat2
Sub Cat2a
Sub Cat2b
Sub Cat2c
Sub Cat3
Sub Cat3a
Sub Cat3a1
Sub Cat3a2
Sub Cat3b
Sub Cat3c
etc, etc.

The HomeCat will display RSS for ALL sub cats within it
SubCat1 will display RSS forall of its own sub cats 1a, 1b, 1c but not 2 or 3
This continues for the others cats.

As of V2.2, there is NO single item RSS feed, as yet.
The file structure only allows for catFeedLayout, but I have clients and there are others that would really like to have individual item RSS feeds to.

Any ideas anyone?

Regards,

Simon



FidelGonzales said:If you do not have one already, create a category that contains all the K2 categories you want in the primary feed, then link it to your main menu. Make that menu item your default menu. Alwin said:In my case the RSS has to pull all the articles from K2 and display it as the default feed. I mean when the user clicks on the feed links in the adress bar he has to get his feed. Also I am sorry but I haven't got what you mean mean by "Just make a K2 category your "home" page ;)" . Could anyone please explain it ?


I would like to either hard code or see an option to add additional feeds into the home page URL as a dropdown. Is there such a plugin or module? This way, when someone is on the main page and selects the RSS button, such as the case on many large sites, they have the dropdown option to select sub-categories, authors, tags, forums, comments and the like.

Is there anything such as this or any hard coded method we ought consider?
  • Swami Abhiramananda
  • Swami Abhiramananda's Avatar
17 Feb 2010 13:31
Replied by Swami Abhiramananda on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

Hi Lefteris,
The following sql query is executed, but there are no errors on the page, although the search is not returning any results:
SELECT i.*, c.name AS categoryname,c.id AS categoryid, c.alias AS categoryalias, c.params AS categoryparams
FROM jos_k2_items AS i
LEFT JOIN jos_k2_categories AS c
ON c.id = i.catid
WHERE i.published = 1
AND i.access <= 2
AND i.trash = 0
AND c.published = 1
AND c.access <= 2
AND c.trash = 0
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2010-02-17 10:51:06' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2010-02-17 10:51:06' )
AND MATCH(i.title, i.introtext, i.`fulltext`,i.image_caption,i.image_credits,i.video_caption,i.video_credits,i.extra_fields_search,i.metadesc,i.metakey) AGAINST ('ramakrishna')
ORDER BY i.id DESC
LIMIT 0, 10
SELECT COUNT(*)
FROM jos_k2_items AS i
LEFT JOIN jos_k2_categories c
ON c.id = i.catid
WHERE i.published = 1
AND i.access <= 2
AND i.trash = 0
AND c.published = 1
AND c.access <= 2
AND c.trash = 0
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2010-02-17 10:51:06' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2010-02-17 10:51:06' )
AND MATCH(i.title, i.introtext, i.`fulltext`,i.image_caption,i.image_credits,i.video_caption,i.video_credits,i.extra_fields_search,i.metadesc,i.metakey) AGAINST ('ramakrishna')

Thanks,

Lefteris Kavadas said:Hi. Are you getting any error? Please enable debug mode and check the query ( or post it here....). cmath said:Lefteris, I have set Enable search in tags to NO, but still have the problem in search. What is the fix for this? Could you provide us the updated search file?
  • Ian Powney
  • Ian Powney's Avatar
17 Feb 2010 09:47
Replied by Ian Powney on topic K2 v2.2.x Add Tag in new Item not Saving

K2 v2.2.x Add Tag in new Item not Saving

Category: English K2 Community

Hi Lefteris

How do you fix this before the next release?

Thanks

Lefteris Kavadas said:Hi. You are completely right. Fixed for the next release. Thanks for reporting this issue to us.
  • OpenPotion, Inc.
  • OpenPotion, Inc.'s Avatar
16 Feb 2010 23:04
Replied by OpenPotion, Inc. on topic line spacing or height in K2content module - Safari

line spacing or height in K2content module - Safari

Category: English K2 Community

Feel free to look at this site... I have it on the homepage... check the difference between the code on mine and yours

www.minicassiachamber.com

I went into the module code and replaced the BR clear tags with div clear tags.
  • Lobito
  • Lobito's Avatar
16 Feb 2010 22:34
Replied by Lobito on topic Using K2 in Joomla

Using K2 in Joomla

Category: English K2 Community

Nein, das habe ich nicht gut erklärt, ich versuche es nochmal.

Wenn Du Dir diesen Link anschaust, www.suchmaschinen-optimierung-seo.info/sosblog - dann siehst Du z.B. oben "*Google Buzz - der Twitter-Killer?" den Text, darunter das Datum, Kommentare usw. und dann den nächsten Text. Das ist der Content, den ich meine. Auf meiner Seite habe ich linke die Navi und rechts den Login, ein paar Kommentare, Kalender und TagCloud. Den freien Bereich Bereich dazwischen (*) den meine ich mit "Body" dort sollten mein Content zu sehen sein, den ein Besucher sieht, wenn er den Blog aufruft.

Falls es gar nicht zu verstehen ist, gebe ich Dir einen Link zu meiner Site

viele Grüße und vielen Dank

Lobito
  • ilan76
  • ilan76's Avatar
16 Feb 2010 15:33
Replied by ilan76 on topic Frontend MetaData information tab

Frontend MetaData information tab

Category: English K2 Community

Hi Simon, thanks for your reply.
I believe it's a high priority as-well as meta data entry for frontend editing is certainly a must and I see many people are asking for it.
One of the great things about this component is the easy way users can submit articles/blogs, but it must be SEO optimized.
Please take a look at it as soon as you can. I will move this post to bug report as-well.
BTW, when is next version with the bug fixes supposed to come out? hopefully very soon...
Thanks again.

K2Joom said:I just took a look into this issue and can replicate it.
It looks to me that this can be resolved as I suspect some of the right side bar features have been disabled in the front side view. At this stage, I do not know why, but there is probably a reason why this was done this way.

I would be happy to take a look, but at the moment I am spending time to fix some other core issues with higher priority.

Either log this in the Bug Report forum, or pop over to K2Joom.com and post a request in the forums. That way I will have a record to look at it soon.

Regards,

Simon @ K2Joom.com
  • Simon Wells
  • Simon Wells's Avatar
16 Feb 2010 15:26
Replied by Simon Wells on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

Which version of K2 are you running?

Pomba said:I find that very wierd. I have the exact same as your screenshot - minus the Tag-searching-opinion. =o
K2Joom said:Here is a screen shot of my K2 Search Plugin

Pomba said:

At the K2 Search Plugin I can only find "Search Limit" (50) - no other parameters?
  • Pomba
  • Pomba's Avatar
16 Feb 2010 15:18
Replied by Pomba on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

I find that very wierd. I have the exact same as your screenshot - minus the Tag-searching-opinion. =o

K2Joom said:Here is a screen shot of my K2 Search Plugin

Pomba said:

At the K2 Search Plugin I can only find "Search Limit" (50) - no other parameters?
  • John Christy valentine
  • John Christy valentine's Avatar
16 Feb 2010 13:25
Replied by John Christy valentine on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

Hi, I want search plugin to work with "Enable searching in tags"

Lefteris Kavadas said:Hi. OK found the bug. Go to K2 search plugin and set "Enable searching in tags" to "No". This way search will work again. This parameter will be removed from the plugin. Thank you all for reporting this issue to us.
  • Simon Wells
  • Simon Wells's Avatar
16 Feb 2010 12:35
Replied by Simon Wells on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

I ran a test at K2Joom.com with Enable searching in tags to YES.

My page: Project E-Store Part 2 has tags in it.
I then search using keywords such as part 2 and it finds the item.

It would also be great to know how to set the page correctly when no results are found.
For example a search at K2Koom.com for K2_content shows no result, but also not any header to say Search produced no results. Where can I modify that?

Thanks.



I then set searching in tags to NO.
Clear cache
Search the same words and the item is still displayed.

Seems to have no effect for me.
  • Lefteris
  • Lefteris's Avatar
16 Feb 2010 12:03
Replied by Lefteris on topic K2 search not working when tags are includes.

K2 search not working when tags are includes.

Category: English K2 Community

Hi. Anyone having problem with the latest K2 search plugin please read this.
  • Lefteris
  • Lefteris's Avatar
16 Feb 2010 11:38
Replied by Lefteris on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

Hi. OK found the bug. Go to K2 search plugin and set "Enable searching in tags" to "No". This way search will work again. This parameter will be removed from the plugin. Thank you all for reporting this issue to us.
  • Simon Wells
  • Simon Wells's Avatar
16 Feb 2010 11:15
Replied by Simon Wells on topic Frontend MetaData information tab

Frontend MetaData information tab

Category: English K2 Community

I just took a look into this issue and can replicate it.

It looks to me that this can be resolved as I suspect some of the right side bar features have been disabled in the front side view. At this stage, I do not know why, but there is probably a reason why this was done this way.

I would be happy to take a look, but at the moment I am spending time to fix some other core issues with higher priority.

Either log this in the Bug Report forum, or pop over to K2Joom.com and post a request in the forums. That way I will have a record to look at it soon.

Regards,

Simon @ K2Joom.com
  • SEO-WATCH
  • SEO-WATCH's Avatar
15 Feb 2010 21:02
Replied by SEO-WATCH on topic Auto twitter submission

Auto twitter submission

Category: English K2 Community

Unfortunately Twitter does not benefit your SEO as they are using nofollow tags in all outbound link which lead to other websites.

FidelGonzales said:The page no longer exists upon Joomla Extensions Page. What's the scoop?
Also, if you hard code AddThis or use a similarly functioning plugin upon your K2 or Joomla template, you may simply post the page by manually clicking the link. One benefit of performing this manually is that you have greater control over hash tags, which are good for helping people finding the Tweet as well as SEO.

Ulli Storck said:Of course Twitterfeed is a good thing. But AutoTweet does something different and can also post things when thy are not appearing in an rss feed. Also AutoTweet gives you more control over what is posted... Test the free version and make your own decission.
  • Fernando P
  • Fernando P's Avatar
15 Feb 2010 19:40
Replied by Fernando P on topic Bug in the search plugin

Bug in the search plugin

Category: English K2 Community

I'm using:

Joomla 1.5.15
MySQL 5.1.30
PHP 5.2.9
Apache 2.2.11


Fernando P said:I'm having exactly the same problem. Any solutions yet?
No k2 results on normal mode, and this errorwith debug ON

JDatabaseMySQL::query: 1210 - Incorrect arguments to MATCH SQL=SELECT i.title AS title, i.metadesc, i.metakey, c.name as section, i.image_caption, i.image_credits, i.video_caption, i.video_credits, i.extra_fields_search, tags.name as tag, i.created, CONCAT(i.introtext, i.fulltext) AS text, CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(':', i.id, i.alias) ELSE i.id END as slug, CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug FROM jos_k2_items AS i INNER JOIN jos_k2_categories AS c ON c.id=i.catid AND c.access <= 18 LEFT JOIN jos_k2_tags_xref tags_xref ON tags_xref.itemID = i.id LEFT JOIN jos_k2_tags tags ON tags.id = tags_xref.tagID WHERE MATCH(i.title, i.introtext, i.`fulltext`,tags.name,i.extra_fields_search,i.image_caption,i.image_credits,i.video_caption,i.video_credits,i.metadesc,i.metakey) AGAINST ('clara') AND i.trash = 0 AND i.published = 1 AND i.access <= 1 AND c.published = 1 AND c.access <= 1 AND c.trash = 0 GROUP BY i.id ORDER BY i.created DESC LIMIT 0, 50
  • Simon Wells
  • Simon Wells's Avatar
15 Feb 2010 19:27
Replied by Simon Wells on topic Tag Clouds

Tag Clouds

Category: English K2 Community

Hi Chris,

I will add it to the ever growing list at k2Joom, but I at the moment I am trying to resolve some bugs ahead of all other feature requests.

I would start off looking at the K2 Content module as that already has the code in it that you need in terms of retrieving data and allowing you to select categoris from within the new module.
You would need to copy code from the K2 Content xml and most likely the files in tmpl folder.
The xml is containing the information on what is displayed within the module.

Once I get my hands on the code, it will be a little easier, as there are snippets of common code being used.

K2Joom.com
Displaying 6161 - 6180 out of 6582 results.

Powered by Kunena Forum