you are using old version of wovie here is the latest versionand in app\theme\assets\js\app.js what code should be changed, because I don't see what should be changed
or you want to use the old version
you are using old version of wovie here is the latest versionand in app\theme\assets\js\app.js what code should be changed, because I don't see what should be changed
Puedes intentar cambiando en el index.php la linea 34.¡No funciona! :'( Las páginas son blancas, no se cargan.
Thanks for trying to help me, but unfortunately it didn't work.Puedes intentar cambiando en el index.php la linea 34.
yeah go to 'app/theme/view/module/home.trailer.php' and after line no:17 addHello guys, I would like to know if someone could fix the problem with the "story" of the home page, the trailer with the content does not match.
stories.id as s_id,
$Story['id'];
$Story['s_id'];
are you use ssl https://It's not working! :'( Pages are white, not loading.
Solucionado thx.yeah go to 'app/theme/view/module/home.trailer.php' and after line no:17 add
and on line no:41 editCode:stories.id as s_id,
to thisCode:$Story['id'];
also I am fixing others bugs too if you find any please tell me tooCode:$Story['s_id'];
go to 'app/theme/view/category.php' and replace code on line no:66 to this@kinare how to fix images that don't appear in the category menu..
<div class="media media-cover" data-src="<?php echo $Listing['image'];?>">
Is it giving 404 error?how to change /series?filter=null&page=2..??
Please what embed API do you use on your websitePlease could someone help: am getting two different urls for my movies
URL of Movie : https://100mbfilms.com/movie/georgia-rule-2007-21
URL of Movie shown under Category (eg. Drama): https://100mbfilms.com/movie/georgia-rule-21
you need to edit two files
<a href="<?php echo APP . '/' . $Story['type'] . '/' . $Story['self'] . '-' . $Story['create_year'] . '-' . $Story['id'];?>" class="list-trailer">
<?php
$Story = $this->db->from(null,'
SELECT
stories.id,
stories.title,
stories.subtitle,
stories.embed,
stories.content_id,
posts.id as p_id,
posts.title as p_title,
posts.self as p_self,
posts.type as p_type,
posts.image,
posts.create_year
FROM `stories`
LEFT JOIN posts ON posts.id = stories.content_id
WHERE stories.id = "'.Input::cleaner($_GET['id']).'"')
->first();
?>
<div class="modal-content">
<div class="modal-body p-4">
<div class="embed-responsive embed-responsive-16by9 rounded">
<iframe class="embed-responsive-item" src="<?php echo $Story['embed'];?>" allowfullscreen></iframe>
</div>
<?php if($Story['content_id']) { ?>
<div class="mini-post">
<div class="post-content">
<div class="cover">
<div class="media media-cover" data-src="<?php echo UPLOAD.'/cover/thumb-'.$Story['image'];?>"></div>
</div>
<div class="flex-fill">
<div class="name">
<?php echo $Story['p_title'];?>
</div>
<div class="category">
<?php echo ($Story['p_type'] == 'movie') ? 'Film' : 'Show';?>
</div>
<a href="<?php echo APP . '/' . $Story['p_type'] . '/' . $Story['p_self'] . '-' . $Story['create_year'] . '-' . $Story['p_id'];?>" class="btn btn-theme"><?php echo __('Watch Now');?></a>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
if I am not wrong I think it's https://videoapi.tv/Please what embed API do you use on your website
on the Tv show menu page 2. the first page is /show, then I want to go to the 2nd page but an error.. the url shows /series?filter=null&page=2..??.. @kinare can you help fix it.. http://in.filmku.tech/Is it giving 404 error?
On which page it is giving error.