Hosted Videos

admin
Site Admin
Posts: 37993
Joined: Wed Sep 10, 2008 11:43 am

Re: Hosted Videos

Post by admin »

Do you see that you create links in your templates ?
Don't forget to run script update
mactron
Posts: 77
Joined: Fri Jan 25, 2013 12:30 am

Re: Hosted Videos

Post by mactron »

yes
admin
Site Admin
Posts: 37993
Joined: Wed Sep 10, 2008 11:43 am

Re: Hosted Videos

Post by admin »

So you have to change it the way you'd like it to be.
And add a rewrite for you pattern.
Don't forget to run script update
mactron
Posts: 77
Joined: Fri Jan 25, 2013 12:30 am

Re: Hosted Videos

Post by mactron »

Could you write rewrite please? I can pay..
admin
Site Admin
Posts: 37993
Joined: Wed Sep 10, 2008 11:43 am

Re: Hosted Videos

Post by admin »

Yes, I've replied to your PM.
Don't forget to run script update
mactron
Posts: 77
Joined: Fri Jan 25, 2013 12:30 am

Re: Hosted Videos

Post by mactron »

RewriteEngine On
RewriteCond %{QUERY_STRING} ^(.+)$
RewriteRule ^videos/(.*)/(.*)/index.html$ /cgi/out.php?link=images/%{QUERY_STRING}&url=content&content_id=$2 [L]
RewriteRule ^videos/(.*)/(.*)/index.html$ /tube/?content_id=$2 [L]
RewriteRule ^videos/(.*)/(.*)/$ /tube/?content_id=$2 [L]
RewriteRule ^videos/(.*)/(.*)/([0-9]{1,2}).html$ /scj/tube/?content_id=$2&item_id=$3 [L]

#slug galleries
RewriteCond %{QUERY_STRING} ^(.+)$
RewriteRule ^videos/([^/]+)/index.html$ /cgi/out.php?link=images/%{QUERY_STRING}&url=content&slug=$1 [L]
RewriteRule ^videos/([^/]+)/index.html$ /tube/?slug=$1 [L]
RewriteRule ^videos/([^/]+)/$ /tube/?slug=$1 [L]
RewriteRule ^videos/([^/]+)/([0-9]{1,2}).html$ /tube/?slug=$1&item_id=$2 [L]

Is this correct?
admin
Site Admin
Posts: 37993
Joined: Wed Sep 10, 2008 11:43 am

Re: Hosted Videos

Post by admin »

It should be but you have to test it.
Don't forget to run script update
mactron
Posts: 77
Joined: Fri Jan 25, 2013 12:30 am

Re: Hosted Videos

Post by mactron »

OK.... problem with htaccess resolved..

Now I have to change path (from "gallery" to "videos" ) for hosted videos in template? Could you tell me where I can to that please?

Thanks!
admin
Site Admin
Posts: 37993
Joined: Wed Sep 10, 2008 11:43 am

Re: Hosted Videos

Post by admin »

Yes, do you see where in template you generate links ?
Don't forget to run script update
mactron
Posts: 77
Joined: Fri Jan 25, 2013 12:30 am

Re: Hosted Videos

Post by mactron »

Yes here.. /scj/admin/?operation=rotation&sub=rot_tube&subsub=rot_cms&

but I need to change only for hosted videos not for outgoing links..
Post Reply