I need a "related-posts" widget for my orchard site, but I couldn't found it in Modules Gallery. Are there any tutorial for this sort of issue?
There is a good series here:
http://www.deepcode.co.uk/2011/06/real-world-orchard-cmspart-7finding.html
The article linked explains how to do related articles based on tags.
Does this also help? http://orchardproject.net/gallery/List/Modules/Orchard.Module.I9AOrchard.LinksRelacionados
Related
We need to add a feature to a site collection dynamically at runtime.
I found this and this, but no official documentation.
It would be good to have some docs where we can investigate this approach further
The "official" page is here (_api/web/features/add):
https://msdn.microsoft.com/en-us/library/office/jj245237.aspx
But its not too useful. Very lacking in examples.
The feature collection (_api/web/features):
https://msdn.microsoft.com/en-us/library/office/jj246446.aspx
I have 2 question,
I have created a multi tenant using orchard, is there a way to display recent blog post from multi tenant? Or if I can change the question, because it's using RSS, is there any way to display RSS using orchard?
The second question, is there any module that can show us a popular post? I try to instal http://gallery.orchardproject.net/Packages/Orchard.Module.galgodage.TopViews
but still not working at all, I already added the userview part to the blog post content but still the popular post not showing anything.
Thanks
In my "Articles" resource in the manager I have a table that shows all my posts. There I see: publish date/Post Title/Author/Comments and Tags.
I wish to have also a specific template variable to be displayed into this table.
Do you know, if there is a way to do that?
(I am happy for every hint, because "Articles" doesn't offer categories,so I need to create this option by template variables.)
By the way, do you know why there is no active forum for ModX questions? It is very difficult to get feedback or help for this content management system.
First of all, articles is discontinued. I just setup a blog and I used collections for it.
Next: forums.modx.com is a good place, twitter is fast if you add the #MODX hashtag to your question. Best option: Link on twitter to your question in MODX forums :)
Now on your main question: there is no option in articles to modify the view in the backend. If you use collections, it's easy and even described in the official docs: https://rtfm.modx.com/extras/revo/collections
As you can see on the image, you can have images (and all kind of TVs) in the overview. Collections can display all kind of TVs
As Articles and Collections is just another way to present resources inside the backend, it's 100% compatible. So you can change from articles to collections quite easily.
I am trying to build a website using Orchard CMS. The site has a product listing page where it has to show multiple product images. I would like to make a content type with Image Gallery to pick up multiple images for the product (has to show thumbnails too). Would this be possible? Can somebody direct me to the right documentation? The documentation on the Image Gallery codeplex site is not really well explained to my knowledge. Any help on this is greatly appreciated.
Try to use ImageMultipicker Field from Amba.ImagePowerTools module.
It allows to pickup muliple images and has http://imageresizing.net/ library for resizing under the hood.
https://imagepowertools.codeplex.com
https://gallery.orchardproject.net/List/Modules/Orchard.Module.Amba.ImagePowerTools/1.2
You need to create a list for Products first. You can add Image Gallery widget to your list as a part.
Check this link for more information:
http://docs.orchardproject.net/Documentation/Creating-lists
This seems to be just what you're lookinghttp://weblogs.asp.net/bleroy/archive/2012/03/30/zengallery-a-minimalist-image-gallery-for-orchard.aspx for:
Does Orchard CMS have something similar to the s3Slider? I have had a look about but can't find anything quite like it.
Orchard may/may not have something like that, but you can still use s3slider within your Orchard project as it is only jQuery.
There are a few. FeaturedItemSlider is one that can be found in the Orchard Gallery. I also created one myself called "ContentSlider", which can be found on codeplex.com.