The last week I migrate to version 1.63, and It's not compatibility with "Thank You/Like System" Pluging from G33k or maybe a Issue with Dynamic to top... let me try to explain, because I think that I have an incompatibility with others scripts...
When I click on button "Thanks" to display the list of users that have given thanks, not displayed, instead, scroll the page back to the top. (If I disable - at forums & Post deleting the template prefix - both plugins works sucessfully )
I already review the code, but I haven't found the error until today.
Update your ytvgal_showthread template for fullscreen video.
search:
Code:
<div align="center">
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" /><param name="FlashVars" value="playerMode=embedded" /><p>{$thread['subject']}</p></object>
</div>
|
replace to:
Code:
<div align="center">
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="FlashVars" value="playerMode=embedded"></param><p>{$thread['subject']}</p></object>
</div>
|
thanks
Thanks for that. I've edited the ytvgal_showthread template.
CAn update to new url youtube?
How to reinstalling/upgrading forum without lost link videos in videogallery?
(01-10-2014 10:31 AM)dthiago Wrote: [ -> ]CAn update to new url youtube?
I'm not aware of any new Youtube URLs, but sure, change it as you like if you can get it to work.
I did edit the Text Mask in post #5 just then so that HTTPS URLs are parsed too.
(01-10-2014 10:31 AM)dthiago Wrote: [ -> ]How to reinstalling/upgrading forum without lost link videos in videogallery?
Upgrading has no effect.
Reinstalling = wipe all data, so of course you'll lose everything.
My edit already incorporates everything in your first link.
I edited it again to add the short URL form, but don't really know of people that post it.
if for example want to play video on my forum but the url from xvideos / xnxx.com or from another website How do you let in the enter / in play in the player ,,,,
please answer,,,,thank you for your response,,,
There's A way to not lost videos after upgrading?