Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there a simple way to do this? I have a number of images that when I use
<xsl:variable name="media" select="umbraco.library:GetMedia(imageHero, 0)" /> <xsl:if test="$media"> <xsl:value-of select="$media/umbracoFile" /> </xsl:if>
It outputs the umbracoWidth not the umbracoFile
I know that is I save the image, all will be well. But, somewhere when being used it keeps reverting. I'm looking for the equivalent of deleting the umbraco.config and republishing for the media folder
Any ideas?
Have a look here
http://our.umbraco.org/wiki/reference/api-cheatsheet/publishing-and-republishing
That is ContentService. Nothing about MediaService to reset the media side of things?
Try going to the Developer section -> "Examine Management" tab -> "InternalIndexer" & "ExternalIndexer", Click "Rebuild Index" for both
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Rebuild media cache?
Is there a simple way to do this? I have a number of images that when I use
It outputs the umbracoWidth not the umbracoFile
I know that is I save the image, all will be well. But, somewhere when being used it keeps reverting. I'm looking for the equivalent of deleting the umbraco.config and republishing for the media folder
Any ideas?
Have a look here
http://our.umbraco.org/wiki/reference/api-cheatsheet/publishing-and-republishing
That is ContentService. Nothing about MediaService to reset the media side of things?
Try going to the Developer section -> "Examine Management" tab -> "InternalIndexer" & "ExternalIndexer", Click "Rebuild Index" for both
is working on a reply...