Version Inconsistency

 
Jason Boke
 
Avatar
 
 
Jason Boke
Total Posts:  2
Joined  19-07-2016
 
 
 
19 July 2016 18:22
 

We recently purchased, and our download ZIP file shows version 1.0.4.20150504

BUT when installed, the forum shows version 1.0.2.3.1.19 (20150501) at the bottom.

We’re having some problems with our YouTube & Vimeo links (they only show the icon as a link to the video website -  instead of the actual video) and we need to remedy the version issue first in case this is the cause of the problem.

Please advise

 
eeBootstrap Support Team
 
Avatar
 
 
eeBootstrap Support Team
Total Posts:  105
Joined  22-09-2014
 
 
 
20 July 2016 08:58
 

to embed Youtube Video in Forum Post:

[ youtube ]video_id[ /youtube ]

where video_id is part of URL, example: https://www.youtube.com/watch?v=Q7D8abtLBXw or http://youtu.be/Q7D8abtLBXw

To activate this feature:

  Open /eebootstrap/images/assets/js/eeBootstrap.js at line 35
  Change: show_youtube_video = false; to: show_youtube_video = true;

To embed Vimeo Video in Forum Post.

[ vimeo ]video_id[ /vimeo ]

where video_id is part of URL, example: http://vimeo.com/79110267

To activate this feature:

  Open /eebootstrap/images/assets/js/eeBootstrap.js at line 44
  Change: show_vimeo_video = false; to: show_vimeo_video = true;

 
 
Jason Boke 1
 
Avatar
 
 
Jason Boke 1
Total Posts:  3
Joined  20-07-2016
 
 
 
15 August 2016 16:44
 

Works perfect now - Thanks!