Host Partnership
If you are looking for good DNN hosting, then PowerDNN is the best DNN host around!
Need a custom module?
 Should you have any questions about custom DNN modules or web projects, please let us know.
|
Support Forum
| Author |
Messages |
|
glen win Posts:79

 |
| 02/27/2008 6:50 PM |
|
Hi, Just installed the modules ...and videos works great! I have read thru the manual but still cant figured out:
1. how to set the Video Categories or TAG to populate the listings ?? When click on a Category or TAG it always go to the Video Player with just play your default Video.
2. In the Configurations Tab module settings > Listings Tab and Search Result Tab only showing the one Tab where I placed the Video Player. Should there be more TABs ?
3. How do I change your default video to another Video?
4. Should I hide the Page Tab where the main Video player ?
Thanks Glen |
|
|
|
|
glen win Posts:79

 |
| 02/27/2008 7:26 PM |
|
| Aslo I mostly play Youtube URL's Videos - does this works similar to Youtube embeded Codes? and Also does Youtube URL's Videos playing back from Youtube and is NOT consumming my server bandwidth ? |
|
|
|
|
Pengtsen R Posts:11533

 |
| 02/27/2008 8:09 PM |
|
1, you should create a new tab, and place a UVG_VideoList module on it, in UVG_Configurations module, set this new tag as your "Listing tab", so when you click a category, you can navigated to this tab. also , in the settings screen of UVG_VideoList module, ensure you set "Categories" to "specifed by querystring". you also have a create a new tab and create another UVG_VideoList module, in settings screen ensure "Search-Results mode" it turned on, in UVG_Configurations module set this tab as your "search result tab", then when you click a tag you are navigated to this tab and get appropriate search results. 3, replace firstrun.flv in /desktopmodules/ultravideogallery folder. 4, yes. the player tab should be a hidden tab. about the youtube issue, it isn't same as youtube embed videos, you use UVG player to play it, not Youtube player. it doesn't comsume your bandwidth. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
glen win Posts:79

 |
| 02/27/2008 9:15 PM |
|
Posted By Pengtsen R on 02/27/2008 8:09 PM 1, you should create a new tab, and place a UVG_VideoList module on it, in UVG_Configurations module, set this new tag as your "Listing tab", so when you click a category, you can navigated to this tab. also , in the settings screen of UVG_VideoList module, ensure you set "Categories" to "specifed by querystring".
you also have a create a new tab and create another UVG_VideoList module, in settings screen ensure "Search-Results mode" it turned on, in UVG_Configurations module set this tab as your "search result tab", then when you click a tag you are navigated to this tab and get appropriate search results.
3, replace firstrun.flv in /desktopmodules/ultravideogallery folder.
4, yes. the player tab should be a hidden tab.
about the youtube issue, it isn't same as youtube embed videos, you use UVG player to play it, not Youtube player. it doesn't comsume your bandwidth.
thanks. Hi, thanks for your quick respond... I followed as you instructed .in (1) and (2) ...to set the new Listing Tab and Search result Tab in UVG_Configurations module and click Update with the message showing that ...'Your configurations have been saved' BUT somehow it deos not remember - it keep going back to the original TAbs !
|
|
|
|
|
glen win Posts:79

 |
| 02/27/2008 9:24 PM |
|
does it matter wher where I place the UVG_Configurations module ? - currently I placed only one UVG_Configurations module on its own Page Tab only . Should there be just one UVG_Configurations module - correct? |
|
|
|
|
glen win Posts:79

 |
| 02/27/2008 10:58 PM |
|
Hi, I am having serious problems with performance since installed UVG ... the site keep drop out !!! Since then the past few days I have been constantly experiencing server outage/ dropout for www.vietinternet.com.au ... could it be something in the web.config file that caused this ??? The problems now is that I keep having to reload the site in another browser every a few minutes ... happen in all browser IE and FF. can you help giving me some tips urgent ... |
|
|
|
|
glen win Posts:79

 |
| 02/27/2008 11:56 PM |
|
| ok host company told me there was a general problem with the server ! and nothing to do with your module :-) all seem to work ok now Thanks |
|
|
|
|
Pengtsen R Posts:11533

 |
| 02/28/2008 2:10 AM |
|
| what about the configuration problem, is it fixed? |
|
Pengtsen R http://www.bizmodules.net |
|
|
glen win Posts:79

 |
| 02/28/2008 4:45 PM |
|
Posted By Pengtsen R on 02/28/2008 2:10 AM what about the configuration problem, is it fixed?
Hi, I send you private mesage to your email yesterday with (Admin acess login) did you login to check configurations ? If you did'nt ... somehow all the configurations are fine now ( could be related to the server issue)
one more question - is it possible to add an option to enable sort RELATED VIDEOS by TITLE for the Related Videos Module? we have all users upload all difeerent types of Videos that are in series( have many parts eg Video Title 01, Video Title 02, Video Title 03, etc... ) It would be extremmely helpful if by watching Video Title 01 - then users can see RELATED VIDEOS sorted by the SIMILAR TITLE only??
THANKS
|
|
|
|
|
Pengtsen R Posts:11533

 |
| 02/28/2008 6:48 PM |
|
you can find 3 stored procedures in your database with the prefix of UVG_VideoListRelated*, you can alter them to sort by title if you like. thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
glen win Posts:79

 |
| 02/29/2008 1:54 AM |
|
| sorry, can you give some details ... for a beginer like me :-) . I do have access to the database table using enterprise manager ...but I dont know what to do . How exactly do i alter the DB ?? I need step by step instruction.... Thanks |
|
|
|
|
glen win Posts:79

 |
| 02/29/2008 2:50 AM |
|
also I think DNN Search has been turned off on my site... therefore your Search Result module does not populate any search ! Can you show me axacly wher and how to turn DNN SEARCH back on ? Thanks for your helps Glen |
|
|
|
|
Pengtsen R Posts:11533

 |
| 02/29/2008 7:24 PM |
|
in Enterprise Manager, open your database, open Stored Procedures, find UVG_VideoListRelated, UVG_VideoListRelatedByAuthor and UVG_VideoListRelatedByTag, open them one by one, you can find "ORDER BY CreatedDate Desc" in the bottom of these procedures, please change it to "ORDER BY V.Title Desc" UVG Search module doesn't rely on DNN search support, but did you set it to run under "Search-results module" in settings screen? thanks. |
|
Pengtsen R http://www.bizmodules.net |
|
|
glen win Posts:79

 |
| 03/03/2008 2:56 AM |
|
Posted By Pengtsen R on 02/29/2008 7:24 PM in Enterprise Manager, open your database, open Stored Procedures, find UVG_VideoListRelated, UVG_VideoListRelatedByAuthor and UVG_VideoListRelatedByTag, open them one by one, you can find "ORDER BY CreatedDate Desc" in the bottom of these procedures, please change it to "ORDER BY V.Title Desc" UVG Search module doesn't rely on DNN search support, but did you set it to run under "Search-results module" in settings screen? thanks. Thanks for the tips - I was abled to solved the DNN Search by Re-Enabled the DNN Search Scheduler under HOST settings.
I aslo abled to sort realated videos by Title and Asc oder.... However the related titles are NOT on top of the list which make it very hard for users
to find the next related videos with the same title series! eg. I have Drama Phim series titled V01, V02, ..... V10 . If V05 is playing then I want to see Video Titles V01, V02,v03,V04,V06,V07,V08..... V10 display in Asc oder and ON TOP of the Related Videos List. - is this Possible ?? Can you show me how to achieve this ?
I must say everything else is just PERFECT :-)) - good work
|
|
|
|
|
glen win Posts:79

 |
| 03/03/2008 3:56 AM |
|
For some reason ...now the Search module now do not populate any result ! I just send you admin acess to your email again ... can you help? |
|
|
|
|
glen win Posts:79

 |
| 03/03/2008 4:08 AM |
|
| FYI , Tag search result are working fine .. just the KeyWord search is not showing any result .FYI |
|
|
|
|
glen win Posts:79

 |
| 03/03/2008 4:56 AM |
|
| One more problem - Big problem: We link to Dailymotions URLs for our videos and they were working fine until a few days later we find our videos no longer play on our site ! The videos are still there and playing ok at DailyMotion... When I check the URL in the video edit screen then I find that all the URLs are now look different to the one from Dialymotion URL ...any idea why ? |
|
|
|
|
Pengtsen R Posts:11533

 |
| 03/03/2008 5:14 AM |
|
can you resend the username and pass to rongers@hotmail.com? it seems i didn't get your email. also, can you summarize your problems in the email? thank you. |
|
Pengtsen R http://www.bizmodules.net |
|
|
glen win Posts:79

 |
| 03/03/2008 7:24 PM |
|
I already sent .. Also it seem I can not search FTF-8 unicode Keywords ?? eg Kiều Nữ Đại Chị etc... |
|
|
|
|
glen win Posts:79

 |
| 03/03/2008 8:34 PM |
|
| please let me know if you got the login email |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|