Eric shafer Posts:4

 |
| 03/26/2008 10:53 AM |
|
One word: BRAVOOOOO!!!!!!
I would love to see this kind of integration done for the DNN file manager as well as any other file base module. I love it!
|
|
|
|
|
Gym Media Posts:28


 |
| 03/26/2008 12:17 PM |
|
Just signed up fro Amazon S3 to give it a try...
Anyone recommend any tools for uploading to you S3 account?
|
|
GymnasticsMedia.com The Ultimate Portal for the Ultimate Sport |
|
|
muhammad arbab Posts:34

 |
| 03/26/2008 2:03 PM |
|
| i also just signed in. Everything looking great at the moment. |
|
|
|
|
Gym Media Posts:28


 |
|
Buck Anderson Posts:75


 |
| 03/26/2008 3:03 PM |
|
FireFox has a free addon for S3 called S3 FireFox Organizer. I have been using it for a year. Good app.
Buck
|
|
Buck Anderson DNNprofessor.com |
|
|
Jeff Blanks Posts:37

 |
| 03/26/2008 5:04 PM |
|
Posted By Eric shafer on 03/26/2008 10:53 AM One word: BRAVOOOOO!!!!!!
I would love to see this kind of integration done for the DNN file manager as well as any other file base module. I love it!
I agree! I've had UVG in developement under testing and have been waiting for this kind of solution to FINALLY make it a LIVE part of my website.
Again "BRAVOOOOOO!!!!!!"
Thankyou Pengtson and to any of you (if any) in the community who have sponsored this enhancement to the module!
Are you seeing this Ivan Tchakarov
For all others, you can see this post:
http://www.bizmodules.net/Support/tabid/55/forumid/12/postid/4747/view/topic/Default.aspx
|
|
My DNN Projects: NortheastOK.com, goBlanks.com |
|
|
Pengtsen R Posts:4151


 |
| 03/26/2008 11:37 PM |
|
Ivan Tchakarov and Jack Hoelz sponsored this enhancement. I'm really glad to know you like it, thank you! |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jack Hoelz Posts:19

 |
| 04/04/2008 8:21 PM |
|
Pengsten, will it be possible to add the token for a link to download the file? We really need to be able to do this for our users who are uploading MP3 files. Thanks |
|
|
|
|
Pengtsen R Posts:4151


 |
| 04/05/2008 6:43 AM |
|
| you can use the [VIDEOPATH] token to represent the url of the video. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jack Hoelz Posts:19

 |
| 04/05/2008 7:54 PM |
|
| Pengtsen, I don't suppose there is any way we can get that, or at least the link on the "My Vidoes" module is there. I realize that module is not templated but it would be really, really nice if users could go the the "My Video" page and download their files instead of having to go to the My Video page and take each video to the player before it can be downloaded. |
|
|
|
|
Pengtsen R Posts:4151


 |
| 04/05/2008 7:57 PM |
|
ok, so you want your visitors to be able to download their own videos, right? I'll add such a link in Edit Video screen. thank you. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jack Hoelz Posts:19

 |
| 04/06/2008 5:56 AM |
|
| Not just on the edit video screen, that would be great but on the "My Videos" screen would be the most impotant place. |
|
|
|
|
Jack Hoelz Posts:19

 |
| 04/06/2008 6:08 AM |
|
See below. Also, if the link could be "anticipated" prior to the move to Amazon?
 |
|
|
|
|
Pengtsen R Posts:4151


 |
| 04/06/2008 10:18 PM |
|
| There is a problem with your suggested implementation, users are able to downoad their own videos only, however, admin users should be able to download videos from all authors, that's why I intend to add it in Edit Video screen. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jack Hoelz Posts:19

 |
| 04/12/2008 7:20 PM |
|
That is exactly why what I suggested makes sense. First off, if I'm an admin I would probably go directly to amazon to get my files, why would I mess around on the site? Users however will not have access directly to the buckets and forcing them to go into the edit screen for the link is not at all user friendly. Why can't it go in both places? |
|
|
|
|
Jack Hoelz Posts:19

 |
| 04/12/2008 7:25 PM |
|
And as far as the tools to manage your files......... S3 fox is excellent. We also use Webdrive (http://www.webdrive.com). It's pricy but very cool as you can map you buckets as network drives! |
|
|
|
|
Pengtsen R Posts:4151


 |
| 04/12/2008 10:01 PM |
|
Jack, thank you for your information about S3 fox, if possbile, you can post a new topic about it.
I misunderstood your question, so you were talking about videos that are already moved to amazon, what I talked about is "Local videos", in UVG 2.3 there will be a link to download it in Edit Video screen.
About s3 videos, there is already a url in Edit Video screen, if you still need a link in MyVideo page, you acn do it by your self, just find this line in MyVideos.ascx:
[asp:BoundColumn DataField="Title" HeaderText="Title"][/asp:BoundColumn]
and change to:
[asp:TemplateColumn HeaderText="Title"] [ItemTemplate] [a href='[%# Container.DataItem.VideoPath %]'][%# Container.DataItem.Title %][/a] [/ItemTemplate] [/asp:TemplateColumn]
is ok.
|
|
Pengtsen R http://www.bizmodules.net |
|
|
Jack Hoelz Posts:19

 |
| 04/13/2008 6:45 PM |
|
Tried this but it did not work.
Error: My Media is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Literal content ('[asp:TemplateColumn HeaderText="Title"] [ItemTemplate] [a href='[%# Container.DataItem.VideoPath %]'][%# Container.DataItem.Title %][/a] [/ItemTemplate] [/asp:TemplateColumn]') is not allowed within a 'System.Web.UI.WebControls.DataGridColumnCollection'. ---> System.Web.HttpParseException: Literal content ('[asp:TemplateColumn HeaderText="Title"] [ItemTemplate] [a href='[%# Container.DataItem.VideoPath %]'][%# Container.DataItem.Title %][/a] [/ItemTemplate] [/asp:TemplateColumn]') is not allowed within a 'System.Web.UI.WebControls.DataGridColumnCollection'. ---> System.Web.HttpParseException: Literal content ('[asp:TemplateColumn HeaderText="Title"] [ItemTemplate] [a href='[%# Container.DataItem.VideoPath %]'][%# Container.DataItem.Title %][/a] [/ItemTemplate] [/asp:TemplateColumn]') is not allowed within a 'System.Web.UI.WebControls.DataGridColumnCollection'. ---> System.Web.HttpException: Literal content ('[asp:TemplateColumn HeaderText="Title"] [ItemTemplate] [a href='[%# Container.DataItem.VideoPath %]'][%# Container.DataItem.Title %][/a] [/ItemTemplate] [/asp:TemplateColumn]') is not allowed within a 'System.Web.UI.WebControls.DataGridColumnCollection'. at System.Web.UI.CollectionBuilder.AppendLiteralString(String s) at System.Web.UI.TemplateParser.ProcessLiteral() --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- |
|
|
|
|
Pengtsen R Posts:4151


 |
| 04/13/2008 10:17 PM |
|
| please replace [ to html start tag, and ] to html end tag. |
|
Pengtsen R http://www.bizmodules.net |
|
|
Jack Hoelz Posts:19

 |
| 04/16/2008 4:25 AM |
|
| Pengtsen, would you be so kind as to post a downloadable replacement file with the code as required. I just cannot get this to work. |
|
|
|
|