vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - The XEON Mp3 Player for vBulletin 3.6.X Integrated (https://vborg.vbsupport.ru/showthread.php?t=129641)

vnairp11 09-15-2007 03:49 PM

Also can we change the skin color to match diff templates like mine would look better in white in the white background.

apokphp 09-22-2007 07:40 AM

delete me.

apokphp 09-22-2007 08:29 AM

I do have a request though...allow being able to move a song from 1 playlist to another via the admincp.

As it is now, it seems that the entire entry must be deleted, then a new one created. Why not have this feature available when you click edit on a song?

Also, anyway to rename the link in the navbar? I prefer Jukebox vs MP3 Player.

syrus.xl 09-22-2007 11:41 AM

Quote:

Originally Posted by apokphp (Post 1344446)
I do have a request though...allow being able to move a song from 1 playlist to another via the admincp.

As it is now, it seems that the entire entry must be deleted, then a new one created. Why not have this feature available when you click edit on a song?

Also, anyway to rename the link in the navbar? I prefer Jukebox vs MP3 Player.

That's a good idea! Will think about adding that feature.

You can rename the link in the navbar, it is not phrased in vbulletin - its just a text link in the navbar edit coding.

apokphp 09-23-2007 04:23 AM

OK, thanks.

However, a very serious problem...

Editing of MP3's in the AdminCP doesn't work at all, doesn't matter if the "Approve" is set to on or off (referring to "Known Issue" of it being "off"). This means that I cannot "approve" of any MP3's that are submitted by members, I have to leave it set to "Don't Approve" (else, I cannot "edit" and approve it). I can't change the name, I can't fix urls, I can't modify the sound buffer, etc... Nothing (and like I said, it doesn't matter what the approval setting is on, it just doesn't work).

2)

yoyoyoyo 09-24-2007 04:37 AM

Code:

<!?Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.php?do=viewmp3playerpopup','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!?End Mp3 Player Launch -->

is not valid markup, and instead should be:

Code:

<!?- Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.php?do=viewmp3playerpopup','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!?- End Mp3 Player Launch -->

http://validator.w3.org/

syrus.xl 09-24-2007 04:44 AM

Oops... I forgot the hyphen! Ironically, I was just reading about hyphens being dropped in the English Dictionary, actually in 16,000 words. I know this is coding, and totally different. :)

Code updated accordingly!

ragtek 09-29-2007 05:54 PM

hi
how does it look with the commercial player?

syrus.xl 09-30-2007 03:38 PM

One of the commercial players should be available this week - we've been busy with other projects. I'm hoping to get the AdminCP bug fixed before releasing the Pro version players.

gbml4u 09-30-2007 10:40 PM

sorry but can i add it to my CMPS as module or new temp ?
It was available with Vbplayer in previous ver.
can anybody tell me how to do that.


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