Questions tagged [sitefinity-3x]

The tag is used to signify questions related to Sitefinity CMS before its rewrite in version 4

Sitefinity was written from the group up in version 4.0, changing the API and architecture. Since that's a major change, questions for versions earlier than 4 are usually much different and have different answers.

13 questions
2
votes
2 answers

Importing into SiteFinity

I just finished installing SiteFinity 3.7 standard version on windows server 2008. Is there a way to entirely/partially import an already existing .NET project (ASP.NET) into SiteFinity with some minor changes in the code of course (may be by…
zack
  • 7,115
  • 14
  • 53
  • 63
2
votes
2 answers

Upgrading from Sitefinity 3.7 to 4 - what are the defining pro's?

I have a number of Sitefinity sites, running on 3.7. I am looking to hear pro's / cons for updating to version 4. Why would, or wouldn't you? Edit: forget the cons. Can anyone list convincing pro's that will make a difference for them? I'm not just…
Tobiasopdenbrouw
  • 13,811
  • 1
  • 22
  • 27
1
vote
1 answer

Creating a custom blog design in Sitefinity 3.7?

I'm working on a site that requires the layout of the blog to be changed. I read somewhere that I need to map a custom control. Anyone know what this involves? I don't need a fully fledged answer, just some direction. Thanks! Peter
Peter Scott
  • 184
  • 2
  • 3
  • 21
1
vote
1 answer

Add custom font to Sitefinity theme?

enter code hereI am working on a Sitefinity 3.7 site and the template I'm building requires some custom fonts from the 'opensans' font family. I created a folder called "Fonts" inside the theme I made for this template and put the .svg, .eot, .tff,…
Dejsa Cocan
  • 1,539
  • 3
  • 19
  • 56
1
vote
1 answer

Create a page programmatically with Sitefinity API

I want to create a page programmatically with the Sitefinity API, i know which code to write, but i don't know which file to create or to edit to insert this code, please help me, this is the code that i want to insert, thanks in…
Vervatovskis
  • 2,277
  • 5
  • 29
  • 46
1
vote
1 answer

ServiceStack and Sitefinity V3.7 webservices Sync or Async?

I tried to implement a simple webservice using ServiceStack and Sitefinity V3.7sp3 net35. I added ServiceStack as localhost/api using this web config. After implemented the service class using IService to get the full items News contents and…
user325558
  • 1,413
  • 5
  • 22
  • 35
0
votes
1 answer

Custom Workflow in SiteFinity 3.7

I have the following requirements for a workflow in SiteFinity 3.7. I believe that some of the requirements are not possible, so I'd like to clarify which (if any) aren't and analyze if there are workarounds for these or if they're supported in…
Jeremy Wiggins
  • 7,239
  • 6
  • 41
  • 56
0
votes
1 answer

Problems with Jquery UI and Sitefinity 3.7

Im building a search autocomplete using Jquery UI. Everything worked perfectly fine when I built the search in a minimal document with nothing but an input. eg: and the Jquery