Browse by Tags

Tagged Content List
  • Forum Post: Re: Media Galleries need themes just like BLOGS have

    Dave has anyone tried simply creating a CSModule that creates a media gallery for the user on registration? Hello! We're running a business here! We don't expect to have to run round getting our developers writing code to put back features which have been removed from off-the-shelf...
  • Forum Post: About moderation

    How does one setup CS2008 beta to send emails to admins whenever there are posts to moderate? And I mean posts for forums and/or for media galleries as well. Also, where on Control Panel do we have a link to show ALL MEDIA comments waiting for moderation just like we have for the forums? I just...
  • Forum Post: Setting Max File Size for Media Gallery

    Hi, How/Where can I set the maximum file size that is allowed to be uploaded in a Media Gallery? I am trying to upload a .wmv file 5 MB in size, but get an exception saying " System.Web.HttpException: Maximum request length exceeded." -- Paras
  • Forum Post: Re: Setting Max File Size for Media Gallery

    I found the solution for this. In your web.config file, add the following tag: < httpRuntime executionTimeout = " 1800 " maxRequestLength = " 512000 " /> inside <configuration > < system.web > </ system.web > </ configuration > Obviously, you can...
  • Forum Post: Re: Direct link to download file in Media Gallery

    Thanks Alex for the response. However, this does not match what I am looking to do. We have an external Silverlight Media player (it is on a separate page and we do not want to embed it in CS) that will be playing the video media file uploaded to Media Gallery in CS. All we need to play the video...
  • Forum Post: Direct link to download file in Media Gallery

    Is there a way for me to get a direct link to a file uploaded in a media gallery? Basically, if we have a video (.wmv file) uploaded to the media gallery, we want to play it in our own custom player instead of giving the user an option to download it. Any pointers in the right direction will help...
  • Forum Post: Re: Video preview picture

    I just released a video preview generation module that does what you want, I believe. You can download the binaries and source for free. Get it here!
  • Forum Post: Media Player Show Custom Image on PreView Mode

    So if I understand it correctly, when I have the MediaGalleryPostViewer ViewType = “view” then when the user visits the page the video is download. What’d I’d like to do is, set this to “preview” to save on bandwidth but I want to have Custom Image in the Preview...
  • Forum Post: Re: Galleries and Bulk Image Upload?

    I agree. After my recent update it was my plan to reorganize our file gallery. But since we cannot do that I have to stick with the current folder structure. I wish the good Telligent people would make it possible to move files, just as you can move forum posts, without loosing the upload/download...
  • Forum Post: Length of URL when uploading video

    What's the make length of a URL when uploading a video? I asked this question in the bugs forum but I guess it wasn't good enough. If I upload the following video into a media gallery, I get a 4001 error: http://mycompendium.net/ICSETEST/1111111111111111111111111111111111111/111111111111111111111111111111111...
  • Forum Post: Best practices for running photo upload contest

    I also want to know what is best way to set up photo upload contest? Is setting up media gallery is best and allow users to upload photos or there is other module which is designed for contest?. And once we set up that how do we find out which is winning photo. And also is there any othe setting...
  • Forum Post: Roadmap - any details on plans for improved user files gallery?

    Several of our CS 2007.1 websites are heavily focused on the image galleries - each user has an image gallery autocreated for them and hence everyone's photos appear in one place - the "images" section, a kind of in-site flickr. In order to upgrade these sites to 2008.5 SP1 we are going...
  • Forum Post: Browse media by tags... list view possible?

    We're running 2008.5 SP1 and I'd like for the presentation of our 'browse media by tags' pages to be list-view type rather than thumbnail-type. Most of our media items are PDFs, so there's more value for us in the list-view than thumbnails. The sort of page I'm talking about...
  • Forum Post: Media Gallery Thoughts

    Ok, so it seems this is a bit of a hot topic and I'm sorry to post a new discussion, but I just wanted to talk about my thoughts in general on the Media Gallery and other discussions I've seen seem to be pointed at one feature/function or another. In general, I do like the idea of having an...
  • Forum Post: How to get all media list

    Is there a way to get the all media list (including Group’s File, Media galleries, …)? I know all files data are store in “ cs_PostAttachments ” Table, can I Use <CSMedia:MediaGalleryPostList /> Control for showing all data? I’m using CS 2008.5. Thanks
  • Forum Post: Re: Can you move files between Media Galleries?

    You should be able to move media file objects between galleries. Can we get this in a future patch?
  • Forum Post: CS2008.5 SP1 How to set moderate permission for Media Gallery ?

    hi all, I need to set an user to be the moderator for 1 Media Gallary. He should be able to access the Control Panel and approve images published by other users. If I add Editor role to him, he can access to the Control Panel but he still can't publish / delete images. An permission exception...
  • Forum Post: Categories in Media Galleries

    Hi, We have a madia group in which we want to create 3 categories and in each of these categories we want to create another category etc,etc...such as a folder system... Is thius feasible and how we can do this? Thanks in advance...
  • Forum Post: In a media gallery, what constitutes a "Download"? What constitutes a "view"?

    If you look at a photo in a media gallery in CS 2008.5 ( this one for example) the info beside it might say: Downloads: 275 Views: 23 What do these figures mean? I don't believe that 275 people literally downloaded the photo. And how can the number of Downloads be greater than the number...
  • Forum Post: Youtube video preview in media gallery: just a red cross!

    Hi all, i've read a lot of posts concerning how to load videos in a media gallery from youtube: i usually do the trick to paste the youtube video link into the url textbox completing it with the .avi extension. I still have a problem i cannot solve: when listing the videos inside the default...
  • Forum Post: Approval Function for Media Uploads

    I am trying to find a was to trying to find a way to allow users to upload to a Media Gallery, but to have it unpublished until one of our admins approves it. I found this old post: http://dev.communityserver.com/forums/p/473814/528521.aspx#528521 but it is from 2006 and I am wondering if this...
  • Forum Post: Video Thumbnails in Media Gallery?

    Has anyone seen an enhancement to grab a thumbnail photo of each video during upload processing or to allow users to upload a thumbnail image? Any tips or pointers are greatly appreciated! Thx, Dave Field
  • Forum Post: Sort Media Gallery Posts via REST API

    Hi, We've built a couple of custom pages in our site that allow users to add and retreive image to their media gallery. We now have users asking if they can control the order in which the images are displayed. I can see how we can sort by date and rating. Is there a field anyone has used to specify...