Notifications
Clear all
Topic starter
Note that this is only working with uploaded video files and youtube Videos
admincp/vbtubepro/options
TopIndex Area
Put this code in this field:
Code:[CODE]
MyTitle
[/CODE]
Go to any uploaded video
Click edit
Add to Topindex/BottomIndex
Save
International character problem:
Open:
vbtube/playlist/vbtube_playlist.php
Find
PHP Code:
[CODE]
$target_charset = “”;
[/CODE]
Set your charset in this line
So for example it looks like this:
PHP Code:
[CODE]
$target_charset = “Windows-1256”;
[/CODE]
Save and upload file (of course overwrite old file)
Posted : 17/02/2020 12:58 pm