Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2014-03-15 15:44:35

hyggelig
Member
From: denmark
Registered: 2012-02-05
Posts: 183
Website

no description

there is no description on Premium movies how do i fix it ??

Offline

#2 2014-03-17 07:14:03

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: no description

The code is there. If you make the video non-premium, does the description appear?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2014-03-17 12:01:25

hyggelig
Member
From: denmark
Registered: 2012-02-05
Posts: 183
Website

Re: no description

yes

Offline

#4 2014-03-18 06:58:49

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: no description

Hmm...will check. Please email me with a video for which this happens.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#5 2014-03-18 08:48:19

hyggelig
Member
From: denmark
Registered: 2012-02-05
Posts: 183
Website

Re: no description

i haf sent it

Offline

#6 2014-03-19 10:18:37

hyggelig
Member
From: denmark
Registered: 2012-02-05
Posts: 183
Website

Re: no description

just a question how do you get descriptions of the movies on Mobile

Offline

#7 2014-03-21 07:11:19

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: no description

Description does not appear on mobile, however you can edit mobile/templates/default.tpl.php and add:

<center><?php echo e($this->video['description']); ?></center>

before:

<center>
Length: 

Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#8 2014-03-21 09:18:37

hyggelig
Member
From: denmark
Registered: 2012-02-05
Posts: 183
Website

Re: no description

you men this mobile/templates/default/view.tpl.php

how do i put description under the movie on the front page and in calogires

Last edited by hyggelig (2014-03-21 11:29:31)

Offline

#9 2014-03-22 12:55:39

hyggelig
Member
From: denmark
Registered: 2012-02-05
Posts: 183
Website

Re: no description

I try to put the description in the movies on the front page of the website but can not get this code line to work what's wrong ??

i am trying to put a description under the movies on my frontpage but i cant get i to work hvat is wrong

the line i am using :
<?php if ($this->video['description'] != ''): ?>
                <div class="video-container">
                    <h2 class="description"><?php echo e($this->video['description'] ); ?></h2>

under the movie ther i playing it is working but wen i put the same line in her on the fronpage it is not working

foreach ($this->videos as $video): ?>
                    <div id="video-<?php echo $video['video_id']; ?>" class="video">
                        <a href="<?php echo RELATIVE_URL,'/',$video['video_id'],'/',$video['slug']; ?>/" title="<?php echo e($video['title']); ?>">
                            <img src="<?php echo THUMB_URL,'/',path($video['video_id']),'/',$video['thumb']; ?>.jpg" alt="<?php echo e($video['title']); ?>" id="preview-video-<?php echo $video['video_id'].'-'.$video['thumb'].'-'.$video['thumbs']; ?>" /><br />
                            <h5><?php echo e(VText::truncate_chars($video['title'], 50)); ?></h5>
                            <?php if ($video['ext'] == 'mp4'): ?><img src="<?php echo TPL_REL; ?>/images/hd.png" class="watermark" alt="" /><?php endif; ?>
                            <?php if ($video['premium'] == '1'): ?><span class="watermark transparent">Premium</span><?php endif; ?>
                        </a>
                        <span class="duration"><?php echo VDate::duration($video['duration']); ?></span>
                        <div class="rating_bar"><div style="width:<?php echo round($video['rating']*20); ?>%"></div></div>
                        <span class="timeline clear"><?php echo VDate::nice($video['add_time']); ?></span>
                        <span class="views"><?php echo $video['total_views'],' '; if ($video['total_views'] == '1'): echo __('view'); else: echo __('views'); endif; ?></span>
<?php if ($this->video['description'] != ''): ?>
                <div class="video-container">
                    <h2 class="description"><?php echo e($this->video['description'] ); ?></h2>
                        <div class="clear"></div>

Last edited by hyggelig (2014-03-22 13:24:11)

Offline

Board footer

Powered by FluxBB