vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DnP Instant! AJAX/SEO Musicbox + News v1.0.7 : Online entertainment at its best (https://vborg.vbsupport.ru/showthread.php?t=216098)

logoz2008 09-26-2009 10:24 AM

hi,

need help with a few things:

how do I remove the "foreign singers" and "english singers" blocks/ titles I just want it to list all singers under Singers Database?

the media player (windows media player) for audio/mp3 comes on the left side in player window, how do i change that to top since i have no need for anything on the left side. what i mean i want one colomn and remove the left?

is there a way to change the position of blocks i.e. which comes first comment blocks, singers list category etc. on main page?

thanks

Sador 09-26-2009 10:30 AM

Quote:

Originally Posted by silveryhat (Post 1890702)
Thank you for the positive feedback :)

About the installer, I did not have much time to edit all the user front-end information, it was pretty much a copy and paste from the original introduction ^^.

- About user file uploader, a member who's using the musicbox has come up with a great addon that you may want to take a look at Upload directly from music box

- I think when it's about suggestion for new artist / album, it's best to use the forum instead. Too many options possibly slows down the musicbox and confuse the users.

- The plugin is just a simple script to show user location on WOL of the forum ;)

You're welcome. :)

- Hehe okay.

- Checked the link, but the site seems to be offline right now. I'll try again later.

Edit: just tried again and installed. Seems to work very well. Thanks for the suggestion, I like it.

- Maybe you're right. Just would have been useful to get suggestions the same way broken links are shown. The user fills in the form, it's viewable for admins from the admin quick panel, where you can either approve the suggestion, edit a bit, or just delete it. That way you don't have to do the extra step of adding it manually in the admin CP. Ah well. :)

- Ah okay. Thanks.

Thanks for the information. I'm still wondering about where you can add things to the playlist though, could you perhaps tell me that as well?

silveryhat 09-27-2009 03:24 PM

Quote:

Originally Posted by logoz2008 (Post 1890770)
hi,

need help with a few things:

how do I remove the "foreign singers" and "english singers" blocks/ titles I just want it to list all singers under Singers Database?

the media player (windows media player) for audio/mp3 comes on the left side in player window, how do i change that to top since i have no need for anything on the left side. what i mean i want one colomn and remove the left?

is there a way to change the position of blocks i.e. which comes first comment blocks, singers list category etc. on main page?

thanks

- All of your requests are more about personal interests and require deeper modification to the musicbox, it may cause issues. If you are familiar with manual code editing then I'll show you how it could be done. But note that if you upgrade to newer version, the change may be overwritten.

Quote:

Originally Posted by Sador (Post 1890771)
Thanks for the information. I'm still wondering about where you can add things to the playlist though, could you perhaps tell me that as well?

The icon in front of the media name :)

Xencored 09-27-2009 03:34 PM

Quote:

Originally Posted by silveryhat (Post 1890702)
I don't know in which way it could take long to add the media since all it asks for are just Media name, URL and Category as the requirements :erm:

Well the Other video button has a load button just add the URL click and boom its all done and added tags, title , etc...

the lazy way they like lol:erm:

logoz2008 09-29-2009 02:40 PM

Quote:

Originally Posted by silveryhat (Post 1891345)
- All of your requests are more about personal interests and require deeper modification to the musicbox, it may cause issues. If you are familiar with manual code editing then I'll show you how it could be done. But note that if you upgrade to newer version, the change may be overwritten.

Thanks, I got it done. :- )

Great Mod indeed thank you. I just needed for audio and not the video etc. stuff.

logoz2008 10-05-2009 02:55 AM

silveryhat,

I need help with a few things.

1. When playing all media in an album, the page loads with the player and the list of media but nothing happens. This is audio media so it loads Windows Media Player, with the list of songs on the right/above in yellow text but no thing plays.

2. Playlist, I can create a playlist and share it, but I dont see the playlist button anywhere ngheplaylist.gif on main page. I can view shared playlists, and once I click on a playlist it shows the individual tracks but is there a way to play the whole playlist? Right now the way it works I have to click on an individual track within the list to play one after the other. It doesn't load the next song.

I have resetted all settings and modifications, this is a fresh install.

silveryhat 10-06-2009 03:42 PM

Quote:

Originally Posted by logoz2008 (Post 1894967)
silveryhat,

I need help with a few things.

1. When playing all media in an album, the page loads with the player and the list of media but nothing happens. This is audio media so it loads Windows Media Player, with the list of songs on the right/above in yellow text but no thing plays.

2. Playlist, I can create a playlist and share it, but I dont see the playlist button anywhere ngheplaylist.gif on main page. I can view shared playlists, and once I click on a playlist it shows the individual tracks but is there a way to play the whole playlist? Right now the way it works I have to click on an individual track within the list to play one after the other. It doesn't load the next song.

I have resetted all settings and modifications, this is a fresh install.

1. In some case, the playlist cannot be generated because tmp folder is not writable or does not exist :) , try to CHMOD it to 777
2. I have remove the autoplay feature for playlist in v1.0.7 because it still has some bugs due to flash media cannot be played.

Quote:

Originally Posted by Animemike (Post 1891351)
Well the Other video button has a load button just add the URL click and boom its all done and added tags, title , etc...

the lazy way they like lol:erm:

I see, that sounds cool. I may come up with something similar later :rolleyes:

Quote:

Originally Posted by logoz2008 (Post 1892325)
Thanks, I got it done. :- )

Great Mod indeed thank you. I just needed for audio and not the video etc. stuff.

This option will be included in future version ;)

logoz2008 10-06-2009 10:31 PM

Quote:

Originally Posted by silveryhat (Post 1895681)
1. In some case, the playlist cannot be generated because tmp folder is not writable or does not exist :) , try to CHMOD it to 777

Okay I got it working but I don't know if it the best way to go about it.

The issue was that the playlist was calling on: $row[url]

The songs are using local Url. So $row[url] calls only upon half portion of the full url in the playlist: /artist/song_number.mp3

Local url is defined as : site/forum/music/media

So when it was loading it was calling on site/forum/artist/song_number.mp3 (missing the the /music/media part after the forum/)

When playing all the songs in album, it wouldn't work unless it is complete url: site/forum/music/media/artist/song_number.mp3

I defined "".$dnpOptions['local_url_path']."$row[url]\" in musicajax.php which works, but I dont know if its best way because if anyone opened the .asx file in editor they can see where the songs are stored.

Plus if you add external media it will call the local url path + the external link in $row[url].

I hope I made sense lOl

p.s. music.php loc is at site/forum/music.php

Lift for Life 10-07-2009 01:15 AM

This is an amazing feature. I was a bit hesitant at first but decided to give it a try and am absolutely blown with the look, feel and functionality of this add on. Am just getting started with loading media and want to add more content before adding it to the main skin but test thus far greatly exceed expectation.

Thanks
NOMINATED

Lift

silveryhat 10-08-2009 04:18 PM

Quote:

Originally Posted by logoz2008 (Post 1895869)
Okay I got it working but I don't know if it the best way to go about it.

The issue was that the playlist was calling on: $row[url]

The songs are using local Url. So $row[url] calls only upon half portion of the full url in the playlist: /artist/song_number.mp3

Local url is defined as : site/forum/music/media

So when it was loading it was calling on site/forum/artist/song_number.mp3 (missing the the /music/media part after the forum/)

When playing all the songs in album, it wouldn't work unless it is complete url: site/forum/music/media/artist/song_number.mp3

I defined "".$dnpOptions['local_url_path']."$row[url]\" in musicajax.php which works, but I dont know if its best way because if anyone opened the .asx file in editor they can see where the songs are stored.

Plus if you add external media it will call the local url path + the external link in $row[url].

I hope I made sense lOl

p.s. music.php loc is at site/forum/music.php

I see what you mean and it could possibly be a bug. The auto play all audio is an old plugin by DnP and I will upgrade it myself in next version ;)


Quote:

Originally Posted by Lift for Life (Post 1895922)
This is an amazing feature. I was a bit hesitant at first but decided to give it a try and am absolutely blown with the look, feel and functionality of this add on. Am just getting started with loading media and want to add more content before adding it to the main skin but test thus far greatly exceed expectation.

Thanks
NOMINATED

Lift

Thanks for the positive feedback , should I bring all compliments to the first post for good impression :rolleyes:


All times are GMT. The time now is 08:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01970 seconds
  • Memory Usage 1,765KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete