Quote:
Originally Posted by LPH2004
To remove the double // in the Video URL
This is the original code in vBTube_view
Code:
value="$vboptions[homeurl]/$vidurl"
and this is what it should be: (remove the /)
Code:
value="$vboptions[homeurl]$vidurl"
|
Good Spot, although I actually handled the fix slightly differently it was using a Server Request URI to get the url but it really didn't need too as the $vidid info was also available. think I was getting sleepy when I did that bit *lol*