Questions tagged [orchardcms-1.7]

Orchard is a free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET MVC platform. Version 1.7 was released in Jul 2013. This tag is intended for questions that specifically regard Version 1.7.

Orchard is a free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET MVC platform. Version 1.7 was released in Jul 2013. This tag is intended for questions that specifically regard Version 1.7.

See https://orchard.codeplex.com/

210 questions
11
votes
2 answers

Orchard CMS - Can Permissions Be Set for a Single Content Item Instance Such as a Custom Form

In Orchard CMS I know that permissions can be set for content types. What is the suggested way to set permissions on single instances of content items. In particular, I would like to use the custom forms module to create multiple custom forms where…
bingles
  • 11,582
  • 10
  • 82
  • 93
6
votes
2 answers

how can I debug the shape placement in the Orchard CMS admin screens

I had arranged shapes in the placement file, and they were not placed correctly. I want to debug the shapes placement, I enabled the shape tracing module, but the shape tracing tools is not showing in the admin screens. I wonder how can I show the…
Ahmed Ahmed
  • 1,036
  • 11
  • 16
5
votes
2 answers

Weird Taxonomy migration issue (1.6 to 1.7.2) in Orchard CMS

crosspost: https://orchard.codeplex.com/discussions/484033 I'm migrating from Orchard CMS 1.6 to 1.7.2. To give some background, I've hurdled a prior issue before migrating terms in taxonomies by updating the tables: UPDATE…
AnimaSola
  • 7,146
  • 14
  • 43
  • 62
5
votes
1 answer

how to remove OrchardLocal from Orchard URL?

I just downloaded the latest source codes of orchard. I run the solution using vs 2012. I am getting this URL in my browser. http://localhost:30321/OrchardLocal/ Is there a way I can remove "OrchardLocal" from the URL. when I push the app to the…
qinking126
  • 11,385
  • 25
  • 74
  • 124
5
votes
1 answer

Alter a Column with migration file?

Using orchad 1.6 in the migration file I have just altered a table and added a column. I need this column to be NotNull, but it doesnt allow you to alter a table enter a NotNull type, so i've used Nullable and entered data into the existing…
John
  • 3,965
  • 21
  • 77
  • 163
4
votes
1 answer

Orchard CMS - Remove the publish date & time page

I am new in orchard CMS... and I want to remove the publish date & time any one please tell me about that i am very thankful...below was the content want to remove... publish date , time , user name ( Nov 20 2013 , 12:46 AM , admin ) thanks
MANISHDAN LANGA
  • 2,227
  • 6
  • 29
  • 43
3
votes
1 answer

Can Orchard 1.8.x be installed on a build server that does not have Visual Studio Installed?

I also asked this question on the Orchard forum but no joy there yet. So here it is again... https://orchard.codeplex.com/discussions/569444 Please read for a few more details. IF the .NET 4/4.5 SDK came with a developer command prompt (like…
Seth Spearman
  • 6,710
  • 16
  • 60
  • 105
3
votes
1 answer

Orchard 1.7 - Create custom Workflow Activity for Unpublished

I needed to tap into a list of activities in Orchard CMS; unpublished activity being one of the requirements. I have looked and found out that Orchard default Workflow activity list doesn't have a unpublished activity. I have built a module that add…
Sworup Shakya
  • 1,328
  • 3
  • 16
  • 44
3
votes
1 answer

null id in Orchard.ContentManagement.Records.ContentItemRecord entry (don't flush the Session after an exception occurs)

I've created a new Movie ContentType with a Taxonomy Field attached (using migrations). The Taxonomy name and Terms get created using IEventHandler Enabled event. I log in to the Dashboard, I can see the Taxonomy field created with all terms. Now, I…
Bill
  • 2,026
  • 9
  • 55
  • 99
3
votes
1 answer

Efficiently querying for content items associated to a specific term in Orchard CMS 1.7.2

I've got a content type with a TaxonomyField, and a number of content items with various terms associated to them. Given a term (not a term ID, but the actual textual term), what's the most efficient way to query for all content items associated…
Bryan Porter
  • 1,585
  • 2
  • 10
  • 18
3
votes
1 answer

Display MediaLibraryPickerField when editting a part

I'm missing something here and can't for the life of me figure out what. I've added a MediaLibraryPickerField to a part I created: ContentDefinitionManager.AlterPartDefinition(typeof (FloorPlanPart).Name, cfg => cfg …
Larry Ruckman
  • 83
  • 2
  • 8
3
votes
1 answer

Persisting Part Record to Database

Working on creating my first Orchard Module and I am running into issues getting the form data saved back to the database. I have everything registered correctly as far as I can tell from looking at a lot of samples so I must be missing something…
Larry Ruckman
  • 83
  • 2
  • 8
3
votes
1 answer

How to export content items from Orchard CMS to CSV?

I have a requirement to export every record from a content type in Orchard CMS to a CSV file that can be opened in Microsoft Excel. I was surprised to see that this feature is not available out of the box or available as a module from the gallery.…
Alexander Preston
  • 1,665
  • 11
  • 15
2
votes
1 answer

File listing in Orchard CMS, client side?

One of my clients is asking to enable a "download section" in Orchard CMS. The idea is when a customer clicks in the download button in the main menu they will see a listing of folders and files. So when they make click in a folder name, the folder…
yenssen
  • 1,171
  • 2
  • 23
  • 37
2
votes
1 answer

How to get User creation date in Orchard?

I'm attempting to pull out the Created UTC value from my Orchard project but I keep getting "object is null" Here is my code IUser loggedOnUser = _orchardServices.WorkContext.CurrentUser; var userCreatedDate =…
Canvas
  • 5,779
  • 9
  • 55
  • 98
1
2 3
13 14