Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Image Manager in Admin - version 8

  1. #1
    Tek7 is offline Senior Member
    Join Date
    May 2006
    Posts
    137

    Default Image Manager in Admin - version 8

    I'm trying to add an image to a topic and I can't get it to browse anywhere. Am I missing something?
    May

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Your /RadControls/Editor/ConfigFile.xml file is probably missing the image property values. Open that file up and make sure the image areas look something like this:

    Code:
    	<property name="ImagesPaths">		
    		<item>~/images</item>
    	</property>
    	<property name="UploadImagesPaths">
    		<item>~/images</item>
    	</property>
    	<property name="DeleteImagesPaths">
    		<item>~/images</item>
    	</property>
    	<property name="ImagesFilters">
    		<item>*.gif</item>
    		<item>*.jpg</item>
    		<item>*.jpeg</item>
    		<item>*.png</item>
    		<item>*.bmp</item>
    	</property>

  3. #3
    Ben-LynxSI is offline Member
    Join Date
    Mar 2010
    Location
    Vancouver, BC, Canada
    Posts
    41

    Default

    Cool! I had the same problem... Thanks for posting this.
    Ben Swayne - C#/ASP.net/jQuery/Ajax/SEO
    Lynx System Integrators Ltd.
    Lynx Live Agent - real-time analytics, live chat and sales software for ASPDotNetStorefront
    My Personal Website