Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • RS N
  • RS N's Avatar
04 Dec 2016 19:32 - 04 Dec 2016 19:33

Show Read More Button Only When Necessary

Category: English K2 Community

Hi, I love K2 but it's very frustrating that the Read More button shows up for every article, whether or not it's needed. I found a code adjustment that fixes this problem in the Category Item view:

Change
<?php if ($this->item->params->get('catItemReadMore')): ?>
to
<?php if ($this->item->params->get('catItemReadMore') && $this->item->fulltext): ?>

and it works perfectly, only displaying the Read More button when there is actually more to read. However, I'm not sure how to adjust the code to achieve the same result for tag view and archive view. Can you please help me?

Also, when displaying items by tag, the posts show up all out of order and not by date, as they do in the category view. How can I fix that?

Thanks!
  • Shanna Jones
  • Shanna Jones's Avatar
01 Dec 2016 21:07
K2 "Item" URL's was created by Shanna Jones

K2 "Item" URL's

Category: English K2 Community

I am trying to understand why certain K2 url's are not navigating correctly:

Works: urbanswank.com/the-buzz/item/1512-rodeo-goat-ice-house-to-open-in-eado
Does Not Work: urbanswank.com/item/1512-rodeo-goat-ice-house-to-open-in-eado

Because the second link goes to my home page, it is creating high priority SEO issues due to duplicate titles. Ultimately, I need to determine how I can point the second URL to the correct article versus having it display my home page. It is doing this for every article and I have over a thousand. The better option would be to get rid of the second link altogether so I don't have duplicates.

1. I have menu items created for each of my K2 categories
2. I have Joomla SEF turned on, but I am not using any other plugin (I did purchase SH404SEF and the K2 plugin today if that would help)
3. I am using SEO Simple plugin but that only configures my meta description and title tags for some pages. It does not route or rewrite.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
01 Dec 2016 16:08
  • b_chris21
  • b_chris21's Avatar
30 Nov 2016 09:13 - 30 Nov 2016 09:21
Replied by b_chris21 on topic K2 item description meta tag

K2 item description meta tag

Category: English K2 Community

Hello Krikor,

yes i am using sh404 and sh404 k2 plugin also. None of its social SEO options are enabled though.

Regards
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
29 Nov 2016 22:26
Replied by Krikor Boghossian on topic K2 item description meta tag

K2 item description meta tag

Category: English K2 Community

Hello,

Are you using any seo extensions?
  • b_chris21
  • b_chris21's Avatar
29 Nov 2016 15:32
K2 item description meta tag was created by b_chris21

K2 item description meta tag

Category: English K2 Community

Hello everyone,

i am working on a website tospitakimou.gr and i have a problem.

When i try to share something on FB fan page, it picks up only a couple of words from the item's description and then dots ...

It page source though it seems that the description is full (and duplicate for a reason that i don't really know).

Any ideas on how can i fix that?

Thanks a lot
  • Henok Wubet
  • Henok Wubet's Avatar
25 Nov 2016 11:08 - 25 Nov 2016 11:09

Changing the Title and Image link of k2 in acategory view

Category: English K2 Community

Hello Guys I was working on a project and i wanted to change the link of the title and the image, here is what i tried so far

i created an extra-field and named link (it's a text box) then i go to category_item.php
and edit the href inside the image ancher tag like this
<a href="<?php echo $this->item->extra_fields->link->value; ?>"

but this is not working what did i miss?
  • Lee Tempest
  • Lee Tempest's Avatar
24 Nov 2016 00:25
Tags gone after update was created by Lee Tempest

Tags gone after update

Category: English K2 Community

Hello,
I've got a J2.5 site with K2 2.6.9 installed.

I've setup a J3 site. Then installed K2.6.9 into this J3 site. I then exported the J2.5 database tables and imported them into the J3 tables.

I've ran the update on the J3 site and now have K2 2.7.1 However even though the tags are visible in the backend they have disappeared when viewing an item. The tags_xref table contains all the ids and seems to be exactly the same as the J2.5 site.

I've tried clearing the cache, the databases seem to all be OK.

Why are the tags not displayed in the J3 K2 2.7.1 items yet are in the database tables?

Thanks

Lee
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
23 Nov 2016 17:33
Replied by Krikor Boghossian on topic Error 1064 for k2 tags

Error 1064 for k2 tags

Category: English K2 Community

Deactivate all modules until you find which one causes the issue, and contact the module's developer.
If it's the template you need to contact the template's developer.
  • Joel Daspet
  • Joel Daspet's Avatar
22 Nov 2016 13:50
Replied by Joel Daspet on topic Error 1064 for k2 tags

Error 1064 for k2 tags

Category: English K2 Community

Allright, but how can i fix this ?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
22 Nov 2016 12:02
Replied by Krikor Boghossian on topic Error 1064 for k2 tags

Error 1064 for k2 tags

Category: English K2 Community

Hello,

The page is working with the default template -> www.actugame.net/actu-jeux-video/tag/PS4?template=protostar

This means that this is most probably a template issue or a module (K2 related) which is present on tags views creates this issue.
  • Joel Daspet
  • Joel Daspet's Avatar
21 Nov 2016 20:59
Error 1064 for k2 tags was created by Joel Daspet

Error 1064 for k2 tags

Category: English K2 Community

Hi everyall, i'm sorry but i dont speack english verry well (i'm french)

I come because i ave problème with my site. When i whant click on tag in k2 content, a message come with error 1064. This is the message :

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT * FROM #__k2_categories WHERE id=

Can you help me ?
Thank's.

ps: exemple of problème
tag on the bottom of content :
www.actugame.net/actu-jeux-video/1019-final-fantasy-xv-les-details-du-patch-day-one

résult after clicking :
www.actugame.net/actu-jeux-video/tag/PS4
  • Joel Daspet
  • Joel Daspet's Avatar
21 Nov 2016 17:38
erreur 1064 sur tag k2 was created by Joel Daspet

erreur 1064 sur tag k2

Category: Communauté française K2

Bonjour à tous, je viens vers vous pour vous exposer mon problème, sachant que je suis novice et que le code n'est vraiment pas mon truc...



Depuis quelques temps, je me retrouve avec une erreur sql si je clique sur les tags rentrés dans mes articles (composant k2) sur mon site joomla.

exemple de page ici :

www.actugame.net/les-vid%C3%A9os/tag/microsoft



le message :

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT * FROM #__k2_categories WHERE id=

Si vous avez une idée de solution je suis prenneur car là, je suis largué. Merci de vulgariser au maximum pour mes pauvres compétences. :)
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
18 Nov 2016 13:48
Replied by Krikor Boghossian on topic Joomla keywords to K2 keywords - merging tags

Joomla keywords to K2 keywords - merging tags

Category: English K2 Community

If there are many Authors, and they are using similar tags it would be cool to have a possibility to merge those tags, don't You think?


Are we talking about lowercase/uppercase ?
This would have to be a custom script but it would be nice.

So, there must be some function which puts those keywords to tags. Could you let users to choose if they want to do this - like checkbox before migration process?


Care to make a feature request here:
github.com/getk2/k2

PS. You might want to take a look at K2 Import's functionality. (Not affiliated with that extension)
  • RS N
  • RS N's Avatar
18 Nov 2016 06:11 - 18 Nov 2016 06:13
Can't Move Read More Button was created by RS N

Can't Move Read More Button

Category: English K2 Community

Hi, I love K2 but don't understand why the Read More button is BELOW the tag list at the bottom of the intro text in the category view. It makes much more sense to have the Read More button right next to or just below the intro text and then the tags, etc. under that. In fact, the demo on the K2 site shows the Read More link above the tags.

I've followed the instructions for a template override but must be doing something wrong because it's not working. The Read More button is not moving. Can someone please tell me exactly what code needs to be changed or moved (and where it needs to go), in exactly which file, in order to move the Read More button up to where the intro text is? Thanks!
  • robo
  • robo's Avatar
17 Nov 2016 21:45

Joomla keywords to K2 keywords - merging tags

Category: English K2 Community

I checked the database and I see that keywords were migrated. So, there must be some function which puts those keywords to tags. Could you let users to choose if they want to do this - like checkbox before migration process? or just write how to modify script to not to do it? please.
  • robo
  • robo's Avatar
17 Nov 2016 15:07

Joomla keywords to K2 keywords - merging tags

Category: English K2 Community

Hello Kirkor, thanks for reply, but... :)
searching isn't my biggest concern right now (and I know that I must enable it before use).

Displaying of posts choosed by tag isn't working as it should (I think that because of duplicate tags). The same reason cloud tags isn't working well. List of tags in K2 item's editor has many duplicated entries. For example: one of the popular keyword was used over 100 times, now I have over 100 tags named the same. I can't manually manage all of over 3 thousands of tags (If I could merge them, then the number of tags should be about 100-150 entries).

If I can't import Joomla article's keywords to K2 item's keywords, what I need is a solution to merge existed tags with the same name.

BTW I think that K2 need a more advanced tool to manage tags. If there are many Authors, and they are using similar tags it would be cool to have a possibility to merge those tags, don't You think?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
17 Nov 2016 12:46
Replied by Krikor Boghossian on topic K2 duplicate description in one catagory

K2 duplicate description in one catagory

Category: English K2 Community

Nice to hear that you got it sorted out.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
17 Nov 2016 12:44
Replied by Krikor Boghossian on topic Joomla keywords to K2 keywords - merging tags

Joomla keywords to K2 keywords - merging tags

Category: English K2 Community

Hello Robo,

By default the searching within tags is not enabled.
You can enable ti from the K2 Search plugins' settings.
Displaying 1041 - 1060 out of 6582 results.

Powered by Kunena Forum