- Posts: 2
COMMUNITY FORUM
tralala.gr (greek music portal)
- Michael Moutafides
- Topic Author
- Offline
- New Member
Less
More
14 years 9 months ago #78746
by Michael Moutafides
tralala.gr (greek music portal) was created by Michael Moutafides
A K2-based website targeted to music fans which gets updated daily...
Joomla 1.5.15
K2 2.2
and many addons
there's also a modified K2 Content module that scrolls images horizontally (based on VirtueMart's product scroller)
see it in action at www.tralala.gr
(the scroller is near the bottom of the front page)
Joomla 1.5.15
K2 2.2
and many addons
there's also a modified K2 Content module that scrolls images horizontally (based on VirtueMart's product scroller)
see it in action at www.tralala.gr
(the scroller is near the bottom of the front page)
Please Log in or Create an account to join the conversation.
- FeSys
- Offline
- Elite Member
Less
More
- Posts: 262
14 years 9 months ago #78747
by FeSys
Replied by FeSys on topic tralala.gr (greek music portal)
Hi Micheal..
Your website is very nice..
I enjoyed my experiences of browsing, listening to some clips.. Go ahead.
Note: You may need to use this if you like it (find it some where here in the k2-community)
Found a way to add .mp3 files! K2.v.2.2
Hi all,
When the allVideos plugin is installed, you can add mp3 support to K2 (version 2.2) by changing a single file:
In
administrator\components\com_k2\models\items.php
change line 380
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 448
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 433
to
$validExtensions = array('flv', 'swf', 'wmv', 'mov', 'mp4', '3gp', 'avi', 'divx' , 'mp3');
Be aware that you have to set the video path in AllVideos to the path of K2:
media/k2/videos
Success!
Your website is very nice..
I enjoyed my experiences of browsing, listening to some clips.. Go ahead.
Note: You may need to use this if you like it (find it some where here in the k2-community)
Found a way to add .mp3 files! K2.v.2.2
Hi all,
When the allVideos plugin is installed, you can add mp3 support to K2 (version 2.2) by changing a single file:
In
administrator\components\com_k2\models\items.php
change line 380
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 448
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 433
to
$validExtensions = array('flv', 'swf', 'wmv', 'mov', 'mp4', '3gp', 'avi', 'divx' , 'mp3');
Be aware that you have to set the video path in AllVideos to the path of K2:
media/k2/videos
Success!
Please Log in or Create an account to join the conversation.
- Agostinho Coelho
- Offline
- New Member
Less
More
- Posts: 2
14 years 9 months ago #78748
by Agostinho Coelho
Replied by Agostinho Coelho on topic tralala.gr (greek music portal)
Hi Michael!
I really like your site.
How did you do "μόλις κυκλοφόρησε" menu, sliding cd covers?
Regards!
I really like your site.
How did you do "μόλις κυκλοφόρησε" menu, sliding cd covers?
Regards!
Please Log in or Create an account to join the conversation.
- kristin haskins
- Offline
- New Member
Less
More
- Posts: 1
14 years 6 months ago #78749
by kristin haskins
Replied by kristin haskins on topic tralala.gr (greek music portal)
I tried this and I received errors. Some kind of ending error. PLease recheck this before posting. .
Followeyes said:Hi Micheal.. Your website is very nice..
I enjoyed my experiences of browsing, listening to some clips.. Go ahead.
Note: You may need to use this if you like it (find it some where here in the k2-community)
Found a way to add .mp3 files! K2.v.2.2
Hi all,
When the allVideos plugin is installed, you can add mp3 support to K2 (version 2.2) by changing a single file:
In
administrator\components\com_k2\models\items.php
change line 380
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 448
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 433
to
$validExtensions = array('flv', 'swf', 'wmv', 'mov', 'mp4', '3gp', 'avi', 'divx' , 'mp3');
Be aware that you have to set the video path in AllVideos to the path of K2:
media/k2/videos
Success!
Followeyes said:Hi Micheal.. Your website is very nice..
I enjoyed my experiences of browsing, listening to some clips.. Go ahead.
Note: You may need to use this if you like it (find it some where here in the k2-community)
Found a way to add .mp3 files! K2.v.2.2
Hi all,
When the allVideos plugin is installed, you can add mp3 support to K2 (version 2.2) by changing a single file:
In
administrator\components\com_k2\models\items.php
change line 380
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 448
to
if ($videotype == 'flv' || $videotype == 'swf' || $videotype == 'wmv' || $videotype == 'mov' || $videotype == 'mp4' || $videotype == '3gp' || $videotype == 'divx' || $videotype == 'mp3') {
Do Same for administrator\components\com_k2\models\item.php
change line 433
to
$validExtensions = array('flv', 'swf', 'wmv', 'mov', 'mp4', '3gp', 'avi', 'divx' , 'mp3');
Be aware that you have to set the video path in AllVideos to the path of K2:
media/k2/videos
Success!
Please Log in or Create an account to join the conversation.