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
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;
Works perfect now - Thanks!