Hello, sure You can modify some code so the number of playing will display permanently.
In current version You can see number of plays if put mouse cursor on the play/pause button. ...
Sure. This code is for play/pause buttons:
<div id="playerplay_'.$mp3count.'" class="mp3button commplay" title="'.JTEXT::_('Play').($showPlayC?'. '.JTEXT::_('COMMEDIA_ALL_LISTEN').': ...
... column You have to disable it in Commedia content plugin's options or in tags.
If You want to change it's code You can do it in plugins/content/commedia/commedia.php ...
Thank you for your info I achieved this by adding following if statement after the code:
if(strstr($_SERVER['HTTP_USER_AGENT'],'iPod') || strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER['HTTP_USER_AGENT'],'iPad'))
{
$showDownload ...
If You want to show music files on the own user's profile page, use that code, please:
<?php
$user = &JFactory::getUser();
$uid = $user->get('id');
if (!$uid) $uid = 0;
$db ...
Did You read here:
www.ecolora.org/index.php/demo/commedia/menuaudio/menusortorder
?
If You want to sort by track number first (getting from ID3 tag) You should to use
mp3/album1
If You want ...
OK. I have now managed to upload the mp3 files, and I have put the code in and got the player working.
Fantastic!!
How do I not show the 'download'and 'size' columns in the player?
Thanks for your ...
For Joomla 1.5 do folowing steps:
Add new function to the end of components/com_jshopping/lib/functions.php. Here is the code of the function:function changeCategoryTextUsePlugin($category){
$mainframe ...
Sorry, it's called 'simple construction' in the demo.
I'm using the mp3 browser, and there's no stylesheet in plugins/content/mp3browser. Where should I put the code?
Thank you. ...
function file_get_contents returning false with means that Commedia can't open this link.
You can open this link:
www.ecolora.org/music/
And see that it return Forbidden page.
That's why Commedia get ...
Hi,
I want to display commedia in a module.
I tried to create a new custom HTML module, and I used the commedia button to show my playlist; but the module just show the code xxx/xxx/xxx.
The same ...
... and without it at the beginning of path.
Added new CSS-classes comm_downimage and comm_downimage_blue into code for download image and alternate download image.
jPlayer was updated to version ...
After install the component and first folder-scan in the backend from joomla i create a article with this string:
musik/mp3
By loading this page in frontend i get an error:
DB-Funktion with errorcode ...
I see someone ask this question before but I don't understand the answer you gave him .. I was trying to put the commedia in a custom html module and it shows the code.
you told the other guy this ...