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)

silveryhat 07-09-2009 09:26 PM

Quote:

Originally Posted by Doctor Death (Post 1845693)
Thanks Silvery, really appreciate the time you have put into helping me out.

Did you notice when on my setup how "wide" the settings screen is? The fields seem to go on forever from left to right.. Is it possible to have them scroll from within the fields rather than make them so the entire page has to scroll?

I have given up on IE8 x64 since Adobe doesnt even have a flash player for it.

Thanks for pointing all that out to me.

Doc
www.ddsog.com

Try musicbox_width setting for width you concern :rolleyes:

Quote:

Originally Posted by haothiencz (Post 1845704)
I've Pmed you already but going to write here and hope it helpful

- Options to chosse display order when adding category
- Options to add multi songs at once
- Top Play, Top Download, Top New
- Top Playlist/ Newest Playlist
- Newest album

there're simple add-on for this MOd but it will be help full enough.

I replied :).
Some options I'd want to leave for 3rd party plugin from other coders while a few you mention that are already available at this time.
- Newest album (all version)
- Top Playlist/ Newest Playlist (1.0.6)
- Top Play, Top Download, Top New (1.0.6)


Quote:

Originally Posted by Preech (Post 1845898)
I second the ability to add more than one song at a time.

If the demand is clearly high I may implement it faster than the schedule. :eek:

silveryhat 07-09-2009 11:11 PM

Quote:

Originally Posted by IR15H (Post 1846023)
Thanks for the feedback on my ideas. In regards to a couple of your comments:



Sorry, I wasn't clear in my first post. What I mean is;
http://img196.imageshack.us/img196/6037/testhg.png
Also, would it be possible to add a "soft delete" option, rather than simply remove from the database entirely?

I'm not sure if such feature like comment needs soft-delete , it'll just make the database heavier and not necessary because how would we want to soft-delete something just a few character. It's not a topic or long post.

Note: both options in the picture are available in v1.0.6


Quote:

Yes, sorry, I mean a sub-sub category.
Maybe I think about it in v1.0.7 , just have to find a way to make it look good to display.

Quote:

However I can't find any settings for the other two issues;

I found the setting comment_length_limit but the issue is truncating long comments in the "Latest Comments" module, rather than limiting the comment length on the actual media itself. Basically, an extra setting for maximum characters in to show in the "Latest Comments" module (in addition to comment_length_limit). The other option is to somehow attach the closing quotation to the last character of a comment so that it doesn't start a new line on it's own (although this is a minor thing).
comment_length_limit actually applies for both in v1.0.5 , but there is an extra option for Latest comment in v1.0.6 that's totally the solution you are looking for.

Quote:

One more thing, I've noticed there's lots of different icons that all do the same thing;

If this isn't being changed in the new play list you mentioned then could it please be considered to have just one icon for "Add to playlist" (keeping the video/music/article icons for information on media type only). I think some of my members might get confused with all the different icons doing the same thing.

Thanks once again for the great mod and feedback :).
They are the base for more options later. I'm giving every admin the choice to customize the musicbox the way he/she prefer. So it takes a bit of this and that which are not to be unique in different sections.

silveryhat 07-10-2009 12:51 AM

I've released the musicbox v1.0.6, please update if you'd like to. It adds two security layers and few extra options that might be useful for some of us

1.0.6 (Released July 09 2009):
  1. Optimize Javascript code for faster load and smaller size 100%
  2. Display amount of media for broken/unapprove media list on Admin QP 100%

    http://img33.imageshack.us/img33/5143/49530412.jpg

  3. AJAX integrated Playlist system 100%

    http://img188.imageshack.us/img188/2799/80162763.jpg

  4. Public playlist 100%
  5. Share feature for Playlist 100%
  6. Now support both left and right column on sides. 100%

    http://img194.imageshack.us/img194/2784/23759168.jpg

  7. Fix a small bug that prevent closing on view broken/unapproved media lists. 100%
  8. Update Cache feature core. 100%
  9. Ajax Artist Info Editor on Admin QP. 100%

    https://vborg.vbsupport.ru/

  10. Add Delete function to Artist Info Editor. 100%
  11. Fix a bug in Artist Info Creator that incorrectly sets English country for artist. 100%
  12. Fix an avatar path bug in comment list of player window. 100%
  13. Fix an incorrect mouse over title in Artist info. 100%
  14. Increase character limit in Weblink URL box in AdminCP. 100%
  15. Simple Musicbox Poster block (shows who has posted media in musicbox). 100%
  16. Minor change in search function 100%
  17. Predefined IMG tag option for article 100%
  18. Simple Built-in Sql Inject Protection 100%
  19. Option to set Autostart/Loop for video,audio media 100%
  20. FLV mode supports MP4 file 100%
  21. Free AdminCP Media Manager Plugin by TeknoSounds 100%
  22. Improve link clearness for media type 100%
  23. Instant! Anti-Flood Protection - Automatically Cancel Multiple Requests 100%
  24. Overview feature for Instant! box 100%

    https://vborg.vbsupport.ru/
  25. Minor changes for musicbox 100%

Doctor Death 07-10-2009 02:23 AM

Outstanding update....

On last screen of install I got....

Quote:

Warning: unlink(DnPMusicbox_Settingsnew.php) [function.unlink]: Permission denied in [path]/install_dnp_musicbox.php on line 226
What does that mean?

silveryhat 07-10-2009 03:21 AM

Quote:

Originally Posted by Doctor Death (Post 1846142)
Outstanding update....

On last screen of install I got....



What does that mean?

That means the installer tries to delete the DnPMusicbox_Settingsnew.php file after it has successfully merged settings from this file to your current one DnPMusicbox_Settings.php. However the host restricts this action. It's not an error or problem. You can delete DnPMusicbox_Settingsnew.php manually.

TeknoSounds 07-10-2009 03:37 AM

It appears I forgot something... the delete function for the media manager won't work without this added:
/admincp/dnpmusicbox_setting.php
Code:

//Delete Media
if ($_REQUEST['do'] == 'delmedia'){
        $vbulletin->input->clean_array_gpc('r', array('id'        => TYPE_INT));
        $db->query_write("DELETE FROM " . TABLE_PREFIX . "music_song WHERE id = " . $vbulletin->GPC['id']);
        exec_header_redirect("dnpmusicbox_setting.php?do=updatemedia");
        exit;
}


needs to be added at the beginning of the file somewhere around the other deletes

maidos 07-10-2009 08:36 AM

when i addmedia the category doesnt list any of the categories i created, its just blank
music.php?do=add

and when i want to add a normal http link and on media type i selected audio links it always failedto submit
Sorry an error has occured : Data you provided is not valid.

silveryhat 07-10-2009 08:51 AM

Have you read the F.A.Q that says

Quote:

2 - I make a category in AdminCP. When I post a song I see no category appears in the list is there something wrong?
Category Level 1 is considered as Parent Category therefore it cannot be used.
Create a sub-category under it and you are set. Currently it only supports 2 Levels of Category.
Also, about the second issue, what the normal http link were you trying to post?

maidos 07-10-2009 10:53 AM

were adding links from downloadsII but it doesnt work
domain.com/downloads.php?do=file&id=123456
have a reuest, can u add a new field to allow us to post a ddl link and same time audiolinks.
like on File Type: include direct download link thanks =)

also is it possible u can add several columns so ppl can llisten to like 5 samples songs and not only one

silveryhat 07-10-2009 11:02 AM

Quote:

Originally Posted by maidos (Post 1846301)
were adding links from downloadsII but it doesnt work
domain.com/downloads.php?do=file&id=123456
have a reuest, can u add a new field to allow us to post a ddl link and same time audiolinks.
like on File Type: include direct download link thanks =)

Ah i see. For security purpose, public version has disabled the post of php link.

I note your request, I need to come up with a few more use of the extra link before it could be implemented.


All times are GMT. The time now is 01:53 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.01500 seconds
  • Memory Usage 1,784KB
  • 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
  • (1)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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