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.
Pages: 1
How do I enable html code in the video description section?
I want to add some pictures in the description.
Offline
Edit templates/your-template/video_view.tpl.php and replace:
<h2 class="description"><?php echo e($this->video['description']); ?></h2>
with:
<h2 class="description"><?php echo $this->video['description']; ?></h2>
Edit admin/modules/video/components/edit.php and replace:
$desc = $filter->get('desc');
with:
$desc = trim($_POST['desc']);
You will be able to add any HTML from Admin -> Video ->Edit now.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
1) Have HTML in video description become a setting?
2) Could it be supported for Mass CSV import?
Offline
1) Its not a setting yet in 2.x. In 3.x its by default enabled for admin users.
2). Yes.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1