I have joomla 2.5 site.I am using k2 component.Eack K2 category give one url for feed url.
example
My_site_Url/index.php/component/k2/itemlist/category/26-us.feed
I can get one feed Url for one category.
How can get all category? Please advice me.
Sorry for my english.
Thank All friend
You can use a professional solution to create RSS Feed for Joomla K2 by obRSS with K2 at Joomla K2 RSS Feed Creator
Related
I use joomla for my websites but there is not a good commenting component for joomla ( i used jcomment but i don't like it). my last website is a blogging site for an ecommerce site, so i decide to use k2 for its blog section but last release of k2 is for last year.
my 2 reasons for using k2 over joomla's core articles are 1: built-in commenting system, 2: overriding layouts in k2 is simpler than joomla.
now i sould use joomla's core articles for blogging or k2? or even i should switch to wordpress (i didn't use wp before)?
If the sole purpose of your website is blogging, then you should move to wordpress. Wordpress is easy so you should not have any major problem. Watch a few youtube videos and you will be able to get started.
Make sure you enable akismet spam protection for wordpress.
I have facing two issues in the Joomla 3.X regarding the rewrite the URL of Category Blog pagination.
Problem 1. "?start=6 OR ?limitstart=6" to "/page/6"
Problem 2: By default in category blog pagination url it uses limit value for eg. if i have to set 5 articles in a page then on page 2 the url is ?start=6, I want the URL is /page/2.
Early response is highly appreciated.
Joomla! cannot do this out of the box. You will need an SEO plugin to accomplish this. sh404sef should be able to handle it.
I'm beginner in joomla and I've written a custom component for joomla and I want link a K2 article to my content. In other words I want
In backend Go to in my component settings and choose the article from the k2 article's list.
In frontend when it's shows I must see My content + article
I use joomla 3.x.
Any suggestion how to do?
You can use Custom form field type to create a custom form field for K2 article list for you custom component. For more information you can refer this documentation :
Creating a custom form field type
Hope this information will be helpful for you.
I am trying to make it so that I can have a category blog that displays three articles, and one of those articles be a category list that will list some other recent new articles on my site. Is there any way of doing this in Core joomla or do I need a plugin?
Thanks,
Mike
You could use loadmodule to load a latest news or other module set to display the categories you want into one of the articles in your blog. Alternatively you could have an alternate layout that renders that module would need for an article.
I'm using Joomla 2.5.1 along with K2 2.6.5. I am trying to figure out how to use SEF urls in K2. I have my site with the 'real' folder 'coolmovies'. Joomla controls this folder.
Within K2, I have a category alias='scifi', within which I have an item alias='startrek' and 'startrek' has the item id 42. Currently this url works:
http://mycoolsite.com/coolmovies/42-startrek
I update the SEF settings for K2 to the following:
In theory, this should now work:
http://mycoolsite.com/coolmovies/scifi-startrek
But it doesn't. I've tried all kinds of permutations, but I get nothing but 404 errors.
I've found this link for reference.
http://getk2.org/community/New-to-K2-Ask-here-first/6472-K2-SEO-issue---Can-it-be-fixed?limit=20&start=40
Any help would be appreciated!
from my experience, it is very difficult to control k2 url's using joomla core SEF. you will probably have to install a 3rd party component.
i eventually installed artioJoomSEF and managed to sort it out.
you can also try aceSEF (http://www.joomace.net/joomla-extensions/acesef-joomla-seo-sef-urls), which i find easier to work with.
The construction of your URL is wrong. If your category alias is "scifi" and your article alias is "startrek" the url should be
http://mycoolsite.com/scifi/startrek