Area51 @ 4seven.de

Mod Base and Testarea
It is currently 23 Feb 2025, 19:43

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Auto Video Embed v.0.0.3
PostPosted: 03 Oct 2012, 16:47 
Offline
Tiptop
Tiptop

Joined: 02 Jul 2012, 17:23
Posts: 17
Why does the video show up as a link in the second+ post? I would like all videos to show as the video not as a link.

Attachment:
youtubelink.png
youtubelink.png [ 49.44 KiB | Viewed 2132 times ]


I understand you can click on the link to watch the video or click on the icon to open a preview but my user will not know that so i would like it to just display the embedded video


Top
 Profile  
Reply with quote  
PostPosted: 03 Oct 2012, 17:59 
Offline
Tiptop
Tiptop
User avatar

Joined: 20 Jun 2012, 16:55
Posts: 318
thats a setting in config area of

includes/auto_video_embed_view.php
includes/auto_video_embed_post.php

in this area change this

Code:
// Activate $youtube or $youtube_lnk. Not both!
$youtube      false;
$youtube_lnk  true;
// activate $youtube_new for youtu.be support
$youtube_new  true;
#
// ---------------- CONFIG --------------- 

to this.

Code:
// Activate $youtube or $youtube_lnk. Not both!
$youtube      true;
$youtube_lnk  false;
// activate $youtube_new for youtu.be support
$youtube_new  true;
#
// ---------------- CONFIG --------------- 

thats it..

_________________
Current Mods | Mod Base | php(BB) programming | No help via PM


Top
 Profile  
Reply with quote  
PostPosted: 03 Oct 2012, 19:56 
Offline
Tiptop
Tiptop

Joined: 02 Jul 2012, 17:23
Posts: 17
wow how did i miss that lol. that was easy thanks.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.010s | 24 Queries | GZIP : Off ]