MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

private file  (Mono Support )

33906 put(a) pogledan, 15 odgovor(a) 19.1.2012. 13:52:42Kreirao(la) deluxxx
deluxxx

deluxxx

19.1.2012. 13:52:42
whether we can do to any user galleries had his? Available only for yourself? I mean just to be able to keep the txt files
Ovaj sadržaj još nije ocijenjen. 
214 Reputacija 27 Ukupno objava
khorvat

khorvat

19.1.2012. 14:45:57
Hi,

ordinary upload (UploadModule and SilverlightUploadModule) is using the FileGallery module and inside this module there is no support for privacy, if you use Photo gallery module you will have the privacy functionality.

Let us know if you need anything else.

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
deluxxx

deluxxx

19.1.2012. 15:12:30
Hi,

whether it is possible to change the file type photo gallery which I may add to the gallery?He wants to be able to add all possible, not only jpg PNG and the like

Regards
Ovaj sadržaj još nije ocijenjen. 
214 Reputacija 27 Ukupno objava
khorvat

khorvat

19.1.2012. 15:29:14
Hi,

you can check the supported image types by looking into a MonoSoftware.Core.Drawing.ImageUtility.ImageExtensions, and if you want to enable more types then you need to add new types into that list in the same format as other extensions added to ImageExtensions.

You should add them in the early stage of the application cycle e.g. Global.asax.cs Application_Start event.

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
deluxxx

deluxxx

19.1.2012. 17:05:18
hi,
where is this list?


EDIT:
I have also problem with the portal localization? I have something to add to the web config. I guess here: <providers>
<clear />
<add name="ResourceManager" type="System.Resources.ResourceManager,Mscorlib" customProperties="" />
<add name="DBResourceManager"type="MonoSoftware.Web.ResourceProviderModel.Providers.DBResourceManager,MonoSoftware.Web.ResourceProviderModel" customProperties="" />
</ providers>
but I have no idea what to enter there?
Regards
Ovaj sadržaj još nije ocijenjen. 
214 Reputacija 27 Ukupno objava
khorvat

khorvat

20.1.2012. 7:38:26
Hi,

this is all explained in the MonoX manual under the localization section. You need to change the default resource provider so you can dynamically localize your web site. Please read the localization section in the manual and get back to us if you need anything else.

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava
deluxxx

deluxxx

23.1.2012. 19:36:35
I would like to add other extensions but still looking and I have no idea where to add. You can have any other tips?
Ovaj sadržaj još nije ocijenjen. 
214 Reputacija 27 Ukupno objava
imarusic

imarusic

24.1.2012. 9:31:23
Hi,

regarding the DB resource manager:

Please take a look at this blog post. There you will find more details regarding the DB resource manager. To start using it you need to set the detaultProvider, in web.config, to DBResourceManager.

<ResourceProviderModel defaultProvider="DBResourceManager">
      <providers>
        <clear/>
        <add name="ResourceManager" type="System.Resources.ResourceManager, Mscorlib" customProperties=""/>
        <add name="DBResourceManager" type="MonoSoftware.Web.ResourceProviderModel.Providers.DBResourceManager, MonoSoftware.Web.ResourceProviderModel" customProperties=""/>
      </providers>
    </ResourceProviderModel>

Ovaj sadržaj još nije ocijenjen. 
3016 Reputacija 428 Ukupno objava
deluxxx

deluxxx

24.1.2012. 15:24:40
thanks for your reply.

I mean where do I add to the list of extensions associated with a private gallery. I want to be able to add other extensions that you add and not just image files. The translation itself advised.

khorvat say :
"you can check the supported image types by looking into a MonoSoftware.Core.Drawing.ImageUtility.ImageExtensions,
and if you want to enable more types then you need to add new types
into that list in the same format as other extensions added to ImageExtensions.

You should add them in the early stage of the application cycle e.g. Global.asax.cs Application_Start event."

I have no idea what's going on


Regards
Ovaj sadržaj još nije ocijenjen. 
214 Reputacija 27 Ukupno objava
deluxxx

deluxxx

31.1.2012. 7:36:37
any ideas suggestions? please help me ;(
Ovaj sadržaj još nije ocijenjen. 
214 Reputacija 27 Ukupno objava
1 2