Quantcast
Channel: Episerver 7 CMS
Viewing all 113 articles
Browse latest View live

HTML tags in language XML file

$
0
0

Hi,

The traslate method returns blank when there is <![CDATA[ in the language file

XML file below

<?xml version="1.0" encoding="utf-8" ?><languages><language name="English" id="en"><property><home><logotext><![CDATA[
            Logo <br />text
          ]]></logotext></home><subnav><search>Search</search></subnav></property></language></languages>

@Html.Translate("/property/home/logotext")


Episerver Search - Indexing job - Not indexing all pages

$
0
0

Hi!

I have a customer where we use Episerver Search to search for content. I have used Find for a different customer I worked with before so please don't tell me to use that instead because the problem I have at the moment I have had both with Search and Find :)

Anyway, the problem is that the content can be indexed and searchable one day and then the next day it isn't. I have tried to reindex the pages by using the following job:

http://customerssite/EPiServer/CMS/Admin/IndexContent.aspx 

But all the pages that we want to be searchable does not get indexed at all. At the moment I'm having a bunch of pages that should be indexed but when I search for them I can only find 4. 

We are using version 7.

Have any of you had this problem? If so, how did you solve it?

Thanks in advance!

Could not find a part of the path 'D:\MyApp\secure\Shell\2.1.118\ClientResources\packages.config'.

$
0
0

Hi All

I am getting below exception when am login to CMS server. Immediately after login i am getting below exception.

Could not find a part of the path 'D:\MyApp\secure\Shell\2.1.118\ClientResources\packages.config'.

Language enabled, but not available? (can't click Translate button)

$
0
0
I enabled denmark under admin mode -> config -> manage website languages, but it doesnt turn up under the Sites tab in edit mode. If i show Show All Langagues i'll see it. If i then switch to denmark tjhe page Tree is empty. I choose to show contant that is not danish, and i'll see the global en tree. I select settings page and episerver tells me that the content is english, and asks if i'd like to translate it to danish. But i can't click the translate button.
 
What am i missing?

[EPiServer 7.19.1.0] TinyMce image not saved

$
0
0

Hi,

I have an issue where when an image is inserted using the ImageVault button (Meridium plugin) the control does not register the change until further changes are made in text editor.

The system does not auto-save the updated content and the publish option is not made available.

It only registers the change when I add more text after the inserted image.

It seems like the change event is not being fired if an image is inserted using the Meridium plugin.

Does anyone have any suggestions/solutions for this?

Where do I put a XSLT file for reference from a class?

$
0
0

Sorry for the newbish (*) question, but we are in the process of building a html sitemap. We already use the excellent SEO.SiteMaps plugin to generate an xml sitemap, so instead of creating my own from scratch (a task fraught with peril if browsing the source of the aforementioned plugin) I was thinking of reusing SEO.SiteMaps to generate an alternate format. As the plugin does not itself seem to be pluggable (pun intended), the thought being to just specify an alternate output processing class, I thought I could rather just work with the output directly using XSLT to transform the XML into HTML. Meaning I would just create a stream of /sitemap.xml and pipe it into my processor.

After some tinkering in the console using

xsltproc transformation.xslt sitemap.xml

to get the transforms right I was ready to implement this in C#. The problem is that I have no idea where to put the xslt file and how to reference it. I am not EpiServer expert, and the other "experts" at work have no clue either and cannot point me to any good reference docs for the EpiServerFramework.config. I am fairly confident I would add something like this to the config file

<add virtualPath="~/Resources/XSLT" name="something" type="something else" etc />

But the details are missing. Any help or points in the right direction?


P.S. This forum does not exactly excel in its usability compared to modern alternatives which lets you write in Markdown and other dev-friendly formats. The friggin' thing removes my inserted xml code when updating the post!

* Ex-JEE, now front-end techie, dabbling with the BE on a seldom occation

implement Facebook login in episerver

$
0
0

Hi,

i want to have a login with Facebook option on my EpiServer login page in Episerver 9.

But i m unsure how to customise EpiServer login page as per the requirement.

Help Appreciated

Thanks,

Rushabh

Export/Import translations

$
0
0

Hi,

I would like to export all translatable content (properties with the CultureSpecific attribute) in a readable format for an agency to translate and then re-import it.  Does anyone know if there is a free tool available that I can use?

I came across a couple of connectors, but can’t try it out without requesting a demo or paying for the service.

Thanks,

Danie


Restrict Blocks in ContentArea

$
0
0

I'm having a issue restricting what kind of Block to be inserted in a ContentArea. What I want is that the SliderBlock's ContentArea property can only have insertion of a SlideItemBlock.

My block classes:

[ContentType(...)]
public class SlideItemBlock : BlockData
{
	[Required]
	Display(Name = "Image")]
	public virtual string Image { get; set;}
}
[ContentType(...)]
public class SliderBlock : BlockData
{
	[Required]
	[Display(Name = "Slides")]
	public virtual ContentArea Slides { get; set; }
	//Should only accept insertion of SlideItemBlock
}

    

Or is this the wrong way to achive what I'm trying to restrict for the editor to not drag and drop wrong block types?

As of now, I can create a SliderBlock and insert a SlideItemBlocks in it. If I then insert the created SliderBlock in a new SliderBlock I get a forever and ever loop and It breaks the site. This is what I'm trying to control.

Allow user to view Reports and NOT be able to edit the site

$
0
0

I have a request from our client to allow one of their employees access to run/view Reports (tab under the CMS view), but not edit the site. Is this possible?

Find pages that uses a specific block type

$
0
0

Hi,

I would like to find which pages that use a specific block type and was wondering if there is a plugin built for this available?

Otherwise if someone has some sql query for it?

I want to search in production so thats why i would like a sql query and not do it in code for the sql query case.

EPiServer 7.5 is used.

/Kristian

Error upgrading Add-on Store and other add-ons

$
0
0

Hi,

I'm getting the error "Error updating add-on "EPiServer Edit UI 2.1.82""There are assemblies installed with add-ons present in the main 'bin' directory. Please check the log for details." What gives?

 

And when will this DLL hell be fixed? There are assemblies all over the place now, VPP/Modules/ModulesRepository, bin, modulesbin and packages (400 MB). It's impossible to keep track of them, and they are multiplying themselves by each upgrade and each new project.

I guess you don't see this problem with one project, but if you're working on 20+ projects and in different environments it's getting ridiculous.

Autosend mail on user activation

$
0
0

Users can apply to get a account on a episerver website. When these are created they by default have active set to false. A administrator then activates this manually in the admin-interface. I wonder if it is possible when this checkbox is checked that a automatic mail is sent to the user?

 

I really appreciate any help someone can provide.

How to do the most simple divider-control in EpiServer 7?

Geta.SEO.Sitemaps error in Admin view

$
0
0

Hi,

I'm using EpiServer CMS 7.19.1.0, and I install package for Geta.SEO.Sitemaps but I have the following error in Admin - Search engine sitemap settings

Method not found: 'EPiServer.UI.SystemMessageContainer EPiServer.UI.SystemPageBase.get_SystemMessageContainer()'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.MissingMethodException: Method not found: 'EPiServer.UI.SystemMessageContainer EPiServer.UI.SystemPageBase.get_SystemMessageContainer()'.


Does anoyne know what could be the problem?

Thanks


Problem with links to Media in EpiServer CMS 7

$
0
0

Hi,

I found strange behaviour of EpiServer about links to pdf documents from Media, the problem is that when I go to sitename.fi/episerver and then go to Page A where I have Xhtml string property and I insert links to pdf files with Media option selected. After the page is published if I go to sitename.com/episerver and then Sites - suomi(Suomi)(fi-Fi) and then to the same Page A, in epi editor the links are under External??

Has anyone encountered something similar?

Thanks

TypeMismatchException

$
0
0

Everytime I edit a block, I can see an exception for about 1 second, then the page disapears and gets replaced by the edit-view in forms-mode. I've checked the logs and the exception occurs in [MYHOST]/EPiServer/CMS/edit/PreviewContainerPage.aspx?id=9_18&epiworkspaceactive=true

Message: "Content with id '9_18' is of type 'Castle.Proxies.SlideShowProxy' which does not inherit required type 'EPiServer.Core.PageData'"

Anyone who knows what that is? It's not a problem actually, just very annoying

Embedded language file for Add-on

$
0
0

Hi,

I'm currently working on an add-on for EPiServer CMS 7, and I've created a NuGet package that works fine except one thing - the language file.

For previous versions of CMS, we always had the language file in the lang folder in the site root. However, because of the new module architecture and since the language folder path is now configurable, I thought that it would be better to embed the language file instead.

I've searched high and low for an article explaining how to do that, but haven't found anything. So, what is the best way to embed a language file into the dll? Also, do I have to have separate files for each language, or can they be in the same file?

Thanks,

William

Is there any way to hide the settings tab?

$
0
0

Hi!

I wonder if there is any way to hide the default settings tab in forms edit mode, either completly or for a certain user group?

How to get the textarea for Longstring in the old editor UI

$
0
0

The new

[UIHint(UIHint.Textarea)]

is working fine in the new UI.

But if (for some reason) the editor wants to edit that property in the old UI? Well the textarea is gone, there is only a textbox input now.

How to fix this?

Viewing all 113 articles
Browse latest View live