News Show Pro GK5 - Video Preview

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 18, 2015 12:53 pm
Reply with quote
Report this post
Is it possible to show a video instead of an image in preview and add a description?
Image
User avatar
Fresh Boarder

GK User
Thu Nov 19, 2015 11:01 pm
Reply with quote
Report this post
otherwise is it possible to show only the intro text (text before readmore button) of the article?
User avatar
Fresh Boarder

GK User
Fri Nov 20, 2015 7:33 pm
Reply with quote
Report this post
I added this line to controller.php:
Code: Select all
htmlspecialchars(strip_tags($this->parent->content[$i]['text']))

but if I add an image or an iframe the code html has been cleaned, Why?
User avatar
Fresh Boarder

teitbite
Tue Nov 24, 2015 8:34 am
Reply with quote
Report this post
Hi

I'm not sure what You are trying to do but the code "htmlspecialchars(strip_tags(" means that all the HTML will be removed, so if You want to show it fully use:

Code: Select all
$this->parent->content[$i]['text']
User avatar
Moderator


cron