Today XoopsTube 1.01 FINAL has been released.
With XoopsTube you can add (embed) video clips from miscellaneous sources like YouTube, MySpace TV, MetaCafe and Dailymotion to your website.
The videos can be organised by means of categories and sub-categories.
XoopsTube 1.01 Final has been tested with ImpressCMS 1.0 “Janus” Beta and no issues were found.
Changelog
- Fixed case sensitivity of search function
- Removed footer.php
- Renamed rate6.png into rate5.png in folder images/icon/
- Editor for user & admin can be different (Preferences)
- Added support for videoclips from DailyMotion
- Added Facebook to Social Bookmarks
Downloading
XoopsTube 1.01 Final can be downloaded here.
Installing
1. fresh install
If you install XoopsTube for the first time then upload the folder /modules/xoopstube to your server and install XoopsTube as any other module.
2. updating from previous RC
If you would like to update the advice is first to make a backup of your database and the XoopsTube module on your server.
Then remove all content from the folder /modules/xoopstube from your server (do not uninstall the module!).
After this upload the files of the new version to your server and update XoopsTube in the Control Panel of your website.
Tags
One of the main new features is the possibility to add tags. For this the Tag module has to be installed.
When you add a video clip there is the option to add tags under the keywords form entry.
These tags are added to the XoopsTube tables and Tag tables of the database upon submitting.
By default the entry form is turned off in the submit form for users. You can activate this in the Preferences.
The tags will be removed when a video is deleted.
Tips:
- Use a wysiwyg editor because bbcode will be displayed by the Tag module
- Do not add too many tags to one video, make it appr. 5
- For 2 words use an underscore instead of a space: WORD_WORD
- You can use lowercase and uppercase letters
The template files of the tag module contain classes that are not defined anywhere. You can define them yourself in the CSS-file of your theme, ie.
.tag-cloud {
text-align: center;
}