content-management-system

Plone and Asp.Net Integration

无人久伴 提交于 2019-12-05 09:01:50
How to: Make an Asp.Net application to recognize a plone authenticated user (his/her id, roles and any other available data) and vice-versa? Show plone contents inside my asp.net application or show some application-specific data inside plone? Insert plone contents from inside an asp.net application? optilude There are a couple of high level approaches: Security: Put a web server in front of both Plone and the ASP.net application and use the auth_tkt cookie format. Apache and nginx support this, for example, and Plone 4 has built-in auth_tkt cookie format support. Use a shared ActiveDirectory

Blank index.html in CMS softwares instead of .htaccess

萝らか妹 提交于 2019-12-05 03:19:19
I noticed Joomla, Wordpress and other CMSs have blank index.html files in ALL their sub folders to prevent people from peeking into the folder structure. My question is why can't they forbid folder viewing using the .htaccess file instead of putting a blank index.html file into all the folders. What's the difference and why have they chosen index.html? Turning off folder 'Indexes' is best done in the master httpd.conf or vhosts.conf file rather than local .htaccess files. Joomla (and Mambo before it) have been around quite a while and are used widely on shared hosting servers. The decision was

integrate CMS with an existing ASP.NET web site

孤街醉人 提交于 2019-12-05 02:55:52
I am trying to integrate a CMS into an existing ASP.NET Web site built with .aspx files and .aspx.cs code behind files (not compiled). My research indicated that my best candidate is N2 CMS. My ideal approach is to configure the editor with various editable content types and have my existing pages and user controls use the API to retrieve the content and place it pro grammatically into containers. I couldn't find how this can be done, anyone have any idea how and if can this be done ? Is there any other CMS that is better suited for the task? We have had this exact setup existing web

Selecting multiples choices in django admin filter list_filter?

那年仲夏 提交于 2019-12-05 02:31:30
Currently i filter by some option in django's admin interface. For instance lets say i filter by 'By status'. Is it possible to select multiple statuses to filter results from? Here is the screenshot of the filter: Can i select multiple items from this list? Not in the admin UI, but if you modify the URL, you can make the filtering criterion more complex. For instance, now the URL (after you click on a filter) probably ends with something like ?status__exact=a You can change this to status__in=a%2Cm in order to see both statuses a and m . The %2C encodes a comma. You can also add the following

Orchard Contact Forms

对着背影说爱祢 提交于 2019-12-05 01:57:39
I've been trying to setup a contact form via Orchard CMS v1.6 but I'm not really sure how to do it. I tried installing the Custom Forms module but i think this isn't compatible with the latest version I'm using. Any suggestions? The Custom Forms module is very powerful and flexible, but it's not obvious at first how to make a contact form using it. Once you've figured it out though you can do a lot more with it. Step 1 - Create a content type for the contact information you want to collect In /Admin/ContentTypes click 'Create new type' to make a type with all the info you want your user to

Which CMS should I use to manage a small internet site without programming experiences? [closed]

拈花ヽ惹草 提交于 2019-12-05 01:32:02
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I'm looking for a CMS system to manage a simple and small website. The website will be made with pure HTML and some JavaScript (perhaps prototype library). The reason while I'm looking for a CMS system is, because the customer will have the ability to change the content later by him self, and of course he didn't

Reviews/Comparison of Open Source ASP.NET MVC CMS [closed]

点点圈 提交于 2019-12-05 01:09:43
I am looking for an open source CMS for ASP.NET MVC. I have found MvcCms, N2, and AtomicCMS. I'm looking for any advice, anecdotes, resources or articles comparing the different open source projects so I can find the best one for my project. I'd like to find information about the features, extensibility, relative reliability and continued development of the different projects. Thanks guys. You ought to look at Orchard CMS. It was released a few days ago, so still in its infancy. We are having a very close look as most clients want this kind of thing. Orchard is open source, but it is part of

Drupal theme functions workflow in module

你。 提交于 2019-12-04 22:23:10
I am a bit newbie in Drupal theming and I can't get one detail in Forum modules theming. forum.module file contains forum_theme function that controls how this module is themed and has this line function forum_theme() { ...... 'forum_list' => array( 'template' => 'forum-list', 'arguments' => array('forums' => NULL, 'parents' => NULL, 'tid' => NULL), ), I also see forum-list.tpl.php file in forum directory, so I start to wonder when this file is called and where it gets data from, but all I can find in forum.module is this function. function template_preprocess_forum_list(&$variables) Am I

How to link external css in wordpress? [closed]

…衆ロ難τιáo~ 提交于 2019-12-04 21:56:58
Closed . This question needs to be more focused . It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post . Closed 4 years ago . The theme i'm using supports only one primary header menu. I'm trying to make another one using another one using external css . How can i link external css in wordpress theme. Your best option would be to enqueue the file onto the page you want. In the functions.php file, add this code // Register style sheet. add_action( 'wp_enqueue_scripts', 'register_custom_plugin_styles' );

how to run SmartStore.NET in localpc

為{幸葍}努か 提交于 2019-12-04 20:43:54
How do I start smartstore.net in Visual Studio localhost? I downloaded the GitHub code and opened project file from SmartStoreNET-2.x\src\SmartStoreNET.sln The download link is: https://github.com/liuzengjun/smartstore prtk here some steps for build project 1.open you project/solution in visual studio 13 or you can use visual studio 12 but make sure that it must be fully updated because solution uses the latest version of mvc and all other controls. 2.build SmartStore.Web.Framework. 3.build SmartStore.Web 4.build SmartStore.Services 5.build SmartStore.Data 6.build SmartStore.Core 7.build