accn wrote:Hi keith10456,
First of all mate, thank you for this MOD...This is a v good mod and v simple to install..Awesome..
I just installed this mod and I have a couple of questions. I would really appreciate your help:
1) Is there a way to change or set a video to appear first..I am talking about the first video that you see in the Player at the top. Everytime I check, its always this boring "Ok Go interview" video. Is there a way to control what video appears first? Also how often does this video change?
2) I like the "Back" and "Next" button. At the moment, these buttons are at the top right side above the videos list. Is there a way to insert these buttons at the bottom of the videos list as well?
Thank you once again for this MOD.
Cheers...
Code: Select all
root/styles/yourstyle/youtube.html
Code: Select all
quvic.PresentVideos('recently_featured','',1);
Code: Select all
quvic.PresentVideos('search','your_search_term_here',1);
Hi Keith,keith10456 wrote:Hmmm... I'll look at the code and see.DocSommer wrote:Hey Keith,
nice Mod - already bookmarked
It would be great if it will be possible to add some kind of categories feature - like if someone is using the mod for a band fanpage they can file the content in categories like "interviews", "tv-appearances", "live clips" and so on.
Check your language edits to common.php (root/language/en/common.php) and your functions.php edits (root/includes/functions.php).Dragonb022 wrote:Very excited for the mod, i followed the instructions but the link on the header is not working. i tested the youtube.php page and that works fine maybe you can point me in the right direction on this trouble shooting, i went through and checkined the edits and everything looked good. Below is the site link to see the header.
http://onlinemilitarybulletin.com/JOC/i ... 9e3787878a
Thanks for the help, currently the link just brings me back to my main page.
I removed the code. Please don't post all your files complete. Post something like 10 rows before and after the affected place.Dragonb022 wrote:I checked again here are my codes if you could take a look
Code: Select all
quvic.PresentVideos('search','cyprus',1);
1) Yes it's possible but beyond the scope of this mod (and/or the mod's intended purpose).Keefy wrote:Nice mod....
I use the code to fetch my related videos up...
However there is not much added to my catogory, for example if my search term was CYPRUS they might be only a new video uploaded on that subject each few weeks so the shown video is always the same till a new one is added to youtube, is it possible to search for example CYPRUS but show a random video from the searched term.Code: Select all
quvic.PresentVideos('search','cyprus',1);
Is it also possible to show how many related videos - About 20,100 results and also page numbers ?
Thanks for you work.