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)

radarhunter 10-29-2006 02:34 PM

i don`t think there is any way to fix that

syrus.xl 10-29-2006 02:46 PM

Quote:

Originally Posted by Draygonia
Sorry for the last post, you cant see mp3 player unless you are logged in, but what it looks like is the button is out of place. It has a weird border around the edges that seperate the button from the rest of the navbar a little. Is there a way to fix that or is that just part of the javascript coding?

That sounds like some 'td' tags are incorrectly set. The js code is only set to popup the player, not adjust any width or height dimensions.

Draygonia 10-29-2006 07:54 PM

This is the code that I got from micheal33201:

Code:

<!?Mp3 Player Launch -->
<tr>
<td width="70" height="22" align="left" valign="top">
<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);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></td>
</if>
</td>
</tr>
<!?End Mp3 Player Launch -->

Anything wrong with that one?

syrus.xl 10-29-2006 07:59 PM

Have you got the Calendar or another code used in the navbar?

Draygonia 10-29-2006 08:35 PM

Yah, but I removed Calendar and FAQ to make room for the other buttons because it would stretch the page.

Code:

        <td width="70" height="22" align="left" valign="top"><a href="usercp.php?s=$session[sessionhash]"><img src="$stylevar[imgdir_misc]/tren_z_header_cp.gif" width="70" height="22" alt="" border="0" /></a></td>

syrus.xl 10-30-2006 12:59 AM

Quote:

Originally Posted by Draygonia
Yah, but I removed Calendar and FAQ to make room for the other buttons because it would stretch the page.

Code:

        <td width="70" height="22" align="left" valign="top"><a href="usercp.php?s=$session[sessionhash]"><img src="$stylevar[imgdir_misc]/tren_z_header_cp.gif" width="70" height="22" alt="" border="0" /></a></td>

Well, it looks like the old "vbmenu_control" td tag would cause problems. So, try this, which I've removed the td tag. It's using a straight forward image link, apart from the js, which shouldn't affect the link in anyway.


Code:

<!?Mp3 Player Launch -->
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<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);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" />
</if>
</td>
<!?End Mp3 Player Launch -->


cuphongle 10-30-2006 01:27 AM

i am just waitin fo the next release so that we can "playlist 1" to like "rap" and stuff like that

aniways, very nice!
wow - -- goood release!

cuphongle 10-30-2006 02:36 AM

gettin error when adding a new song

cuphongle 10-30-2006 02:59 AM

Quote:

Originally Posted by MissKalunji
Found another bug
When you add ' to any song it causes a database error

example a song name D'angel causes an error cause of the appostrophe

here's the error msg

hey, i been having problems with it too, finally found out why

you cant have the '
take that out, and it should be good

syrus.xl 10-30-2006 10:48 AM

Quote:

Originally Posted by cuphongle
hey, i been having problems with it too, finally found out why

you cant have the '
take that out, and it should be good

This issue is noted and is listed under Known Issues.:)


All times are GMT. The time now is 01: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.01851 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_code_printable
  • (4)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