Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • krmr
  • krmr's Avatar
16 Sep 2009 15:55
Replied by krmr on topic Authors list order principle?

Authors list order principle?

Category: English K2 Community

Hi FT1,
I have to ask you one more thing. If you consider it's too much I would of course very well understand you.
Now it's about k2_mod_content. There is this option in the component to select an article as "featured", right?
It would be great to have the possibility the label "featured" displayed in the item title in the mod_content module, not just in the items view. Could you just point a tag i can insert in the helper of the module, I tried inserting different ifs in there, but no success so far.
big big thanks again!


FT1 said:Hi
On the original version, the ordering is not specified, that mean, the ordering is stablished by the database paging engine (cronological prior to maintenance of db and by table index after a maintenance run)

In this patch I include the following ordering options:
1. Author Name
2. Item Count (most active items first)
3. Comments Count (most commented first)
4. Ratings Count (most rated first)
5. Ratings Sum (higher rated first)
6. Latest Item (most recent first)

So you can oder your Authors by alphabetical order or by popularity, or just the most recent :)
I'm uploading the mod again since the .rar extention must be a restricted one to download in this community

krmr trzv said:hi FT1, thanks a lot for the patch! appreciated. Actually, I should apologize for not being clear. The order I mentioned above was my guess how it is done at the moment.The order I wish to apply to the authors list is alphabetic order by name, as it is available in standard Joomla articles. It is a convention for names lists, I guess.
  • FT1
  • FT1's Avatar
15 Sep 2009 03:02
Replied by FT1 on topic Content Module Filter By Tag

Content Module Filter By Tag

Category: English K2 Community

Hi
I did the requested mod as I wanted for my self
I don't know exactly how is the contribution process in this proyect (if any)
So I just uploaded the file here for you

The mod was applied ONLY to the mod_k2_content so you can specify the tag filter on the module parameters

P.D: I had absolutly no knowledge on PHP since today, but it was very intuitive as source code is well structured and google is plenty of language reference sites ;)
  • FT1
  • FT1's Avatar
15 Sep 2009 02:57
Replied by FT1 on topic Item tags in alphabetical order?

Item tags in alphabetical order?

Category: English K2 Community

Hi
If you want to help yourself in this just add this line:
$query .=" order by name ASC";
between line 630 and 631 of /components/com_k2/models/item.php
  • JoomlaWorks
  • JoomlaWorks's Avatar
14 Sep 2009 23:37 - 17 Feb 2010 21:57
AllVideos 3.1 is now available was created by JoomlaWorks

AllVideos 3.1 is now available

Category: AllVideos

AllVideos 3.1 has just been released.

This new version fixes compatibility with K2 in the backend (previously some wrong CSS/JS file paths were messing up the item page). It also adds better filtering for less error-prone plugin tags.

For more on the new 3.x series features, see here: forum.joomlaworks.net/index.php?topic=9195.0


DEMO
See version 3 running in our development site: dev.joomlaworks.net/plugins/allvideos-v3-with-superblogger.html


UPGRADE / INSTALLATION
You are advised to upgrade as soon as possible.

To upgrade from 2.x to 3.1:
Just note down your AllVideos settings, uninstall any previous 2.x version and then install v3.1. Enter the plugin parameters, re-apply your settings and publish it! Clear your Joomla! cache and voila!

To upgrade from 3.0 to 3.1:
Directly install v3.1, it will override the old files, maintaining your settings.


DOCUMENTATION
The documentation for AllVideos is available here: www.joomlaworks.net/content/view/35/41/


Enjoy one more fine release from the folks at JoomlaWorks! ;)
  • Kai Roen
  • Kai Roen's Avatar
14 Sep 2009 10:16
Replied by Kai Roen on topic Browser detection - IE8

Browser detection - IE8

Category: English K2 Community

I figured this out, it seems that the tagshould be inside if-clause, instead of after ending the if-clause. This should be done in all of the K2 templates or add a new class in ie7.css or ie8.css. Anyway, ie8.css does not exists in K2.
  • Kelsey Brookes
  • Kelsey Brookes's Avatar
14 Sep 2009 04:39
Image cache questions was created by Kelsey Brookes

Image cache questions

Category: English K2 Community

I'm just wondering if it's possible to clear the image cache and have it automatically rebuilt?

I've been working on a fairly large site that makes extensive use of the various image sizes available in K2. Different areas have different presentations of the various images.

It's been working very well, but in the last day or so seems to have developed a problem - new images are showing up in the wrong size in item lists derived from tags. I haven't changed the size in the settings, but the new images are showing up wrongly.

This is also happening with mod_k2_content.

I've tried re-uploading images with no success.

Is there a way to clear the image cache and get it to rebuild the images properly?

Has anyone had any other issues like this?
  • Cornerstone Properties, LLC
  • Cornerstone Properties, LLC's Avatar
12 Sep 2009 03:23
Replied by Cornerstone Properties, LLC on topic sh404SEF plugin for K2 2.0

sh404SEF plugin for K2 2.0

Category: English K2 Community

I've found a problem with K2 tags, when the tag consists of more than one word. For example, "barbie doll". SH404SEF is using a URL with a "% 20" inserted in place of the space that is in between the two words. The result is a 404 missing error when I try to access K2 articles with that tag. One-word tags work fine. Anyone come across this, or a fix? thanks
Jeff
  • Brian Anderson
  • Brian Anderson's Avatar
10 Sep 2009 18:35

images not staying in content box need a bit of help please

Category: English K2 Community

I really like the tabbed content plug in from K2 however when I try to put an image in the tabbed content. The image shows up OUTSIDE the tabbed panel. Is there a special tag needed to keep the images within the tabbed content?

Thanks in advance for your assistence
Brian
  • Irfan S
  • Irfan S's Avatar
10 Sep 2009 17:52
Replied by Irfan S on topic Modules 'for' K2 ? (Tag Cloud, Authors, etc)

Modules 'for' K2 ? (Tag Cloud, Authors, etc)

Category: English K2 Community

So that's were it is! I've been having a hard time because documentations/readmes were not available.

Thank you very much Lyle!
  • 2ninerniner2
  • 2ninerniner2's Avatar
10 Sep 2009 14:22
Replied by 2ninerniner2 on topic Modules 'for' K2 ? (Tag Cloud, Authors, etc)

Modules 'for' K2 ? (Tag Cloud, Authors, etc)

Category: English K2 Community

Bonjour,

1) those are now part of the K2 Tools module :) There are now 4 K2 modules that get installed: Comments, Content, Login and Tools

2) this is accomplished by setting the Home Page (in the demo instance) menu type to K2 > Item Listings > Categories and setting the Parameters as required :)

Cheers!
Lyle
  • Irfan S
  • Irfan S's Avatar
10 Sep 2009 14:01

Modules 'for' K2 ? (Tag Cloud, Authors, etc)

Category: English K2 Community

I've found those kinds of modules on both the K2 v1.5 and K2 v2 demo sites,
k2.joomlaworks.gr/demo/ and k2.joomlaworks.gr/demo-v2/ respectively.

The thing is, after I finish installing K2, looked around, looked around, I can't find any clues on those Tag clouds or Author list. Is it some modules that we have to install ? Where could I find it?

And another thing is the Category Box at k2.joomlaworks.gr/demo/ (see the many categories listed in boxes in the front page) , how can I make something like that?


Sorry for making many questions, I greatly appreciate your answers, Thank you in advance guys!
  • bkemler
  • bkemler's Avatar
09 Sep 2009 00:07
Content Module Filter By Tag was created by bkemler

Content Module Filter By Tag

Category: English K2 Community

I would like to have the ability to filter the items in mod_k2_content by tag. Ideally, it would be great to apply both filters (category and tag) at the same time.
  • bkemler
  • bkemler's Avatar
08 Sep 2009 23:57
Replied by bkemler on topic K2 Content Module Filter by Tags

K2 Content Module Filter by Tags

Category: English K2 Community

I would also like this functionality. I'm going to post it as a feature request.
  • Cornerstone Properties, LLC
  • Cornerstone Properties, LLC's Avatar
08 Sep 2009 20:21
Replied by Cornerstone Properties, LLC on topic Incompatibility with SEOGenerator

Incompatibility with SEOGenerator

Category: English K2 Community

Thank you. Looks similar, although I'm not sure why setting a tag for the first time would trigger the problem? I find that with SEO generator enabled, I get the benefits of the SEOG plugin, but I am not able to access any articles from the K2 component. So, a sort-of-workaround is to disable the SEOG plugin when I need to modify an article, and then re-enable it when I am done...until a fix, I guess a way for someone to keep using it if they want, with some drawbacks. Jeff

Lefteris Kavadas said:Hi again. I didn't test it but i assume that the problem is the same as it is for the SEO Simple. Please take a look here.
  • vtiger
  • vtiger's Avatar
08 Sep 2009 16:35
Replied by vtiger on topic sh404SEF plugin for K2 2.0

sh404SEF plugin for K2 2.0

Category: English K2 Community

Hello, same here.
Pagination don't work at all.
Every pagination links point me to (Page-1.html) url.
Other stages works like a charm.
Any news Would Be Very Appreciated.

Thanks & regards,
LN
  • Kelsey Brookes
  • Kelsey Brookes's Avatar
08 Sep 2009 10:36
mod_k2_content featured items was created by Kelsey Brookes

mod_k2_content featured items

Category: English K2 Community

I'm looking for a way to tag links in the content module as featured items. I want to do this because on the front page of the site I do not want show links of featured items as those items will be on the front page in another format.

On content pages however I want to be able to show the featured item links and also highlight them as features.

I tried taking the code that shows the featured item notice from the category item code, but unfortunately it just killed the site when used in the module.

Any advice?
  • Cornerstone Properties, LLC
  • Cornerstone Properties, LLC's Avatar
08 Sep 2009 07:17
Replied by Cornerstone Properties, LLC on topic Incompatibility with SEOGenerator

Incompatibility with SEOGenerator

Category: English K2 Community

I've got the latest version of K2, was having no issue with SEO Generator installed and activated, and for some reason now I'm getting the same error referenced in this thread when I try to access an article in the K2 backend.

I've been trying to troubleshoot, but can't figure out how to get it working again with SEOG running (no problems if I deactivate SEO G). Right before I got the error, I added for the first time some tags into K2, and added the tags to an article (so I know that I was able to access the article to edit it right before I started getting this error). Something about adding tags, and then adding tags to an article, caused this to not work again. Any idea of a fix?

Lefteris Kavadas said:Hi. A similar issue has been posted before and has already been fixed. Please make sure you are using the latest version of K2. For more info on this issue read this post.
Ignatius Ackermann said:I have just gone and installed SEO Generator, All excited, just to find that it "DOES NOT WORK" WITH K2. The first question regarding this was placed on the 5 August and it is now the 21 August. Can someone forward this forum link to management. It is really a sic feeling if we are left stranded and guessing. Soon I will have to ask instructions on how to export my 82 K2 Items to Joomla. It will be a sad moment as K2 is just what we are looking for. I trust and believe that we will find an answer soon.
Just to balance the scales, I'm not sure where the responsibility lies, Should K2 ensure that they are compatible or should SEO Generator modify their software. So my next stop will to seek help from SEO Generator
  • Fritz Müller
  • Fritz Müller's Avatar
  • Fritz Müller
  • Fritz Müller's Avatar
07 Sep 2009 08:58
  • Terry Collins
  • Terry Collins's Avatar
03 Sep 2009 14:10
Replied by Terry Collins on topic Item in more than one category

Item in more than one category

Category: English K2 Community

Indeed this is one option, but I would like a drop down list of tags for users to select from like the categories drop down.

Tom Kraft said: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
Displaying 6481 - 6500 out of 6582 results.

Powered by Kunena Forum