|
|
Re:MYSPACE like MP3 player (Released)
|
|
Date: 2007/10/28 03:24
|
By: houbahop
|
Status: User
|
|
|
Karma: 9  
|
|
Senior Joomlapolitan  | Posts: 99 |   | |
|
Hi,
Excuse my dumb question but.. have you put a song code in your user profile ?
I havn't tested with the last joomla and last cb but no one has complained before you.
if you PM me a login password to access your site, I will take a look.
Nothing more is needed.
houbahop. My mp3 player plugin for CB : http://www.joomlapolis.com/components/com_joomlaboard/uploaded/files/extract_me_1st.zip
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:MYSPACE like MP3 player (Released)
|
|
Date: 2007/11/15 13:00
|
By: wilson1973
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
Hi, have just come back to this and second time around it worked... hooorah !
Thanks
Just a quick query. The Music Player tab in the 'edit profile' section where you put the music code does not seem to format correctly. See screen shot. I see that the .xml file specifies columns 60, rows 20, but this does not appear to apply correctly.
Any Ideas ?
Thanks 
Post edited by: wilson1973, at: 2007/11/15 13:02
|
|
The administrator has disabled public write access. |
|
|
|
Re:MYSPACE like MP3 player (Released)
|
|
Date: 2007/11/19 23:23
|
By: houbahop
|
Status: User
|
|
|
Karma: 9  
|
|
Senior Joomlapolitan  | Posts: 99 |   | |
|
Hi,
I'm glad you've made it work.
Yes, the truth is that this plugin is not easy enough wich explain all the questions here, but I don't have time to improve it and no one seem interested to do it.
I have found how to enlarge the textbox some months ago. I don't remember what did I change, but here is my full xml file. Compare it carefully with yours, there should be something different, ok ? (maybe the field type)
| Code: |
<?xml version="1.0" encoding="UTF-8"?>
<cbinstall version="1.0" type="plugin" group="user">
<name>Music player</name>
<author>houbahop</author>
<creationDate>2007-17-02</creationDate>
<copyright>(C) 2007 houbahop</copyright>
<license>100% free</license>
<authorEmail>houbahop@gmail.com</authorEmail>
<authorUrl>http://www.nourl.fr</authorUrl>
<version>1.0</version>
<description>
<![CDATA[
<div align="left">
This plugin allow to insert free mp3 files from jamendo.com
Jamendo.com is providing free but legal music files and has thinked a new way to allow unknown
bands to get poular.
Thank you for supporting free music!
</div>
]]>
</description>
<files>
<filename plugin="cb_musicplayer">cb_musicplayer.php</filename>
<filename>index.html</filename>
</files>
<params>
</params>
<tabs>
<tab name="Music player" description="" class="getMusicPlayerTab" fields="1" position="tabmain"
displaytype="html">
<params>
<param name="hwTabMessage" type="textarea" cols="60" rows="20" label="regexp" default="parameter
default txt here" description="this field must be filled with a regular expression that will force
users to enter songs from the website you have choosen to allow" />
</params>
<fields>
<field type="textarea" cols="60" rows="20" title="Song code" name="mp_PlayerHtmlString"
description="Enter the code for the song here" registration="0" readonly="0" profile="0" />
</fields>
</tab>
</tabs>
<install>
<queries>
</queries>
</install>
<uninstall>
<queries>
ALTER TABLE `#__comprofiler` DROP `mp_PlayerHtmlString`;
</queries>
</uninstall>
</cbinstall>
| My mp3 player plugin for CB : http://www.joomlapolis.com/components/com_joomlaboard/uploaded/files/extract_me_1st.zip
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:MYSPACE like MP3 player (Released)
|
|
Date: 2007/12/11 06:28
|
By: subhumanjackyl
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
Quick question...
Will this use my site bandwidth, for example, if i copy/paste code from http://www.radioblogclub.com/
Thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:MYSPACE like MP3 player (Released)
|
|
Date: 2007/12/21 14:37
|
By: knoffs
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
hi, the mp3 player is great!!
but is it somehow possible to have a default playlist for every cb profile???
that would be awesome,
greetings, knoffs
|
|
The administrator has disabled public write access. |
|
|