Kentico Navigation Menu Using hierarchical Viewer - kentico

I am new to Kentico have learnt Most from Documentation but want to make Navigation Menu from scratch using Kentico 12 Portal Engine have tried googling most articles but have not found anything which makes navigation menu from scratch
Any Link help would be appreciated or some Guidance

This is bit older article but the idea still applies.

Related

Have libraries navigation using arrows in Sharepoint Online

I am currently working on the homepage on a Sharepoint online site.
Is there a way to allow the user to navigate between some libraries using arrows? Kind of the same as Image Gallery web part but instead of having images, have directly the different library displayed.
Thank you in advance for the help !
We can not use SharePoint modern document web part, so we could use DetailedList instead.
Official example renderings:
We can write a button on the left and right of the DetailedList to switch the data source of the DetailedList.
Then you can achieve the effect similar to the carousel.

Navigation Bars in Sharepoint

I'm working on creating a team website at work. I would like to make a nav greyed out such that when I click it, nothing happens. It seems that the default nav options always link to an empty page.
Any assistance is much appreciated. I am using sharepoint online for site creation.
Thanks.
Using IE F12 developer tools to check if some JavaScript error occurs or not.
And provide some screenshots for further research.
If you want to customize navigation bar, the articles below for your reference:
https://chrisstahl.wordpress.com/2014/03/31/customizing-sharepoint-2013-global-navigation-with-css-and-jquery-part-5/
http://www.sharepointdiary.com/2014/11/sharepoint-2013-top-navigation-bar-branding-css.html
https://sharepoint.rackspace.com/branding-top-navigation-in-sharepoint-2013

How to secure content in Orchard CMS

I'd like to use the roles and membership ability of Orchard CMS to limit access to a staff portal in Orchard CMS. At present there doesn't look like there's an out of the box way to do it.
I've found numerous references to modules that should be able to help out but none seem to work.
Very Simple Permissions is a codeplex item suggested by some that has a dead link nowadays and doesn't seem to exist on codeplex.
Science Project: Quanta destroys my site everytime I try to install it with a missing dll issue, and not sure if its what I need anyways.
Does anyone have any guidance as to how to either: show/hide menu items based on roles using the standard menu system or advanced menu plugin
or
limit content visibility based on roles. If its a module fantastic, otherwise don't mind getting my hands dirty with some coding but a point in the right way to do this mvc style would be great. I'm going to presume I need to edit the controller for the menu module to check for current membership and adjust the view data accordingly. I'm moving away from webforms. slowly. Still getting my head around the framework.
Thanks for checking in.
For those who are still struggling with this, there's a module is called ContentPermissions which is available here:
gallery.orchardproject.net/List/Modules/Orchard.Module.Orchard.ContentPermissions
Once installed, you can then add the ContentPermissionsPart to the Content Type you want to secure.
Quanta really is what you want. You are probably missing one of its dependencies. Pete, the author, is also super-active on the CodePlex forums so if you ask there, you'll get an answer.
UPDATE: Orchard 1.5.1, the current version as I'm writing this update, supports content item permissions and menu trimming out of the box.

Anyone using Artisteer with Orchard CMS to create Themes?

Microsoft's new open-source CMS Orchard comes with a small number of Themes (page layout templates).
I would like to have a tool a designer could use (such as Artisteer) to generate new themes.
Has anyone used Artisteer, or another designer friendly tool, to generate themes for Orchard?
There is no such a tool for the moment, but you can simplify your life by using code-generator that comes with orchard. You can read about it here.
Also following liks might be helpfull:
Anatomy of the Theme
Template File Syntax Guide
UI Guidelines for Theme Authors
Artisteer doesn't work with Orchard.
Take a loot at http://orchard.tuning.bind.pt

Sharepoint web part for editing list items

I'm trying to create a web part that will enable users to edit items without ever leaving the AllItems.aspx page. The web part should have a similar functionality like the EditForm.aspx page.
I've created a simple web part with a ConnectionConsumer("Row") that successfully shows the selected ListItem but I'm trying to figure out how to programmatically create a form depending on the list with a save/update functionality.
I would appreciate a simple solution or a nudge in the right direction.
Thanks
What you are trying to do is not possible out of the box but it should be possible to use the SPGridView and the ListFieldIterator decorated with AJAX to get the things working as you wanted.
You can refer to the below items and build a control that does what you want.
Using SPGridView in WebParts
Articles on ListFieldIterator
ListFieldIterator
Once you build it you can try sharing the code as this is a pretty common thing everyone wants and I didn't find a good implementation of this kind so far.
This definitely sounds like a nice feature. I would love it if you could put the solution on codeplex, you're choice of course.
I've had a sneak peak on SharePoint 2010 and AJAX enabled editing is found on lots of places so I wouldn't be surprised if some kind of feature like the one you are working on will be included.
Good luck!

Resources