| Re: VideoTube. Missing buttons in User View |
| by tank1955 on 2009/2/5 23:43:30 Thanks peekay, Your fix for the buttons in User View will be added to the next release. And you are correct, the rating button is still under development and will also be available in the next release. |
| VideoTube. Missing buttons in User View |
| by Peekay on 2009/2/5 23:23:16 VideoTube 1.84 Xoops 2.0.16 PHP 4 + MySQL 3.23 Works a treat, except I found that the 'Report' and 'Recommend' buttons were missing in User View. index.php around line 315 insert: le="color: #000000"><?php $xoopsTpl->assign('lang_reportbutton', _MI_VI_REPORTBUTTON); $xoopsTpl->assign('lang_recommendbutton', _MI_VI_RECOMMENDBUTTON); $xoopsTpl->assign('lang_ratebutton', _MI_VI_RATEBUTTON); I assume the 'rate' button is for a forthcoming feature? I got the pesky 'active-x' warning when testing in IE 6, but turning off 'autoplay' in prefs fixed it. Very nice module. Congratulations tank.
|