
07-10-2009, 10:55 PM
|
 |
|
|
Join Date: May 2007
Location: Gaia
Posts: 306
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by maidos
actually, i can ask user to direct the php link. So once they click it will instantly download.
Yeah i thought about it but then as you can see theres so much bbcode to add for just a mere dl link. So its not just possinle for youto add a just simplecolumn with a hyperlinks active
|
Because it is a sole demand that's why it's unwise to implement if there is not much use in general though.
Quote:
wonder if its possible to have a image link of your playlist so members can click on the playlist pic and play the list directlyfrom the users signature
|
If you are using vBadvanced I think you can take a look at DnP's paid plugin that sport musicbox to everywhere on the forum. View the dnp network for example.
Quote:
oh yeah also, wonder if u can allow assigned usergroup to add picture of the artists on music.php front page aswell of delete their own submitted songs. Well i saw that you allowed user to delete artists but not deleting their own songs seems bit odd :/
thanks ^^
|
Currently member cannot delete artist. The option is there to restrict. I need to figure out a place for member to do that instead of the Admin QP.
Quote:
also notice a bug with the voting system of comments. When i click thumb down the user get -4 automatically.
|
You may have missed
PHP Code:
'points_for_one_positive_rate_of_admin' => '2', 'points_for_one_negative_rate_of_admin' => '4',
Quote:
not sure this is normal behaviour but when you only have foreign artist the Singer database column will not appear. It will appear only if i add english artist
|
Multiple artist lists work that way 
Quote:
another sugestion is for the users personal playlist can u have feature to allow user to replay all songs its more easier that way. Wondering if u can have alink on every songs you submit to let user addto playlist because the little small icon it took me hours before i noticed it was meant to do
|
^^ so you made a discovery. Well about autoplay all songs, I'm working on it. Some flash clip can definitely not be played automatically in line.
Quote:
Originally Posted by entertain
Very great modification. I love it.
Is there a way to rename the music.php?
*edit*
I have taken a look into your files and there is no (simple) way to rename the file.
Maybe it would be an idea for a later version?
*edit2*
Something else:
Wouldn't it be better to create a product with tables and phrases? That would be easier to translate it 
|
How about using mod-rewrite instead?
With current 220+ options at the moment and growing every version, send them to database and retrieve each time needed is a huge slowdown.
Quote:
Originally Posted by Preech
I would like to get my hands on the vbadvanced module
|
I think you can look on the home forum of dnp instant! musicox, but not sure DnP has finished it completely. It is a paid plugin though.
Quote:
Originally Posted by TeknoSounds
Hey silvery, if you don't beat me to it and don't mind, I'm gonna start working on a DownloadsII merge 
|
._. think it will be tough ? maidos would absolute like that if it's possible to be made.
Quote:
Originally Posted by staticrebelle
I use a remote mysql server for my forum and when I try to install the product I get:
Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in [path]/install_dnp_musicbox.php on line 41
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/install_dnp_musicbox.php on line 41
? The information tables is missing in the database. Ready to process.
I'd love to install this! Can you maybe change this product so it uses the same database calling method as vBulletin?
xx
|
Yes it is using the same database query method as vBulletin that's why on the feature list says fully integrated with vBulletin forum. In your situation I wonder if there is any database connection limitation has been set ?
|