Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Simon Wells
  • Simon Wells's Avatar
02 Feb 2010 14:58
Replied by Simon Wells on topic [SOLVED] K2 Tags - the weakest link

[SOLVED] K2 Tags - the weakest link

Category: English K2 Community

Here is some information, might be useful.

The Tagged Under layout which appears in the item layout is controlled from the user.php, starting from line 196 (userItemTagsBlock)
The same thing but appearing in category view is controlled by default/category_item.php, line 185. (catItemTagsBlock)
There is also same settings in default/item.php and default/latest_item.php, lines 329 & 103 (itemTagsBlock) & (latestItemTagsBlock)

Overall css styling is done by k2.css file.

Remeber you can use micro theming too, I use this on K2Joom.com and it replicates the layout.

I agree that ideally, this would be much better to NOT show the complete item, but instead maybe the introtext and/or image.
This should be easy to adjust, I have marked this as a "feature request" to myself to look into.
  • Gosling Cools
  • Gosling Cools's Avatar
02 Feb 2010 12:23
Replied by Gosling Cools on topic [SOLVED] K2 Tags - the weakest link

[SOLVED] K2 Tags - the weakest link

Category: English K2 Community

Yes, same issue for me too. Since the beginning of K2 the Layout & view options for Search, Tag & Date listings are poor.

How can I explain to a client that if someone clicks on a tag, the layout is lost!
No columns, no video, no comments etc !!!!!
  • Kevin Leavitt
  • Kevin Leavitt's Avatar
02 Feb 2010 04:50

Flickr search on image tabs and as plugin for the standard Joomla editor

Category: English K2 Community

I agree. I came to Joomla/K2 from the Wordpress world. A common blogging style is to use 10-15 images for your post. It's just not feasible to upload that many images everyday to your host, on top of all the images you have to store to support themes, etc.

I used a plug-in on WP that allowed me to imbed pictures from my Flickr site very easily. A typical workflow would go like this:
Open up new post(Item in K2), Title, then pull up plugin for Flickr. I made a "set" on Flickr for every blog post. So I'd filter on that set, select the lead image. Write a catchy intro, drop a "read more", then move into meat of article. Write a few sentences, insert photo, a few sentences, photo, until article concludes.

This is a very common style for many bloggers. And it takes advantage of Flickr for storage, as images are only called as page is called up.

The ability to store images offsite, but quickly browse and insert would make K2 even more awesome. Thanks for a great product!
  • Lefteris
  • Lefteris's Avatar
01 Feb 2010 11:19
Replied by Lefteris on topic SEF URL charachter problem with tagging

SEF URL charachter problem with tagging

Category: English K2 Community

Hi. You are using SH404SEF so i think it has to do with this extension. Are you having any problems when using the native Joomla SEF mechanism?

Kaan said:Thank you but but my problem isn't about space character or "+" character.
which file supplies this URL: index.php?option=com_k2&lang=tr&tag=güzellik yarı�ması&task=tag&view=itemlist

Locate please! If I found the file that supplies this URL, I can change the codes with str_replace function.
  • asdfads adfasdf
  • asdfads adfasdf's Avatar
01 Feb 2010 08:41
Two big problems... was created by asdfads adfasdf

Two big problems...

Category: English K2 Community

Well, the big one is I installed K2, have everything working great - except I can't add tags.  I have tags in my list, and whether I pick them from the list and click add, or turn on the ability to create tags on the fly, either way - no tags in my items.  What could I be doing wrong?Also, when I go to edit something on the front end, clicking save or cancel doesn't route me anywhere - I'm just stuck on the editing page - what's up with that?Thanks for your help gang!
  • BBC
  • BBC's Avatar
31 Jan 2010 22:14

line spacing or height in K2content module - Safari

Category: English K2 Community

I fixed my problems with Safari and Chrome browsers.
Renamed all

<.....br class="clr"/.......>

to

<....div class="clr"....><.../div....>
(don´t forget closing tags)
And it is now working perfectly in all browsers. The same spacing in millimeter.

When i removed some (or all)
<....br class="clr"/....>
i still needed to make a lot of styling and tweaking in css file to get same results in all browsers.

This way i had not to do this. It is perfect as it is in all browsers, and absolutely same results.

This forum is stupid. Just remove all these dots up there. Forum wont allow to put this as it is.
  • Kaan
  • Kaan's Avatar
31 Jan 2010 13:29
Replied by Kaan on topic SEF URL charachter problem with tagging

SEF URL charachter problem with tagging

Category: English K2 Community

Thank you but but my problem isn't about space character or "+" character.

which file supplies this URL: index.php?option=com_k2&lang=tr&tag=güzellik yarı�ması&task=tag&view=itemlist

Locate please! If I found the file that supplies this URL, I can change the codes with str_replace function.
  • esedic
  • esedic's Avatar
31 Jan 2010 13:02
Replied by esedic on topic SEF URL charachter problem with tagging

SEF URL charachter problem with tagging

Category: English K2 Community

This solution was posted somewhere here in the forum:

In file components\com_k2\sef_ext\com_k2.php around line 140 search for this code:

case 'tag':
$title[] = 'tag';
$title[] = $tag;
break;

and replace it with this code:

case 'tag':
$tag=str_replace('%20','-',$tag);
$tag=str_replace('+','-',$tag);
$title[] = $tag;
break;
  • Kaan
  • Kaan's Avatar
31 Jan 2010 12:00

SEF URL charachter problem with tagging

Category: English K2 Community

The charachter "ü" is being turned to "c3bc" instead of "u".  "u" is Unicode Char, "c3bc" is UTF-8 Bytes char. Language char set of my site is UTF-8, but I am having URL SEF problem with k2 component tagging. CONVERSION CHART can be found here. While I am searching the source of proplem, I saw that something is wrong in sh404sef component. URL's which contain non-english charchters seems wrong:Example: index.php?option=com_k2&lang=tr&tag=Amerika güzellik yarıÅBut I checked the mysql Database. Tags seem correct in the MYSQL: in MYSQL: Amerika güzellik yarışmasıin SH404SEF (in admin): index.php?option=com_k2&lang=tr&tag=Amerika güzellik yarıÅwhat's the solution?
  • Jiliko.net
  • Jiliko.net's Avatar
30 Jan 2010 16:50
Replied by Jiliko.net on topic K2 tag link plugin

K2 tag link plugin

Category: English K2 Community

@Troponin,

Yes, i've seen this feature :-) and i'm searching some workarounds to :

- not process strings in html tags
- only process words and not part of words

Olivier
  • troponin
  • troponin's Avatar
30 Jan 2010 16:38
Replied by troponin on topic K2 tag link plugin

K2 tag link plugin

Category: English K2 Community

okay, first Report.

Works fine, there are just two things I found, before I go to the Birthday Party of my Brother.

If you have set a Tag called "K2" the link is broken- imho cause of the {K2Splitter} - ther should be a Placeholder, which will never be used as a TAG.

The Second is : If a Tag is called "Web" and the Word is Webslinger or Webdesign. It links to Webdesign and Webslinger.

I dont know what would be the best practice - use non-link in this example or link the full Word.

Attached a Screen.

In the End, like ever, nice work Olivier.

greets
  • troponin
  • troponin's Avatar
30 Jan 2010 16:21
Replied by troponin on topic K2 tag link plugin

K2 tag link plugin

Category: English K2 Community

uahahahaha .... i'll try it, i'll try it.

All my live I waited for this ;)

thx Olivier
  • Jiliko.net
  • Jiliko.net's Avatar
30 Jan 2010 16:16
K2 tag link plugin was created by Jiliko.net

K2 tag link plugin

Category: English K2 Community

Hi,
Here's a beta version of a k2 plugin that searches k2 tags in the item text and adds a link to them.

Exemple :
-Your k2 published tags : k2, tech, my tag
-item text : A string that contains k2 tag and my tag
- new item text : A string that contains <a href="link_to_k2_tag">k2</a> tag and <a href="link_to_mytag_tag">my tag</a>

This plugin works actually in the item view.

TODO :
-Add params to select where the plugin takes effect
-Add a test to check if the k2 tag string is not in a html tag :
<a href="...." title="a string with a k2 tag">a string</a> should not be processed.
  • kiril Hristov Yovev
  • kiril Hristov Yovev's Avatar
29 Jan 2010 13:35
add online test was created by kiril Hristov Yovev

add online test

Category: English K2 Community

First,sorry for my bad english. You should add online testing features into k2. The users can create tests and publish them just like the articles. Also the tests can have features like "the hardest test ( the most difficult)"Also the number of tests..Also most easyest testshardharderthe most hardestAgain,sorry for my bad english. If you decide to develop something like that, i can suggest you a lot more features. If you want mail me at This email address is being protected from spambots. You need JavaScript enabled to view it.
  • Daniel Munteanu
  • Daniel Munteanu's Avatar
29 Jan 2010 13:04
Need some help with tags was created by Daniel Munteanu

Need some help with tags

Category: English K2 Community

First of all I need help to upgrade a older K2 version to the new one but how can I now what is the old version I installed last year 

Second I have the Simple Image Gallery Plugin enabled but in the K2 information tab it shows Simple Image Gallery Plugin Not installed what about

And now my big problem Is there a way to sort items by tags
I have 360 items added in 28 alphabetical categories and 85 tags - how to sort items by tags?
I created the tags and now I want to put them in alphabetical order but I find no way to do that Is this possible or I have to start again the work
Should I make new 85 categories? but how to ad already created items to new categories that I should create - may a item belong to several categories?

Please help - thanks
  • Jerrytmi
  • Jerrytmi's Avatar
29 Jan 2010 12:30
Replied by Jerrytmi on topic What's with the weird dots on my link text?

What's with the weird dots on my link text?

Category: English K2 Community

I see you resolved this issue. What was the fix?

Zach Weinman said:I'm also experiencing this problem, I don't know CSS, but I tried commenting out all link decoration tags (lines 55 - 63) in ja_purity/css/template.css.Can anyone help me with this?Example:http://www.bmwmotorcyclebattery.com/index.php?option=com_k2&vie...
  • edsal
  • edsal's Avatar
29 Jan 2010 11:18
Replied by edsal on topic Joomlaworks UCD compatible with K2

Joomlaworks UCD compatible with K2

Category: English K2 Community

Yes, Fotis (or any other) it would be nice to have an alternative module to the current K2 content, which goes crazy when viewed in chrome and safari (maybe due to its multiple br tags?).
Have you got a schedule already?
Please, let us know...
  • piperchick
  • piperchick's Avatar
28 Jan 2010 20:04
Tag List was created by piperchick

Tag List

Category: English K2 Community

In one of my installations of K2 I have a tag list.  I really like this feature, and would like to use it on my other K2 installations, but I don't know which file to copy?  Come to think of it, I am not sure where I got this.  Is the the 2.2 pre-release?I have attached a screen shot so that you can see what I am trying to re-create.
  • olsen
  • olsen's Avatar
27 Jan 2010 18:18

K2.2 Video and Attachment functionality FUBAR after adding gallery

Category: English K2 Community

tag selection wont work aswell. SIG issue, because as soon as you unpublish sigpro plugin everything goes back to normal functionality.

Its known there is some conflicts between sig and k2, so we should wait for new updates of these plugins or fixed by ourselves.
  • Flavia Silveira
  • Flavia Silveira's Avatar
27 Jan 2010 15:57

mod_k2_tools adding an extra space to css class+suffix

Category: English K2 Community

I noticed that when I create an instance of mod_k2_tools using the Tag  Cloud option and add a suffix to the module, the new module has a space between the class and the suffix. Other modules when you add the suffix you have class_suffix but in this case it was creating something like class _suffix.
The issue is apparently on line 15 of the tags.php template:
Where:
class="k2TagCloudBlock <?php echo $params->get('moduleclass_sfx'); ?>"
Should be:
class="k2TagCloudBlock<?php echo $params->get('moduleclass_sfx'); ?>"

The resulting class with the extra space causes the class to be seen as two separate classes instead of one. I am not sure if this is intentional as all the other templates for mod_k2_tools have the same extra space... In any case, I created an override for this and it works for me. 

HTH,

Flavia
Displaying 6221 - 6240 out of 6582 results.

Powered by Kunena Forum