Help Desperately Needed ---
Hi All,
I was messing with adding a breadcrumb control and files to my sitefinity 4.3 version. I am now getting an error. I tried loading the bin folders under Admin / files and the site is throwing an error now. I desperately need to fix this but can't get into the site to do so. How can I delete the offending dll files that I added? The reason that I added them in that section is that for some reason my sitefinity website is not recognizing the fact that I added dll files under the bin reference folder. I find this very frustrating. All I am trying to accomplish is to get a simple widget installed that will allow breadcrumbs for version 4.3. Why did you take this option out? How can I fix my site?
Heather,
Thank you for responding but it didn't help, I ended up having to delete the files that were added.
Why did Sitefinity take out the breadcrumbs for version 4.3? All I want is something similar to
"Home" >> Name of the page as a breadcrumb widget. How can I create one? I also need to find out if it as all possible to change the label "Pages" in the header Dashboard -- Pages -- Content
without breaking the site to the word "Home" -- Dashboard -- Home -- Content.
Is that even possible in sitefiity?
Thank you
Heather,
<
runtime
>
<
assemblyBinding
xmlns
=
"urn:schemas-microsoft-com:asm.v1"
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Telerik.Sitefinity"
publicKeyToken
=
"b28c218413bdf563"
/>
<
bindingRedirect
oldVersion
=
"4.3.1873.0"
newVersion
=
"4.3.1885.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Telerik.Sitefinity.Model"
publicKeyToken
=
"b28c218413bdf563"
/>
<
bindingRedirect
oldVersion
=
"4.3.1873.0"
newVersion
=
"4.3.1885.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Telerik.Sitefinity.Utilities"
publicKeyToken
=
"b28c218413bdf563"
/>
<
bindingRedirect
oldVersion
=
"4.3.1873.0"
newVersion
=
"4.3.1885.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Telerik.Web.UI"
publicKeyToken
=
"121fae78165ba3d4"
/>
<
bindingRedirect
oldVersion
=
"2011.1.413.40"
newVersion
=
"2011.2.915.40"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
Hi, I am trying to find some way to get the breadcrumbs to work the way we want to since sitefinity to them out after version 4.0. I managed to get a control that does the breadcrumbs, but It starts with "Pages" as it's home page. I want to be able to change the Sitefinity Dashboard from "Pages" to home. See attached screen shot. Is there any way to change the dashboard names in Sitefinity without breaking the site?
Hi,
To change Pages to Home in Sitefinity backend go to Administration->BackendPages and edit title and properties of the the page called Pages (Actions menu -> Title & Properties) change title and title for search engines to "Home". I have tested this and it didn`t caused any problems since the title was just a resource value for PageResources: Pages. The resource value can be also changed in Administration-> Interface labels and Messages. I suggest doing a test run on this on a blank project.
Regards,Hi! Thank you for responding,
I was able to get into these settings this morning, however, I'm not sure which ones to change to "Home" I tried the following settings attached, but I am getting the error attached as well.
When changing it in Name - Do both values change ?
When changing it in "Title for search engines" - Do both values change ?
Can you change the value in the URL as well?
Thank you!
Hello,
Enter "Home" in Title and Title for search engines you are getting error because refering to HomeResources which don`t exist in the project. Both Title and Title for search engines must be changed.
The Url is generated based on the Title field if in Title you enter "Home" the url will be Home.
Hello,
I too am working on the same thing and I followed all of the steps listed. Everything seems to work, except I am still getting "Pages" listed in my breadcrumbs and not "Home". Is there anywhere else I might need to change Pages to Home?
thanks,
Chris
Hello Chris,
If changing the backend page to be named Home instead of pages it will be changed in Sitefinity backend, however I am not sure about the breadcrumb widget. Can you give me a link to download the breadcrumb widget to test this scenario with it?
Greetings,
Stanislav Velikov
the Telerik team